a{
	outline:0;
}
#headWrapper{
	padding:0;
	margin-bottom: 35px;
}


/* jQuery UI modal dialogs have a z-index of only 100 which conflicts with OL using zs in the hundreds */
.ui-front {
	z-index:2000;
}

/*************   	LOGIN & SHARE LINKS ******************/
#log-in-menu .log-in-btn-body{
	padding:12px 8px 0 0;
	text-align:right;
    color:#fff;
	font-weight:bold;
	font-size:12px;
}

#log-in-menu .log-in-btn-body a:hover{
        color: #b2bc39;
}

#log-in-menu .log-in-btn-body a{
	color:#fff;
        text-decoration: none;
}
.shareLinks {
        /*color: #5B80B2;*/
        margin-left: 15px;
}

.shareLinksDisabled {
        /*color: #5B80B2;*/
        font-weight: normal;
        margin-left: 15px;
}

#log-in-menu .shareLinks a {
        /*color: #5B80B2;*/
}

/*************    MAP HEADER    *************************/
#mapHeader{
	margin:0 auto 0 auto;
	width:1000px; /* matches the width of #map which itself is fixed for printing purposes */

	height:40px;
	background-color:#788fa3;
}
#mapHeader .map_dd{
	display:block;
	float:left;
	width:220px;
	height:30px;
	text-align:center;
	margin: 10px 0px 0 0;
	font-size:14px;
	line-height: 21px;
	color:#fff;
	text-decoration:none;
}
#mapHeader .map_dd:hover{
	color:#333;
}
#mapHeader .active{
	background-image:url('../images/map-header-button.png');
	background-repeat:no-repeat;
	color:#b2bc39;
}

/*************    MAP SEARCH   *********/
#mapSearch{
        position:absolute;
	top:570px;
	right:10px;
	z-index:1000;
	width:350px;
	text-align:right;
	font-weight:bold;
}
#mapSearch #address{
	width:260px;
	color:#999;
	border:0;
	font-size:10px;
	vertical-align:middle;
	border: 1px solid #888;
	height:23px;
	padding: 2px 4px;
}
#mapSearch #zoomto{
	background-color:#B2BC39;
	color:#000;
	font-weight:bold;
	border:0;
	cursor:pointer;
	height:22px;
	padding:2px;
	font-family:arial;
	font-size:11px;
	line-height:200%;
	vertical-align:middle;
}
#mapSearch #zoomto:hover{
	background-color:#c2cf2f;
}

/*************    MAP    *************************/
#mapWrapper{
	margin:0 auto 0 auto;
	width:1000px; /* fixed size is important for the printing process */
	height:600px;
	position:relative;
}
#map{
	background-color: #f2f4d7;;
	width:100%;
	height:600px;
}


/*************    MAP DROPDOWNS    *************************/
#show_info{
	font-family: arial,sans-serif;
	font-size: 12px;
}
.hide{
	display:none;
}
.wrapper {
	min-height: 100%;
	height:auto;
	width:500px;
	background-color:transparent;
	border:0;
	/* background-image:url('../images/bg_dropdown.png'); */
	margin:0;
}
.row_wrapper{
    background: gray;
}
#cli_legends {
    width: 100%;

    font: 11px sans-serif;
    color: #778;
    white-space: normal;

	margin-left:2em;
}

#dialog_layerslegend {
	white-space:nowrap;
}
#dialog_layerslegend h3 {
	margin:0;
}
.layerlist{
	list-style:none;
	margin:0;
	padding:0;
}
.layerlist li{
	padding:0;
	margin:5px;
	font-size:12px;
}
.wrapper p{
	margin:0;
	padding:10px 5px;
}
.legend {
	margin-left:2em;
}
.check_layer{
	width:20px;height:20px;
	margin-right:0px;
	margin-left:2px;
	padding-right:0px;
	padding-left:2px;
	vertical-align:middle;
}
.wrapper span {
	display:block;
	margin:0 15px 0 10px;
}

#acrestitle {
background-color: #676300;
padding: 5px 5px 5px 10px;
color:#ffffff;
font-weight: bold;
font-family: verdana;
margin-bottom: 10px;
}
#vegtitle {
background-color: #b2bc39;
padding: 5px 5px 5px 10px;
color: #000000;
font-weight: bold;
font-family: verdana;
margin-bottom: 10px;
}
#climatetitle {
background-color: #b2bc39;
padding: 5px 5px 5px 10px;
color: #000000;
font-weight: bold;
font-family: verdana;
margin-bottom: 10px;
}

#vegtypes {
min-height: 170px;
}

.centertext {
text-align: center;
}

.right {
float: right;
margin-right: 25px;
}
/*************    MAP BUTTONS    *************************/
#bg_buttons{
	position:absolute;
	top:8px;
	right:8px;
	z-index:1000;
}
.mapButton,
.mapButtonOn{
	background-color:#424941;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-style:none;
	padding:3px 5px;
}
.mapButton:hover,
.mapButtonOn{
	background-color:#b2bc39;
	color:#424941;
	cursor:pointer;
}

