﻿/*===================================================*/
/*  Main Styles                                             */
/*===================================================*/

.pagemaster { width: 100%; height: 100%;	 background-color: transparent; }
.skinmaster { height: 100%; background-color: transparent;#F3F5FA; BORDER-RIGHT: #E3EDF7 1px solid;  BORDER-TOP: #E3EDF7 1px solid;  BORDER-LEFT: #E3EDF7 1px solid;  BORDER-BOTTOM: #E3EDF7 1px solid;  moz-border-radius-bottomleft: 15px;  moz-border-radius-bottomright: 15px;  moz-border-radius-topleft: 3px;  moz-border-radius-topright: 3px;  }
.controlpanel { width: 100%; background-color: #DFE5F2; }
.toppane { width: 100%; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px; }
.leftpane { width: 175px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px; border-style: solid; border-width: 0px 1px 0px 0px; border-color: #C0C0C0; }
.contentpane { width: 100%; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 0px; padding-bottom: 0px; border-style: solid; border-width: 0px 1px 0px 0px; border-color: #C0C0C0; }
.rightpane { width: 175px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px; }
.bottompane { width: 100%; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-top: 5px; padding-bottom: 5px; border-style: solid; border-width: 1px 0px 0px 0px; border-color: #C0C0C0; }
.top_nav{
                background-color: #0000BD;
                height: 10px;
                color:White;
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 11px; 
                font-weight: bold; 
                font-style: normal;
                border-bottom: #E55444 1px solid; 
                border-top: #E55444 0px solid; 
                padding: 1px 2px 2px 2px;
}
/*===================================================*/
/*  Link Styles                                      */
/*===================================================*/

.DarkBG { color: #FFFFFF; font-family:Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; }

A.DarkBG:link{	text-decoration: none;	color: #FFFFFF;}

A.DarkBG:visited {text-decoration: none; color: #FFFFFF;}

A.DarkBG:hover {text-decoration: underline;color: #FFFFFF;}

A.DarkBG:active {text-decoration: none;color: #FFFFFF;}


.linkstop { color: #FFFFFF; font-family:Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold; }

A.linkstop:link{	text-decoration: none;	color: #FFFFFF;}

A.linkstop:visited {text-decoration: none; color: #FFFFFF;}

A.linkstop:hover {text-decoration: underline;color: #FFFFFF;}

A.linkstop:active {text-decoration: none;color: #FFFFFF;}


.bread { color: #000000; font-family:Arial, Helvetica, sans-serif;  font-size: 11px; }

A.bread:link{	text-decoration: none;	color: #000000;}

A.bread:visited {text-decoration: none; color: #000000;}

A.bread:hover {text-decoration: underline;color: #000000;}

A.bread:active {text-decoration: none;color: #000000;}

/*===================================================*/
/*  This design specific styles                      */
/*===================================================*/

.CloudHeader {
				background-image: url('images/Clouds.jpg');
				background-position: center bottom;
				font-size: 10pt;
}
.headertext {
				background-image: url('images/headertext.png');
				background-position: center bottom;
				background-repeat:no-repeat;
				font-size: 10pt;
}
.headerpics {
				background-image: url('images/header_pics.png');
				background-position: center bottom;
				background-repeat: no-repeat;
				font-size: 10pt;
}
.style2 {
				text-align: center;
				vertical-align: middle;
				color: #0000BD;
				font-weight: bold;
}
.style3 {
				text-align: right;
				vertical-align: middle;
				color: #0000BD;
				font-weight: bold;
}
body {
				background-image: url('images/bg.png');
				background-repeat: repeat-x;
				font-family: Arial, Helvetica, sans-serif;
}
.Content_Table {
				background-color: #FFFFFF;
				border-style: solid;
				border-width: 0px 1px 1px 1px;
				border-color: #C0C0C0;
}
.style5 {
				color: #FFFFFF;
}
.style6 {
				text-align: left;
				color: #0000BD;
				font-weight: bold;
}
#dnn_LANGUAGE1_selectCulture
{
    float:right;
}

/*===================================================*/
/*  Menu                                             */
/*===================================================*/

.Separator{
	background-color:#0000BD;  /* add the background color so the &nbsp; break wouldn't show and will work on both ie and firefox */
	background-image:url(vline.gif); height:25px; width:1px;
	padding-left:3px;
	padding-right:3px;

}

/* Menu bar */
.MainMenu_MenuBar {
	background:transparent;
	cursor: hand; 
	height:25px;
	padding:0;
}

/* Container for main menu */
.MainMenu_MenuContainer {
	background:transparent;
	margin:0px;
	margin-left:0px;
	height:25px;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background:transparent;
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	border-bottom: #E55444 0px solid; 
	border-top: #E55444 0px solid; 
	padding: 2px 10px 3px 5px;
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
    z-index: 1000; 
	cursor: hand;
	background: #0000BD; 
	filter: none;
	border: 1px solid #F49A80;
	margin-top: 1px;
	padding: 2px;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#fff;  /* for sub menu rollover effect*/
	cursor: hand; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	color:#0000BD;
	border: 0;
	padding: 2px 10px 3px 5px;
}


/* The Root Menu styles have to be AFTER the Submenu styles to overwrite submenu styles*/
/* Idle state for main menu items, can overwrite MainMenu_MenuItem */
.RootMenu_Off {
	background:transparent;
	color: #fff;
	font-weight: bold;
	padding:0 8px 0 5px;
	font-size:11px;
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#fff;
	padding:0 8px 0 5px;
	font-size:11px;
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background:#0000bd;
	color:#fff;
	padding:0 8px 0 5px;
	font-size:11px;
}


/* Inserts a small space between main menu items, also can get rid of the funny red borders */  
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}

/*===================================================*/
/* Footer                                            */
/*===================================================*/

.footer { color: #0000BD; font-family:Arial, Helvetica, sans-serif;  font-size: 12px; }

A.footer:link{	text-decoration: none;	color: #0000BD;}

A.footer:visited {text-decoration: none; color: #0000BD;}

A.footer:hover {text-decoration: underline;color: #0000BD;}

A.footer:active {text-decoration: none;color: #0000BD;}