﻿

a.links
{
	color: #073462;
	text-decoration: underline;
	font-weight: bold;
}

a.links:hover, a.smallLinks:hover
{
	color: #ef8431;	
}

a.smallLinks
{
	color: #073462;
	text-decoration: underline;
}

#Container
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

#Header
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 55px;
}

#Logout
{
	padding-right: 20px;
	padding-bottom: 5px;	
}

#Logout a
{
	color: #073462;
	text-decoration: underline;
	font-weight: bold;
}

#Logout a:hover
{
	color: #ef8431;	
}


/*********************************************/
/*				Left NAV					 */
/*********************************************/
#LeftNav
{
	width: 205px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background-color: #ef8431;
	padding-left: 5px;
	padding-top: 10px;	
	color: #000000;
	font-weight: bold;
}

#MenuItems li a.Selected
{
	padding-left: 15px;
	color: #ffea00;
	background: url('../Images/LeftNavPointer.png') 0px 2px no-repeat;
}
#MenuItems a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	font-weight: normal;
}

#MenuItems a:hover
{
	color: #ffea00;
	/*text-decoration: underline;*/
}

#MenuItems ul
{
	list-style-type: none;
	padding: 0;
	padding-top: 3px;
	margin: 0;
}

#MenuItems li
{
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 14px;
}

#MenuItems li a
{
	padding-left: 10px;
}


/*********************************************/
/*				End Left Nav				 */
/*********************************************/

/*********************************************/
/*				Main NAV					 */
/*********************************************/
#MainNav
{
	width: 100%;
	height: 25px;
	/*background: url('../images/orangeGrad.jpg') repeat-x;*/
	background: #000 repeat-x;
}

#MainNav .content, #Footer .content, #MainNav a
{
	padding: 7px;
	color: #FFF;
}

#MainNav a
{
	text-decoration: none;
}

#MainNav a:hover
{
	text-decoration: underline;
}

#MainNav a.selected
{
	font-weight: bolder;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

/*********************************************/
/*			     End Main NAV				 */
/*********************************************/

.Error
{
	color: #FF0000;
	font-weight: bold;
}

#Footer
{
	color: #FFFFFF;
	background: #000 repeat-x;
	height: 25px;
	clear: both;
	text-align: center;
}

.BlueText_12_Bold
{	
	color: #073462;
	font-size: 12px;
	font-weight: bold;
}

#Content
{
	margin-top: 10px;
	margin-left: 15px;
	width: 846px;
	float: left;
}

#Content table
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;	
}

.FormItem
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	border: 1px solid #6A747C;
}

.FormHeading
{
	padding: 3px;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	text-align: right;
}

.FormHeadText
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	padding: 3px;
}

.FormButton
{
	background-color: #ee8134;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	border: 1px solid #000000;
}

.BasicReportingTable 
{
	border-right: 1px solid #ee8134;
	border-left: 1px solid #ee8134;
}

.BasicReportTable th
{
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #ee8134;
}

.BasicReportTable td
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	text-align: left;
}

.Mod4ReportTable th
{
	background-color: #ee8134;
	text-align: center;
	height: 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}

.Mod4ReportTable td
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #D2D2D2;
	text-align: center;
	height: 18px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.PrintLink:link, .PrintLink:active, .PrintLink:visited
{
	text-decoration: underline;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #ee8134;
}

.PrintLink:hover
{
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #ee8134;
}

.SpacedText
{
	line-height: 20px;
}

/*********************************************/
/*					Login					 */
/*********************************************/
#Login
{
	width: 100%;	
	height: 600px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}

#Login table
{
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 11px;
}
/*********************************************/
/*			    End Login					 */
/*********************************************/

div.dvTitle
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;	
}

div.dvWrapper
{
	padding-top: 10px;	
	clear: both;
}

div.dvLeftInner
{
	float: left;
	text-align: right;
}

div.dvRightInner
{
	float: left;
}

div.dvKeyReport
{
	float: left; 
	text-align: center; 
	border-bottom: solid 1px black;
}

.Hand
{
	cursor: pointer;
}