html,body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    /*background-color: white;*/
    overflow: hidden;
    font-family: "Trebuchet MS", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: small;
}


.map {
    padding: 0px !important;
    border: 0px !important;
}

.noBorder .dijitBorderContainer-child {
    border: 0px !important;
}

.noBorder .dijitBorderContainer-dijitContentPane {
    padding: 0px !important;
}

#mercator, #arctic, #antarctic {
    background-color: #777777;
}

/*** Loader ***/
/* used to hide page until layout complete */
.pageOverlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1001;
    display: block;
}

/*#loadingOverlay {*/
/*background:  #fff url('//ajax.googleapis.com/ajax/libs/dojo/1.9.2/dijit/themes/claro/images/loadingAnimation.gif') no-repeat 10px 23px;*/
/*}*/

/*#loader {*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: #efefef;*/
    /*opacity: 0.98;*/
    /*z-index: 999;*/
    /*vertical-align: middle;*/
    /*background-color: white;*/
/*}*/

#loaderInner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    background-image: url('../images/loader_lg.gif');
    background-repeat: no-repeat;
}
/*** end Loader ***/

#busy {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    background-image: url('../images/loader_lg.gif');
    background-repeat: no-repeat;
    z-index: 9999;
}

/*** BorderContainer and Panels ***/
#mainWindow {
    width:100%;
    height:100%;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#homeButton {
    position: absolute;
    top: 85px;
    left: 10px;
    z-index: 50;
}
.toggleHillshade {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;
}
/*position of zoom buttons*/
.esriSimpleSliderTL {
    top: 10px;
    left: 10px;
}
