body {
	background-color: #ECE9B7;
	margin: 0;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	color: #A75030;
}

a img {
	border: 0;
}

a:link {
	color: #BF8815;
	text-decoration: underline;
}

a:visited {
	color: #DBA32E;
	text-decoration: underline;
}

a:hover {
	color: #BF8815;
	text-decoration: underline;
}

a:active {
	color: #BF8815;
	text-decoration: underline;
}

/*** IE Fix ***/
* html #left {
  left: 150px;
}

#menus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
/* 	z-index: 500;    */
	font-weight: bold;
	font-size: 8pt;
}

#homeMainMenu {
	float: right;
}

#homeMainMenu h2{
	display: none;
}

#homeUserMenu {
    float: right;
    margin: 5px;
    clear: both;
}

#homeUserMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#homeUserMenu li {
	list-style: none;
	float: left;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #725F39;
}

#homeUserMenu li.last {
	border-right: none;
}

#homeBranding #logo a div{
	width: 200px;
	height: 80px;
	background-image: url(../images/map-logo.gif);
  cursor: hand;
  cursor: pointer;
}

#homeContainer {
  min-width: 1000px;
}

#homeContainer .column {

}

#homeLeft {
	float: left;
	width: 230px;
	padding: 10px;
}

#homeContent {
	margin-top: 20px;
	float: left;
	width: 540px;
	padding: 10px;
}

#homeRight {
	float: left;
	width: 230px;
	padding: 10px;
}

#homeLeft .block, #homeRight .block , #homeContent .block{
	background-color: #fff;
	padding: 10px;
	border: 1px solid;
	margin-top: 10px;
}

#home #explore {
	width: 524px;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
}

#home #explore .exploreMap div {
	width: 524px;
	height: 135px;
	background-image: url(../images/begin-exploring.gif);
  cursor: hand;
  cursor: pointer;
}

body#home #pageFooter {
  clear: both;
}

#pageFooter {
	background-color:  #ECE9B7;
	text-align: center;
	border-top: 1px solid #A5833E;
	padding: 10px;
}

#guide {
	width: 250px;
}

#main {
	background-color: transparent;
	position: absolute;
	left: 260px;
	border: 1px solid #A5833E;
	z-index: 1;
}

#mainMenu {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

#mainMenu h2 {
	display: none;
}

#mainMenu ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}


#mainMenu li.leaf {
	list-style: none;
	float: left;
	padding: 5px;
	border-right: 1px solid #725F39;
}

#mainMenu li.last {
	border-right: none;
}

#userMenu {
	float: right;
	margin: 5px;
}

#userMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


#userMenu li {
	list-style: none;
	float: left;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #725F39;
}

#userMenu li.last {
	border-right: none;
}

#branding {
	margin-top: 20px;
	height: 116px;
}

#branding #logo a div{
	width: 200px;
	height: 80px;
	background-image: url(../images/map-logo.gif);
  cursor: hand;
  cursor: pointer;
}

#searchPane {
	margin: 5px;
	padding: 5px;
}

#mapSearch {
	border: 1px solid #A5833E;
}

#content {

}

#contentDiv {
	padding: 10px;
	background-color: #ffffff;
}

#contentDiv h2 {
	color: #A5833E;
	border-bottom: 1px solid #A5833E;
}

.return {
	font-weight: bold;
	padding: 10px;
}

.paneBox {
	background-color: #fff;
	padding: 5px;
	clear: both;
}

#dataOnDemand {
  display: block;
  border-top: 0;
  overflow: auto;
}

.dod_wrap{
	/*overflow: auto;
	height: 100px;
	width: 100%;
	float:left;*/
}

.dod_linked{
	/*overflow: auto;*/
	height: 300px;
	width: 100%;
	float:left;
}

#dataPresentation {
	margin: 5px;
	float:left;
    border: 1px solid #725F39;
}

#dataPresentation th {
	text-align: left;
	border: 1px solid #725F39;
	padding: 6px 25px 6px 6px;
  cursor: hand;
}

#dataPresentation th:hover{
  cursor: pointer;
}

#dataPresentation td {
	padding: 6px;
	border: 1px dotted #B9A67F;
	cursor: pointer;
}

.dataTables_filter {
  float: left;
  margin: 0px;
}

.dataTables_length {
  float: left;
  margin: 0px;
}

