.tooltip { text-decoration:underline; cursor: help;}

.tooltip_box {
	position: absolute;
	display: none;
	background-color : #f3e7c4;
	margin: 2px;
	border-width: 1px;
	border-style: solid;
    border-color: #284d73;
    -moz-opacity:0.8;
	filter:Alpha(opacity=80);
	float:left;
}

.tooltip_head {
	color : #284d73;
	background-color : #dbe8f6;
	font-weight: bold;
	font-size : 12px;

}
.tooltip_body {
	color : black;
	font-size : 12px;
	text-align: left;
}

.data_table{
	font-size : 10px;
	text-align: left;
	border-style: solid;
    border-width: 1px;
}

.row0{background-color : #CFD8E5;}
.row1{background-color : #F2F2F2;}
.mos_row0{background-color : #EFD3D3;}
.mos_row1{background-color : #F2F2F2;}

.head{color : #284d73;}

.station_name{
   color : #333333;
   font-weight: bold;
   font-size : 11px;
   

}
.station_name_stats{
   color : #333333;
   font-weight: bold;
   font-size : 11px;
    margin-top: 15px;
	margin-bottom: 15px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #415C7A;
}
.legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.legend1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000; 

}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
} 
