/*----------------------------------------------------------------*/
/*----- MAINSTYLE STYLE ----------------------------------------*/
/*--------------------------------------------------------- */
.clearBox {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}


/*----------------------------------------------------------------*/
/*----- POPUP STYLE ------------------------------------------*/
/*--------------------------------------------------------- */
.divInfo{
	position:absolute;
	z-index:10;   
	width:200px;
	height:110px;
	color:black;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color : white;
	border:1px solid lightgrey;
	display:none;
    z-index:20;
}

.infos {
	margin-top:5px;	
}

/*----------------------------------------------------------------*/
/*----- PICTO STYLE ------------------------------------------*/
/*--------------------------------------------------------- */

.nbPicto {
	display: block;
	position:absolute;
	top : -2px;
	font-size:12px; 
	color: black;
	border:1px solid lightgrey;
	background:#fff;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
    z-index:10;
}

.nbPictoLarge {
	display: none;
}

/*----------------------------------------------------------------*/
/*----- MAP  STYLE --------------------------------------------*/
/*--------------------------------------------------------- */
#map {
	float: left;
	position:relative;
	}
	
#page
 {
	//background:#ddd3ba;
	height:600px;
	width:761px;
	}
	
/*----------------------------------------------------------------*/
/*----- MAP Top Options STYLE --------------------------------*/
/*--------------------------------------------------------- */

#mapTopArea {
	font-size:13px;
	display:block;
	clear:both;
	height:18px;
}
	
#mapTopArea a span {
	background:url(../images/bg_daybutton.jpg) no-repeat;
	color:#443727;
	text-align:center;
	margin-right:2px;
	width:90px;
	height:18px;
	display:block;
	float:left;
	line-height:20px;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
	cursor:pointer;
	}

#mapTopArea a:hover span {
	background:url(../images/bg_daybutton_sel.jpg) no-repeat;
	cursor:pointer;
	}
	
#mapTopArea a.selected span {
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	color: #222279;
	}


/*----------------------------------------------------------------*/
/*----- MAP Right Options STYLE --------------------------------*/
/*--------------------------------------------------------- */
#mapRightCol {
	float:left;
	font-size:12px;
}

#mapRightCol a {
	text-decoration:none;
	}
	
#mapRightCol .daypartSelectionBox {
	margin-bottom:20px;
	}

#mapRightCol .daypartSelectionBox a span {
	color: #333;
	border-bottom: 2px dotted white;
	background:#ddd3ba;
	margin-bottom:1px;
	padding:2px;
	padding-left:10px;
	display:block;
	height:22px;
	width:130px;
	cursor:pointer;
	}
	
#mapRightCol .daypartSelectionBox .overs {
	background:#c9bc9e;
	}

#mapRightCol .daypartSelectionBox .notovers {
	background:#ddd3ba;
	}
	
#mapRightCol .daypartSelectionBox a.selected span {
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	}
	
#mapRightCol .navigationBox {
	margin-bottom:20px;
	text-align:center;
	}

	
#mapRightCol .layerOptionBox {
	margin-bottom:20px;
	}

#mapRightCol .layerOptionBox a span {
	color: #333;
	background:url(../images/bg_btn2.jpg) repeat-x;
	margin-bottom:1px;
	padding:2px;
	padding-left:5px;
	display:block;
	height:25px;
	width:135px;
	margin-left:0px;
	margin-right:5px;
	cursor:pointer;
	}
	

#mapRightCol .layerOptionBox a.selected span {
	font-weight:bold;
	font-size:12px;
	}
	
	
#mapRightCol .temperatureOptionBox {
	margin-bottom:20px;
	}

#mapRightCol .temperatureOptionBox a span {
	color: #333;
	background:url(../images/bg_btn2.jpg) repeat-x;
	margin-bottom:1px;
	padding:2px;
	padding-left:5px;
	display:block;
	border-left:none;
	height:25px;
	width:135px;
	margin-left:0px;
	margin-right:5px;
	cursor:pointer;
	}
	
#mapRightCol .temperatureOptionBox a.selected span {
	font-weight:bold;
	font-size:12px;
	}
	
#mapRightCol .temperatureOptionBox .overs
,#mapRightCol .layerOptionBox .overs {
	background:url(../images/bg_btn2_sel.jpg) repeat-x;
	cursor:pointer;
	}

#mapRightCol .temperatureOptionBox .notovers
,#mapRightCol .layerOptionBox .notovers {
	background:url(../images/bg_btn2.jpg) repeat-x;
	}

/*----------------------------------------------------------------*/
/*----- MAP info options STYLE -------------------------------*/
/*--------------------------------------------------------- */

#map-component-title {
	height:50px;
}

#mapInfoArea .mainInfoBox h3 {
	font-size:14px;
	font-weight:bold;
	padding-top: 9px;
}

.ieSpotFix {
 	display:none;
}

/*----------------------------------------------------------------*/
/*----- MAP PARTS ---------------------------------------------*/
/*--------------------------------------------------------- */

	
.mapoverlay .bgover {
	display:none;
	}
	
.mapoverlay a:hover .bgover {
	display:block;
	/*cursor:url(../images/zoom24.png) !important;*/
	}
	
.mapoverlay a:hover .bgimg {
	display:none;
	}
