/*___________________________________________________________________________________________*/
/*Control panel*/
.controlpanel{ background:#FFF; border:#e2e1e2 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:#e2e1e2 solid; border-width:0px 1px; width:3px; height:100px; }
.controlpanel TD .SubHead{ background:#e2e1e2; 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:#e2e1e2; 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:#862363; border:#e2e1e2 dotted; border-width:1px 0px; text-align:center; }
.top{ width:680px; text-align:right; margin:0px auto; padding:6px; }
.wraptable{ width:900px; background:#e9d7e3; 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:#ddc1d3 solid; border-width:2px 0px; }
.bborderleft{ border-left:2px #ddc1d3 solid; font-size:5px; }
.bborderright{ border-right:2px #ddc1d3 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:#dcbcd1; 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 #ddc1d3 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/footer_background.png); text-align:center; padding:0px 20px 15px; }
.footerleft{ background:url(media/footer_left.png); }
.footerright{ background:url(media/footer_right.png); }
.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:#dcbcd1 solid;
	border-width:1px 0px;
	padding:4px 10px 4px 5px;
	margin-bottom:1px;
}
.submenuitembreadcrumb{
	color:#FF0; 
	font-size:11px; font-weight:normal;
	border:#dcbcd1 solid;
	border-width:1px 0px;
	background-color:transparent;
	padding:4px 10px 4px 5px;
	margin-bottom:1px;	
}
.submenuitemselected{
	border:#dcbcd1 solid;
	border-width:1px 0px;
	color:#FF0;
	font-size:11px; font-weight:normal;
	padding:4px 10px 4px 5px;
	background:#862363;
}
.MainMenu_MenuArrow{
	border:#dcbcd1 solid; border-width:1px 1px 1px 0px;
	padding:0px;
}
.submenu{
	z-index:1000; 
	background:#dcbcd1;	
	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:#dcbcd1; 
	font-size:11px; 
	font-weight:bold;
	border:0px; 
	background:transparent;
	padding:0px 0px 0px 12px;
	height:33px;
}
.rootmenuitembreadcrumb TD{
	color:#dcbcd1; 
	font-size:11px; 
	font-weight:bold;
	border:0px;
	background:transparent;	
	padding:0px 0px 0px 12px;
	height:33px;
}
.MainMenu_MenuBreak{ display:none; }
/*___________________________________________________________________________________________*/
/* Headers */
.rtmheaderbackground{ background:url(media/header_background.png); }
.rtmheaderleft{ background:url(media/header_left.png); }
.rtmheaderright{ width:100%; background:url(media/header_right.png) right no-repeat; }
