body {
	margin:0;
	padding:0;
	text-align:center;
	background:#e3eafb url(../images/body_bg_bd.gif) repeat-y top center;
	font-family:"Lucida Grande","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

#container {
	margin:0 auto 0 auto;
	width:900px;
	min-height:800px;
	text-align:center;
	padding:0 25px;
}

/*----- General styles -----*/
a {
	color:#00009c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#00009c;
	background-color: #e8f8f8;
	padding-top: 5px;
	padding-bottom: 5px;
}

		.ui-wrapper { border: 1px solid #50A029; }
		.ui-wrapper input, .ui-wrapper textarea { border: 0; }

		/* Caution! Ensure accessibility in print and other media types... */
		@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
		    .ui-tabs-hide {
		        display: none;
		    }
		}

		/* Hide useless elements in print layouts... */
		@media print {
		    .ui-tabs-nav {
		        display: none;
		    }
		}

		/* Skin */
		.ui-tabs-nav, .ui-tabs-panel {
		    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
		    font-size: 12px;
		}
		.ui-tabs-nav {
		    list-style: none;
		    margin: 0;
		    padding: 0 0 0 3px;
		}
		.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
		    display: block;
		    clear: both;
		    content: " ";
		}
		.ui-tabs-nav li {
		    float: right;
		    margin: 0 0 0 0px;
		    font-weight: bold;
			margin-top: 68px;
			margin-right: 7px;
		}
		.ui-tabs-nav a, .ui-tabs-nav a span {
		    float: left; /* fixes dir=ltr problem and other quirks IE */
		    padding: 0 12px;
		    background: url(../images/tabs.png) no-repeat;
			margin-top: 0px;
		}
		.ui-tabs-nav a {
		    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
		    padding-left: 0;
		    background-position: 100% 0;
		    text-decoration: none;
		    white-space: nowrap; /* @ IE 6 */
		    outline: 0; /* @ Firefox, prevent dotted border after click */    
		}
		.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
		    color: #fff;
		}
		.ui-tabs-nav .ui-tabs-selected a {
		    position: relative;
		    top: 1px;
		    z-index: 2;
		    margin-top: 0;
		    background-position: 100% -23px;
		}
		.ui-tabs-nav a span {
		    padding-top: 1px;
		    padding-right: 0;
		    height: 20px;
		    background-position: 0 0;
		    line-height: 20px;
		}
		.ui-tabs-nav .ui-tabs-selected a span {
		    padding-top: 0;
		    height: 27px;
		    background-position: 0 -23px;
		    line-height: 27px;
		}
		.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
		.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
		    cursor: text;
		}
		.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
		.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
		    cursor: pointer;
		}
		.ui-tabs-disabled {
		    opacity: .4;
		    filter: alpha(opacity=40);
		}
		.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
		    color: #000;
		}
		.ui-tabs-panel {
			float: right;
			height: 20px;
			vertical-align: middle;
		    	border-top: 1px solid #2e437a;
			filter:alpha(opacity=100);
		    	padding: 5px;
			color: #ccc;
			width: 890px;
		   	 background: #001737; /* declare background color for container to avoid distorted fonts in IE while fading */
		}
		.ui-tabs-panel a { color: #fff; font-size: 13px; }
		.ui-tabs-panel a:hover { text-decoration:underline; }

		/* Additional IE specific bug fixes... */
		* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
		    display: inline-block;
		}
		*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
		    display: inline-block;
		}

/*----- BOLI Logo styles -----*/
#boli_logo {
	position:absolute;
	top:0;
	right:0;
	width:145px;
	height:155px;
	z-index:100;
	/*cursor:pointer;*/
}

/*----- Right Navigation Pane styles -----*/
#nav_menus {
	float:right;
	width:250px;
	font-size:11px;
	margin-bottom:200px;
}

#nav_menus h3 {
	font-size:14px;
	padding:0 3px;
	color:#666666;
	border-bottom:1px solid #FFFFFF;
}
#nav_menus a {
	color:#000;
	text-decoration:none;
}
#nav_menus a:hover {
	text-decoration:underline;
}

#nav_menus ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#nav_menus ul li {
}

#nav_menus ul li a {
	display:block;
	padding:3px;
	font-size:12px;
}
#nav_menus ul li a:hover {
	background:#FFFFFF;
	text-decoration:none;
}

