html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    font-family:Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    background-color: PapayaWhip;
    cursor: default;
}

.busyIcon {background: url(../images/busy.gif) no-repeat;width: 16px;height: 16px;}
.zoominIcon {background: url(../images/toolbar_zoomin.gif) no-repeat;width: 23px;height: 23px;}
.zoomoutIcon {background: url(../images/toolbar_zoomout.gif) no-repeat; width: 23px; height:23px; }
.fullextentIcon {background: url(../images/toolbar_fullextent.gif) no-repeat;     width: 23px;     height: 23px; }
.panIcon {background:url(../images/toolbar_pan.gif) no-repeat;     width: 23px;     height: 23px; }
.printIcon {background:url(../images/i_print.png) no-repeat;width: 23px;height:20px;}
.dualviewIcon {background:url(../images/toolbar_Streetview.png) no-repeat;width:23px;height:26px;}
.helpIcon {background:url(../images/toolbar_help.png) no-repeat; 	width: 36px; 	height: 19px;  }
.prevExtDisabledIcon {background: url(../images/backward_disabled.png) no-repeat;width: 23px;height: 23px;}
.prevExtIcon {background:url(../images/backward.png) no-repeat;width:23px;height:23px;}
.clearselectionIcon {background: url(../images/toolbar_clear.gif) no-repeat;     width: 23px; height: 23px; }
.identifyIcon {background: url(../images/toolbar_identify.png) no-repeat;height:23px; width:23px;}
.drawMenuIcon {background: url(../images/toolbar_draw.gif) no-repeat; width: 17px; height:23px;}
.drawPointIcon {background: url(../images/point.gif) no-repeat; width: 12px; height:12px;}
.drawPolygonIcon {background: url(../images/polygon.gif) no-repeat; width: 23px; height:23px;}
.drawLineIcon {background: url(../images/polyline.gif) no-repeat; width: 23px; height:23px;}
.drawTextIcon {background: url(../images/text.gif) no-repeat; width: 23px; height:23px;}
.drawClearIcon {background: url(../images/clear_markup.gif) no-repeat; width: 23px; height:23px;}
.selectIcon {background: url(../images/toolbar_select.gif) no-repeat; width:23px; height:23px;}
.measureIcon {background: url(../images/toolbar_measure.gif) no-repeat; width:23px; height:23px;}


.tundra .dijitMenuItemIcon {
    height: 23px;
    width: 23px;
}

.tundra .dijitToolbar {
    background: none;
}

.tundra .dijitSplitterV {
    background-color: #4d2e05; /*#e5e5e5*/
    width: 8px;
}

.tundra .dijitSplitterH {
	background-color: #4d2e05;  /*#e5e5e5;*/
	height: 8px;
}

.tundra .dijitSplitterV .dijitSplitterThumb {
    width: 4px;
    background-color: #aa8e54;
}

.tundra .dijitSplitterH .dijitSplitterThumb {
    height: 3px;
    background-color: #aa8e54;
}

#mainWindow {
    width: 100%;
    height: 100%;
}

#header {
    height: 67px;
    overflow: hidden;
    background-color: white;
}

#header .logo {
    margin-left: 4px;
    line-height:67px; /* forces the img to center in this height */
    float:left;
}
#header .logo img {
    vertical-align:middle;

}
#header .title {
    float:left;
    vertical-align:middle;
    margin-left:30px;
    font-size:xx-large;
    color:#21394C;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.2), 0 -5px 25px rgba(255,255,255,0.3);
}
#tabPane {
    width: 250px;
    overflow: hidden;
	background-color: #4d2e05;  
}
.searchForm {
    padding-top: 10px;
}
.searchInput {
    width: 95%;
    color: black;
    font-size: 1em;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 0.25em #BBB;
}

#searchGrid {
    height: 70% !important;
    display: none;
    font-size: 0.8em;
}
#searchGrid .dgrid-scroller {
    overflow-y: auto;
}
#searchGrid .clearGridButton {
    float:right;
    font-weight:600;
    padding:4px 5px;
    display:inline-block;
    /*background:#ccc;*/
    color:black;
}
#searchGrid .clearGridButton:hover {
    cursor: pointer;
    color: red;
}
#searchSource {
    font-size: 0.6em;
}
#divMap { 
    background-color: white;
    margin: 0;
    overflow: hidden;
    min-width:250px;
    height:100%;
}
#mapContainer {
   height:100%;
}
input:focus {
    background: rgba(255, 192, 203, 0.48) !important;
}
:focus {
    outline-style: dashed !important;
    outline-color: blue !important;
    
}

#mapPanel {
    height: 100%;
    position: relative;
}
#toolbar {
    float:left;
}
#printer {
    float:left;
}

#mapToolbar {
    height:30px;
    position:relative;
    margin: 0;
    background: #aa8e54; /* url(../images/brown-gradient-30x1.gif) repeat-x scroll left top; */
    overflow: hidden;
}

