/* this is the control panel css */

.controlpanel{ background:#ffffff; 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;}

/* this is the start of the body css */

body	{
	background:#000000; 
	border-left:0px; 
	border-right:0px; 
	height:100%; 
	color:#dc0067;
	margin-top:10px;
	}
	
.contenthome{
	background:url(sangabull.gif) bottom right no-repeat;
	}
	
.contentBlank{
	background:#000000;
	}

.Head	{
	color:#FFFFFF;
	font-family:arial;
	font-weight:bold;
	}
.SubHead,.SubSubHead	{
	font-size:11px; 
	color:#fff; 
	}
.Normal	{ 
	font-size:11px; 
	color:#fff;
	}
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active	{	
	color:#FF7900; 
	text-decoration:none; 
	}
A.CommandButton:hover	{ 
	color:#FF7900; 
	text-decoration:underline;
	}
TH,TD,DIV	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; color:#fff; 
	}
A,A:link,A:visited,A:active	{ 
	color:#FF7900; 
	text-decoration:underline; 
	}
A:hover	{ 
	color:#FF7900; 
	text-decoration:none; 
	}
.user,a.user:link,a.user:active,a.user:visited,.user	{ 
	color:#dc0067; 
	text-decoration:none; 
	}
a.user:hover	{ 
	color:#FFF; 
	text-decoration:underline; 
	}
a.bottomlinks:link,a.bottomlinks:active,a.bottomlinks:visited	{ 
	color:#333; 
	text-decoration:none; 
	}
a.bottomlinks:hover	{ 
	color:#333; 
	text-decoration:underline; 
	}
.footer,a.footer:link,a.footer:active,a.footer:visited	{	
	font-size:10px; 
	color:#777; 
	text-decoration:none; 
	}
a.footer:hover	{	
	color:#777; 
	text-decoration:underline; 
	}

/*___________________________________________________________________________________________*/

.MainMenu_MenuContainer{ background:transparent; width:140px; height:1px; border:solid 0px #FFF;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem,.submenuitembreadcrumb{
	color:#ffffff;	font-size:11px;	font-weight:normal;
	padding:3px 15px 3px 10px;
	border:1px #000000 solid; border-width:1px 0px;
}
.submenuitemselected{
	color:#dc0067; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 15px 3px 10px;
	background:#000000;
	border:1px #dc0067 solid; 
	border-width:1px 0px;	
}
.submenu{
	border:1px #000 solid;
	padding:0px;
	background:#000000;
	margin-left:0px;
	margin-top:2px;
}
.rootmenuitem TD{ 
	color:#dc0067; 
	font-size:18px; 
	font-weight:bold;
	text-align:right;
	font-family:'Trebuchet MS', arial, sans-serif;
	background: transparent;
	padding:5px;
	height:29px;	
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#ffffff; 
	font-size:18px; 
	font-weight:bold;
	text-align:right;
	font-family:'Trebuchet MS', arial, sans-serif;
	background: transparent;
	padding:5px;
	height:29px;	
}


