
html { 
  overflow: hidden; 
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans serif;
  font-size: 11px;
}

body { 
  margin: 10px; 
}

#footer
{
  font-family: Arial, sans serif;
  font-size: 10px;
  color:Gray;
}

#content {
  margin-top: 10px;
  position: relative;
}

#map {
 position: relative;
  height: 100%;
  left:360px;
  top: -5px
}

#BasemapToggle {
      position: absolute;
      top: 20px;
      height:90px;
      width:50px;
      right: 50px;
      z-index: 99;
    }

#sidebar {
  position: absolute;
  border: 1px solid #aaa;
  top: 10px;
  width: 345px;
  height: 100%;
  overflow: hidden;
  padding-left: 10px;
  top: -5px
}


/*body.sidebar-left #map-wrapper { 
  margin-left: 365px; 
}*/

body.sidebar-left #sidebar { 
  left: 0; 
}


body.sidebar-left a#button-sidebar-show,


#divHeader {
  background: #a4c8c9;
  padding: 4px;
  position: relative;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: 2px solid #336666; 
  height: 25px; 
  top: 0px; 
  font-family: Arial, sans serif;
  font-size: 16pt;
  z-index:99;
  
}


/*.highlightedItem
{
    background-color:Lime;
    color:Black;
    
}*/

  .odd{background-color: #FFFFFF;} 
  .even{background-color: #EFF3FB;} 
  .select{background-color:#ffffcc;}

div.esriPopupWrapper .zoomTo {
  display: none;
}
