/*
	CCS by Vasilis Terzopoulos
	http://www.thinkofdesign.com/
	vasilis@thinkofdesign.com
*/
body{ background:#cccccc; border-left:0px; border-right:0px; height:100%; }

.controlpanel{ background:#FFF; border:#ADADAD 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:#CCC solid; border-width:0px 1px; width:3px; height:100px; }
.controlpanel TD.SubHead{ background:#CCC; font-size:12px; color:#000; 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; }
.controlpanel A.CommandButton:visited{ color:#000; }
.controlpanel A.CommandButton:active{ color:#000; }
.controlpanel A.CommandButton:hover{ color:#F00; text-decoration:underline;}

.LeftPane{background:#fff;padding:5px}
.ContentPane{background:#fff;padding-top:5px}
.RightPane{background:#fff;padding:5px}

.Head{ font-size:12px; font-weight:bold; color:#333; }
.SubHead{ font-size:11px; font-weight:bold; color:#333; }
.SubSubHead{ font-size:11px; font-weight:bold; color:#333; }
.Normal{ font-size:11px; font-weight:normal; color:#333; }
.CommandButton{ font-size:11px; color:#333; }
A.CommandButton:link{ text-decoration:none; color:#333; }
A.CommandButton:visited{ text-decoration:none; color:#333; }
A.CommandButton:active{ text-decoration:none; color:#333; }
A.CommandButton:hover{ text-decoration:underline; color:#F00; }
td, th, div, span{ font-family: Verdana, Tahoma, Arial, Helvetica; font-size:11px; color:#333; }
A:link{ text-decoration:underline; color:#333; }
A:visited{ text-decoration:underline; color:#333; }
A:active{ text-decoration:underline; color:#333; }
A:hover{ text-decoration:none; color:#F00; }

#header{height:100px; background:url('media/header.jpg') no-repeat; }
#logo{ width:72px;	height:100px; float:left;	margin: 0px 0px 0px 4px !important; margin:0px 0px 0px 4px; }
#headerright{ color:#6F001E; width:200px; float:right;	text-align:right; margin:12px 10px 0px !important; margin:12px 10px 0px; }
#menu{height:32px; text-align:left; /*background:url('media/menu.jpg') no-repeat;*/}
#main{ background:#ffffff;}
#footer{height:50px; position:relative; text-align:center; background:url('media/footer.jpg') repeat;}
#navbreadcrumb{padding-left:25px; text-align:left; padding-top:10px }
.left_bg{width:20px; background:url('media/bg_left.jpg') repeat;}
.right_bg{width:20px; background:url('media/bg_right.jpg') repeat;}

a.user:visited{ color:#6F001E; text-decoration:none; }
a.user:active{ color:#6F001E; text-decoration:none; }
a.user:hover{ color:#6F001E; text-decoration:underline; }
a.user:link{ color:#6F001E; text-decoration:none; }
.footer{ font-size:9px; }
a.footer:visited{ color:#333; text-decoration:none; }
a.footer:active{ color:#333; text-decoration:none; }
a.footer:hover{ color:#F00; text-decoration:none; }
a.footer:link{ color:#333; text-decoration:none; }

/* Main Menu */
.MainMenu_MenuContainer{
	position:absolute; border:0px; background-color:transparent;
	width:1px; padding:1px 10px 0px 30px !important; padding:1px; margin-left:30px; }
.MainMenu_MenuBar{background:transparent;}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem{
	color:#FFF;	font-size:11px;	font-weight:normal;
	padding:2px 15px 2px 10px;
	border:#C06D77 solid; border-width:1px 0px;
}
.submenuitembreadcrumb{
	color:#F00;	font-size:11px;	font-weight:normal;
	padding:2px 15px 2px 10px;
	border:#C06D77 solid; border-width:1px 0px;
}
.submenuitemselected{
	color:#FFF;	font-size:11px;	font-weight:normal;
	padding:2px 15px 2px 10px;
	background:#333;
	border:#C06D77 solid; border-width:1px 0px;	
}
.MainMenu_MenuArrow{
	padding:2px 0px 2px 10px; height:24px;
	border:#C06D77 solid; border-width:1px 1px 1px 0px;
}
.submenu{
	z-index:1000;
	border:1px #333 solid;
	padding:0px; margin-top:0px; margin-left:2px;
	background:#C06D77;
}
.rootmenuitem TD{ 
	color:#333; font-size:11px; font-weight:bold;
	padding:5px;
	background:transparent;
	height:24px;
}
.rootmenuitemselected td, .rootmenuitembreadcrumb td{
	color:#F00; font-size:11px; font-weight:bold;
	padding:5px;
	background:transparent;
	height:24px;
}

.center-content
{
	text-align:center
}

.TreeViewMenu {
	background-color: #ffffff;
	border-right: #72694D 1px solid; 
	border-top: #72694D 1px solid; 
	border-left: #72694D 1px solid; 
	border-bottom: #72694D 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	color:#D3CD9F
}
.TreeViewMenu_Header {
	background-color: #ffffff;
	border-bottom: #72694D 1px solid; 
}

.NavHead {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.headertextlarge {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}

.headertext {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}