#linkedData {
	margin: 5px;
  border: 1px solid #725F39;
}

#linkedData th {
	text-align: left;
	border: 1px solid #725F39;
	padding: 6px 25px 6px 6px;
}

#linkedData th:hover{
  cursor: pointer;
}

#linkedData td {
	padding: 6px;
	border: 1px dotted #B9A67F;
}

#linkedData tr.odd {
  background-color:#EEEEEE;
  border-bottom:1px solid #CCCCCC;
  padding:0.1em 0.6em;
}

#linkedData tr.even {
  background-color:#FFFFFF;
  border-bottom:1px solid #CCCCCC;
  padding:0.1em 0.6em;
}

/*
#linkedData_filter {
  float: right;
  margin: 5px;
}

#linkedData_length {
  float: left;
  margin: 5px;
}
*/

#resourceTable {
	margin: 5px;
  border: 1px solid #725F39;
}

#resourceTable th {
	text-align: left;
	border: 1px solid #725F39;
	padding: 6px 25px 6px 6px;
}

#resourceTable th:hover{
  cursor: pointer;
}

#resourceTable td {
	padding: 6px;
	border: 1px dotted #B9A67F;
}

#resourceTable tr.odd {
  background-color:#EEEEEE;
  border-bottom:1px solid #CCCCCC;
  padding:0.1em 0.6em;
}

#resourceTable tr.even {
  background-color:#FFFFFF;
  border-bottom:1px solid #CCCCCC;
  padding:0.1em 0.6em;
}

#resourceTable_filter {
  float: right;
  margin: 5px;
}

#resourceTable_length {
  float: left;
  margin: 5px;
}

/* Pagination */
.dataTables_info{
	width:45%;
	margin:5px;
	float:left;
}

.dataTables_paginate {
  float:left;
  text-align:right;
  width:44px;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  float:left;
  height:19px;
  margin-left:3px;
  width:19px;
}

.paginate_disabled_previous {
  background-image:url(../images/back_disabled.jpg);
  float:left;
}

.paginate_enabled_previous {
  background-image:url(../images/back_enabled.jpg);
  float:left;
}

.paginate_disabled_next {
  background-image:url(../images/forward_disabled.jpg);
  float:left;
}

.paginate_enabled_next {
  background-image:url(../images/forward_enabled.jpg);
  float:left;
}

.tblRowHighlight {
	background-color: #c9cc99;
	cursor: pointer;
}

.hidecol {
	display: none;
}
/* ends */

/* dialog.css starts here

/* This file skins dialog */

.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }


/* popup.css starts here */

#mlocate_popup {
  width: 94%;
  height:310px;
  overflow:auto;
	padding: 10px;
	margin-right: 10px;
}

#mlocate_popup #featureName {
	font-weight: bold;
	font-size: 12pt;
}

#mlocate_popup h3 {
	border-bottom:1px solid #A5833E;
	color:#A5833E;
	padding-bottom: 5px;
}

#mlocate_popup  .layerName {
	color: #D1B376;
}

#mlocate_popup .popupActions {
	font-size: 8pt;
	font-weight: bold;
	background-color: #A5833E;
	height: 22px;
}

#mlocate_popup .popupActions a:link {
	color: #fff;
	text-decoration: none;
}

#mlocate_popup .popupActions a:visited {
	color: #fff;
	text-decoration: none;
}

#mlocate_popup .popupActions a:hover {
	color: #fff;
	text-decoration: none;
}

#mlocate_popup .popupActions a:active {
	color: #fff;
	text-decoration: none;
}

#mlocate_popup ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#mlocate_popup li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0px 5px 0px 5px;
	margin: 5px;
}

#mlocate_popup li.last {
	border: 0;
}

#mlocate_popup .attribution {
	clear: both;
	float: right;
	font-size: 8pt;
	text-align: right;
}

#mlocate_popup .attribution p {
	margin: 0;
	padding: 2px;
}

#mlocate_popup .summary {
        width: 96%;
	clear: both;
	font-size: 10pt;
	/*margin: 20px 0 20px 0;*/
}

#mlocate_popup .more {
	float: right;
	font-size: 8pt;
	font-weight: bold;
}

#mlocate_popup .license {
	float: left;
	margin: 5px;
}

