/* Global Defaults */
body {margin:0px; background-color: #3279AD;}
body, td {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; color: black}
form {margin:0px;}
#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}

/* Default Link Styling */
a:link, a:visited, a:active {font-family:verdana,arial,helvetica,sans-serif; color: #3279AD; text-decoration: none }
a:hover {text-decoration: underline; }
a.textlink:link, a.textlink:visited {font-family:verdana,arial,helvetica,sans-serif; color: blue}
a.textlink:hover {color: blue}

/* Div Submenu Control & Menu Styling */
.menu {padding-left: 6px; padding-right: 6px; height: 27px; border-right: solid 1px #ffffff; font-weight:bold;}
table.sub {position: absolute; visibility: hidden; margin-left: -7px; margin-top:6px; background-color:#ffffff; width: 150px;}
td.sub {background-color:#ff0000; padding-left: 7px;}
a.sub:link, a.sub:visited, a.sub:active {font-family:arial,helvetica,sans-serif; color: white; text-decoration: none; font-size:12px }
a.sub:hover {color: yellow; text-decoration: none }

/* Font Styling */
.counter {font-family:arial,verdana,helvetica,sans-serif; font-size: 12px; color: #FFFFFF; padding-right: 10px}
.yearwarning {font-size: 10px; color: red}
.searchhead {font-family:arial,verdana,helvetica,sans-serif; font-size: 12px; color: black; font-weight: bold; padding-top:5px; padding-bottom: 5px}
.searchsubhead {font-family:arial,helvetica,sans-serif; font-size: 11px; color: #7BB3DD; font-weight: bold}
.cw {color: #7BB3DD; padding-right: 10px; background-image:url('/img/footbg.png'); height:30px}
.cw A:link {text-decoration: none; color: #7BB3DD;}
.cw A:visited {text-decoration: none; color: #7BB3DD;}
.cw A:active {text-decoration: none; color: #7BB3DD;}
.cw A:hover {text-decoration: underline; color: #7BB3DD;}

.cathead {font-size: 13px; font-weight:bold; color:#ffffff; height:20px; background-color: #3279AD;}
.texthead {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	color: #3279AD;
	padding-top:5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.H1 {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	color: #3279AD;
	padding-top:5px;
	padding-bottom: 5px;
	font-weight: bold;
}


/* Ad Styling */
.bannerdock {padding-top: 15px; padding-left: 42px}
.AdMargins {padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;border-right-style: solid; border-right-width: 1px; border-right-color: #7AB2DC; border-left-style: solid; border-left-width: 1px; border-left-color: #7AB2DC; border-top-style: solid; border-top-width: 1px; border-top-color: #7AB2DC; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #7AB2DC}
.adlabel {color: #7BB3DD; padding-bottom: 1px; font-size: 10px}
.textstathead {font-family:arial,verdana,helvetica,sans-serif; font-size: 11px; color: yellow; line-height: 20px; padding-left: 10px; padding-right: 10px; font-weight:bold}

/* Padding, Margins, Borders */
.menuPad {padding-right: 10px; padding-top: 5px}
.QSPad {padding-right: 5px; padding-top: 3px; padding-bottom: 3px}
.tableLR {border-right: solid 1px #ffffff; border-left: solid 1px #ffffff}
.mapSearch {padding-left: 10px}
.textPadL5 {padding-left: 5px}
.tableLRTB {border-right-style: solid; border-right-width: 1px; border-right-color: #7BB3DD; border-left-style: solid; border-left-width: 1px; border-left-color: #7BB3DD; border-top-style: solid; border-top-width: 1px; border-top-color: #7BB3DD; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #7BB3DD}
.tableLRTB {border: solid 1px #7BB3DD;}
.joinusPadT20 {padding-top: 20px}

/* Input Styling */
.input {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; color: black; width: 100%; padding-left: 2px}
.inputstd {font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; color: black; padding-left: 2px}
.inputbtn {font-family:verdana,arial,helvetica,sans-serif; font-size: 10px; color: black}

/* Search Panel Styling */
.Sfields {font-family:arial,verdana,helvetica,sans-serif; font-size: 11px; color: white; font-weight: bold}

/* Pagination Styling */
#Pagination ul.paging
{
	margin:0px;
	padding:0px;
	list-style:none;
}
#Pagination ul.paging li
{
	margin:0px;
	padding:0px;
	float:left;
}
#Pagination ul.paging li a
{
	float:left;
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
	margin-right:5px;
	border:solid 1px #3279AD;
	text-decoration:none;
	background:#FFFFFF;
	color:#3279AD;
}
#Pagination ul.paging li.paging-active a, ul.paging li a:hover
{
	background:#FFFFFF;
	border:solid 1px #000000;
	color:#000000;
	cursor:pointer;
}
#Pagination ul.paging li.paging-disabled a, ul.paging li.paging-disabled a:hover
{
	cursor:default;
	background:#FFFFFF;
	border:solid 1px #BBBBBB;
	color:#BBBBBB;
}
#Pagination ul.paging li.paging-current
{
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
	margin-right:5px;
	border:solid 1px #FFFFFF;
	background:#FFFFFF;
	color:#000000;
	cursor:default;
}