html{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
div.fill {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow:hidden;
    margin: 0;
    padding: 0;
}
#map
{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#northArrow {
    height: 40px;
    position: absolute;
    top: 30px;
    right: 5px;
}
.tooltip {
  position: relative;
  padding: 5px;
  background: white;
  color: black;
  white-space: nowrap;
  font: 10pt sans-serif;
  width: auto;
  height: 25px;
  border: 2px solid gray;
  border-radius: 6px;
}
#identifyContainer {
    margin: 0;
    padding: 10px;
    display: none;  
}
#identifyLayerSelectDiv {
    height: 35px;
    width: 100%;
}
#identifyLayerResults {
    height: 415px !important;
    width: 100%;
    margin:0;
    padding: 0;
    overflow: auto;
}
.ui-dialog{
    width: 500px !important; 
}
.ui-widget-content a{
    color: #239ae0 !important;
    text-decoration: none !important;
}
#identifyContainer table {
    width: 100%;
    border: 2px solid #303030;
}
#identifyContainer td {
    width: auto;
    border: 1px solid #E6E8FA;
}
