﻿
#map { 
width: 100%; 
height: 100%; 
}

#margin-left100
{
margin-left:0px;
}

#NormalMap{

width: 100%!important;
height: 450px!important;

margin: 0;
background-color:white;
border: 1px solid gray;
box-shadow: 5px 5px 3px #888888;
}

#cover_wordpress_image
{
position:fixed;

top:0;
left:0;
z-index:199997!important;
background-color:white;
width:100%;
height:100%;


}


#fullscreenmap
{
position:fixed;

top:0;
left:0;
z-index:199998!important;
background-color:white;
border: 1px solid gray;

}

#minimize_button,#back_button
{
position:fixed;
top:0;
right:0;
margin-top:10px;
margin-right:10px;

width:25px;
height:25px;
z-index:1999999!important;
background-image:url("../img/close_box.png");
border: 0px solid gray;

}

#title_bar
{position:fixed;
top:0px;
left:50px;
padding-left:20px;
padding-right:20px;
margin-top:10px;
font-size:1.7em;
font-weight:600;
z-index:1999999!important;
background-color:white;
border-width: 1px; 
border-style: solid; 
border-color: #000000;
width:70%; }



#nav_button
{
float:left;
background-color:white;
border: 1px solid gray;
box-shadow: 5px 5px 3px #888888;
height:20px;
width:150px;
margin-top:10px;
margin-left:5px;
padding:5px;
}

.site-header {
z-index:100000!important;

}

.olControlAttribution{bottom: 0px!important; } 


.hide { display:none; }
.show { display:block; }

.hide_scrollbar
{
overflow-y:hidden;
overflow-x:hidden;
}




