/* Standardized Exchange Stylesheet - by DM */
/* WARNING - Do not edit by hand, file is in a set format */

/* Main */

body {
	margin: 0;
	padding: 0;
	background-color: #DDDDDD;
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #165B9F;
}

img { border: 0px; }

ul { margin: 0; padding: 0; list-style-position: inside; }

h2.list_title, h3.list_title, h4.list_title {
	margin-bottom: 0px;
}

#content table { *width: auto; }

/* Masthead Section */

#masthead { text-align: center; }

#masthead .tabs { border-bottom: 3px solid #89c140; height: 32px; padding: .5em 15px 0; margin: 15px 0 0; list-style: none; text-align: right; }
#masthead .tabs a { margin: 0 0 0 13px; display: inline-block; }

/* Navigation */

ul#top.nav, #footer ul.nav {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

ul#top.nav li, #footer ul.nav li {
	display: -moz-inline-box;
	display:inline-block;
	*display: inline;
	zoom: 1; /*trigger hasLayout for ie5.5+ */
}

ul#top.nav li a {
	display: block;
	*display: inline-block;
}

#left.sidebar ul.nav {
	padding: 0 0 0 .5em;
	margin: auto;
	list-style: none;
}

/* #left.sidebar ul.nav { *display: block; *text-align: left; *width: } */

/* Content and Side Panel Sections */

#wrapper {
	background-color: #FFFFFF;
	min-width: 775px;
	width: 90%;
	/* width: 775px; */
	margin: auto;
}

#content { padding: 5px }

#left.sidebar { float: left; width: 180px; }
#right.sidebar { float: right; width: 140px; }

#main {
	background-color: #FFFFFF;
	margin: 0 140px 0 180px;
	padding: 0 5px;
}

.panel {
	background-color: #FFFFFF;
	border: 0px solid #165B9F;
}

.subPanel {
	background-color: #FFFFFF;
	border: 1px solid #165B9F;
	margin: 0 0 1em;
	padding: 0.5em;
}

.subPanel.centre { text-align: center }

/* Footer Section */

#footer {
	padding: 4px 0px 4px 0px;
	margin: auto;
	text-align: center;
	clear: both;
	background: #fff;
}

#footer ul.nav {
	padding: 0;
	margin: auto;
	text-align: center;
}

/* Headers */

.contentHeader, .contentHeader a, .contentHeader a:visited, .contentHeader a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #165B9F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.contentSubHeader, .contentSubHeader a, .contentSubHeader a:visited, .contentSubHeader a:hover {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #D5DDE3;
	padding: 3px;
}

.panelHeader {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #165B9F;
	padding: 2px;
}

.panelSubHeader {
	font-size: 14px;
	font-weight: bold;
	color: #026BAF;
	background-color: #D5DDE3;
	padding: .25em 0;
	margin: .5em 0;
	text-align: center;
}

/* Links */

a {
	font-weight: bold;
	text-decoration: none;
	color: #165B9F;
}

a:hover {
	text-decoration: underline;
	color: #165B9F;
}

/* Forms */

#main form#login {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#E0E0E0 none repeat scroll 0 0;
border:1px solid #C6CCC7;
margin:0 auto 0.5em;
padding:0.5em;
width:300px;
}

#left.sidebar form { text-align: center; }
.sidebar input.input, .sidebar select { width: 95%; }

/* New Style Tabs - 1 Level of selected and Unselected Tabs using CSS and Unordered Lists */

.ad_list_tabs{
   list-style: none;
   display: block;
   position: relative;
   padding: 0;
   margin: 10px 0 10px 0;
   height: 19px;
   border-bottom: 3px solid #999999;
}
.ad_list_tabs_item,
.ad_list_tabs_selected{
   list-style: none;
   display: block;
   float: left;
   background-color: #e3e3e3;
	padding: 2px;
	height: 15px;
	width: 75px;
	margin: 0 0 0 2px;
	text-align: center;
}
.ad_list_tabs_item a,
.ad_list_tabs_item a:visited,
.ad_list_tabs_item a:hover,
.ad_list_tabs_selected a,
.ad_list_tabs_selected a:visited,
.ad_list_tabs_selected a:hover{
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
}

