body#mapPage {
	background-color: #e5e5e5;
	margin: 0;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1em;
	color: #A75030;
}

a img {
	border: 0;
}

#mapPage a:link {
	color: #BF8815;
	text-decoration: none;
}

#mapPage a:visited {
	color: #DBA32E;
	text-decoration: none;
}

#mapPage a:hover {
	color: #BF8815;
	text-decoration: underline;
}

#mapPage a:active {
	color: #BF8815;
	text-decoration: underline;
}

#mapPage #tools {
	height: 100px;
}

#mapPage #mainToolBar .tool {
        float: left;
	margin: 10px 3px 0px 3px;
	font-weight: normal;
}

#mapPage #mainToolBar .tool a:link {
	display: block;
	padding: 5px;
	width: 80px;
	height: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#mapPage #mainToolBar .tool a:visited {
	display: block;
	padding: 5px;
	width: 80px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#mapPage #mainToolBar .tool a:hover {
	display: block;
	padding: 5px;
	width: 80px;
	text-align: center;
	color: #fff;
	text-decoration: underline;
}

#mapPage #mainToolBar .tool a:active {
	display: block;
	padding: 5px;
	width: 80px;
	text-align: center;
	color: #fff;
	text-decoration: underline;
        font-weight: bold;
}

#mapPage #activeLayer {
    background-color: #eeeeee;
    font-size: 10pt;
    font-weight: bold;
    left: 300px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 80px;
    z-index: 2000;
}

#mapPage #activeLayer img {
	margin: 0 2px 0 2px;
}

#mapPage #layerTools {
	float: right;
	margin: 10px 3px 0px 3px;
}

#mapPage #layerTools .tool {
	float: right;
	margin: 3px 3px 0px 3px;
}

#mapPage #layerTools .tool a:link {
	display: block;
	padding: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#mapPage #layerTools .tool a:visited {
	display: block;
	padding: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#mapPage #layerTools .tool a:hover {
	display: block;
	padding: 5px;
	text-align: center;
	color: #fff;
	text-decoration: underline;
}

#mapPage #layerTools .tool a:active {
	display: block;
	padding: 5px;
	text-align: center;
	color: #fff;
	text-decoration: underline;
        font-weight: bold;
}

#mapPage #advanced {
	float: left;
	margin-top: 10px;
	position: relative;
}

#mapPage #advanced .tool {
	color: #fff;
	width: 100px;
}

#mapPage #advanced .tool a:link {
	display: block;
	padding: 3px 3px 3px 3px;
	text-align: center;
	background-color: #A5833E;
	color: #fff;
	text-decoration: none;
}

#mapPage #advanced .tool a:visited {
	display: block;
	padding: 3px 3px 3px 3px;
	text-align: center;
	background-color: #A5833E;
	color: #fff;
	text-decoration: none;
}

#mapPage #advanced .tool a:hover {
	display: block;
	padding: 3px 3px 3px 3px;
	text-align: center;
	background-color: #A5833E;
	color: #fff;
	text-decoration: underline;
}

#mapPage #advanced .tool a:active {
	display: block;
	padding: 3px 3px 3px 3px;
	text-align: center;
	background-color: #A5833E;
	color: #fff;
	text-decoration: underline;
        font-weight: bold;
}

#mapPage #advanced .optional {
	display: none;
}

#mapPage #mapBranding {
	margin: 0;
  display:inline;
}

#mapPage #logo {
	margin-right: 10px;
	float: left;
}

#mapPage #logo a .icon{
	width: 191px;
	height: 80px;
	background-image: url(../images/map-logo.gif);
  cursor: hand;
  cursor: pointer;
}

#layerGroupType {
	list-style: none;
	font-size: 8pt;
	margin: 10px;
	padding: 0;
	width: 350px;
	position: absolute;
	top: 3px;
	left: 0;
        display: inline;      
	z-index: 3000;
}

#layerGroupType li {
	text-align: right;
	padding: 5px;
	margin: 2px;
	border: 1px solid #A5833E;
        display: inline;
}


#layerGroupType li {
	background-color: #A5833E;
}

#layerGroupType li a:link, #layerGroupType li a:visited, #layerGroupType li a:hover, #layerGroupType li a:active {
	color: #fff;
	text-decoration: underline;
}

#layerGroupType li.selected {
	border-bottom: 1px solid #fff;
	background-color: #fff;
        display: inline;
}

#layerGroupType li.selected a:link, #layerGroupType li.selected a:visited, #layerGroupType li.selected a:hover, #layerGroupType li.selected a:active {
	color: #A5833E;
	text-decoration: underline;
        display: inline;
}

#layerTree {
  background-color: #ffffff; 
  border-top:1px solid #A5833E;
  font-size:11px;
  padding:5px;
  position:absolute;
  left: 0px;         
  top:31px;
  width:350px;
  z-index:3000;
}

#mapPage .baseMap {
	position: absolute;
	top: 100px;
	right: 50px;
	padding: 3px;
        z-index:2000;
}

#mapPage .loginRegister {
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 10px;
        z-index:2000;
}

#mapPage #mapArea {
	position: absolute;
	top: 130px;
	left: 0;
}

.mapPane {
	background-color: #fff;
	border: 1px solid #A5833E;
        width:350px;        
        height:150px;      
	z-index: 2000;
	display: none;
	position: absolute;
}

.mapPane h2 {
	font-size: 10pt;
	margin: 2px 0 0 20px;
	padding: 0;
}

.dragHandle {
	margin-top: -2px;
}

