/* CSS STYLES */

body {
	background:#FFFFFF;
	margin-bottom:-20px !important;
	margin:0px;
	color:White;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* GENERAL */
/* style for module titles */
.Head{
	font-size:13px;
	/* color:#333333; */
	color: #30438F;
	font-weight:bold;
	
}
/* style of item titles on edit and admin pages */
.SubHead{text-align:left;}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead{
}
/* text style used for most text rendered by modules */
.Normal{
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
}
.NormalRed{float:left;text-align:left;font-weight:bold;font-size:11px;}
.NormalBold{
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton{
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link{
}
A.CommandButton:visited{
}
A.CommandButton:active{
}
A.CommandButton:hover{
}
/* GENERIC */
H1{
}
H2{
}
H3{
}
H4{
}
H5{
}
H6{
}
TFOOT, THEAD{
}
TH{
}
A:link{
	font-family:Verdana, Tahoma, Arial, Helvetica; 
	font-size:11px; 
	color:#333333;
	text-decoration:underline;
}
A:visited{
	font-family:Verdana, Tahoma, Arial, Helvetica; 
	font-size:11px; 
	color:#333333;
	text-decoration:underline;
}
A:active{
	font-family:Verdana, Tahoma, Arial, Helvetica; 
	font-size:11px; 
	color:#333333;
	text-decoration:underline;
}
A:hover{
	font-family:Verdana, Tahoma, Arial, Helvetica; 
	font-size:11px; 
	color:#333333;
	text-decoration:underline;
}
SMALL{
}
BIG{
}
BLOCKQUOTE, PRE{
}
UL LI{
}
UL LI LI{
}
UL LI LI LI{
}
OL LI{
}
OL OL LI{
}
OL OL OL LI {
}
HR{
}
/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuBar{
	width:145px;	
	margin-left:0px;	
	border:0px;
	margin:0px;
}

#menu img{
	display:none;
}
#menu a:hover
{
	background:url(media/buttonbg.gif) no-repeat;
	width:145px;
	height:17px;
	/*
	padding:3px 7px 4px !important;
	padding:3px 0px 0px 3px;
	*/	
	color:white;
	background-color:Transparent;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
}
#menu a
{
	margin-top:0px;
	width:145px;
	height:17px;	
	padding:3px 0px 0px 3px;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	border:0px solid green;
	}

.submenu{
	cursor:hand;
	border:0px;
	margin:0px;
	padding:0px;
	width:145px;
	border:0px solid red;
}

.rootmenuitem {
	width:145px;
	height:17px;
	color:#333333; 
	font-family:Verdana, Tahoma, Arial, Helvetica; 
	font-size:11px; 
	font-weight:bold; 
	background-color:transparent;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;	
	cursor: default;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	border:0px solid blue;
	
}
.rootmenuitemselected {
	width:145px;
	height:17px;
	color:#333333; 
	font-family:Verdana, Tahoma, Arial, Helvetica; 
	font-size:11px; 
	font-weight:bold; 
	background-color:transparent;
	background-image:url(images/button_on.jpg);
	background-repeat:no-repeat;
	cursor: default; 
}
.rootmenuitembreadcrumb{
	width:145px;
	height:17px;
	color:#333333; 
	font-family:Verdana, Tahoma, Arial, Helvetica; 
	font-size:11px; 
	font-weight:bold; 
	background-color:transparent;
}

/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/*Custom classes*/

.user{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#808080;
}
a.user:visited{
	font-size:9px;
	color:#808080;
	text-decoration:none;	
	font-weight:bold;	
}
a.user:active{
	font-size:9px;
	color:#808080;
	text-decoration:none;	
	font-weight:bold;	
}
a.user:hover{
	font-size:9px;
	color:#C0C0C0;
	text-decoration:none;	
	font-weight:bold;	
}
a.user:link{
	font-size:9px;
	color:#808080;
	text-decoration:none;
	font-weight:bold;	
}

.formattbl {font-size:11px;}
.formattbl td {font-size:11px;}
.Help {text-align:left;}