/*************    MAP CREDITS    *************************/
#mapCredits{
	background-color:#414141;
	background-image:url('../images/map-header.gif');
	color: #f2f4d7;
	font-size:10px;
	padding:5px;

	margin:0 auto 0 auto;
	width:1000px; /* same as #map which otself is fixed for printing purposes */
}
#mapCredits span{
	background-image:url('../images/dot.gif');
	background-repeat:no-repeat;
	background-position: center;
	margin:0 5px;
}
#mapCredits a{
	text-decoration:none;
	color: #f2f4d7;
	border-bottom:1px dotted #f2f4d7;
}
#mapCredits a:hover{
	color: #ffffff;
	border-bottom:1px solid #ffffff;
}
#mapCredits .pop{
	display:block;
	float:right;
	padding:2px 4px;
	margin:-2px 4px 0 4px;
	background-color:#121212;
	border:0;
	color:#f2f4d7;
	letter-spacing:0.25px;
}
#mapCredits .pop:hover{
	background-color:#121212;
	background-color:#c2cf2f;
	border:0;
	color:#121212;
}

/*************    fix the NAVIGATION Z-INDEXES on the map page    *************************/
#navWrapper #nav li:hover ul 
#navWrapper #nav li.over ul, 
#navWrapper #nav li ul { /* lists nested under hovered list items */
	z-index:2010 !important;
}
#navWrapper #nav li:hover,
#navWrapper #nav li.over {
	z-index:2010 !important;
}
#navWrapper #nav li  ul,
#navWrapper #nav li  li,
#navWrapper #nav li  li a,
#navWrapper #nav li  li a:hover{
	z-index:2010 !important;
}

/*************    fix the JQUERY UI     *************************/
.ui-widget{
	font-family: segoe ui,Arial,sans-serif;
	font-size: 0.75em;
}

/* *******************   map tools panel ************************* */
.olControlPanel { 
  top: 170px;
  left: 15px;
}

.olControlPanel div { 
  display:block;
  margin:5px 0 0 0;
} 