#mlocate_popup .validation {
	float: right;
	margin: 5px;
	width: 150px;
	text-align: right;
	font-size: 8pt;
}

#mlocate_popup .validationIcon {
	float: right;
}

#mlocate_popup .validated {
	background: transparent url(../images/validated.png) no-repeat scroll 0 0;
  width: 30px;
  height: 30px;
  float: right;
}

#mlocate_popup .notvalidated {
	background: transparent url(../images/not_validated.png) no-repeat scroll 0 0;
  width: 30px;
  height: 30px;
  float: right;
}

#mlocate_popup .show_validate_control {
  float: right;
  clear: both;
}

#mlocate_popup .hide_validate_control {
  display: none;
}

.clear {
	clear: both;
}

#mlocate_popup .layerAttribution {
	clear: both;
	border-top: 1px solid #A5833E;
	margin-top: 5px;
	font-weight: bold;
	font-size: 8pt;
}

#mlocate_popup .layerAttribution  p{
	clear: both;
	margin-top: 0px;
	font-weight: normal;
	font-size: 8pt;
}

#mlocate_popup .summary table {
	width: 100%;
	margin: 5px;
	border-top: 1px dotted;
}

#mlocate_popup .summary td {
	padding: 5px;
	border-bottom: 1px dotted;
}

#mlocate_popup .summary .key {
	text-align: right;
	border-right: 1px dotted;
}

#mlocate_popup .summary .value {
	font-weight: bold;
}

#detailsPane {
	padding: 10px;
	overflow: auto;
}

#detailsPane h3 {
	border-bottom:1px solid #A5833E;
	color:#A5833E;
	padding-bottom: 5px;
}

#detailsPane h3 .layerName {
	color: #D1B376;
}

#detailsPane .pane {
	background-color: #fff;
	clear: both;
	padding: 10px;
	border-top: 1px solid #725F39;
}

#detailsPane .content {
	clear: both;
	border-bottom: 1px solid #A5833E;

}

#detailsPane .linkedContent {
  font-size:8pt;
}


#detailsPane .attribution {
	float: right;
	text-align: right;
	font-size: 8pt;
}

#detailsPane .license {
	/*float: left;*/
  margin: 5px;
}

#detailsPane .content table {
	width: 100%;
	margin: 5px;
	border-top: 1px dotted;
}

#detailsPane .content td {
	padding: 5px;
	border-bottom: 1px dotted;
}

#detailsPane .content .key {
	text-align: right;
	border-right: 1px dotted;
}

#detailsPane .content .value {
	font-weight: bold;
}

#detailsPane .layerAttribution {
	clear: both;
	margin-top: 5px;
	font-weight: bold;
	font-size: 8pt;
}

#detailsPane .layerAttribution  p{
	clear: both;
	margin-top: 0px;
	font-weight: normal;
	font-size: 8pt;
}

#detailsPane .validation {
	float: right;
	margin: 5px;
	width: 150px;
	text-align: right;
	font-size: 8pt;
}

#detailsPane .validationIcon {
	float: right;
}

#detailsPane .validated {
	background: transparent url(../images/validated.png) no-repeat scroll 0 0;
  width: 30px;
  height: 30px;
  float: right;
}

#detailsPane .notvalidated {
	background: transparent url(../images/not_validated.png) no-repeat scroll 0 0;
  width: 30px;
  height: 30px;
  float: right;
}

#detailsPane .linkedDataTable {
	border: 0;
}

#detailsPane .linkedDataTable td{
	border: 1px dotted;
}

#detailsPane .tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#detailsPane .tabs li{
	float: left;
	padding: 2px 10px 2px 10px;
	border: 1px solid #725F39;
	border-bottom: 0;
	position: relative;
	bottom: -1px;
	left: 0;
	background-color: #725F39;
	margin-left: 5px;
	width: 100px;
	overflow: hidden;
	height: 18px;
	text-align: center;
}

#detailsPane .tabs li.first {
	margin-left: 0;
}

#detailsPane .tabs li.active{
	background-color: #fff;
}

#detailsPane .tabs li a:link {
	color: #fff;
	text-decoration: none;
}

#detailsPane .tabs li a:visited {
	color: #fff;
	text-decoration: none;
}

#detailsPane .tabs li a:hover {
	color: #fff;
	text-decoration: none;
}

