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;
}

.inlineToolbar {
    border-top: 1px solid #B5BCC7;
    border-left: 1px solid #B5BCC7;
    position: absolute;
    top: 10;
    right: 50px;
    z-index: 1;
}

.inlineToolbar div {
    display: inline-block;
    float: left;
}

/* overwrite default map toolbar styles */

.mapToolbar {
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}

.coordinatesToolbar {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
}



.esriScalebar {
    margin-top: 5px;
}

.esriScalebarLabel {
    color: #CCC;
}

.esriPopup .sizer {
    width: auto;
    min-width: 150px;
}

/*** 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;
}

#header {
    height: 75px;
}

#leftPane {
    width: 300px;
}

/*#centerPane {*/

/*}*/

/*#footer {*/
    /*height: 25px;*/
    /*background-color: gray;*/
/*}*/
/*** end BorderContainer and Panels ***/

/*.controlPanel {
  position:absolute; 
  left: 10px; 
  bottom: 40px;  
  width: 300px; 
  background-color: #fff; 
  color: #000; 
  padding: 5px;
  border: solid 1px gray;
  -moz-box-shadow: 3px 3px 8px #888;
  -webkit-box-shadow: 3px 3px 8px #888;
  z-index: 9999;
  box-shadow: 3px 3px 8px #888888;
}*/ 

/*#controlPanel {
    height: auto;
    width: 300px;
    position: absolute;
    overflow: hidden;
    bottom: 40px;
    left: 10px;
    margin: 0px;
    padding: 5px;
    border: none;
    z-index: 100;
    background: #CCC;
}*/

.layersPanel_class {
    font: 12px arial,helvetica,verdana,sans-serif;
    padding: 5px;
    border: 1px solid #ccc;
}