
html { overflow:hidden; }
body { overflow:hidden; margin: 0px; padding: 0px; height: 100%; background: #C6CAB4; }

.text {
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
}

a {
	color: #284D00;
}

#pageheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 85px;
	z-index: 1;
	visibility: visible;
	background: url(../images/back-lily-7.jpg) repeat-x;
}

#searchbanner {
	position: absolute;
	width: 100%;
	top:114px;
	left: 0px;
	height: 32px;
	z-index: 1;
	padding: 8px 0px 0px 7px;
	background: url(../images/image-bar-shadow-search.gif) repeat-x;
	overflow: hidden;
}

#searchbannertitle {
	font: 11pt Verdena,Arial,sans;
	color: #356035;
}

#introtext {
	padding: 0px 12px 6px 12px;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
}


/* Interface Elements: */

#searchpane {
	visibility: hidden;
	position: absolute;
	top: 148px;
	left: 6px;
	width: 300px;
	height: 500px;
	z-index: 1;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #4D6633;
	background: #D2D6B4 url(../images/pane-header-back-2.gif) repeat-x;
}

#resultspane {
	visibility: hidden;
	position: absolute;
	top: 148px;
	left: 314px;
	width: 600px;
	height: 500px;
	z-index: 1;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #4D6633;
	background: #F0F2E9 url(../images/search-intro-back.jpg) no-repeat left top;
}

#mappane {
	visibility: hidden;
	position: absolute;
	top: 218px;
	left: 315px;
	width: 600px;
	height: 250px;
	border-top: 1px solid #4D6633;
	background: #D2D6B4 url(../images/pane-header-back-2.gif) repeat-x;
	z-index: 2;
	padding: 0px;
	overflow: hidden;
}

#datapane {
	visibility: hidden;
	position: absolute;
	top: 474px;
	left: 315px;
	width: 600px;
	height: 175px;
	border-top: 1px solid #4D6633;
	background: #D2D6B4 url(../images/pane-header-back-2.gif) repeat-x;
	z-index: 2;
	padding: 0px;
	overflow: hidden;
}

#searchtogglediv {
	visibility: hidden;
	float: right;
	width: 20px;
	height: 22px;
}

#maptogglediv, #datatogglediv {
	visibility: hidden;
	float: right;
	width: 20px;
	height: 22px;
}

#resultstogglediv {
	visibility: hidden;
	float: right;
	width: 20px;
	height: 22px;
}

#searchtoggle, #resultstoggle, #maptoggle, #datatoggle {
	padding: 3px 4px 0px 3px;
}

#searchtoggle:hover, #resultstoggle:hover, #maptoggle:hover, #datatoggle:hover {
	cursor: pointer;
}

#searchheader {
	width: 280px;
	height: 22px;
	z-index: 1;
	padding: 0px;
	overflow: hidden;
}

#mapheader {
	width: 580px;
	height: 22px;
	z-index: 2;
	padding: 0px;
	overflow: hidden;
}

#dataheader {
	width: 580px;
	height: 22px;
	z-index: 2;
	padding: 0px;
	overflow: hidden;
}

#searchbar {
	width: 300px;
	height: 3px;
	z-index: 1;
	padding: 0px 0px 0px 0px;
	background-color: #9DA369;
	border-bottom: 1px solid #4D6633;
	overflow: hidden;
}

#databar {
	width: 600px;
	height: 25px;
	z-index: 2;
	padding: 0px;
	background-color: #9DA369;
	border-bottom: 1px solid #4D6633;
	overflow: hidden;
}

.searchview {
	position: relative;
	width: 300px;
	height: 479px;
	z-index: 1;
	padding: 0px;
	background-color: #FDFFF2;
	overflow-x: hidden;
	overflow-y: scroll;
}

.resultsview {
	position: relative;
	width: 600px;
	z-index: 1;
	padding: 0px;
	overflow: hidden;
}

.mapview {
	position: relative;
	width: 600px;
	height: 229px;
	z-index: 2;
	margin: 1px;
	background: #FDFFF2;
	overflow: hidden;
}

.dataview {
	position: relative;
	width: 600px;
	height: 128px;
	z-index: 2;
	padding: 0px;
	background-color: #FDFFF2;
	overflow-x: hidden;
	overflow-y: scroll;
}

