﻿/* Default styles */
body {
	background-color: #FFF;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9pt;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	color: #666666;
	line-height: 18px;
	display: block;	
	text-align:center;
}

.normal {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9pt;
	color: #666666;
	line-height: 18px;
}

p, table td
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9pt;
	color: #666666;
	line-height: 18px;
}

a
{
	color: #2244AA;
	text-decoration: underline;
}

a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

a:visited
{
	color: #113355;
	text-decoration: underline;
}

h1
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14pt;
	margin: 0;
	padding: 0;
	color: #336699;
	letter-spacing: normal;
}

h2{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	color: #336699;
	letter-spacing: normal;
}

h3{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	color: #000000;
	letter-spacing: normal;
}

h4{
	font-size: 7pt;
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}

.headerLinks a:link {
	text-decoration: none;
	color: #336699;
}

.headerLinks a:visited {
	text-decoration: none;
	color: #336699;
}

.contentTypeLinks {
	margin-bottom: 7px;
}

.contentTypeLinks a:link {
	text-decoration: none;
	color: #000000;
}

.contentTypeLinks a:visited {
	text-decoration: none;
	color: #000000;
}

table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: separate;
	width: 100%;
}

table th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

table td {
	border-width: 0px 0px 0px 0px;
	padding: 3px;
	border-style: none none none none;
	vertical-align: top;
}

input, select, textarea {
	font-size: 12px;
	color: #666666;
}

ul
{	
	list-style: none;
}

li
{
	list-style: none;
	list-style-position: outside;
	color: #2244AA; 
	line-height:14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

li a
{
	text-decoration: none;
}

/* Layout & Nav Styles */

#header 
{
	display: block;
	margin: 0px auto;
	padding: 5px 0 0 0;
	height: 60px;
	width: 1000px;
	background-color: #FFFFFF;
}

#footer
{
	clear: both;
	width: 1000px;
	padding-top: 5px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	padding: 10px 0 0 5px;
	width: 300px;
}

.colmask {
	text-align:left;
	position: relative;
    clear:both; 
	width: 998px;
	margin: 35px auto;
	*margin: 5px auto;
	padding: 0;
	background: #FFF;
	display: block;
	overflow:hidden; 
}

/* Column settings */
.colleftmid {
	float:left;
	width:674px;				/* width of the 2 left columns */
}
.colright {
	float:right;
	width:300px;				/* width of the right column */
}

.colleft {
	float:left;
	width:400px;				/* width of the left most columns */
}

.colmid {
	float:right;
	width:250px;				/* width of the middle columns */
}

#topMenu {
   float:left;
   width:998px;
	background:#eee;
   overflow:hidden;
   position:relative;
	font-size: 4 pt;
	font-family: Arial, sans-serif; 	
}
#topMenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   text-align:center;
}
#topMenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
}
#topMenu ul li a {
   display:block;
   margin:0;
   padding:3px 10px;
   background: #eee;
   color: #777;
   text-decoration:none;
   line-height:26px;
}
#topMenu ul li a:hover {
   background:#CC0000;
   color:#FFFFFF;
}

#topMenu ul li a.selected {
   background:#CC0000;
   color:#FFFFFF;
}

#ReportJump {
	float: right;
   margin: 5px 5px 5px 0;
	vertical-align:middle;
}

#imgMenu {
   float:left;
	background:#eee;
	margin: 5px auto;
   overflow:hidden;
   position:relative;
	font-size: 8pt;
	font-family: Arial, sans-serif;   
	font-weight: bold;
}
#imgMenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   text-align:center;
}
#imgMenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
}
#imgMenu ul li a {
   border: 1px solid #555;
   display:block;
   margin:0 0 0 1px;
   padding: 4px;
   background: #FFF;
   color: #369;
   text-decoration:none;
   line-height:8px;
}
#imgMenu ul li a:hover {
   background:#CCC;
   color:#FFF;
}

.operationalNav {
	font-size: 7pt;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	float: right;
	line-height: 27px;
	text-align: right;
}

