body { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6							{ line-height: 1.3; margin-bottom:5px;}
#map { 
  position:absolute !important; 
  top:40px;  
  width:97%;   
  height:800px; 
  margin-left: 0px;
  margin-right: auto;
}


.header { 
position: relative; 
margin-top: 0px; 
background-color: white; 
width:100%; 
height: 80px;; 
}

/* snow flakes position */
.tophmeteoexp 		{position: absolute;  left: 25px; top: 25px; color: #000E78;  }
.tophsnfknormal		{position: absolute;  left: 11px; top: 17px; }
.tophsnfkmedium		{position: absolute;  left: 0px; top: 8px; }
.tophsnfklight 		{position: absolute;  left: 14px; top: -2px; }

/* header languages frp solar radiation map*/

#hl{
	position: absolute;	  
	top: 70px;
	right: 50px;
	width: 100px;
	font-size: 80%;
	}
#hl li{
	text-decoration: none;
	list-style-type: none;
	text-align: right;
	height: 24px;

	padding: 3px 10px 0px 0px;
	}
#hl li a{
	color: #000;
	}
#hl li ul{
	position: relative;
	visibility: hidden;
	text-align: right;
	z-index: 100;
	}
#hl li a:hover {
	color: #007;
	text-decoration: underline;
	width: 80%;
	}
#hl li:hover ul li{
	background: #fdfdfd;
	color: #000;
	display: block;
	visibility: visible;

	/*border: 1px solid #aaa;*/
	}
	
.title {
    color:#929292;
    font-size: x-large;
    font-family: arial,verdana;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    text-align:center;
}
/* Thanks to http://cssmenumaker.com/ */
#cssmenumaps {
  float: left;
  width: 100%;
 /*  background: #efefef; */
 background:white;
  font-size: 93%;
  line-height: normal;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  position:relative;
}
#cssmenumaps ul {
  margin: 0;
  padding: 10px 10px 0 50px;
  list-style: none;
}
#cssmenumaps li {
  display: inline;
  margin: 0;
  padding: 0;
}
#cssmenumaps a {
  float: left;
  background: url('tableftf.gif') no-repeat left top;
  margin: 0;
  padding: 0 0 0 4px;
  text-decoration: none;
}
#cssmenumaps a span {
  float: left;
  display: block;
  background: url('tabrightfW.gif') no-repeat right top;
  padding: 5px 15px 4px 6px;
  color: #666;
}

#cssmenumaps a span {
  float: none;
}
/* End IE5-Mac hack */
#cssmenumaps .active a span,
#cssmenumaps a:hover span {
  color: #FFFFFF;
  cursor:pointer;
}
#cssmenumaps .active a,
#cssmenumaps a:hover {
  background-position: 0 -42px;
}
#cssmenumaps .active a span,
#cssmenumaps a:hover span {
  background-position: 100% -42px;
}
/* ************** */

.content { 
	width:100%;
	height:825px;
	background-color: white;   
	margin:0 auto;  
	padding: 0px 0px 0px 0px; 
	position: relative; 

}
#mapinfo { 
	clear:both; 
	position: absolute; 
    margin-top: 860px;
	color: black;
	margin-left: 100px; 
	margin-right: 100px;

}
.ui-opacity {
/*   background:#FFF; */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  position:absolute;
  left:10px;
  top:170px;
  height:200px;
  width:28px;
  border:1px solid rgba(0,0,0,0.4);
  border-radius:3px;
  z-index:1000;
  }
.ui-opacity .handle {
  position:absolute;
  background:#404040;
  left:0;
  top:30px;
  width:26px;
  height:10px;
  border-radius:1px;
  cursor:pointer;
  cursor:ns-resize;
  }
  .ui-opacity .handle:hover {
    background:#303030;
    }


.range {
  position:absolute;
  top:110px;
  left:30%;
  width:40%;
  }
.leaflet-top .leaflet-control-zoom {
  top:20px;
  }
  
div.legendinfo {
    background: url(../figures/SWcolorbar.png) no-repeat;
    height: 320px;
 }