#sponsor_links, #explore, #progress {
	width: 200px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #e7ea9e;
	border: 1px solid #2e437a;
	padding: 10px;
	}

/*-- Progress Styles --*/
#progress {
	text-align:center;
}
div.progress_box {
	background:#e8f4ff;
	margin:10px;
}
div.progress_box h4 {
	background:#2e437a;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	margin:0;
}
div.progress_box p {
	color:#003379;
	margin:0;
	font-size:26px;
}

p#progress_link {
	text-align:center;
	margin:5px 0 0 0;
	font-size:10px;
}
p#progress_link a {
	color:#00009c;
	font-size:12px;
}

/*-- Google site search styles --*/
div#search_box {
	text-align: center;
	width: 250px;
	margin:0 5px 0 0;
	padding:5px;
}
form#site_search {
	margin:0;
	padding:0;
}
input#search_1 {
	background:#F4F4F4;
	border:1px solid #999999;
	font:11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:0 3px;
	color:#999999;
	width:100px;
}

/*-- Page tool styles --*/
div#page_tools {
	margin:10px 0;
	padding:0;
	text-align:center;
	height:25px;
}
#page_tools p {
	margin:0;
	padding:0;
	font-size:9px;
}

/*-- Date styles --*/
div#date {
	margin:10px 0;
	padding:0;
	text-align:center;
	height:24px;
	color:#979797;
}


/*-- Initiative Sponsor Styles --*/
#sponsor_links {
	text-align:center;
}
#sponsor_links img {
	border:1px solid #CCCCCC;
	margin:3px;
	padding:0;
	background:#FFFFFF;
}


/*----- Content Styles -----*/
#content {
	margin:0 250px 0 0;
	padding:10px 15px 50px 15px;
	font-size:11px;
	line-height:20px;
	text-align:left;
}
div.top_link {
	font-size:85%;
	text-align:right;
	margin:0;
	padding:0;
}

/*-- News & Updates Styles --*/
#news_updates h3 {
	font-size:125%;
	margin:25px 0 5px 0;
	padding:0 5px;
	background:#F4F4F4;
}
span.xml_date {
	font-size:85%;
	font-weight:normal;
}

/*----- Taxa list stuff -----*/
ul.taxa_list {
	list-style:none;
	margin:0;
	padding:0;
	line-height:16px;
}
ul.taxa_list ul {
	margin-left:40px;
}
ul.taxa_list a {
	background:url(../images/plus_icon.gif) no-repeat left;
	padding-left:14px;
}
li.species a {
	background:none;
	padding-left:0px;
}
#cl_warning {
	text-align:right;
	font-size:85%;
	margin:0 0 25px 0;
}

/*--- Content XML feed styles ---*/
div.xml_item {
	margin:0 0 20px 0;
	padding:5px 10px 10px 10px;
	font-weight:normal;
	border-top:1px solid #4d5f48;;
	border-bottom:1px solid #4d5f48;
	background:#EFEFEF;
}
div.xml_item h3 {
	font-size:12px;
}
span.xml_date {
	font-size:11px;
}
div.xml_item a {
	text-decoration:none;
}
div.xml_item a:hover {
	text-decoration:underline;
}
span.xml_title, span.xml_title a {
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
div.xml_item img {
	margin-right:5px;
	border:1px solid #4d5f48;
}
div.xml_sub {
	font-size:16px;
	color:#666666;
}

/*--- List search styles --*/
#search_stream {
	margin:5px 0 0 0;
	padding:5px;
	font:10px/11px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	border-top:1px solid #00009c;
	border-bottom:1px solid #00009c;
	background:#F4F4F4;
}
#search_stream form{
	padding:0;
	margin:0;
}
#search_stream input {
	margin:0;
	font:10px/13px Verdana, Arial, Helvetica, sans-serif;
}
#search_stream a {
	margin:0;
	color:#4A9B4A;
	text-decoration:none;
}
#search_stream a:hover {
	text-decoration:underline;
}
input#page_search {
	background:#F4F4F4;
	border:1px solid #F4F4F4;
	color:#00009c;
	cursor:pointer;
	margin:0;
	padding:0;
}

