/*
CDD3B8
E4ECE4
E5E6D3
AAB388
E1E5D5
C7CCB8
*/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #E1E5D5;
}

div.jqmDialog {
  display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -450px;
  width: 900px;

  overflow: hidden;
  font-family:verdana,tahoma,helvetica;
}

/* General formatting: */

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #400000;
}

.text {
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
}

#tooltip {
	padding: 10px;
	background: #FFFFFF;
	border: 2px solid #B38F50;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
	z-index: 27;
}

/* Page header and menu elements: */

#rule {
	position: relative; /* Necessary to ensure search results header toggle works across browsers */
	visibility: visible;
	background: #000000;
	height: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 2px #CAB563;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 1px;
}

#pageheader {
	position: relative;
	visibility: visible;
	width: 100%;
	height: 80px;
	z-index: 30;
	background: #E1E5D5 url(layout_images/rockies-panorama-3.jpg) repeat-x;
	border-top: 1px solid #FFFFFF;
	margin-bottom: 0px;
	visibility: visible;
}
	  
#hmenu {
	visibility: visible;
	width: 100%;
	height: 22px;
	overflow: hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #D0D4C5;
	border-top: 1px solid #81706B;
	border-bottom: 2px solid #81706B;
}	 
#navmenu {
	margin: 0;
	padding: 0;
}

#navmenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#navmenu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navmenu ul li a {
	background-color:#D0D4C5;
	width: 106px;
	line-height:2em;
	height: 22px;
	border-left: 1px solid #81706B;
	border-right: none;
	padding: 0px;
	margin-top:0px;
	color:#81706B;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

#navmenu ul li#seven a {
	width: 106px;
	border-right: solid 1px #81706B;
}

#navmenu ul li a:hover {
	color: #FFFFFF;
	background-color: #452E06;
}

#navmenu a:active {
	color: #FFFFFF;
}

/* Search elements: */

#pagespecific {
	height: 40px;
}

#searchbanner {
	position: relative;
	visibility: visible;
	width: 100%;
	height: 42px;
	z-index: 1;
  border-bottom: 1px solid #000000;
	background-color: #EBECE4;
	margin-top: 0px;
	padding: 0px;
}

#bannertext {
  height: 42px;
  overflow-y: hidden;
  padding-left: 6px;
}

#bannertitle {
  overflow-y: hidden;
  padding-top: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
	color: #400000;
}

/* Generic tabs: */

#tabs {
  float: left;
  width: 200px;
  height: 22px;
  margin-top: 20px;
	padding: 0px;
}

.activetab {
  font-weight:bold;
  font-size: 0.8em;
  line-height: 1.5em;
  width: 200px;
  text-align: center;
  position: relative;
  top: 1px;
  float: left;
  height: 21px;  /* extra pixel of height, plus relative positioning, creates illusion that tab is continuous with search bar */
  /*
  width: 82px;
  color: #400000;
  margin-left: 6px;
  background-color: #b38f50;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  cursor: default;
  border-top: 1px solid #665955;
  border-left: 1px solid #665955;
  border-right: 1px solid #665955; */
}

.inactivetab {
  position: relative;
  top: 1px;
  float: left;
  width: 82px;
  height: 20px;
  margin-left: 6px;
  background-color: #d0d4c5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #665955;
  text-align: center;
  cursor: default;
  border-top: 1px solid #665955;
  border-left: 1px solid #665955;
  border-right: 1px solid #665955;
}

.hovertab { /*
  position: relative;
  top: 1px;
  float: left;
  width: 82px;
  height: 20px;
  margin-left: 6px;
  background-color: #ccae7a;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #400000;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #665955;
  border-left: 1px solid #665955;
  border-right: 1px solid #665955; */
}

.inactivetab a {
  display: block;
  height: 20px;
  color: #665955;
  text-decoration: none;
}

.inactivetab a:hover {
  background-color: #ccae7a;
  color:#400000;
}

#searchbar {
	visibility: visible;
	width: 100%;
	height: 2px;
	z-index: 1;
	padding: 0px;
	background-color: #B38F50;
	border-bottom: 1px solid #665955;
	overflow: hidden;
}

/* Search pane elements: */

#statistics {
	width: 830px;
	padding: 15px;
	text-align: center;
	font: 12px Verdena,Arial,sans;
}

#searchpane {
	width: 100%;
	z-index: 1;
	padding: 0px 0px 0px 15px;
	background: #E1E5D5;
	overflow: visible;
}

#searchfields {
	float: left;
	width: 460px;
}

.fieldlabel {
	float: left;
	width: 110px;
	text-align: right;
	white-space: nowrap;
	padding: 4px 3px 2px 0px;
	font: 0.8em Verdena,Arial,sans;
	color: #000000;
}

.fieldoptions {
	padding: 2px 3px 2px 110px;
	font: 12px Verdena,Arial,sans;
	color: #000000;
}

.fieldbox {
	border: 1px solid #608060;
	width: 130px;
	height: 16px;
}

.datebox {
	font: 12px Verdena,Arial,sans;
	float: left;
	padding-right: 3px;
}

.fieldspacer {
	clear: both;
	height: 10px;
}

#searchmapdiv {
	float: left;
	width: 400px;
}

#polygonbuttonouter {
	float: left;
	width: 120px;
	height: 17px;
	margin: 2px 2px 2px 0px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

#polygonbuttoninner {
	width: 119px;
	height: 16px;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
}
#edit_polygon, #reset_polygon {
	font: 12px Verdena,Arial,sans;
	color: #000000;
	text-align: center;
	padding-top: 1px;
	cursor: pointer;
}

