/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/* CSS STYLES */

body
{
	border-right: 0px;
	margin-top: 10px;
	background: #ffffff;
	border-left: 0px;
	margin-bottom: 10px;
}

/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
/* GENERAL */
/* style for module titles */
.Head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
}
/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bolder;
	font-size: 10pt;
	color: #006699;
	line-height: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-weight: bolder;
}
/* text style used for most text rendered by modules */
.Normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.NormalNukeEdit
{
	border-right: black 1px solid;
	font-weight: normal;
	font-size: 10pt;
	border-left: black 1px solid;
	line-height: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
}
.NormalRed{
}
.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton{
	color:#000000;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton,A.CommandButton:active{
	color:grey;
}
A.CommandButton:hover{
	color:#000000;
}

.OtherTabs,.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.OtherTabs:link {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover    {
    text-decoration:underline ;
    color:#000000;
}

/* GENERIC */
H1{
}
H2{
}
H3{
}
H4{
}
H5{
}
H6{
}
TFOOT, THEAD{
}
TH{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
TD{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link {
	text-decoration: none;
	color:Black;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:Black;
}
a:active {
	text-decoration: none;
	color:Black;
}

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_MenuContainer{ background:#002A70; width:100%; }
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem ,.submenuitembreadcrumb{
	color:#FFB960;	
	font-size:12px;	
	font-weight:normal;
	padding:3px 15px 3px 10px;
	border:1px #002A70 solid; 
	border-width:1px 0px;
}
.submenuitemselected {
	color:#FFB960;
	font-size:12px;
	font-weight:normal;
	padding:3px 15px 3px 10px;
	background:#0099cc;
	border:1px #000000 solid; border-width:1px 0px;	
}

.submenu {
	border:0px #000000 solid;
	padding:0px; margin-top:0px; margin-left:3px;
	background:#002A70;
	z-index: 1000;
}

.rootmenuitem TD { 
	color:#FFB960; 
	font-size:12px; 
	font-weight:bold;
	padding:8px 10px 8px 0px;
	background:transparent;
	height:24px;
}
.rootmenuitemselected TD {
	color:#FFB960; 
	font-size:12px; 
	font-weight:bold;
	padding:8px 10px 8px 0px;
	background:#0099cc;
	height:24px;
}

.rootmenuitembreadcrumb TD {
	color:#FFB960; 
	font-size:12px; 
	font-weight:bold;
	padding:8px 10px 8px 0px;
	background:#002A70;
	height:24px;
}
