body
{
	
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;

}

a:link{color: #005FA9;	text-decoration: none;}
a:visited{color: #005FA9;	text-decoration: none;}
a:hover{color: #005FA9; text-decoration: underline;}
a:active{color: #005FA9; text-decoration: underline;}

a.details:link
{
	text-decoration: none;
	color: #005FA9;
}

a.details:visited
{
	text-decoration: none;
	color: #005FA9;
}

a.details:hover
{
	text-decoration: underline;
	color: #005FA9;
}

a.details:active
{
	text-decoration: underline;
	color: #005FA9;
}

input.buttonNormal
{
	background-color: #D3D3D3;
	border: solid 1px #000000;
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	width: 115px;
}
input.buttonNormal:hover
{
	background-color: #F9F9F9;
	border: solid 1px #000000;
	color: #D3D3D3;
}

input.buttonActive
{
	background-color: #F9F9F9;
	border: solid 1px #000000;
	color: #000000;
	font-weight: bolder;
	font-family: Arial;
	font-size: 10pt;
	width: 115px;
}

#imgHeader
{
	position:absolute;
	top: 0px;
	left: 0px;
}

.tabMiddle
{
	font-size:smaller;
}

.tabActive
{
	background-color: #E8E8E8;
	border-bottom: 1px solid #000000;
	font-family: Arial;
	font-size: small;
	color: #000000;
	cursor: default;
	height: 22px;
	border: solid 0px #000000;
	font-weight: bold;
}

.tabNormal
{
	background-color: #E8E8E8;
	border-bottom: 1px solid #000000;
	font-family: Arial;
	font-size: small;
	color: #000000;
	cursor: default;
	height: 22px;
	border: solid 0px #000000;
	font-weight: bold;
}

.subTabActive{
	background-color: #D3D3D3;
	border-bottom: 1px solid #000000;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	cursor: default;
	height: 15px;
	border: solid 1px #000000;
}

.subTabNormal{
	background-color: #E8E8E8;
	border-bottom: 1px solid #000000;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	cursor: default;
	height: 15px;
	border: solid 1px #000000;
}

#divInformation{
	position:absolute;
	background-color:#A0A0A0;
	top: 20px;
	left: 3px;
	width: 320px;
	height: 700px;
	border: solid 1px #000000;
	overflow: hidden;
}

#divInformationList{
	position:absolute;
	background-color:#A0A0A0;
	top: 72px;
	left: 0px;
	width: 320px;
	height: 115px;
	display: none;
	overflow: auto;
}

#divInformationMessage{
	position:absolute;
	background-color:#A0A0A0;
	top: 40px;
	left: 0px;
	width: 320px;
	overflow: auto;
}

#spnMessage{
	position:absolute;
	background-color:#D3D3D3;
	top: 0px;
	left: 0px;
	width: 320px;
	padding: 10px;
	text-justify: auto;	
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}

#divLayers{
	position:absolute;
	background-color:#A0A0A0;
	top: 20px;
	left: 3px;
	width: 320px;
	height: 700px;
	border: solid 1px #000000;
	display: none;
	overflow: hidden;
}

#divLayersList{
	position:absolute;
	background-color:#A0A0A0;
	top: 30px;
	left: 0px;
	width: 320px;
	overflow: auto;
}
#divBuffer{
	position:absolute;
	background-color:#D3D3D3;
	top: 40px;
	left: 0px;
	width: 300px;
	overflow: auto;
}
.layerActive{
	background-color:#EAE6A7;
	border-bottom: 0px solid #99C4D5;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	padding-left: 15px;
	cursor: default;
}

.layerNormal{
	background-color:#A0A0A0;
	border-bottom: 0px solid #99C4D5;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	padding-left: 15px;
	cursor: default;
}

.layerNormal2{
	background-color:#CCCCCC;
	border-bottom: 0px solid #060650;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	padding-left: 15px;
	cursor: default;
}

.layerGroup{
	background-color: #D3D3D3;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#divResults{
	position:absolute;
	background-color:#FFFFFF;
	top: 100px;
	left: 3px;
	width: 320px;
	border: solid 1px #000000;
	filter: alpha(opacity=95);
	-moz-opacity:.95;
	
	overflow:auto;
	
}

#divResultsList{
	position:absolute;
	background-color:#FFFFFF;
	top: 60px;
	left: 20px;
}

#divDetailsList{
	position:absolute;
	background-color:#FFFFFF;
	top: 60px;
	left: 20px;
	
	display: none;
	
}