#searchmap {
	width: 400px;
	height: 300px;
	z-index: 2;
	background: #FDFFF2;
	border: 1px solid #608060;
	overflow: hidden;
}

/* Browse pane elements: */

#taxonomy, #collector, #date, #location {
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
}

/* Results interface elements: */

#resultsContainer {
	height: 620px;
}

#summarypane {
/*	display: none; */
	width: 796px;
	background-color: #E1E5D5;
	padding: 5px;
	border:1px solid #665955;
	border-bottom:0;
}

#mappane {
	visibility: hidden;
	float: left;
	height: 600px;
	border: 1px solid #665955;
	background: #C7CCB8 url(layout_images/pane-header-back-2.gif) repeat-x;
	z-index: 2;
	padding: 0px;
	overflow: hidden;
}

#datapane {
	visibility: hidden;
	float: left;
	top: 195px;
	left: 408px;
	width: 420px;
	margin-left:auto;
	margin-right:auto;
	height: 600px;
	border: 1px solid #665955;
	background: #C7CCB8 url(layout_images/pane-header-back-2.gif) repeat-x;
	z-index: 2;
	padding: 0px;
	overflow: hidden;
}

#headertogglediv, #maptogglediv, #datatogglediv {
	background: #C7CCB8 url(layout_images/pane-header-back-2.gif) repeat-x;
	visibility: hidden;
	float: right;
	width: 20px;
	height: 24px;
}

#headertoggle, #maptoggle, #datatoggle {
	padding: 3px 4px 0px 3px;
}

#headertoggle:hover, #maptoggle:hover, #datatoggle:hover {
	cursor: pointer;
}

#mapheader {
/*	display: none; */
	width: 379px;
	height: 24px;
	z-index: 2;
	padding: 0px;
	overflow: hidden;
}

#dataheader {
	background: #C7CCB8 url(layout_images/pane-header-back-2.gif) repeat-x;
	width: 379px;
	height: 24px;
	z-index: 2;
	padding: 0px;
	overflow: hidden;
}

#databar {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index: 2;
	padding: 0px;
	overflow: hidden;
}

.summaryview {
	position: relative;
	width: 100%;
	z-index: 1;
}

#searchCritList td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	white-space:nowrap;
	padding:0 1em 0 0;
	margin:0;
	border-bottom:1px #ddd dashed;
}


.mapview {
	position: relative;
	width: 400px;
	height: 374px;
	z-index: 2;
	margin: 0px;
	background: #FDFFF2;
	overflow: hidden;
}

.dataview {
	position: relative;
	width: 400px;
	height: 352px;
	z-index: 2;
	padding: 1px 4px;
	background-color: #FDFFF2;
	overflow-y: hidden;
}

#datacontrols1, #datacontrols2, #datacontrols3 {
	position: relative;
	float: left;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
	padding: 1px 3px 1px 3px;
}

.collapsed1 {
	border-bottom: 1px solid #999999;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
	padding: 6px;
	background-color: #F0F2E9;
}

.collapsed2 {
	border-bottom: 1px solid #999999;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
	padding: 6px;
	background-color: #E9EBE1;
}

.expanded {
	border-bottom: 1px solid #999999;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
	padding: 6px;
	background-color: #D2D6B4;
}

.detailrow1 {
	background-color: #F0F2E9;
	border-bottom: 1px solid #AAAAAA;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
}

.labelview {
	background-color: #F0F2E9;
	border-bottom: 1px solid #AAAAAA;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
}

.detailrow2 {
	background-color: #E4E8DB;
	border-bottom: 1px solid #AAAAAA;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
}

.detaillabel {
	float: left;
	width: 110px;
	padding: 2px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}

.detailtext {
	margin-left: 118px;
	padding: 2px 2px 2px 4px;
	border-left: 1px solid #AAAAAA;
}

#mapresizer {
	visibility: hidden;
	float: left;
	/*top: 195px;
	left: 400px;*/
	width: 4px;
	height: 600px;
	z-index: 22;
	padding: 0px;
	background-color: #E1E5D5;
	border-left: 1px solid #665955;
	border-right: 1px solid #665955;
	cursor: w-resize;
}

#mapresizerfiller {
	visibility: hidden;
	float: left;
	/*top: 195px;
	left: 400px;*/
	width: 4px;
	height: 650px;
	z-index: 20;
	padding: 0px;
	background-color: #E1E5D5;
	border-left: 1px solid #665955;
	border-right: 1px solid #665955;
}

#downloadoptions {
	visibility: visible;
	float: right;
	width: 200px;
	background: url(layout_images/options-back.gif) no-repeat left top;
	padding: 3px 3px 3px 6px;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
}

#grayout {
	visibility: hidden;
	position: absolute;
	top: 145px;
	left: 0px;
	width: 600px;
	height: 500px;
	z-index: 26;
	background: url(layout_images/fade.png);
	text-align: center;
}

#loadingicon {
	visibility: visible;
	margin-left: 200px;
}

#fade {
	visibility: hidden;
	position: absolute;
	top: 145px;
	left: 0px;
	width: 600px;
	height: 500px;
	background: url(layout_images/spacer.gif);
	z-index: 24;
}

#searchCritToggle {display:none; width:100%;}
#markerLegend {display: none;}
#markerLegend .title, #searchCritToggle .title {font-weight:bold; background-color:#c7ccb8;}
#markerLegend div { margin:5px 0 2px 0;}
#markerLegend table {width:100%; table-layout:fixed;}
#markerLegend .col1 {width:5%;}
#markerLegend .col2 { width:20%; }

.plt {display:none;} /*print line title*/