.operationalNav a
{
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 0;
}

.operationalNav a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.bottomNav {
	font-size: 7pt;
	font-family: Verdana, Arial, sans-serif;
	line-height: 20px;
	text-align: center;
	padding: 10px 0 0 0;
}

.bottomNav a
{
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.bottomNav a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.copyright 
{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	line-height: 16px;
	text-align: center;
	color: #666666;
}	

.separatorBar 
{
    padding: 0;
    margin: 0 auto 0 auto;
	border-bottom: solid 3px #999999;
	width: 1000px;
	height:0%;
}

.advertisement 
{
	background-color: #FFFFFF;
	padding: 0 5px;
	color: #666666; 
	font-size: 7pt;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	width: 90%;
}

.sectionHead
{
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, sans-serif;	
	color: #113355;
}

.internalNavLink
{
	color: #2244AA;
	font-size: 8pt;
}

.internalNavLink a
{
	text-decoration: none;
}

.internalNavLink a:hover
{
	text-decoration: underline;
}

.subHead
{
	background-color: #C9D6DB;
	color: #336699;
	font-size: 11pt;
	font-family: Arial, sans-serif;   
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px 5px;
}

#divForm {
	background-color: #F5F7FA;
	border: solid 1px #C9D6DB;	
	color: #336699;
}

#divFormTable table {
	background-color: #F5F7FA;
}

#divFormTable table td {
	background-color: #F5F7FA;
	color: #336699;
}

.formLabel {
	color: #316B9C;
	text-align: right;	
	padding:0; 
	margin:0;
}

.requiredField {
	color:#990000;
}

.title
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;		
}

.author
{
	color: #2244AA;
}

.blank
{
	margin: 0; 
	padding: 0; 
	text-decoration: none;
	background-color: #FFF;	
}

.blank:hover
{
	text-decoration: none;
	background-color: #FFF;	
}

/* other styles */
.error 
{
	color:#CC0000; 
	font-weight: bold;
}

.dataList
{
	margin-top: -10px;
	padding: 0px;
}

/* buttons - tiny=84px, small=130px, med=160px, large=212px */
input.tinyButton
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #FFFFFF;
	border-style: none;
	height: 20px;
	width: 84px;
	margin: 1px; 
	cursor: pointer;
	background-image: url(images/b_tiny_blue.gif);
	text-decoration: none;
}

input.tinyButton:hover
{
	background-image: url(images/b_tiny_red.gif);
}

input.backButton
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #FFFFFF;
	border-style: none;
	height: 20px;
	width: 84px;
	margin: 1px;
	cursor: pointer;
	background-image: url(images/b_back_blue.gif);
	text-decoration: none;
}

input.backButton:hover
{
	background-image: url(images/b_back_red.gif);
}

input.smallButton
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #FFFFFF;
	border-style: none;
	height: 20px;
	width: 130px;
	margin: 1px; 
	cursor: pointer;
	background-image: url(images/b_small_blue.gif);
	text-decoration: none;
}

input.smallButton:hover
{
	background-image: url(images/b_small_red.gif);
}

input.medButton
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #FFFFFF;
	border-style: none;
	height: 20px;
	width: 160px;
	margin: 1px; 
	cursor: pointer;
	background-image: url(images/b_medium_blue.gif);
	text-decoration: none;
}

input.medButton:hover
{
	background-image: url(images/b_medium_red.gif);
}

input.largeButton
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #FFFFFF;
	border-style: none;
	height: 20px;
	width: 212px;
	margin: 1px;
	cursor: pointer;
	background-image: url(images/b_large_blue.gif);
	text-decoration: none;
}

input.largeButton:hover
{
	background-image: url(images/b_large_red.gif);
}

.reportSection {
	background:#eee;
   	overflow:hidden;
   	position:relative;
	padding: 7px;
}

.reportLinks a {
	text-decoration: none;
	color: #000000;
}

.reportLinks a:link {
	text-decoration: none;
	color: #000000;
}

.reportLinks a:visited {
	text-decoration: none;
	color: #000000;
}


