/*___________________________________________________________________________________________*/
/*Control panel*/
.controlpanel{ background:#FFF; border:#B7B7B7 solid; border-width:0px 0px 2px; }
.controlpanel IMG{ margin:15px 5px 0px; }
.controlpanel TD TD TD TD IMG{ margin:0px; }
.controlpanel TD TD TD{ width:auto; }
.controlpanel DIV{ border:#B7B7B7 solid; border-width:0px 1px; width:3px; height:100px; }
.controlpanel TD .SubHead{ background:#B7B7B7; font-size:12px; color:#333; font-weight:bold; }
.controlpanel TD TD TD .SubHead{ background:transparent; border:0px; font-size:11px; color:#333; font-weight:normal; }
.controlpanel TD TD TD input{ background:#EFEFEF; font-size:11px; color:#000; font-weight:bold; padding-left:4px; }
.controlpanel TD TD TD select{ background:#EFEFEF; font-size:11px; color:#333; }
.controlpanel A.CommandButton{ font-size:10px; text-decoration:none; }
.controlpanel A.CommandButton:link{ color:#000; text-decoration:none; }
.controlpanel A.CommandButton:visited{ color:#000; text-decoration:none; }
.controlpanel A.CommandButton:hover{ color:#F00; text-decoration:underline;}
.controlpanel A.CommandButton:active{ color:#000; text-decoration:none; }
/*___________________________________________________________________________________________*/
body{ background:#B7B7B7; border-left:0px; border-right:0px; }
.Head{ font-size:13px; font-weight:bold; color:#333; }
.SubHead{ font-size:11px; font-weight:bold; color:#003366; }
.SubSubHead{ font-size:11px; font-weight:bold; color:#000; }
.Normal{ font-size:11px; }
TD,TH,DIV,SPAN{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }

.topwrapper{ background:#7F7F7F; border:#B7B7B7 dotted; border-width:1px 0px; text-align:center; }
.top{ width:680px; text-align:right; margin:0px auto; padding:6px; }
.wraptable{ width:780px; background:#E8E8E8; margin:20px auto; }
.shadowleft{ background:url(media/shadowleft.gif); }
.bar{ width:100%; padding:10px; background:url(media/menushadow.gif) top repeat-x; }
.menubg{ width:100%; background:url(media/menubg.gif); }
.curvetopleft{ background:url(media/curvetopleft.gif); }
.curvetopright{ background:url(media/curvetopright.gif); }
.curvebottomleft{ background:url(media/curvebottomleft.gif); }
.curvebottomright{ background:url(media/curvebottomright.gif); }
.bborder{ border:#DDD solid; border-width:2px 0px; }
.bborderleft{ border-left:2px #DDD solid; font-size:5px; }
.bborderright{ border-right:2px #DDD solid; font-size:5px; }
.shadowright{ background:url(media/shadowright.gif); }

.toppane{ padding:0px 10px; }
.leftpane{ padding-left:10px; }
.smallpanetopleft{ width:50%; padding:0px 5px 0px 10px; }
.smallpanetopright{ width:50%; padding:0px 10px 0px 5px; }
.rightpane{ padding-right:10px; }
.contentpane{ padding:0px 10px; }
.smallpanebottomleft{ width:50%; padding:0px 5px 0px 10px; }
.smallpanebottomright{ width:50%; padding:0px 10px 0px 5px; }
.bottompane{ padding:0px 10px; }

.user{ color:#FFF; font-size:11px; }
a.user:link{ color:#FFF; text-decoration:none; }
a.user:visited{ color:#FFF; text-decoration:none; }
a.user:hover{ color:#FF0; text-decoration:none; }
a.user:active{ color:#FFF; text-decoration:none; }

.breadcrumb{ font-size:10px; color:#000; }
#search{ padding-top:4px; }
#search input{ border:1px #DDD solid; margin-bottom:4px; }
#search img{ }

a:link{ color:#F00; text-decoration:underline; }
a:visited{ color:#F00; text-decoration:underline; }
a:hover{ color:#F00; text-decoration:none; }
a:active{ color:#F00; text-decoration:underline; }

.footerlinks{ padding:20 33 0; text-align:center; }
.footercell{ width:100%; background:url(media/footerbg.gif); text-align:center; padding:0px 20px 15px; }
.footerleft{ background:url(media/footerleft.jpg); }
.footerright{ background:url(media/footerright.jpg); }
.footer{ font-size:10px; color:#333; }
a.footer:link{ color:#333; text-decoration:none; }
a.footer:visited{ color:#333; text-decoration:none; }
a.footer:hover{ color:#F00; text-decoration:none; }
a.footer:active{ color:#333; text-decoration:none; }
/*___________________________________________________________________________________________*/
/* Main Menu */
.MainMenu_MenuContainer{ width:98%; background:transparent; }
.MainMenu_MenuBar{ }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuItem{
	color:#333; 
	font-size:11px; font-weight:normal;
	border:#BBB solid;
	border-width:1px 0px;
	padding:4px 10px 4px 5px;
	margin-bottom:1px;
}
.submenuitembreadcrumb{
	color:#FF0; 
	font-size:11px; font-weight:normal;
	border:#BBB solid;
	border-width:1px 0px;
	background-color:transparent;
	padding:4px 10px 4px 5px;
	margin-bottom:1px;	
}
.submenuitemselected{
	border:#BBB solid;
	border-width:1px 0px;
	color:#FF0;
	font-size:11px; font-weight:normal;
	padding:4px 10px 4px 5px;
	background:#7F7F7F;
}
.MainMenu_MenuArrow{
	border:#BBB solid; border-width:1px 1px 1px 0px;
	padding:0px;
}
.submenu{
	z-index:1000; 
	background:#BBB;	
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#757575', Direction=135, Strength=2);*/
	border:1px #000 solid; 
	padding:0px;
	margin-left:2px;
}
.rootmenuitem TD{
	color:#FFF; 
	font-size:11px; 
	font-weight:bold;
	border:0px;
	background:transparent;
	padding:0px 0px 0px 12px;
	height:33px;
}
.rootmenuitemselected TD{
	color:#FF0; 
	font-size:11px; 
	font-weight:bold;
	border:0px; 
	background:transparent;
	padding:0px 0px 0px 12px;
	height:33px;
}
.rootmenuitembreadcrumb TD{
	color:#FF0; 
	font-size:11px; 
	font-weight:bold;
	border:0px;
	background:transparent;	
	padding:0px 0px 0px 12px;
	height:33px;
}
.MainMenu_MenuBreak{ display:none; }
/*___________________________________________________________________________________________*/
/* Headers */
.aquaheaderbg{ background:url(media/aquaheaderbg.jpg); }
.aquaheaderleft{ background:url(media/aquaheaderleft.jpg); }
.aquaheaderright{ width:100%; background:url(media/aquaheaderright.jpg) right no-repeat; }
.aquaheaderright1{ width:100%; background:url(media/aquaheaderright1.jpg) right no-repeat; }
.aquaheaderright2{ width:100%; background:url(media/aquaheaderright2.jpg) right no-repeat; }
.aquaheaderright3{ width:100%; background:url(media/aquaheaderright3.jpg) right no-repeat; }
.blueheaderbg{ background:url(media/blueheaderbg.jpg); }
.blueheaderleft{ background:url(media/blueheaderleft.jpg); }
.blueheaderright{ width:100%; background:url(media/blueheaderright.jpg) right no-repeat; }
.blueheaderright1{ width:100%; background:url(media/blueheaderright1.jpg) right no-repeat; }
.blueheaderright2{ width:100%; background:url(media/blueheaderright2.jpg) right no-repeat; }
.blueheaderright3{ width:100%; background:url(media/blueheaderright3.jpg) right no-repeat; }
.greenheaderbg{ background:url(media/greenheaderbg.jpg); }
.greenheaderleft{ background:url(media/greenheaderleft.jpg); }
.greenheaderright{ width:100%; background:url(media/greenheaderright.jpg) right no-repeat; }
.greenheaderright1{ width:100%; background:url(media/greenheaderright1.jpg) right no-repeat; }
.greenheaderright2{ width:100%; background:url(media/greenheaderright2.jpg) right no-repeat; }
.greenheaderright3{ width:100%; background:url(media/greenheaderright3.jpg) right no-repeat; }
.greenyellowheaderbg{ background:url(media/greenyellowheaderbg.jpg); }
.greenyellowheaderleft{ background:url(media/greenyellowheaderleft.jpg); }
.greenyellowheaderright{ width:100%; background:url(media/greenyellowheaderright.jpg) right no-repeat; }
.greenyellowheaderright1{ width:100%; background:url(media/greenyellowheaderright1.jpg) right no-repeat; }
.greenyellowheaderright2{ width:100%; background:url(media/greenyellowheaderright2.jpg) right no-repeat; }
.greenyellowheaderright3{ width:100%; background:url(media/greenyellowheaderright3.jpg) right no-repeat; }
.iceheaderbg{ background:url(media/iceheaderbg.jpg); }
.iceheaderleft{ background:url(media/iceheaderleft.jpg); }
.iceheaderright{ width:100%; background:url(media/iceheaderright.jpg) right no-repeat; }
.iceheaderright1{ width:100%; background:url(media/iceheaderright1.jpg) right no-repeat; }
.iceheaderright2{ width:100%; background:url(media/iceheaderright2.jpg) right no-repeat; }
.iceheaderright3{ width:100%; background:url(media/iceheaderright3.jpg) right no-repeat; }
.oliveheaderbg{ background:url(media/oliveheaderbg.jpg); }
.oliveheaderleft{ background:url(media/oliveheaderleft.jpg); }
.oliveheaderright{ width:100%; background:url(media/oliveheaderright.jpg) right no-repeat; }
.oliveheaderright1{ width:100%; background:url(media/oliveheaderright1.jpg) right no-repeat; }
.oliveheaderright2{ width:100%; background:url(media/oliveheaderright2.jpg) right no-repeat; }
.oliveheaderright3{ width:100%; background:url(media/oliveheaderright3.jpg) right no-repeat; }
.orangeheaderbg{ background:url(media/orangeheaderbg.jpg); }
.orangeheaderleft{ background:url(media/orangeheaderleft.jpg); }
.orangeheaderright{ width:100%; background:url(media/orangeheaderright.jpg) right no-repeat; }
.orangeheaderright1{ width:100%; background:url(media/orangeheaderright1.jpg) right no-repeat; }
.orangeheaderright2{ width:100%; background:url(media/orangeheaderright2.jpg) right no-repeat; }
.orangeheaderright3{ width:100%; background:url(media/orangeheaderright3.jpg) right no-repeat; }
.orchidheaderbg{ background:url(media/orchidheaderbg.jpg); }
.orchidheaderleft{ background:url(media/orchidheaderleft.jpg); }
.orchidheaderright{ width:100%; background:url(media/orchidheaderright.jpg) right no-repeat; }
.orchidheaderright1{ width:100%; background:url(media/orchidheaderright1.jpg) right no-repeat; }
.orchidheaderright2{ width:100%; background:url(media/orchidheaderright2.jpg) right no-repeat; }
.orchidheaderright3{ width:100%; background:url(media/orchidheaderright3.jpg) right no-repeat; }
.pinkheaderbg{ background:url(media/pinkheaderbg.jpg); }
.pinkheaderleft{ background:url(media/pinkheaderleft.jpg); }
.pinkheaderright{ width:100%; background:url(media/pinkheaderright.jpg) right no-repeat; }
.pinkheaderright1{ width:100%; background:url(media/pinkheaderright1.jpg) right no-repeat; }
.pinkheaderright2{ width:100%; background:url(media/pinkheaderright2.jpg) right no-repeat; }
.pinkheaderright3{ width:100%; background:url(media/pinkheaderright3.jpg) right no-repeat; }
.redheaderbg{ background:url(media/redheaderbg.jpg); }
.redheaderleft{ background:url(media/redheaderleft.jpg); }
.redheaderright{ width:100%; background:url(media/redheaderright.jpg) right no-repeat; }
.redheaderright1{ width:100%; background:url(media/redheaderright1.jpg) right no-repeat; }
.redheaderright2{ width:100%; background:url(media/redheaderright2.jpg) right no-repeat; }
.redheaderright3{ width:100%; background:url(media/redheaderright3.jpg) right no-repeat; }
