
table.stats {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.stats td {
	padding: 1px;
	text-align: left;
	border: 1px #fff solid;
}
table.stats td.hed {
	padding: 2px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
}
table.stats td.sshed {
	padding: 2px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 10px;
	font-weight: bold;
}
table#tablecontent1 { border-radius:15px; box-shadow: 1px 1px 12px #555; }

#tearea { width: 280px; height: 132px; }
#teaream { width: 330px; height: 132px; }
#teaream2 { width: 500px; height: 450px; }

div.autocompletion {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	z-index: 1;
	padding: 0px;
	visibility: hidden;
	position: absolute;
	background-color: #ffffff;
	color: #000000;
	font-size: 13px;
	font-family: arial,sans-serif;
}
submit { color:red; }
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_loading { background: white url('../img/indicator.gif') right center no-repeat; }
.ac_odd { background-color: #eee; }
.centerplan {
	width:100%;
	height:50%;
	color:black;
	background-color:white;
}
.downplan {
	width:100%;
	height:10%;
	color:white;
	background-color:black;
}
.upplan {
	width:100%;
	height:25%;
	color:white;
	background-color:white;
}
.menulr { width:8%; }
.menuc { width:12%; }
#headtable { height:50px; }
.heure { height:30px; }
.ouvert {
	background-image: url('../img/legend-collapsible.png') !important; cursor: pointer ;
	background-repeat:no-repeat;
}
.ferme {
	background-image: url('../img/legend-collapsed.png') !important; cursor: pointer ;
	background-repeat:no-repeat;
}
#tdbalert {
	border-radius:5px;
	box-shadow: 4px 0px 7px #555;
	border-bottom:1px solid rgba(255,255,255,.8);
}
div.agents {
	border: 1px solid black;
	color: black;
	background-color: white;
	display:block;
	position: relative;
	left:0;
}
select#listeAgents { min-width: 70px; }
.clearprint { display: none; }
