/*
Colors Used
Background swoosh: #000086;

*/
body
{
	font-family:Tahoma, Verdana, Sans-Serif;
	background-image:url(blueswoosh.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #000086;
	font-size: 20px;
	margin:0px;
	color:#FFFFFF;
}

Table
{
	font-family:Tahoma, Verdana, Sans-Serif;
	font-size: 20px;
	color:#FFFFFF;
}

TD
{
	font-family:Tahoma, Verdana, Sans-Serif;
	font-size: 20px;
	color:#ffffff;
}

A:link
{
	color:#ddFFdd;
	text-decoration:underline;
}
A:visited
{
	color:#ddFFdd;
	text-decoration:underline;
}
A:hover
{
	color:#AAFFAA;
	text-decoration:underline;
}

.DNNivoDefaultLink
{
	color:#a3a3c9;
	overflow:hidden;
}
A.DNNivoDefaultLink:link
{
	margin: 0px;
	color: #a3a3c9;
	white-space: nowrap;
	text-decoration: none;
}
A.DNNivoDefaultLink:visited
{
	margin: 0px;
	color: #a3a3c9;
	white-space: nowrap;
	text-decoration: none;
}
A.DNNivoDefaultLink:hover
{
	margin: 0px;
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
}

A.DNNivoMenuLink:link
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size:35px;
	font-weight:normal;
	width:175px;
	height:60px;
	border:3px none #FFFFFF;
	text-align:center;
	background-color: Transparent;
	white-space: nowrap;
	color:#FFFFFF;
	text-decoration:none;
	overflow:hidden;
}
A.DNNivoMenuLink:visited
{
	font-size:35px;
	width:175px;
	height:60px;
	border:3px none #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight:normal;
	text-align:center;
	white-space: nowrap;
	color:#FFFFFF;
	background-color: Transparent;
	text-decoration:none;
	overflow:hidden;
}
A.DNNivoMenuLink:hover
{
	font-size:35px;
	width:175px;
	height:60px;
	border:3px solid #F5FAAB;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 1px;
	margin-bottom: 7px;
	font-weight:normal;
	text-align:center;
	color:#DDDDFF;
	text-decoration:none;
	background-color: #8888ff;
	overflow:hidden;
}

.LogoPaneStyle
{
	width:200px;
}
.TopPaneStyle
{
}
.LeftPaneStyle
{
	width:200px;
}
.RightPaneStyle
{
	width:175px;
}
.ContentPaneStyle
{
	
}

#Footer
{
	color:White;
}

/*Module Container Overrides*/
.Head
{
	color:#FFFFFF;
	font-size:25px;
	font-weight:bold;
}
.SubHead
{
	color:#737070;
	font-size:15px;
}

A.CommandButton:link
{
	color:#000;
	font-size:15px;
}
A.CommandButton:visited
{
	color:#000;
	font-size:15px;
}
A.CommandButton:hover
{
	color:#000;
	font-size:15px;
}


HR
{
	color:#24B1DB;
	height:3px;
}
.Normal
{
	font-size:20px;
}
/*SolPart Menu Style*/
.MainMenu_MenuContainer {
	width:180px;
	background-color:Transparent;
}
.MainMenu_MenuBar
{
	cursor: hand;
	color: white;
	
}
.MainMenu_MenuItem
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 4px solid;
	font-weight: normal;
	border-left: #ffffff 0px solid;
	cursor: hand;
	color: #FFFFFF;
	border-bottom: #ffffff 4px solid;
	font-family: Tahoma, Arial, Helvetica;
	height: 50px;
	width:200px;
	text-decoration:none;
	text-align:center;
	padding: 2px 6px 2px 6px;
}
.MainMenu_MenuIcon {
    cursor: pointer; 
    cursor: hand; 
    background-color: #0000DD; 
    border-left: #ffffff 4px solid;
    border-right: #ffffff 0px solid;
	width:20px;
	height:50px;
    text-align: center; 
}
.MainMenu_MenuArrow {
    font-family: webdings; 
    font-size: 10px;
    border-right: #ffffff 4px solid; 
    border-left: #ffffff 0px solid;
    cursor: pointer; 
    cursor: hand;    
    background-color: #0000DD;  
}
.MainMenu_MenuItemSel
{
	cursor: hand;
	color: #ffffb8;
	height: 50px;
	text-decoration: none;
	text-align:center;
}
.MainMenu_MenuIconSel {
    cursor: pointer; 
    cursor: hand; 
    background-color: #FF0000; 
    border-left: #ffffff 4px solid;
    border-right: #ffffff 0px solid;
	width:20px;
	height:50px;
    text-align: center; 
}
.MainMenu_SubMenu
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	z-index: 1000;
	border-left: #cccccc 1px solid;
	cursor: hand;
	border-bottom: #cccccc 1px solid;
	background-color: #000086;
}