.olControlPanel .olControlMeasureItemInactive { 
  width:  32px;  
  height: 32px;
  background-image: url("../images/nav/shadow_pencil.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:pointer;
  margin:10px 0 0 -3px;
}
.olControlPanel .olControlMeasureItemActive { 
  width:  32px;  
  height: 32px;
  background-image: url("../images/nav/shadow_pencil_hl.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  margin:10px 0 0 -3px;
  cursor:default;
}

.olControlPanel .olControlDragPanItemInactive { 
  width:  32px;  
  height: 38px;
  background-image: url("../images/nav/shadow_pan.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:pointer;
  margin:10px 0 0 -5px;
}
.olControlPanel .olControlDragPanItemActive { 
  width:  32px;  
  height: 38px;
  background-image: url("../images/nav/shadow_pan_hl.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:default;
  margin:10px 0 0 -5px;
}
.olControlPanel .olControlZoomBoxItemInactive { 
  width:  36px;  
  height: 36px;
  background-image: url("../images/nav/shadow_zoomin.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:pointer;
  margin:10px 0 0 -5px;
}
.olControlPanel .olControlZoomBoxItemActive { 
  width:  36px;  
  height: 36px;
  background-image: url("../images/nav/shadow_zoomin_hl.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:default;
  margin:10px 0 0 -5px;
}

.olControlPanPanel{
	margin-left:6px !important;
}
.olControlPanPanel .olControlPanNorthItemInactive{
	background-image: url("../images/nav/pan_north.png");
}
.olControlPanPanel .olControlPanSouthItemInactive{
	background-image: url("../images/nav/pan_south.png");
}
.olControlPanPanel .olControlPanEastItemInactive{
	background-image: url("../images/nav/pan_east.png");
}
.olControlPanPanel .olControlPanWestItemInactive{
	background-image: url("../images/nav/pan_west.png");
}
.olControlZoomPanel .olControlZoomInItemInactive{
	background-image: url("../images/nav/zoom_in.png");
	width:30px !important;  
	height:30px !important;
	border:0;
	background-position: 0px 0px !important;
	background-repeat:no-repeat;
}
.olControlZoomPanel .olControlZoomToMaxExtentItemInactive{
	background-image: url("../images/nav/zoom_maxextent.png");
	width:30px !important;  
	height:30px !important;
	border:0;
	background-position: 0px 0px !important;
	background-repeat:no-repeat;
	top:35px !important;
}
.olControlZoomPanel .olControlZoomOutItemInactive{
	background-image: url("../images/nav/zoom_out.png");
	width:30px !important;  
	height:30px !important;
	border:0;
	background-position: 0px 0px !important;
	background-repeat:no-repeat;
	top:70px !important;
}

.olControlPanel .olControlWMSGetFeatureInfoItemInactive { 
  width:  35px;  
  height: 35px;
  background-image: url("../images/nav/info.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  margin:5px 0 0 0px;
}
.olControlPanel .olControlWMSGetFeatureInfoItemActive { 
   width:  35px;  
  height: 35px;
  background-image: url("../images/nav/info_hl.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  margin:5px 0 0 0px;
}

.olControlPanel .customClearItemInactive { 
  width:  56px;
  height: 32px;
  background-image: url("../images/nav/clear.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:pointer;
  margin:10px 0 0 -5px;
}
.olControlPanel .customRegionReportItemInactive { 
  width:  55px;  
  height: 30px;
  background-image: url("../images/nav/regionalreports.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:pointer;
  margin:10px 0 0 -5px;
}
.olControlPanel .customRegionReportItemActive { 
  width:  55px;  
  height: 30px;
  background-image: url("../images/nav/regionalreports_hl.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:default;
  margin:10px 0 0 -5px;
}

.olControlPanel .customUploadToolItemInactive { 
  width:  32px;
  height: 32px;
  background-image: url("../images/nav/upload_shp.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:pointer;
  margin:10px 0 0 -5px;
}
.olControlPanel .customDownloadToolItemInactive { 
  width:  32px;
  height: 32px;
  background-image: url("../images/nav/download_shp.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:pointer;
  margin:10px 0 0 -5px;
}
.olControlPanel .customUploadKMLToolItemInactive { 
  width:  32px;
  height: 32px;
  background-image: url("../images/nav/upload_kml.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:pointer;
  margin:10px 0 0 -5px;
}
.olControlPanel .customDownloadKMLToolItemInactive { 
  width:  32px;
  height: 32px;
  background-image: url("../images/nav/download_kml.png");
  border:0;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  cursor:pointer;
  margin:10px 0 0 -5px;
}


/*****   pie chart   ******/
#chart_div{
	display:block;
	float:right;
	width:170px;
	height:170px;
	margin-right:20px;
}

/****** scale bar ***********/
.olControlScaleBar {
    bottom: 10px;
    left: 0px;
    font-family: sans-serif;
    color: #000;
}

.olControlScaleBarBar {
    height: 1px;
    top: 14px;
    background: #333;
}

.olControlScaleBarBarAlt {
    height: 1px;
    top: 14px;
    background: #333;
}

.olControlScaleBarMarkerMajor {
    height: 7px;
    width: 1px;
    top: 11px;
    background: #333;
}

.olControlScaleBarMarkerMinor {
    height: 5px;
    width: 1px;
    top: 12px;
    background: #333;
}

.olControlScaleBarNumbersBox {
    width: 40px;
    height: 13px;
    top: 21px;
    font-size: 0.7em;
}

.olControlScaleBarLabelBox {
    top: -2px;
    height: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 0.7em;
    font-variant: small-caps;
}

.olControlScaleBarLabelBoxSingleLine {
    height: 15px;
    width: 35px;
    top: 5px;
    left: 10px;
    font-size: 0.7em;
    font-variant: small-caps;
}


/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 330px;
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

form.cmxform label.error, label.error, .error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
        font-size: 90%;
	font-style: italic
}
div.error { display: none; }
.cmxform input, .cmxform textarea { border: 1px solid #888888; }
.cmxform input:focus { border: 1px dotted #888; }
.cmxform input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

/**********************************

Use: cmxform template

***********************************/


form.cmxform label {
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}


form.cmxform label { width: 130px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 0px;
	width: 290px;
}

form.cmxform input.submit {
	margin-left: 103px;
}

.cmxform textarea {
width: 293px;
}

.small_margin {
margin-top: 0px;
margin-bottom: 5px;
}

#login_cbox {
margin: 0px;
}

        
.cli_leg {
    display: none;
    margin: 5px;
}
.cli_leg span {
    line-height: 12px;
    margin: 0px;
    display: inline;
}        
.cli_leg span div {
    vertical-align: middle;
    display: inline-block;
    height: 16px;
    width: 14px;
    /* margin: 1px 3px; */
    margin: 0px;
    line-height: 12px;
    
}

div.histobar {
    display: inline-block;
    width: 12px;
    height: 75px;	/* Gets overriden by D3-assigned height below */
    margin-right: 2px;
    vertical-align: bottom;
    /* background-color: purple; */
}
.histo_val_label {
    font: 11px sans-serif;
      color: #eee;
      text-shadow:
       -1px -1px 0 #333,  
        1px -1px 0 #333,
        -1px 1px 0 #333,
         1px 1px 0 #333;    
    /* text-shadow: 0px 0px 3px #fff;    */ 
    margin:0px!important;
    text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);  
 /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;  
}


/*** within the Area Info panel, the login reminder, and the PDF buttons ***/

#prop_results {
	min-height:94px;
}
#cln_results {
	min-height:94px;
}
#suit_results {
	min-height:94px;
}

#areainfo_loggedin,#areainfo_loggedout {
	float: right;
	margin: 4em 2em 1em 1em;
}

.pdfbutton {
	display:none;

	background-color: #343434;
	color: white;

	border-radius: 5px 5px 5px 5px;
	padding: 1em;

	font-size:8pt;
	text-align:center;
}

#climate_results .pdfbutton {
    float: right;
    width: 8em;
	margin-right:8px;
}

.pdfbutton a {
	font-weight:bold;
	color:white;
	text-decoration:none;
}



/**** CLIMATE PANEL ***/

select.tbc_raster {
	width:2in;
}