.trInfo
{
	background-color:#A0A0A0;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

.fieldPrimary{
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-color: #A0A0A0;
	height: 30px;
	vertical-align: middle;
	border: solid 1px #000000;
	cursor: default;
}

.fieldOdd{
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	padding-left: 20px;
	font-weight: bolder;
	text-align: left;
}

.fieldEven{
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	padding-left: 20px;
	font-weight: bolder;
	text-align: left;
}

.fieldValueOdd{
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	text-align: left;
}

.fieldValueEven{
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	text-align: left;
}
.fieldEven2{
	background-color:#A0A0A0;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	padding-left: 10px;
	font-weight: bolder;
	text-align: left;
}


.fieldValueEven2{
	background-color:#A0A0A0;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	text-align: left;
}
#divLegend{
	position:absolute;
	background-color:#FFFFFF;
	top: 20px;
	left: 3px;
	width: 320px;
	height: 700px;
	border: solid 1px #000000;
	overflow: auto;
	display: none;
}

#divSearch{
	position:absolute;
	background-color:#A0A0A0;
	top: 20px;
	left: 3px;
	width: 320px;
	height: 700px;
	border: solid 1px #000000;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	
}

.searchHeader{
	background-color:#A0A0A0;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bolder;
	font-style: italic;
}

.searchRow{
	background-color:#A0A0A0;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bolder;
	font-style: italic;
	padding-bottom: 20px;
	padding-top: 4px;
}

.searchBox{
	background-color:#E8E8E8;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	border: solid 1px #000000;
}

.searchExample{
	background-color:#A0A0A0;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	text-align:center;
	vertical-align: top;
}

#divLocationSearch{
	position:absolute;
	background-color:#A0A0A0;
	top: 40px;
	left: 0px;
	width: 320px;
	overflow: visible;
}
#divZoomSlider{
	position: absolute;
	left: 345px;
	background-color: #E8E8E8;
	font-family: Arial;
	font-size: 8pt;
	bottom: 0px;
}


#divBottomLeftTiling
{
	bottom: 0px;
	position: absolute;	
}

#divTools
{
	bottom: 0px;
	position: absolute;
	background-color: #E8E8E8;
}
#logoRepeatTop
{
	background:url("../images5/DCR_05_1.png") repeat-x;	
}
#bottomTiling
{
	height: 77px;	
}
#tileBottom
{
	background:url("../images4/zc_end.jpg") repeat-x;
}
#tileBottomTop
{
	background:url("../images4/zc_end_top.jpg") repeat-x;
}

#logoRepeatBottom
{
	background:url("../images3/3b.gif") repeat-x;	
}
#mapTabs
{
	position:absolute;
	top: 64px;
	left:340px;
}
#divMap{
	position: absolute;
	background-color: #E8E8E8;
	top: 100px;
	left: 0px;
	overflow: hidden;	
	border:1px solid #000000;
}

#divTabButtons
{
	background-color: #E8E8E8;	
}

#divTabs
{
	left:10px;
	position: absolute;
	top: 90px;
	background-color: #E8E8E8;
}



.scalebar
{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.collapseImage{
	margin-right: 5px;
	margin-left: 2px;
}

.fieldGroupHeading
{
	background-color: #D3D3D3;
	color: #E8E8E8;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

#divFeatureToolTip
{
	position: absolute;
	background-color: #D3D3D3;
	border: solid 1px #A0A0A0;
	overflow: hidden;
	filter: alpha(opacity=80);
	opacity:.80;
}
#divAdvTools
{
	display:none;
	z-index:99;
	filter:alpha(opacity=80);
	opacity:.80;
	height:150px;
	width:160px;
	border:1px solid black;
	background:#D3D3D3;
	position:absolute;
	top:83px;
	left:630px;
}

#divLogo
{
	background-color: #E8E8E8;
	width:100%;
	position: absolute;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
}

#divHelpAndPrint
{
	position: absolute;
	background-color: #99C4D5;
	top: 0px;
	right:0px;
}

.featureImage{
	margin-right: 2px;
	margin-left: 2px;
}

#loginContainer{
	width:275px;
	background-color:#366;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid black;
}

.loginText{
	color:#FFF;
}

.loginFooter{
	font-size:smaller;
	color:#FFF;
	font-style:italic;
	display:block;
	float:right;
}
h1{font: bold 120% Arial,sans-serif; color: #334d55; margin: 0px; padding: 0px;}
h2{ font: bold 114% Arial,sans-serif; color: #006699; margin: 0px; padding: 0px;}
h3{ font: bold 100% Arial,sans-serif; color: #334d55; margin: 0px; padding: 0px;}
h4{ font: 100% Arial,sans-serif; color: #333333; margin: 0px; padding: 0px;}
h5{ font: 100% Arial,sans-serif; color: #334d55; margin: 0px; padding: 0px;}

.buttonBg1
{
	background-image:url(../images3/2b.gif);
	height:40px;
	width:80px;
	text-align:center;
	vertical-align:middle; 
	font-size:xx-small;
	cursor:pointer;
}

.buttonBg2
{
	background-image:url(../images3/2b.gif);
	height:40px;
	width:85px;
	text-align:center;
	vertical-align:middle; 
	font-size:xx-small;
	cursor:pointer;
}

#logoTable a
{
	color:#000000;
	text-decoration:none;
}

.spaceOut
{
	margin-bottom:3px;
	margin-top:3px;
}