.ad_list_tabs_selected a,
.ad_list_tabs_selected a:visited,
.ad_list_tabs_selected a:hover{
	color: #ffffff;
}

.ad_list_tabs_selected{
	background-color: #999999;
}

/* Tabs - 2 levels of selected and unselected tabs */

.tabUnselected a, .tabUnselected a:visited, .tabUnselected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.tabUnselected {
	background-color: #165B9F;
	border: 1px solid #000000;
	padding: 2px;
}

.tabSelected a, .tabSelected a:visited, .tabSelected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
}

.tabSelected {
	border: 1px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 2px;
}

.tabAnchor {
	height: 0px;
}

.subTabUnselected a, .subTabUnselected a:visited, .subTabUnselected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.subTabUnselected {
	background-color: #D5DDE3;
	border: 1px solid #000000;
	padding: 2px;
}

.subTabSelected a, .subTabSelected a:visited, .subTabSelected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
}

.subTabSelected {
	border: 1px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 2px;
}

.subTabAnchor {
	height: 0px;
}

/* Miscellaneous */

table.news td { padding: 5px 0; border-bottom: 1px solid #ddd; }

.breadcrumb_navigation {
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
}

.listRow {
	border-top: solid 1px #DDDDDD;
	background-color: #FFFFFF;
}

th.selectedSortColumn{
	background: #EBEBEB;
}

th.selectedSortColumn span a,
th.selectedSortColumn span a:hover{
	background: none;
}

td.selectedSortColumn{
	background: #EBEBEB;
}

.fineprint {
	font-weight: bold;
}

.error { color: red; }

.groupbox {
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
}

.nobr { white-space: nowrap; }

@media print {
    .panel, .masthead, #footer, .dateHeader { display: none; }
    .maintable { width:100%; }
}

#recaptcha_area{
	margin: 0px auto 0px auto;
}

.news_title{}

.list_description{
	font-size: x-small;
}

/* Directories */

#directories form#search { margin: auto; text-align: center; padding: 1em; border-bottom: 1px solid lightgrey; }

#directories #right {
	margin: 0 0 0 160px;
	padding: 10px;
	border-left: 1px solid lightgrey;
}

#directories ul#filter {
	float: left;
	width: 150px;
	margin: 0;
	padding: 10px;
}

#directories ul#filter li { padding: .5em 0; }

ul#alpha li {
	padding: 0 0.25em;;
	display: -moz-inline-box;
	display:inline-block;
	*display: inline;
	zoom: 1; /*trigger hasLayout for ie5.5+ */
}

#directories ul#cards li {
	border:1px solid #C6CCC7;
	margin:0.5em auto;
	padding:0.5em;
	width:230px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #E0E0E0;
}

#warning {
	margin: 1px;
	border: 1px solid #C6CCC7;
	background: #FFFFB9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#warning p{
	padding: 0;
	margin: 0 0 10px 0;
	color: #808080;
	font-style: italic;
	font-size: 85%;
}
#warning li{
	list-style: url('../images/warning.gif') outside;
	margin-left: 30px;
	color: red;
	font-size: 95%;
}
#warning_maximized{
	position: relative;
	padding: 10px;
}
#warning_minimized{
	position: relative;
	display: none;
	visibility: hidden;
	margin: 0 0 0 15px;
	padding: 2px;
}
#warning_minimized p{
	margin: 0px;
	padding: 0px;
}
#warning a.warnings_hide,
#warning a.warnings_show{
	position: absolute;
	bottom: 3px;
	right: 8px;
	text-decoration: none;
	font-size: 85%;
}

