/*___________________________________________________________________________________________*/
/*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:#ffffff; width:100%; height:100%}
.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; height: 33px;background:url(media/bar.gif); background-repeat:repeat-x; text-align: center; }
.bottom{ width:680px; height: 33px;background:url(media/bar.gif); background-repeat:repeat-x; text-align: center; }
.bodybg{height: 380px;background-image:url(media/bg.gif); background-repeat:no-repeat;}
.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:#800000; }
.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; background-color:#ECE9DA; vertical-align:top;}
.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:#800000; text-decoration:none; }
a.user:visited{ color:#00585F; text-decoration:none; }
a.user:hover{ color:#800000; text-decoration:none; }
a.user:active{ color:#00585F; 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; }

.headercell{ width:100%; background:url(media/headerbg.gif); text-align:center; padding:0px 20px 15px; }
.topleft{ background:url(media/topleft.jpg); }
.topright{ background:url(media/topright.jpg); }

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:#ffffff; }
.MainMenu_MenuBar{ }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuItem{
	color:#800000; 
	font-size:11px; font-weight:normal;
	border:#ffffff solid;
	border-width:1px 0px;
	padding:4px 10px 4px 5px;
	margin-bottom:1px;
}
.submenuitembreadcrumb{
	color:#000083; 
	font-size:11px; font-weight:normal;
	border:#ffffff solid;
	border-width:1px 0px;
	background-color:#FFF;
	padding:4px 10px 4px 5px;
	margin-bottom:1px;	
}
.submenuitemselected{
	border:#80000 solid;
	border-width:1px 0px;
	color:#EFC91D;
	font-size:11px; font-weight:normal;
	padding:4px 10px 4px 5px;
	background:#FFFFFF;
}
.MainMenu_MenuArrow{
	border:#FFF solid; border-width:1px 1px 1px 0px;
	padding:0px;
}
.submenu{
	z-index:1000; 
	background:#FFF;	
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#757575', Direction=135, Strength=2);*/
	border:1px #000 solid; 
	padding:0px;
	margin-left:2px;
}
.rootmenuitem TD{
	color:#800000; 
	font-size:11px; 
	font-weight:bold;
	border:0px;
	background:#8000000;
	padding:0px 0px 0px 12px;
	height:33px;
}
.rootmenuitemselected TD{
	color:#EFC91D; 
	font-size:11px; 
	font-weight:bold;
	border:0px; 
	background-color: #FFF;
	padding:0px 0px 0px 12px;
	height:33px;
}
.rootmenuitembreadcrumb TD{
	color:#EFC91D; 
	font-size:11px; 
	font-weight:bold;
	border:0px;
	background-color:#FFF;	
	padding:0px 0px 0px 12px;
	height:33px;
}
.MainMenu_MenuBreak{ display:none; }
.GreyBorder
{
	padding:4px;border:1px solid #ddd;
}
/*___________________________________________________________________________________________*/
/* Headers 

.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; }

*/