body, html {
    width: 100%;
    height: 100%;
    overflow: scroll;
    margin:0;
    /*font-family: Microsoft YaHei;*/
}

#header{
    width:100%;
    height: 12%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #0c2848;
    /*box-shadow:0px 5px 20px #999 inset;*/
}

#leftMenu{
    width:16%;
    height: 88%;
    top: 12%;
    left: 0;
    position: fixed;
    background-color: #6e9cbf;
    padding: 5px;
    overflow-y: scroll;
}






#mainMapBox{
    width:88%;
    height: 86%;
    top: 12%;
    left: 16%;
    position: fixed;
    background-color: #dde2f1;
}

#map{
    width:84%;
    height: 88%;
    top: 12%;
    left: 16%;
    position: fixed;
    background-color: #f1f1f1;
}


#BasemapToggle {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 50;
}
#HomeButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 50;
}







#backShadow{
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}



#controllerBox{
    width:700px;
    height: 600px;
    top: 150px;
    left: 30%;
    position: fixed;
    background-color: #f1f1f1;
    display: none;
    padding: 15px;
}


#CBConfirm{
    top: 90%;
    left: 40%;
    position: absolute;

}


#CBCancel{
    top: 90%;
    right: 20%;
    position: absolute;

}



#HomeButton {
    position: absolute;
    top: 95px;
    left: 26px;
    z-index: 50;
}
.ruler:before{
    content: url("./icons/ruler1.ico");
    position:relative;
}
.pre-scrollable{
    max-height: none;
}


.nsti{
float:right;
margin-top:-50px;
margin-right:100px;
}

.nnu_dc{
float:right;
margin-top:5px;
margin-right:100px;
}


.nsti a{
}

.nnu_dc a{
}


.links{
height:50px;
}













