﻿@charset "UTF-8";
/* CSS Document */

body {
	background:url(img/pagebg.jpg) repeat-x top #cadeef;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	color:#002142;
}
a {
	color:#e57a27;
	text-decoration:none;
}
a:hover {
	color:#e57a27;
	text-decoration:underline;
}
img {
	border:none;
}
hr {
	color:#002142;
	background-color:#002142;
	height:1px;
	border:none;
}
hr.grey {
	color:#e5e8ec;
	background-color:#e5e8ec;
	height:1px;
	border:none;
}
h1 {
	font-size:18pt;
	font-weight:normal;
	padding:0;
	margin:0 0 15px 0;
}
h2 {
	font-size:10pt;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}
.clr {
	clear:both;
}
.grey {
	color:#999999;
}
.counterleft{
	background:url(img/counterbg.gif) no-repeat;
	color:#FFFFFF;
	height:27px;
	width:18px;
	text-align:center;
	font-size:13pt;
	padding: 2px 0px 0px 0px;
	border-right: 1px solid #002142;
	float:left;
}
.counterright{
	background:url(img/counterbg.gif) no-repeat;
	color:#FFFFFF;
	height:27px;
	width:18px;
	text-align:center;
	font-size:13pt;
	padding: 2px 0px 0px 0px;
	border-right: 1px solid #002142;
	float:right;
}
#container {
	width:992px;
	margin:0 auto 0 auto;
}
#topbar {
	color:#e57a27;
}
#topleft {
	width:290px;
	float:left;
	text-align:left;
	padding:90px 0 0 0;
}
#topcentre {
	width:322px;
	margin:0 auto 0 auto;
}
#topright {
	width:290px;
	float:right;
	text-align:right;
	padding:90px 0 0 0;
}
#main {
	background:url(img/bg_centre.gif) repeat-y center #ffffff;
}
#contentleft {
	width:154px;
	float:left;
	padding:0 13px 0 13px;
}
#contentleft td {
	padding:8px 0 6px 4px;
	font-size:8pt;
	font-weight:bold;
}
#contentleft .r0 {
	background:#bfc7d0;
	border-top:#002142 1px solid;
}
#contentleft .r1 {
	background:#e5e8ec;
	border-top:#FFFFFF 1px solid;
}
#contentleft .r2 {
	background:#bfc7d0;
	border-top:#FFFFFF 1px solid;
}
#contentright {
	width:154px;
	float:right;
	padding:0 13px 0 13px;
	text-align:right;
}

input
    {
     margin:0 1px 2px 0;  
     background-color:#e5e8ec;
    }
    
#content {
	margin:0 180px 0 180px;
}
#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:9pt;
	text-align:justify;
}
#content li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:9pt;
	text-align:justify;
	color:#002142;
}
#content div.bluebox {
	background:#e5e8ec;
	padding:8px;
}
#content div.bluebox h2 {
	color:#002142;
	font-size:11pt;
}
#content div.bluebox p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:9pt;
	text-align:justify;
	padding:0;
	margin:0 0 10px 0;
}
#content div.bluebox p.smallblue {
	font-size:8pt;
	color:#43607c;
	text-align:center;
}
#content td {
	padding:8px 0 6px 4px;
	font-size:9pt;
	font-weight:normal;
}
#content .r0 {
	background:#bfc7d0;
	border-top:#002142 1px solid;
}
#content .r1 {
	background:#e5e8ec;
	border-top:#FFFFFF 1px solid;
}
#content .r2 {
	background:#bfc7d0;
	border-top:#FFFFFF 1px solid;
}

#footer
{
	color:#002142;
	font-size:8pt;
	text-align:right;
}



.gridviewHeader
{
    color:#bfc7d0;
    padding:0px 0px;
    border-bottom:solid 0px #c6cfde;
}

.gridviewHeader a,.gridviewRow a
{
    color:#002142;
    text-decoration:underline;
}

.gridviewHeader a:hover,.gridviewRow a:hover
{
	color:#002142;
}

.searchResultsHighlight
{
	color:#e57a27;
}