#detailsPane .tabs li a:active {
	color: #fff;
	text-decoration: none;
}

#detailsPane .tabs li.active a:link {
	color: #725F39;
	text-decoration: none;
}

#detailsPane .tabs li.active a:visited {
	color: #725F39;
	text-decoration: none;
}

#detailsPane .tabs li.active a:hover {
	color: #725F39;
	text-decoration: none;
}

#detailsPane .tabs li.active a:active {
	color: #725F39;
	text-decoration: none;
}

#detailsPane #featureCharts{
display:none;
}    

#resource {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	min-width: 600px;
}

#resource .summary table {
	width: 100%;
	margin: 5px;
	border-top: 1px dotted;
}

#resource .summary td {
	padding: 5px;
	border-bottom: 1px dotted;
}

#resource .summary .key {
	text-align: right;
	border-right: 1px dotted;
}

#resource .summary .value {
	font-weight: bold;
}

#resource .validation {
	float: right;
	margin: 5px;
	width: 150px;
	text-align: right;
	font-size: 8pt;
}

#resource .validationIcon {
	float: right;
}

#resource #resourceName {
	font-weight: bold;
	font-size: 12pt;
}

/* layerinfo css starts here */
#layerDetailsPane .tabs ul {
	list-style: none;
	padding: 0;
	margin-left: 10px;
}

#layerDetailsPane .tabs li{
	float: left;
	padding: 2px 10px 2px 10px;
	border: 1px solid #725F39;
	border-bottom: 0;
	position: relative;
	bottom: -1px;
	left: 0;
	background-color: #725F39;
	margin-left: 5px;
	width: 115px;
	overflow: hidden;
	height: 18px;
	text-align: center;
}

#layerDetailsPane .tabs li.first {
	margin-left: 0;
}

#layerDetailsPane .tabs li.active{
	background-color: #fff;
}

#layerDetailsPane .tabs li a:link {
	color: #fff;
	text-decoration: none;
}

#layerDetailsPane .tabs li a:visited {
	color: #fff;
	text-decoration: none;
}

#layerDetailsPane .tabs li a:hover {
	color: #fff;
	text-decoration: none;
}

#layerDetailsPane .tabs li a:active {
	color: #fff;
	text-decoration: none;
}

#layerDetailsPane .tabs li.active a:link {
	color: #725F39;
	text-decoration: none;
}

#layerDetailsPane .tabs li.active a:visited {
	color: #725F39;
	text-decoration: none;
}

#layerDetailsPane .tabs li.active a:hover {
	color: #725F39;
	text-decoration: none;
}

#layerDetailsPane .tabs li.active a:active {
	color: #725F39;
	text-decoration: none;
}

#layerinfo {
  background-color: #FFFFFF;
	clear: both;
  padding: 5px;
}

#layerinfo h3{
	font-weight: bold;
	font-size: 12pt;
}

#layerinfo .summary {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #A5833E;
}

#layerinfo .summary table {
	clear: both;
	width: 100%;
	margin: 5px;
	border-top: 1px dotted;
}

#layerinfo .summary td {
	padding: 5px;
	border-bottom: 1px dotted;
}

#layerinfo .summary .key {
	text-align: right;
	border-right: 1px dotted;
}

#layerinfo .summary .value {
	font-weight: bold;
}

#layerinfo .attribution {
	font-weight: normal;
	margin: 5px;
	padding: 0 10px;
	/*border-bottom: 1px dotted;*/
}

#layerinfo .license {
	font-weight: normal;
	margin: 5px;
	padding: 0 10px 10px;
	border-bottom: 1px dotted;
}

#layerinfo .themegeo {
	font-weight: normal;
	margin: 5px;
	padding: 10px;

}

#layerinfo .columnDescription {
	border: 1px solid;
	margin-top: 20px;
	padding: 10px;
}

#layerinfo .columnDescription ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#layerinfo .columnDescription li {
	border-bottom: 1px dotted;
	padding: 2px;
}

#layerinfo .linkTables {
	border: 1px solid;
	margin-top: 20px;
	padding: 10px;
}

#layerinfo .linkTables ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#layerinfo .linkTables li {
	border-bottom: 1px dotted;
	padding: 2px;
  font-weight: bold;
}

#layerinfo .linkTables .nested li {
  font-weight: normal;
}

