html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}


.esriOverviewMap .logo-med, .esriOverviewMap .logo-sm, .esriOverviewMap .bingLogo-lg {
    display: none !important;
}


body {
    background-color: white;
    overflow: hidden;
    font-family: "Trebuchet MS";
}

#header {
    font-size: 0.9em;
    text-align: left;
}

#subheader {
    font-size: small;
    color: white;
    padding-left: 20px;
}

#rightPane {
    background-color: white;
    color: #3f3f3f;
    border: solid 2px #224a54;
    width: 20%;
}

#leftPane {
    margin: 3px;
    padding: 2px;
    background-color: white;
    color: #3f3f3f;
    border: solid 2px #224a54;
    width: 220px;
    height: 50%;
}

#map {
    margin: 2px;
    border: solid 4px #224a54;
    -moz-border-radius: 4px;
    margin-right: 5px;
    padding: 0;
}

#footer {
    margin: 2px;
    border: solid 2px #224a54;
    background-color: #ecefe4;
    color: #3f3f3f;
    font-size: 10pt;
    text-align: center;
    height: 90px;
    overflow: auto;
}

.dijitTabInnerDiv {
    background-color: #ecefe4;
}

#tabs {
    padding: 5px;
}

.zoominIcon {
    background-image: url(/images/nav_zoomin.png);
    width: 16px;
    height: 16px;
}

.zoomoutIcon {
    background-image: url(/images/nav_zoomout.png);
    width: 16px;
    height: 16px;
}

.zoomfullextIcon {
    background-image: url(/images/nav_fullextent.png);
    width: 16px;
    height: 16px;
}

.addresssearchicon {
}

.toolicon {
    
}


.zoomprevIcon {
    background-image: url(/images/nav_previous.png);
}

.zoomnextIcon {
    background-image: url(/images/nav_next.png);
    width: 16px;
    height: 16px;
}

.panIcon {
    background-image: url(/images/nav_pan.png);
    width: 16px;
    height: 16px;
}

.extentID {
    background-image: url(/images/selectbox_1.png);
    width: 16px;
    height: 16px;
}

.polyID {
    background-image: url(/images/selectshape_1.png);
    width: 16px;
    height: 16px;
}


.deactivateIcon {
    background-image: url(/images/nav_decline.png);
    width: 16px;
    height: 16px;
}

.printIcon {
    background-image: url(/images/genericprint.png);
    width: 16px;
    height: 16px;
}

.dijitDialog {
    max-height: 50%;
    max-width: 50%;
}

.idlineeven {
    background-color: #FAECC3;  /* #bad5d0; */
    vertical-align: top;
	font-size: 90%;
	text-align: center;
}

.idlineodd {
    background-color: #EFEFEF;   /* #c2f2ee; */
    vertical-align: top;
	font-size: 90%;
	text-align: center;
}

.idheader {
    background-color: #F9E1BB;  /*  #D1B88E;  #69e1d6; */
    vertical-align: middle;
	text-align: center;
	font-size:  90%;
}



.ngr {
    position: absolute;
    right: 0px;
    width: 300px;
    background-color: #b0e0e6;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #aaa;
    z-index: 999;
}

#preloaderContent {
    position: absolute;
    border: 2px solid #fff;
    color: #fff;
    padding: 25px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#copyright {
    position: absolute;
    left:10px;
    bottom: 10px;
    z-index: 100;
    font-size:0.6em;
   
    
}

#info {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 30;
    background-color: aliceblue;
}

#PrintComments {
    height: 109px;
    width: 205px;
}


.ptable tr {
    vertical-align: top;
}

.ptable td {
    vertical-align: top;
}



.popuptable {
    text-align: left;
    width: auto;
    vertical-align: top;
    font-size: 0.9em;
    margin: 10px 5px 10px 10px;
}

.esriBookmarks {
    width: 100%;
}

.claro .dijitAccordionTitleSelected {
    background: #f9f9f9 url("emap2/styles/images/accordionItemActive.gif") bottom repeat-x;
    font-weight: bold;
    cursor: default;
}

.dojoxGridCell {
    font-size: 12px;
    cursor: pointer;
}


.claro.dijitContentPane {
    padding: 0px;
}

.claro.dijitAccordionContainer {
    padding: 0px;
}

    .claro .dijitAccordionContainer .dijitAccordionContainer-child {
        padding: 0px;
    }





.idtitle {
    font-size: 1.2em;
    padding-bottom: 2px;
    padding-top: 5px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

#map_infowindow {
    display: none;
    visibility: hidden;
}

.window {
    display: none;
    visibility: hidden;
}


.helpdiv {
    overflow: auto;
    height: 300px;
}





#helpbody {
    background-color: #DDEFFF;
    overflow: initial;
    font-family: "Trebuchet MS";
    margin: 20px 10px 10px 20px;
    font-size: 1.0em;
    font-style: normal;
    letter-spacing: 1.4px;
    line-height: 25px;
    width: 95%;
}

#helpcontainer {
    background-color: #fff;
    padding: 1em 20px 3em 20px;
}

.helph1 {
    font-size: 1.3em;
}

.helph2 {
    font-size: 1.1em;
    margin-bottom: 0px;
}

/*this is all we need for css to make floating pane look more like a dialog*/
.dojoxFloatingPane {
    padding: 0 0 20px 0 !important;
    border: solid 1px #769DC0 !important;
}

.dojoxFloatingPaneTitle {
    border: none;
    padding: 5px 0 10px 8px;
    height: 16px;
    background: #A3A3A3 url('https://ajax.googleapis.com/ajax/libs/dojo/1.8/dijit/themes/claro/images/titlebar.png') repeat-x;  /*#ABD6FF */

.dojoxFloatingPaneContent {
    border-top: solid 1px #769DC0;
    padding: 0;
}


.dojoxFloatingMinimizeIcon {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    padding-right: 6px;
    background: url('https://ajax.googleapis.com/ajax/libs/dojo/1.8/dijit/themes/claro/images/dialogCloseIcon.png') no-repeat 0 0;
}

.idTable {
    width:95%;
    border: 1px solid #b7b7b7;
    
    padding: 5px;
    margin: 10px 5px 10px 10px;

}

.idtext {
    font-size: 1.05em;
    margin: 10px 5px 10px 10px;
}
.drawtooltext {
      margin: 10px 5px 10px 10px;
}
.esriPrint {
padding:inherit
}
.toolbutton {
width:500px
}
 