html, body { height: 100%; font-family: Verdana,Arial,Sans-Serif; overflow: hidden; font-size: 12px; margin: 0px; background-color: #FFFFFF; }

body ul, li
{
	margin: 0;
	padding: 0;
}

body ol
{
	margin-left: 1em;
	padding-left: 1em;
}

h1
{
	border: 0;
	margin: 0;
	color: #588B06;
}

p
{
	margin-left: 10px;
}


#Header
{
	position:absolute;
	top: 0;
	left: 0;
	background-image: url(../images/header-bg.gif);	
	background-repeat: repeat-x;
	height: 95px;
	width: 100%;
	padding-right: 10px;
	border-bottom: 1px solid #AAAAAA;
}

#Header div
{
	float: left;
}

#top-bar
{
	width: 100%;
	height: 20px;
	background-image: url(../images/top-bar-bg-prf.png);	
	background-repeat: repeat-x;
	border-bottom: 1px solid #EBEAE8;
	color: #555;
}
#top-bar div
{
	float: right;
	padding-right: 10px;
	padding-top: 1px;
}

#top-bar a
{
	font-size: 11px;
	color: #555;
}

#title-image
{
	position: relative;
	top: 0px;
	left: 8px;
}

#search-area
{
	position: absolute;	
	top: 45px;
	left: 250px;	
}

#search-area div
{
	float: left;
}

#help-popup-holder
{
	position: relative;
	top: -10px;
	left: 104px;
	font-size: 10px;
	color: #888888;
}

#help-popup-holder span
{
	display: none;
}

#help-popup-holder a
{
	color: #747474;
}

.example-title
{
	color: #588B06;
}

.example-header
{
	display: block;
	font-size: 14px;
	color: #588B06;
	text-decoration: underline;
	margin-bottom: 5px;
}

.simple_popup_div 
{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 400px;
	z-index: 100;
	border: #999 2px solid;
}

.simple_popup_inner 
{
    padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    border: #CDE7AB 5px solid;
    text-align: left;
}

.simple_close 
{
	margin-top: 5px;
	margin-bottom: 5px;
    text-align: right;
}

.simple_close a
{
	color: #555;
}

.location-example
{
	margin-left: 5px;
}

#nav-menu
{	
	position: relative;
	top: 96px;
	margin-left: 285px;
	margin-right: 10px;
	height: 45px;	
	border-bottom: 1px solid #AAAAAA;	
	font-size: 11px;
} 

.nav-button
{
	font-size: 13px;
    font-family: Arial;
    height: 45px;
    line-height: 42px;
    width: 116px;
    display: block;
	vertical-align: middle;
	text-align: center;
}

.print-button
{
	font-weight: normal;
    font-size: 12px;
    font-family: Arial;
    height: 45px;
    line-height: 42px;
    display: block;
	vertical-align: middle;
	text-align: center;
	color: #555;
	padding-right: 5px;
}

.nav-divider
{
	position: relative;
	top: 2px;
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
	background: url("../images/nav-divider.png");
	width: 1px;
}

.nav-menu-inactive:hover 
{
	background: url("../images/grid-inactive-tab-hover.png");
	background-repeat: no-repeat;
}

.nav-menu-inactive
{
	text-decoration: none;
	color: black;
	background: url("../images/grid-inactive-tab.png");
	background-repeat: no-repeat;
}

.nav-menu-active
{
	text-decoration: none;
	color: black;
	background: url("../images/grid-active-tab.png");
	background-repeat: no-repeat;
	border-bottom: 1px solid #EEEEEE;/*#AAAAAA;*/
}

#left-panel 
{
	position: relative;
	clear: both;
	top: 95px;
	line-height:12px;
	width: 260px;
	float: left;
	margin-left: 10px;
	height: 500px;	
	border: 1px solid #AAAAAA;
	background: url("../images/left-panel-bg.gif") 40px;
	background-repeat: repeat-y;
	overflow: auto;
}

.left-panel
{
	padding-left: 5px;
	padding-top: 5px;
}

#warning-holder
{
	display: none;
	background-color: #FCD2D2;
	border: 1px solid #FF0000;
	line-height: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 5px;
}

#info-warning-holder
{
	background-color: #FCD2D2;
	border: 1px solid #FF0000;
	line-height: 12px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
}

.info-top
{
	min-height: 19px;
	color: #588B06; 
	border-bottom: 1px solid #AAAAAA;
	width: 95%;
}

.info-label
{
	width: 70px;
	padding-top: 5px;
}

.info-data
{
	padding-left: 5px;
	padding-top: 5px;
	width: 150px;
}

#location-info
{
	min-height: 140px;
}
#location-info div
{
	float: left;
}

#dataview-info
{
	margin-left: 5px;
}

#dataview-top
{
	margin-top: 10px;
	color: #588B06; 
}

#links
{
	width: 210px;
}

#dataview-info div
{
	float: left;
	clear: left;
}

#dataview-info a
{
	color: #555;
	font-size: 12px;
}

#dataview-info img
{
	position: relative;
	top: 5px;
}

#dataview-info ul 
{
	padding: 5px;
	margin-bottom: 10px;
	list-style-type: none;
}

#dataview-info li
{
	padding-bottom: 8px;
}

#step-info div
{
	float: left;
}

.map-grid-label
{
	font-weight:bold;
	color: #990000;
	font-size: 14px;
	line-height: 14px;
	width: 60px;
	height: 12px;
	text-align: center;
}

.map-county-label
{
	font-weight:bold;
	color: #0000FF;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

.map-shape-label
{
	font-weight:bold;
	color: #FFC000;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

#right-click-menu
{
	z-index: 103;
	position: absolute;
	display: none;
	background-color: white;
	border: 1px solid black;
}

.right-click-menu-item
{
	cursor: pointer;
	padding: 2px 5px 2px 5px;
}

.right-click-menu-item:hover
{
	background-color: #CDE7AB;
}

.right-click-spacer
{
	border-bottom: 1px solid #ADADAD;
}

.right-click-menu-link
{
	display: block;
	color: #000000;
	text-decoration: none;
	width: 180px;
}

#map-container
{
	position: relative;
	top: 96px;
    background: #EEEEEE;
	margin-left:  285px;
	margin-right: 10px;	
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	min-height: 500px;
	z-index: 99;
}

#loading
{
	display: none;
	position: absolute;
	right: 500px;
	width: 150px;
	text-align: center;
	background-color: #FEFFAE;
	padding: 5px;
	z-index: 99;
}

#map
{ 
	z-index: 98;
	position: relative;
	top: 5px;
	left: 5px;
	background: #EEEEEE;
}

.main-info
{
	margin-left: 20px;
	margin-top: 95px;
	overflow: auto;
}

.zoom-control 
{
	cursor: pointer;
}

.zoom-not-pushed
{
	width:100px;
  	height:31px;
	background-image: url("../images/zoom-grids.png");
}

.zoom-pushed
{
	width:100px;
  	height:31px;
	background-image: url("../images/zoom-grids-pushed.png");
}

#table-map-controls
{
	position: absolute; 
	left: 100px; 
	top: 15px; 
	width: 100px;
	z-index: 99;
}

#featuretable-holder
{
	display: none;
	position: absolute; 
	right: 10px; 
	bottom: 50px; 
	z-index: 98;
	max-height: 400px;
	overflow: auto;
	background-color: white;
	border: 1px solid gray;
	padding-right: 20px;
	/*
	filter: alpha(opacity=99);
	opacity: 0.99;
	-moz-opacity: 0.99; */
}

#featuretable-holder tr.clickable:hover
{
	cursor: pointer;
	background-color: #CDE7AB;
}

.selected-table-cell
{
	color: #FFFFFF;
	background-color: #0000FF;
}

.nonselected-table-cell
{
	color: #000000;
	background-color: #FF0000;
}

.shape-table-cell
{
	color: #000000;
	background-color: #FFC000;
}

.marker-label
{
	font-size: 10px;
}

.marker-label-small
{
	font-size: 8px;
}


#marker_btn {
  width:31px;
  height:31px;
  background-image: url("../images/pin-btn.png");
}
#marker_btn:hover 
{
	cursor: pointer;	
}
#marker_btn.selected {
  background-image: url("../images/pin-btn-selected.png");
}

#multi_marker_btn {
  width:31px;
  height:31px;
  background-image: url("../images/pin-btn-multi.png");
}
#multi_marker_btn:hover
{
	cursor: pointer;
}
#multi_marker_btn.selected {
  background-image: url("../images/pin-btn-multi-selected.png");
}

#shape_btn {
  width:31px;
  height:31px;
  background-image: url(http://google.com/mapfiles/ms/t/Bpu.png);
}
#shape_btn:hover
{
	cursor: pointer;
}
#shape_btn.selected {
  background-image: url(http://google.com/mapfiles/ms/t/Bpd.png);
}

#clear_btn {
  width:80px;
  height:31px;
}

#clear_btn.not-pushed
{
	background-image: url("../images/clear-btn.png");
}

#clear_btn.pushed
{
	background-image: url("../images/clear-btn-pushed.png");	
}

#clear_btn:hover
{
	cursor: pointer;
}

#footer
{
	position: absolute;
	height: 18px;
	left: 0px;
	top: 650px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;	
	width: 100%;
	background-color:  #ffffff;/*#7D7D7D;*/
	font-family: Verdana,Arial,Sans-Serif;
	color: #555555;
	line-height: 22px;
	vertical-align: middle;
	font-size: 11px;
}

#footer-logo
{
	position: relative;
	float: right;
	top: -23px;
	padding-right: 12px;
}

#footer-links a
{
	color: #555555;
}

