﻿/* OVERALL STRUCTURE */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	color: #464646;
	background: white;
	padding: 5px;
	margin-top: -8px;
}
td.centreContent {
	background-color: white;
}
#structure {
	background: white;
	background: url('../images/backgrounds/page-background.png') repeat-y 0 0;
	width: 945px;
}
#mainstructure {
	background: white;
	width: 945px;
}
/* HEADER */
#header {
	display: block;
	background-color: white;
	float: left;
}
#logo {
	width: 190px;
	height: 80px;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 0 15px 0;
}
#logoOld {
	width: 123px;
	height: 118px;
	float: left;
	margin: 5px 0 0 5px;
}
#topNav {
	background: white;
	padding: 5px 0 0 133px;
	text-align: right;
	float: right;
	display: inline;
}
#headerImg {
	padding: 18px 0 5px 0;
	float: left;
}
#headerImgOld {
	padding: 40px 0 5px 20px;
	float: left;
}
#headerImg img {
	padding: 0 0 0 45px;
}
#dosLogin {
	padding: 15px 0 10px 15px;
	float: left;
}
/* TOP NAVIGATION */
#topNav ul {
	font-size: 1em;
	margin: 0 10px;
	display: inline;
	float: right;
}
#topNav li {
	float: left;
	list-style: none;
}
#topNav li a {
	display: block;
	padding: 4px 7px 7px 7px;
	color: navy;
	text-decoration: underline;
}
#topNav li a:hover {
	background: #EEEEEE;
	text-decoration: none;
}
#topNav li a.active {
	background: #EEEEEE;
	color: navy;
	font-weight: bold;
}
/* BREADCRUMB */
#breadcrumb {
	width: 100%;
	float: left;
}
#breadcrumb ul {
	padding-left: 162px;
	padding-top: 10px;
	margin: 0;
	font-size: 1em;
}
#breadcrumb li {
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold;
	color: #464646;
}
#breadcrumb li a {
	color: #464646;
	text-decoration: underline;
	padding-right: 10px;
	background: url('../images/navigation/dash-left-nav.png') no-repeat right center;
}
#breadcrumb img {
	padding-left: 160px;
	padding-bottom: 5px;
	padding-top: 10px;
}
/* CONTENT */
#contentWide {
	width: 925px;
	float: left;
	padding: 0 0 0 10px;
}
#contentWidest {
	width: 925px;
	float: left;
	padding: 8px 0 10px 10px;
}
#contentLeft {
	width: 555px;
	float: left;
	padding: 8px 0 10px 8px;
}
#contentLeftWide {
	width: 770px;
	float: left;
	padding: 8px 0 10px 10px;
}
#contentRight {
	width: 200px;
	float: right;
	padding: 8px 10px 10px 0;
	background: white;
}
#contentFull {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	background: white;
}
#left {
	float: left;
	margin-left: 5px;
	display: block;
}
#right {
	float: right;
	margin-left: 5px;
	display: block;
}
/* FOOTER */
#footer {
	color: #003366;
	text-align: center;
	padding-top: 10px;
	margin: 0;
}
#footer a.footerLink {
	color: #003366;
	text-decoration: underline;
	padding: 0 6px 0 6px;
}
#footer a:hover {
	text-decoration: none;
}
/* DIVIDERS  */
.dottedKeyline {
	height: 1px;
	background: url('../images/backgrounds/page-divider.png') repeat-x 0 0;
	overflow: hidden;
	margin-bottom: 5px;
	width: 100%;
	float: left;
}
/* TEXT */
p {
	margin: 6px 0 12px 0;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 6px 0 10px 0;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 6px 0 10px 0;
}
ul {
	list-style-type: square;
	padding: 0;
	margin: 6px 0 0 30px;
}
.nobullet {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	padding: 0 0 6px 0;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.italicSml {
	font-style: italic;
	font-size: .9em;
}
.large {
	font-size: 1.5em;
	font-weight: bold;
}
.medium {
	font-size: 1.2em;
	font-weight: bold;
}
small {
	font-size: .9em;
}
.smallprint {
	font-size: .9em;
	padding: 0 0 0 6px;
}
.newsText {
	color: gray;
}
.notBold {
	font-weight: normal;
}
.indent {
	margin: 10px;
}
.popup {
	font-size: .7em;
	margin-top: 5px;
	background: white;
}
.noPadding {
	margin: 3px 0;
}
.blue {
	color: #003366;
}
.newsheader {
	color: #0099CC;
	font-size: 1.2em;
	font-weight: bold;
}
p.adobe {
	background: url('../images/buttons/adobe-reader.png') no-repeat;
	padding: 0 15px 0 30px;
}
p.pdfIcon {
	background: url('../images/buttons/pdf-icon.png') no-repeat;
	padding-left: 20px;
	margin-bottom: 0;
	height: 18px;
}
p.wordIcon {
	background: url('../images/buttons/word-icon.png') no-repeat;
	padding-left: 20px;
	height: 18px;
}
p.csvIcon {
	background: url('../images/buttons/csv-icon.png') no-repeat;
	padding-left: 20px;
	margin-bottom: 0;
	height: 20px;
}
/* LINKS */
a:link {
	color: #333399;
	text-decoration: underline;
}
a:visited {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: underline;
}
a:focus {
	color: blue;
	text-decoration: underline;
}
a.white {
	color: white;
	text-decoration: underline;
}
a.white:hover {
	text-decoration: none;
}
a.white:visited {
	color: white;
	text-decoration: underline;
}
/* IMAGES */
img {
	border: 0;
}
img.imgPad {
	padding: 6px 8px 4px 8px;
}
img.imgSmlPad {
	padding: 4px;
}
img.imgHomePad {
	padding: 4px 0 0 0;
}
img.imgIcon {
	padding: 10px 0 0 4px;
	margin: 0;
}
img.imgRight {
	float: right;
	padding: 6px;
}
img.imgLeft {
	float: left;
	padding: 6px;
}
img.imgNews {
	float: left;
	padding: 3px 6px 0 0;
}
/* BOXES */
.alertBox {
	background: #FFFFE6;
	color: #003366;
	border: 1px solid #0099CC;
	position: relative;
	padding: 0 5px;
	margin: 5px 0 10px 0;
}
.shadow {
	left: -4px;
	top: -4px;
}
.clearBox {
	position: relative;
	padding: 0;
}
/* TABLES */
table {
	width: auto;
	vertical-align: middle;
}
th {
	font-weight: bold;
	padding: 4px;
	text-align: left;
}
td {
	padding: 2px;
}
table .high {
	height: 60px;
}
table .tableWide {
	width: 100%;
}
table .tableHalf {
	width: 50%;
}
table .tableThird {
	width: 33.33%;
}
table .tableQtr {
	width: 25%;
}
table .tableSml {
	width: 5%;
}
table .topAlign {
	vertical-align: top;
}
/* FORMS */
form .instructions {
	color: #336699;
}
form .error {
	color: #B40026;
}
/* SEARCH */
#search {
	font-size: 1.2em;
	position: absolute;
	top: 40px;
	height: 100px;
	padding: 30px 0 0 680px;
	left: 228px;
}
.searchInput {
	color: #808080;
	font-size: 1em;
}
/* AJAX TAB CONTROLS */
.ajax__tab_xp .ajax__tab_header {
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
}
.ajax__tab_xp .ajax__tab_outer {
	padding-right: 4px;
	height: 21px;
}
.ajax__tab_xp .ajax__tab_inner {
	padding-left: 3px;
}
.ajax__tab_xp .ajax__tab_tab {
	height: 13px;
	padding: 4px;
	margin: 0;
}
.ajax__tab_xp .ajax__tab_body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1px;
	border: 1px solid #808080;
	border-top: 0;
	padding: 8px;
	background: white;
}
.tabs {
	font-size: .8em;
}