#mapLoading { 
    /*visibility: hidden;*/
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 2px;
    z-index: 50;
    height: auto;
}
#mapImagerySelector { 
    position: absolute;
    z-Index: 30;
    top: 22px !important;
    right: 20px !important;
}
.esriPrint {
    padding:2px;
    font-size: 0.8em;
}
.dj_ie9 .esriPrint {
    padding:2px;
    font-size:0.8em;
}
a.esriPrintout {
    padding-left: 4px;
    font-size: 1.1em;
}
.dj_ie9 a.esriPrintout {
    padding-left: 4px;
    font-size: 1em;
}
a.esriPrintout:hover {
    color: rgb(0, 148, 255) !important;
}
.esriPrintButton .dijitButtonNode {
    border-right: none;
    /*font-size: 12px;*/
    box-shadow: 0 0 0.25em #BBB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}
.esriPrintButton .dijitArrowButton {
    border-left: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;

}
.cbImagery .dijitButtonNode {
    border-right: none;
    padding: 5px;
    font-size: 0.8em;
    box-shadow: 0 0 0.25em #BBB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}
.cbImagery .dijitArrowButton {
    border-left: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;

}
.bImagery .dijitButtonNode {
    padding: 5px;
    font-size: 0.8em;
    font-weight: 700;
    /*box-shadow: 0 0 0.25em #BBB;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* this handles the formatting of the checkbox for the menu choice*/
.mImagery .dijitMenuItemIcon {
    height: 16px;
    width: 16px;
}

#navigate { 
    color: black;
    font-family: Arial, Sans-Serif;
    background-color: #4d2e05;
    cursor: default;
	overflow:hidden;
	visibility: hidden;
}
#footer {
	color: white;
    font-family: Arial, Sans-Serif;
    background-color: #aa8e54;
    cursor: default;
	overflow:hidden;
    height:1.4em;
    font-size:0.8em;
}
#footer a:link {
    color: yellow;
}
#footer a:visited {
    color: yellow;
}
#footer a:hover {
    color: cyan;
}
.footerTextRight {
    float:right;
    padding-right: 2px;
}
.footerTextLeft {
    float:left;
    color: black;
    padding-left: 4px;
    cursor: default;
}
.toolbarStatus {
	position: absolute;
	bottom: 2px;
	right: 4px;
    color: lightcyan;
    font-size: 0.8em;
    cursor: default;
}
#mapScale {
    cursor: default;
    position: absolute;
    left: 4px;
    bottom: 0;
    height: 40px;
    z-index: 30;
    /*background-color:#fff;*/
}

.esriSimpleSlider div {
    height: 1.1em;
    width: 1.1em;
}

.esriScalebar {
    bottom:2%;
    padding-left: 4px;
}

.esriScalebarLabel {
    color: black !important;
	font-size: smaller !important;
}

#scaleText {
    font-weight: normal;
	font-size: 0.8em;
    color: black;
    padding-left: 4px;
}


.tundra .infowindow .titlebar .title {
	height: 0;
}
#mapPanel_infowindow.simpleInfoWindow {
	border: 2px solid #455268;
    background-color: papayawhip; 
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead));
}
.infowindow .window .top .right .user .border {
	border:none !important;
}
/* these are classes for symbols in the TemplatePicker */
.itemSymbol  {
	cursor: pointer;
}
.itemLabel {
	cursor: pointer;
}
#floatMeasure {
	border: 1px solid black;
	position:absolute;
	font-size: 1em;
	top:100px;
	left:10px;
	width:300px;
	height:260px;
	visibility: hidden;
	overflow:hidden;
	z-index:100;
	background-color:  #dfe5d7;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#floatMeasure .dojoxFloatingPaneTitle {
	overflow:hidden;
	font-weight: bold;
    font-size: 1em;
	padding: 0 5px 5px;
    font-family: Verdana, Sans-Serif, Arial;
	background-color: #ffd200;
	
    /*background:url(../images/brown-gradient-30x1.gif) repeat-x;*/
}
#floatMeasure .dojoxFloatingPaneCanvas {
    width: 100% !important;
    height: 100% !important;
}
#divTOC a:link {
    text-decoration: none;
    color: black;
}
#divTOC a:visited {
    text-decoration:none;
}

#divTOC a:hover {
    text-decoration:underline;
    color: blue;
}

#divTOC .agsjsTOCRootLayer {
    margin-top: 1em;
}
#divTOC .agsjsTOCRootLayer input[type="checkbox"] {
    vertical-align: middle;
    margin: 3px;
}
#divTOC .agsjsTOCServiceLayerLabel {
	font-size: 0.8em;
    cursor: pointer;
} 
#divTOC .agsjsTOCRootLayerLabel {
	font-size: 1em;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer;
}
#divTOC .agsjsTOCGroupLayerLabel {
	font-size: 0.8em;
    font-weight: 700;
    cursor: pointer;
    vertical-align: middle;
    /*color:#21394C;*/
}
#divTOC .agsjsTOCLegendLabel {
	font-size: 0.7em;
    vertical-align:middle;
}
#divTOC .agsjsTOCIcon {
    vertical-align:middle;
    cursor: pointer;
    margin:2px;
}
#divTOC .agsjsTOCSlider {
    width: 50%;
    padding: 8px 30px 4px 30px;
}
#divTOC .agsjsTOCServiceLayer input[type="checkbox"] {
    vertical-align: middle;
    margin: 3px;
}

.dj_ie img  {
    border-width: 0;
}

#divGrid {
    border-top: 2px solid #aa8e54;
	color: black;
    display:none;
    height:300px;
    font-family: Arial, Sans-Serif;
    cursor: default;
    background-color: white;
}
.gridx {
    color: black;
    font-size: 0.7em;
    font-family: Arial, Sans-Serif;
    width: 100%;
    height: 100%;
}
#gridNode {
    height: 100%;
    width: 100%;
    cursor: default;
	overflow:hidden;
    background-color: white;
}
.dj_ie .infowindow .window .top .right .user .content {
    position: relative;
}

.dj_ie .simpleInfoWindow .content {
    position: relative;
}

.overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    z-index:100;
}
.notice {
    font-size: larger;
    position:absolute;
    left:25%;
    top:25%;
    height:50%;
    width:60%;
    background-color:aliceblue;
    border:1px;
    overflow:auto;
}
.noticeButton {
    position:absolute;
    bottom:1.5rem;
    left:20%;
    font-size: 1.2rem;
    color:#404500;
}
.noticeText {
    padding:  0 1.5rem 1.5rem 1.5rem;
    padding-top:0;
    font-size:medium;
}

