/*
	CCS by Vasilis Terzopoulos
	http://www.thinkofdesign.com/
	vasilis@thinkofdesign.com
*/
body{ background:#FFF; 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{width:140px;background:url('media/hma_sidenav.jpg') repeat-y; }
#leftpane{background:url('media/hma_sidenav.jpg') repeat-y; }
.ContentPane{padding-top:5px}
.RightPane{width:140px; }
.FirstPane{background:url('media/hma_sidenav.jpg') repeat-y;}
.SecondPane{width:25%;}
.ThirdPane{width:25%; }
.FourthPane{width:25%; }


.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; }

A:link{ text-decoration:underline; color:blue; }
A:visited{ text-decoration:underline; color:blue; }
A:active{ text-decoration:underline; color:blue; }
A:hover{ text-decoration:none; color:#F00; }

#header{width:780px; height:127px; background:url('media/hma_header.jpg') no-repeat; }
#header_bg{height:127px; background:url('media/hma_headerbg.jpg') repeat; }
#logo{ width:100px;	float:left;	margin:13px 25px 0px 25px !important; margin:13px 18px 0px 18px; }
#headerright{ color:#FFF; float:right;	text-align:right; margin:12px 10px 0px !important; margin:12px 10px 0px; }
#menu{height:36px; text-align:left; background:url('media/hma_menu.jpg') repeat; padding-top:3px; position:relative; }
#main{ background:#FFF; }
#footer{height:79px; position:relative; text-align:center; background:url('media/hma_footer.jpg') repeat;}
#navbreadcrumb{padding-left:25px; text-align:left; padding-top:10px }
.left_bg{width:20px; background:url('media/hma_leftborder.jpg') repeat;}
.right_bg{width:20px; background:url('media/hma_rightborder.jpg') repeat;}

a.user:visited{ color:#FFF; text-decoration:none; }
a.user:active{ color:#FFF; text-decoration:none; }
a.user:hover{ color:#FFF; text-decoration:underline; }
a.user:link{ color:#FFF; 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:#3366ff solid; border-width:1px 0px;
}
.submenuitembreadcrumb{
	color:#F00;	font-size:11px;	font-weight:normal;
	padding:2px 15px 2px 10px;
	border:#3366ff solid; border-width:1px 0px;
}
.submenuitemselected{
	color:#FFF;	font-size:11px;	font-weight:normal;
	padding:2px 15px 2px 10px;
	background:#333;
	border:#3366ff solid; border-width:1px 0px;	
}
.MainMenu_MenuArrow{
	padding:2px 0px 2px 10px; height:24px;
	border:#3366ff solid; border-width:1px 1px 1px 0px;
}
.submenu{
	z-index:1000;
	border:1px #333 solid;
	padding:0px; margin-top:0px; margin-left:2px;
	background:#3366ff;
}
.rootmenuitem TD{ 
	color:#FFF; 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
}
/* Text styles */
.Text-Header{ font-family:Verdana; font-size:18pt; color:#000080; }
.Text-Subheader{ font-family:Verdana; font-size:14pt; color:#000080; }
.Text-Normal{ font-family:Verdana; font-size:12pt; color:black; }
.Text-Normal-10pt{ font-family:Verdana; font-size:10pt; color:black; }
.Text-Normal-8pt{ font-family:Verdana; font-size:8pt; color:black; }