/*___________________________________________________________________________________________*/
/*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-image:url(media/sitebg.gif); background-repeat:repeat-y; background-position:center; background-color:#BFBFBF; border-left:0px; border-right:0px; margin-top:20px; }
.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:12px; line-height:19px; color:#310C0B;}
TD,TH,DIV,SPAN{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }

.logobar {height:40px; width:100%; background-color:#DF932F;}
.logobar img{margin:8px;}
.topwrapper{ border:#B7B7B7 dotted; border-width:1px 0px; text-align:center; }
.top{ width:97%; text-align:right; padding:6px; }
.wraptable{ width:780px; background:#E8E8E8; margin:0px auto; }
.shadowleft{ background:url(media/shadowleft.gif); width:5px;}
.bar{ width:100%; padding:10px; background:url(media/menushadow.gif) top repeat-x; }
.menubg{ width:100%; background-color:#732924; padding-top:5px; padding-bottom:5px;} 
.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); }

.maintable{background-color:#732924;}
.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:#FFF; text-decoration:underline; }
a:visited{ color:#EEE; text-decoration:underline; }
a:hover{ color:#FF0; text-decoration:none; }
a:active{ color:#FFF; text-decoration:underline; }

.footerlinks{ padding:20 33 0; text-align:center; }
.footercell{ width:100%; text-align:center; padding-bottom:10px;  background-color:#732924;}
.footer{ font-size:10px; color:#FFF; }
a.footer:link{ color:#DF932F; text-decoration:none; }
a.footer:visited{ color:#DF932F; text-decoration:none; }
a.footer:hover{ color:#DF932F; text-decoration:underline; }
a.footer:active{ color:#DF932F; text-decoration:none; }
/*___________________________________________________________________________________________*/
/* Main Menu */
.MainMenu_MenuContainer{ width:98%; background:transparent; margin-left:10px;}
.MainMenu_MenuBar{ background:transparent;}
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuItem{
	color:#EEE;
	font-size:11px; 
	font-weight:normal;
	padding:3px 10px 3px 5px;
	border:1px solid #602320; 
	background-color:#602320;
}

.submenuitembreadcrumb{
	color:#FF0;
	font-size:11px; 
	font-weight:normal;
	padding:3px 10px 3px 5px;
	background-color:#732924;	
	border:1px solid #732924; 
}

.submenuitemselected{
	color:#FF0;
	font-size:11px; 
	font-weight:normal;
	padding:3px 10px 3px 5px;
	background-color:#732924;	
	border:1px solid #732924; 
}

.MainMenu_MenuArrow{
	padding:0px;
	border:0px;
}

.submenu{
	z-index:1000; 
	background-color:#602320;
	padding:0px;
	margin-left:2px;
}

.rootmenuitem TD{
	color:#EEE; 
	font-size:11px; 
	font-weight:normal;
	border:1px solid #732924; 
	background-color:#732924;
	padding:0px 5px 0px 5px;
	height:16px;
}

.rootmenuitemselected TD{
	color:#EEE; 
	font-size:11px; 
	font-weight:normal;
	border:1px solid #C6B0AF; 
	background-color:#602320;
	padding:0px 5px 0px 5px;
	height:16px;
}

.rootmenuitembreadcrumb TD{
	color:#EEE; 
	font-size:11px; 
	font-weight:normal;
	border:1px solid #C6B0AF; 
	background-color:#602320;
	padding:0px 5px 0px 5px;
	height:16px;
}

.MainMenu_MenuBreak{ display:none; }
/*___________________________________________________________________________________________*/
/* Headers */

.headerbg{ background:url(media/headerbg.jpg); width:100%; height:100px;}
.headerleft{ background:url(media/headerleft.jpg); }
.headerright{ width:100%; background:url(media/headerright.jpg) right no-repeat; }
.headerright1{ width:100%; background:url(media/headerright1.jpg) right no-repeat; }
.headerright2{ width:100%; background:url(media/headerright2.jpg) right no-repeat; }
.headerright3{ width:100%; background:url(media/headerright3.jpg) right no-repeat; }