@charset "utf-8";
/* CSS Document */

h3 {
	float: left;	
}

.icos {
	display: block;
	width: 335px;
	margin-left: 190px;
}
.ico_station {
	float: left;
	display: inline-block;
	margin-left: 30px;
	width: 130px;
	border: 1px solid #6CB5FD;
	background-color: #C7E2FE;
	height: 35px;
	padding-top: 5px;
	padding-left: 5px;
	cursor: pointer;
}
.loader {
	clear: left;
	width: 100%;
	text-align: center;	
}
.loading_data {
	border: 1px solid #F7EA51;
	background-color: #FCF8BE;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 170px;
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
	color: #C00;
	font-weight: bold;
}

.ico_station img, .ico_station span {
   vertical-align: middle;
   display: inline-block; 
}
.ico_station span {
	margin-left: 5px;	
}

.ico_hover {
	border: 1px solid #F7EA51;
	background-color: #FCF8BE;
}

.hd {
	clear: left;
	text-align: center;
	vertical-align: middle;	
	margin: auto;
	background-color: #FFF;
}

.hd td, .hd th {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;	
	font-size: 11px;
}

.hd > tbody > tr > td:first-child {
	border-left: 1px solid #666;
}

.hd th {
	border-top: 1px solid #666;
	background-color: #EEE;
}

.hd tr:first-child th:first-child {
	border-top: none;
	border-left: none;	
}

.charts {
	width: 100%;
	display: none;
}

.chart {
	float: left;
}

#selector {
	position: relative;
	/*top: 32px;
	left: 542px;*/
	border: 1px solid #666;
	background-color: #EEE;	
	padding: 10px;
	padding-top: 0px;
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#selector p {
	line-height: 5px;	
}

.jour {
	display: none;	
}

div.ui-datepicker{
 font-size:10px;
}

.dataday th {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	background-color: #EEE;
	border-bottom: 1px solid #999;
}

table.dataday {
	clear: left;
	border: 1px solid #999;
	border-bottom: none;
	font-size: 11px;
	background-color: #FFF;
}

.dataday td {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

.dataday .nodata {
	text-align: center;
	font-style: italic;
	border-bottom: 1px solid #999;
	line-height: 35px;
}

.dataday .color {
	width: 7px;
	height: 40px;
	display: inline-block;
	float: right;
	margin: 0px;
}
.dataday .value {
	float: right;
	height: 30px;
	margin-top: 5px;	
	display: inline-block;
	padding-right: 2px;
	padding-top: 5px;
}
.dataday tr:last-child td {
	border-bottom:1px solid #999;	
}

.graphs {
	display: none;	
}

.emp_btn_gauges,
.emp_btn_graphs {
	width: 100%;
	text-align: center;
}

.btn_gauges,
.btn_graphs {
	width: 250px;
	text-align: center;
	margin: auto;
	border: 1px solid #999;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #FFF;
	background-image: url('bg_bnt.jpg');
	background-repeat: repeat-x;
	background-position: top left;	
	min-height: 25px;
	line-height: 25px;
	cursor: pointer;
}

.btn_gauges:hover,
.btn_graphs:hover {
	background-image: url('bg_bnt_hover.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

.annonce_load {
	font-size: 12px;
	font-style: italic;
	color: #F00;	
}