﻿/* global element mods */
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: white;
	font-family: arial;
	font-size: 11px;
}
#bodydiv {
	width: 100%;
	height:auto;
	margin: 0 auto 0 auto;
}
/* header */
div.header {
	background-image:url(Images/Logos/1x95_Header_Gradient.gif);
	height:95px;
	padding: 0px 0px 0px 0px;
}
div.header a {
	color: #FFCC00;
	font-weight:900;
	padding-left: 15px;
}
/* main navigation */
div.mainnav {
	height: 23px;
	background-color:Black;
	padding:0px 4px 0px 0px;
}
div.mainnav a 
{
	color:White;
	font-family:Arial Black;
	font-weight:bold;
	font-size:11px;
}
div.mainnav a:hover 
{
	color:Black;
}


/* breadcrumb */
div.breadcrumb 
{
	background-color:#142163;
	position: relative;
	padding: 6px 20px 6px 20px;
}

/* left navigation */
div.leftnav {
	padding: 15px;
	float: left;
	background-color:#70B7E8;
	border-bottom: 1px solid #999;
	width:165px;
	height:100%;
}

div.leftnav a {
	color: #333333;
	padding: 5px 0 5px 0;
	
}

div.leftnav a.sub {
	padding-left: 15px;
}
/* content */

div.pageheader
{
	background-color:#FFCC00;
	font-family:Arial;
	font-size:11px;
	width:100%;
	background-image:url(Images/layout/corner.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
}
div.pageheaderinner
{
	padding: 5px 15px 5px 15px;
	width:96%;
	font-weight:700;
}
div.pagedetail
{
	background-color:White;
	font-family:Arial;
	font-size:11px;
	width:100%;
	padding: 5px 20px 5px 15px;
}
div.pagedetailinner
{
	background-color:White;
	font-family:Arial;
	font-size:11px;
	font-weight:500;
	width:100%;
	padding: 5px 0px 5px 0px;
}
div.footer
{
	background-color:White;
	border-top:1px solid #999;
	font-family:Arial;
	font-size: 9px;
	font-weight:500;
	color:#999;
	width:100%;
}
div.footer a 
{
	color:#999;
	font-family:Arial;
	font-weight:800;
	font-size:9px;	
}
.SepLine 
{
 border-bottom:5px solid #E4E7E4;
}
/* Text */
.an11 {
	font-family: arial narrow;
	font-size: 11px;
}

.an11B {
	font-family: arial narrow;
	font-size: 11px;
	font-weight: bold;
}
.an12 {
	font-family: arial;
	font-size: 12px;
}
.an12B {
	font-family: arial narrow;
	font-size: 12px;
	font-weight: bold;
}
.a12B {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.an14B {
	font-family: arial narrow;
	font-size: 14px;
	font-weight: bold;
}


.an16B {
	font-family: arial narrow;
	font-size: 16px;
	font-weight: bold;
}


.an20 {
	font-family: arial narrow;
	font-size: 20px;
}

.an20B {
	font-family: arial narrow;
	font-size: 20px;
	font-weight: bold;
}
.blue {
	color: #006699;
}

.tbox
{
	font-family: Arial;
	font-size: 11px;
}
.tboxbold
{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
}
.tbutton
{
	font-family: Arial;
	font-size: 10px;
}


.requiredTextBox 
{
	background-color:#FFFFCC;
	font-family: Arial;
	font-size: 11px;
}	

.NoteText {
	font-family: arial narrow;
	font-size: 9px;
	font-weight: normal;
	font-style:italic;
	color:Gray;
}

.ChartRow 
{
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color:Black;
	background-color:White;
}

.ChartAltRow 
{
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	color:Black;
	background-color: #F5F5F5;
}
.ChartHeader 
{
	font-family: Arial Narrow;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #DDB154;
}

.ChartHeaderClear 
{
	font-family: Arial Narrow;
	font-size:14px;
	font-weight:bold;
}

.MainNavFont
{
	font-family: Arial Black;
	font-size:11px;
}