/*----- Campaign Explorer styles -----*/
#campaign_xplr {
	border:1px solid #BCAD7D;
	background:#F5F0E0;
	padding:10px;
	margin:15px 0 0 0;
}
*>#campaign_xplr { -moz-border-radius:15px; }
#campaign_xplr a{
	text-decoration:none;
	color:#98885C;
}
#campaign_xplr a:hover{
	text-decoration:underline;
	color:#98885C;
}
h2.c_xplr_main{
	font-size:18px;
	font-weight:bold;
	color:#00009c;
	border-bottom:1px solid #00009c;
	margin:0 0 20px 0;
}
p.c_xplr_sub {
	font-size:16px;
	font-weight:bold;
	color:#00009c;
	border-top:1px solid #00009c;
	padding:0 0 20px 0;
}
#summary_pie {
	margin:0;
	padding:0;
	text-align:center;
}
*>#summary_pie object { }
* html #summary_pie object { border:1px solid #0C1439; }
#summary_table {
	margin:15px 0 0 0;
	width:98%;
}
#summary_table td {
	border-bottom:1px solid #0C1439;
}
#summary_table th {
	font-size:125%;
	color:#00009c;
	background:#e8f8f8;
	text-align:center;
}
td.table_link {
	padding-left:10px;
}
td.sum_perc_big {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#639cce;
	text-align:right;
}
td.sum_perc_zero {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5f553a;
	text-align:right;
}
td.summary_values {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#2a261a;
	text-align:right;
}
div.summary_pic {
	float:left;
	text-align:center;
	width:160px;
	height:140px;
	padding:3px;
	margin:15px 2px 2px 2px;
	border:1px solid #0C1439;
	background:#F1F2F7;
}
img.summary_pic {
	text-align:center;
}
#summary_pic_container {
	width:535px;
	margin-bottom:50px;
}
span.perc {
	font-weight:normal;
	font-size:50%;
}
#campaign_details {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#54462D;
	margin-bottom:15px;
}
#campaign_details img {
	border:1px solid #54462D;
	margin-right:10px;
}
#campaign_details td {
	vertical-align:top;
}
p#taxa_breadcrumbs {
	font-size:115%;
	margin:5px 0 0 0;
	color:#54462D;
}
div#display_rwgs {
	font-size:9px;
	text-align:center;
	border-top:1px solid #979797;
	border-bottom:1px solid #979797;
}

/*----- Species Images -----*/
div#species_img {
	text-align:center;
}
p.img_heading {
	font:14px "Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	color:#00009c;
	border-bottom:1px solid #00009c;
	margin-bottom:15px;
}
table#lvl_imgs th {
	text-align:center;
	font-size:110%;
	color:#28345A;
	background:url(../images/search_bg.jpg) repeat-x top left;
}
td.img_desc {
	text-align:center;
	border:1px solid #28345A;
	padding:0 10px;
}

/*----- Working Group Styles -----*/
div.wg_chairs {
	padding:5px 5px 10px 5px;
	margin:5px 0 15px 0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
div.wg_chairs h3 {
	font-size:175%;
	color:#666666;
	margin:0 0 15px 0;
	padding:0;
}
h4.pos {
	font-size:150%;
	color:#666666;
	margin:10px 0 0 0;
	padding:0;
}
h4.name {
	font-size:125%;
	color:#4A9B4A;
	margin:0;
	padding:0;
}
div.wg_chairs p {
	margin:0;
	padding:0;
}

/*----- Photo Gallery Styles -----*/
div.pg_image {
	float:left;
	padding:5px;
	border:1px solid #00009c;
	text-align:center;
	margin:3px;
	height:225px;
}
div.pg_image p {
	font-size:11px;
	text-align:center;
	margin:2px 0;
}

/*----- Footer Styles -----*/
#footer {
	clear:both;
	font-size:11px;
	line-height:20px;
	text-align:center;
	padding:0 10px 10px 10px;
	background-color: #001737;
	color: #fff;
}
#footer p {
	margin:5px 0;
}

#footer A:link
{ text-decoration: underline; color:#e3eafb; }
#footer A:visited
{ text-decoration: none; color:#fff; }
#footer A:active
{ text-decoration: underline; color:#e3eafb; }
#footer A:hover
{ text-decoration: underline; color:#e3eafb;
