html,body {
height:100%;
width:100%;
margin:0;
padding:0;
}
body{
overflow:hidden;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 300;
}
#mainWindow{
width:100%;
height:100%;
}
#mapDiv {
border-radius: 4px;
padding:0;
margin:10px 10px 10px 10px;
}
.header{
max-height:130px;
overflow: hidden;
margin:0 0 10px 0;
}
.footer{
margin:0;
font-size:1em;
height:30px;
margin: 10px 15px 5px;
text-align: right;
}
.esriRTL .footer{
text-align: left;
}
#title{
font-size:1.5em;
font-weight:600;
padding-top: 10px;
text-align: left;
padding-left:10px;

}
#subtitle{
font-size:1em;
padding-left:10px;
}
.esriRTL #title{
text-align: right;
padding-right:10px;
}
.esriRTL #subtitle{
padding-right:10px;
}

#descriptionPane, #legendPane{
width: 20%;
border-radius: 4px;
margin: 10px;
}

.panel_content{
padding: 10px !important;
overflow-x:hidden;
overflow-y:auto;

}
.esriSimpleSliderDecrementButton:hover {
border-top: 1px solid #666;
}
.HomeButton .home{
background-image: url(../images/home.png);
padding:0;
border-radius: 0;
border-bottom: 1px solid #666;
background-color:#FFF;
}
.HomeButton .home:hover {
background-color:#eee;
background-color: rgb(238, 238, 238);
}

.HomeButton .home:active {
background-color:#ddd;
}
#locateDiv{
position: absolute;
top:125px;
left:20px;
z-index: 50;
}
.LocateButton .zoomLocateButton {
background-color: #989898;
}
#basemapDiv{
position: absolute;
z-index: 50;
top:20px;
right:20px;
}

#geocoderDiv{
position:absolute;
display:block;
z-index:50;
top:20px;
left:70px;
}