#layerSelectPane {
	width: auto;
	height: auto;
	top: 150px;
	display: block;
  /*left: 120px;*/
  opacity: 0.85;
  filter: Alpha(opacity=85);
}

#layerOrderPane {
	width: 300px;
	height: 400px;
	top: 150px;
	right: 20px;
  z-index: -1;
}

#userLogin {
	position: absolute;
	top: 30px;
	right: 20px;
	background-color: #fff;
	z-index: 10000;
	border: 4px solid #e5e5e5;
	padding: 30px;
	display: none;
}

#loginClose {
	position: absolute;
	top: 10px;
	right: 10px;
}

#messages {
	position: absolute;
	top: 60px;
	right: 400px;
	width: 300px;
	background-color: #fff;
	z-index: 10000;
	border: 1px solid #A5833E;
	padding: 30px;
	font-weight: bold;
}

#divMapUrl {
	position: absolute;
	top: 70px;
	right: 215px;
	background-color: #fff;
	z-index: 3000;
	border: 1px solid #A5833E;
	padding: 10px;
	padding-top: 0px;
	padding-right: 0px;
	width: 600px;
	display: none;
	float:right;
}

#mapLegendPane {
	width: 250px;
	height: 400px;
	top: 150px;
	right: 20px;
}

#legend {
	font-size: 8pt;
	display: none;
  height: 350px;
  overflow: auto;
}

#layerDataPane {
	width: 80%;
	height: 30%;
	bottom: 10px;
	right: 10px;
}

#shadow { 
background-image: url("../images/shadow.png");
background-repeat: repeat-x;
font-size: 0px;
height: 5px;
top:80px;        
position: absolute;
width: 100%;
z-index: 2000;       
}

#right-sidebar {
background-color: #ECE9B7;    
opacity: 0.85;
filter:alpha(opacity=85);
position:absolute;
top:80px;
right:0;    
width:44px;      
height:492px;      
z-index:3000;
}

#layers_drawer_handle {
position:absolute;
top:0px;    
background-image:url("../images/navbar.png");
background-position:0 0;
height:123px;
width:42px;        
right:0px;   
}

#layers_drawer_handle:hover {
background-position:42px 0;
}

#layers_drawer {
position:absolute;
display:none;         
top:10px;
height:400px;
z-index:3000;
}

#search_drawer_handle {
position:absolute;
top:123px;
background-image:url("../images/navbar.png");
background-position:0 -123px;
height:123px;
width:42px;
right:0px;
}

#search_drawer_handle:hover {
background-position:42px -123px;
}

#search_drawer {
position:absolute;
display:none;         
top:20px;
height:380px;    
z-index:3000;
}


#tools_drawer_handle {
position:absolute;
top:246px;
background-image:url("../images/navbar.png");
background-position:0 -246px;
height:123px;
width:42px;
right:0px;
}

#tools_drawer_handle:hover {
background-position:42px -246px;
}

#tools_drawer {
position:absolute;
display:none;         
top:20px;
height:380px;    
z-index:3000;
}

#legend_drawer_handle {
position:absolute;
top:369px;
background-image:url("../images/navbar.png");
background-position:0 -369px;
height:123px;
width:42px;
right:0px;
}

#legend_drawer_handle:hover {
background-position:42px -369px;
}

#legend_drawer {
position:absolute;
display:none;         
top:100px;
z-index:3000;
}

.drawer {
right:42px;         
width: 300px;       
}

#measurement {
padding:3px;
background-color:#ffffff;        
}

#link-to-map {
margin:3px;
padding:3px;
}

#link-to-map-refresh {
clear:both;    
margin:10px;
}

.vertical-label-right2 {
background-image:url("../images/nav.png");    
background-position:0 0;
height:32px;
width:117px;       
right:-42px;      
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(270deg);
writing-mode: tb-rl;
text-align:center;
font-weight: bold;
text-decoration: none;
}

.vertical-label-right2:hover {
background-image:url("../images/nav.png");    
background-position:0 -42px;
height:32px;
width:117px;       
right:-42px;      
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(270deg);
writing-mode: tb-rl;
text-align:center;
font-weight: bold;
text-decoration: none;
}

.label-right {
display:none;
}

#mapPage .vertical-label-right a {
color: #ffffff;
text-decoration: none;
}

#mapPage .vertical-label-right a:visited {
text-align:center;
color: #ffffff;
}

#mapPage .visited-label-right a:hover {
color: #111111;
}

#mapPage .visited-label-right a:active {
color: #111111;
}

.accordion_title {
border:0px solid #ffffff;
}

#header {
background-color:#ECE9B7;    
width:100%;
height:80px;      
z-index:2000;       
}

#controls-bar {
display: block;
list-style: none outside none;
position:absolute;
top: 40px;
right:70px;
z-index:2000; 
}

#controls-bar li {
    background-color: #e7e7e7;
    border-color: #c0c3cd;
    border-style: solid;
    border-width: 1px;
    display: inline;
    margin-left: 1px;
   padding-left:5px;
   padding-right:5px;
   cursor:pointer;
}

#controls-bar li:hover {
    border-color: #80A9BA #3C799B #3C799B #80A9BA;
}

.controls_label {
    border-radius: 3px 3px 3px 3px;
    float: left;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.close_drawer{
background-image:url(../images/close_round.png);
background-position:0 0;
position:relative;
width:33px;      
height:33px;      
top: 15px;
right:-280px;
z-index:5001;      
cursor:pointer;
}

.close_drawer:hover{
background-position:-33px 0;
}