#layerinfo .resourceTables {
	border: 1px solid;
	margin-top: 20px;
	padding: 10px;
}

#layerinfo .resourceTables ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#layerinfo .resourceTables li {
	border-bottom: 1px dotted;
	padding: 2px;
}

#layerinfo .resourceTables .nested li {
  font-weight: normal;
}

#resourceTables {
  border:1px solid #725F39;
}

#layerinfo ul.nested {
	margin: 10px 20px 20px;
	font-size: 8pt;
}

.descriptionShowHide {

}

.control {
	font-weight: bold;
	float: left;
	padding: 5px;
	border: 1px dotted;
	margin: 5px;
}

.control a:link{
	text-decoration: none;
}

.control a:visited{
	text-decoration: none;
}

.control a:hover{
	text-decoration: none;
}

.control a:active{
	text-decoration: none;
}

.LayerTreeElem {
  display: inline;
  height: 15px;
  padding: 1px;
  font-size: 11px;
}

/* date picker style start */
/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 2010; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.ui-datepicker-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #725F39;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #A5833E;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #CCBB99;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #CCBB99;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #777;
}
.ui-datepicker-days-row {
	background: #eee;
	color: #666;
}
.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #ddd;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #777;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #fcc !important;
}
.ui-datepicker-current-day {
	background: #999 !important;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.ui-datepicker-title-row a {
	color: #eee !important;
}
.ui-datepicker-control a:hover {
	background: #ECE9B7 !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Datepicker style end */

/* Chloropleth starts */
#divChloropleth {
	position: absolute;
	right: 215px;
	background-color: #fff;
	z-index: 1111;
	border: 1px solid #A5833E;
	padding: 10px;
	padding-top: 0px;
	padding-right: 0px;
	display: none;
	float:right;
	width: 415px;
	height: 400px;
	top: 150px;
	display: none;
	font-color:"#A75030";
}

#myChoroplethLegendDiv {
  margin-top: 1.5em;
  font-size: small;
  font-color:"#A75030";
}

/* GE stylesheet start */
#map3dContainer {
  background-color: #fff;
  border: 1px solid #A5833E;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
  position: absolute;
  /*top: 100px;*/
}
#symbology{
		display:none;
		right:155px;
		position:absolute;
		top:150px;
		z-index:2000;
		font-family: Verdana, Helvetica, Sans-Serif;
		font-size:10px;
		background-color:#ffffff;
	}

.block_partner img{
border-right : 1px solid #777777;
}
/*CSS FOR BROWSE CONTENT*/
.browse a {
    padding-left: 140px;
}
.browse p {
    padding-left: 140px;
    float: left;
    margin: 0px;
}
.browse {
    position: absolute;
    top: 20px;
    left: 400px;
}
/*CSS FOR TABLE VIEW COLOR CHANGES*/
.views-table tr.odd {
    background-color:#FCFCFC;
}
.views-table tr.even {
    background-color:#FCFBF3;
}
.views-table tr.odd:hover, .views-table tr.even:hover {
    background-color:#EFEFEF;
}
/* Species page formatting */
/*#species_proto {
    clear:both;
}
#species_main_wrapper h3 {
    float: left;
    margin-left: 40px;
}
#species_main_wrapper ul {
    float: left;
    list-style: none;
    clear:both;
}*/
.superscript{
font-size:xx-small; 
vertical-align:top;
color: green;
}
/*#speciesFieldContainer a {
    text-decoration: none;
    color: #08C;
}

#speciesFieldContainer a:hover {
    text-decoration: underline;
}*/
/*TEAM PAGE*/
ul.team li {
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}
ul.team {
    list-style: none;
}
#contentDiv ul.team li img {
        float:left;
        margin: 20px 10px 3px 3px;
        width: 100px;
        height: auto;
}
span.bold   {
        font-weight: bold;
        color: black;
        font-family: sans-serif;
}
/*Footer Supported browsers*/
#supported-browsers {
clear: both;
font-size: 0.7em;
}

.taxonomyBrowser {
background-color: #ECE9B7 !important;
}

#content .ui-widget-header{
background-color: #726033;
color: #ECE9B7;
background-image:  none;
}

#content .ui-widget-header a {
color: #ECE9B7;
}

#content #resourceTabs .ui-widget-header a {
color: #726033;
}