#searchresizer {
	visibility: hidden;
	position: absolute;
	top: 148px;
	left: 308px;
	width: 6px;
	height: 502px;
	z-index: 22;
	padding: 0px;
	background-color: #C6CAB4;
	cursor: w-resize;
}

#mapresizer {
	visibility: hidden;
	position: absolute;
	top: 468px;
	left: 315px;
	width: 600px;
	height: 6px;
	z-index: 22;
	padding: 0px;
	background-color: #FDFFF2;
	cursor: w-resize;
}

#mapresizerfill {
	visibility: hidden;
	position: absolute;
	top: 418px;
	left: 312px;
	width: 600px;
	height: 6px;
	z-index: 20;
	padding: 0px;
	background-color: #FDFFF2;
}

#grayout {
	visibility: hidden;
	position: absolute;
	top: 148px;
	left: 6px;
	width: 906px;
	height: 500px;
	background: url(../images/fade.png);
	z-index: 26;
}

#fade {
	visibility: hidden;
	position: absolute;
	top: 148px;
	left: 6px;
	width: 906px;
	height: 500px;
	background: url(../images/spacer.gif) repeat-x repeat-y;
	z-index: 24;
}

#additionaloptions {
	visibility: hidden;
	float: right;
	width: 200px;
	background: #F0F2E9 url(../images/options-back.gif) no-repeat left top;
	padding: 3px 3px 3px 6px;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
	visibility: hidden;
}

#summarytext {
	padding: 3px 3px 10px 3px;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
}

#tooltip {
	padding: 10px;
	background: #FFFFFF;
	border: 2px solid #4D6633;
	font: 0.8em Verdena,Arial,sans;
	color: #333333;
	z-index: 27;
}

/* Search and list tabs: */

.tabs {
	text-align: center;
	float: left; /*Set to "left" or "right" to position menu accordingly*/
	margin-top: 2px;
}

.tabs ul {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0;
	list-style: none;	
}
.tabs li.inactivetaba {
	display: inline;
	background: url(../images/tab-back-off.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-left: 2px;	
	float: left;
	cursor: pointer;
}
.tabs li.inactivetaba:hover {
	display: inline;
	background: url(../images/tab-back-active.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-left: 2px;	
	float: left;
	cursor: pointer;
}
.tabs li.activetaba {
	display: inline;
	background: url(../images/tab-back-on.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-left: 2px;	
	float: left;
	cursor: default;
}
.tabs span.inactivetabb {
	color: #333333;
	background: url(../images/tab-left-off.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left: 4px;
	text-decoration: none;
	cursor: pointer;
}
.tabs span.inactivetabb:hover {
	color: #284D00;
	background: url(../images/tab-left-active.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left: 4px;
	text-decoration: none;
	cursor: pointer;
}
.tabs span.activetabb {
	color: #284D00;
	background: url(../images/tab-left-on.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left: 4px;
	text-decoration: none;
	cursor: default;
}
.tabs span span.inactivetabc {
	color: #333333;
	background: url(../images/tab-right-off.gif) no-repeat right top;
	display: block;
	float: none;
	padding: 4px 10px 6px 5px;
	cursor: pointer;
}
.tabs span span.inactivetabc:hover {
	color: #284D00;
	background: url(../images/tab-right-active.gif) no-repeat right top;
	display: block;
	float: none;
	padding: 4px 10px 6px 5px;
	cursor: pointer;
}
.tabs span span.activetabc {
	color: #284D00;
	background: url(../images/tab-right-on.gif) no-repeat right top;
	display: block;
	float: none;
	padding: 4px 10px 6px 5px;
	cursor: default;
}

/* pane contents */

.fieldlabel {
	float: left;
	width: 80px;
	text-align: right;
	white-space: nowrap;
	padding-top: 2px;
	font: 12px Verdena,Arial,sans;
	color: #333333
}

.fieldoptions {
	padding-left: 83px;
	padding-top: 2px;
	font: 12px Verdena,Arial,sans;
	color: #333333;
}

.fieldbox {
	border: 1px solid #608060;
	width: 130px;
	height: 16px;
}

.datebox {
	float: left;
	padding-right: 2px;
}

.fieldspacer {
	clear: both;
	height: 10px;
}

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

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