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

/* Main */

body {
	margin: 0;
	padding: 0;
}

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

img { border: 0px; }
h1 { color: #165B9F; }

h3 { font-size: 15px; }

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

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

/* Navigation */
.nav a { text-decoration: none; }

ul#top.nav, ul#login.nav { padding: 1em; }
ul#top.nav { list-style: none; float: right; }

ul#login.nav { float: left; }

ul#login.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 { float: left; }

.subPanel ul.nav li { padding: 0.35em 0; }
.subPanel ul { list-style: none; }

/* Masthead */

/* Content */

#wrapper {
	width: 80%;
	margin: auto;
	background: #fff;
}

#content { clear: both; padding: 0 .5em; }
#main #content { clear: none; }

#main { 
	margin:0 0 0 180px;
	padding:0 0 0 0.5em;
}

#main table { *width: auto; }

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

.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 }

.news_item { margin: 0 0 1em 0; }

/* Footer */

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

/* Headings */

.contentHeader, .contentHeader a, .contentHeader a:visited, .contentHeader a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #165B9F;
	padding: 2px 8px;
	-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 5px;
	margin: 0;
}

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

/* Forms */

form#login.main {
-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%; }

/* Links */

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

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

/* 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 */

.news_item { padding: 0 0 1em 0; }

.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_item{
	margin: 10px 0px 10px 0px;
}

.news_title{}

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

/* Directories */

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

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

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

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

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

#directories ul#cards li{
	border:1px solid #C6CCC7;
	display: -moz-inline-box;
	display:inline-block;
	*display: inline;
	zoom: 1; /*trigger hasLayout for ie5.5+ */
	margin:0 0.5em .5em 0;
	min-height:150px;
	padding:0.5em;
	vertical-align:top;
	width:275px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #E0E0E0;
	*height: 150px;
}
