html, body {

}
body {
	background-color: #FFF;
	margin: 20px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	color: #4F5155;
 	margin:15px 20px 15px;
	min-width:800px;
	
}

img {
	border:0;
}

a {
	color:#039;
	background-color: transparent;
	font-weight: normal;
}

a:hover{
	font-weight: bold;
}

.btn_legend{
	color:white;
	font-weight: bold;
	width: 215px;
	background-color:#69313E;
	padding: 4px 0;
}

.btn_legend:hover{
	color:white;
	font-weight: bold;
	width: 215px;
	background-color:#AC5469;
	padding: 4px 0;
	cursor:pointer;
}

.sort{
	cursor:pointer;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 2px 0;
	padding: 5px 0 6px 0;
}

.style1 {
	background-color:#ffffff;
	font-weight:bold;
	/*border:2px #006699 solid;*/
}

#progress{
	position: fixed;
    top: 0;
    right: 0;
    z-index: 5000;
    background-color: red;
    color: white;
    padding: 2px;
    clear:left;
}



code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#end {
	clear:left;
	width:100px;
}

#header {
	position:relative;
	background-color:#DCECFB;
	margin:0px auto 18px;
	height:40px;
	border:#BFD3EC 1px solid;
}

#links {
	width:191px;
	margin:0px 0px 0px 7px;
	text-align:center;
}

#nav_link{
	float:right;
	position:absolute;
	top:1px;	
	right:0;
	text-align:right;
	padding:5px;
}

#nav_link a:hover{
	font-weight:normal;
}

#nav_link a:visited{
	color:#D32525;
}

#logo{
	position:relative;
	float:left;
	margin-left:0px;
}

#block{
	width:100%;
	position:relative;
}

#menu {
	float:left;
}



#content {
	margin-left:220px;
	padding: 0 7px;
	text-align:justify;
	/*border-bottom: 1px solid #D0D0D0;*/
}

.clear{
	clear:both;
}

#footer{
	border-top:1px solid #CCC;
	padding-top:5px;
	margin:20px 0 20px;
	text-align:center;
	clear:both;
}

#the_table {
	text-align:middle;
}

#trajet {
	margin:10px;
}

#bouton_path {
	width:70px;
	margin:3px;
	text-align:center;
    border: 1px solid #006;
    background: #ccf;
}

#lastMessage td{
	border:solid 1px #CCC;
}

#bouton_path:hover {
    border: 1px solid #f00;
    background: #eef;
    cursor:pointer;
}

#loading{
	position:fixed;	
	background-color:white;
	opacity:0.7;
	color:red;
	left:50%;
	top:50%;
	width:100px;
	z-index:9999;
	padding:20px;
	display:none;
}

#map_jquery{
	 width:500px;
	 height:500px;
}

#map {
	border:0 solid #BFD3EC;
	height:480px;
	width:99%;
	margin:5px 0 5px 8px;
}

.error{
	color:#C03;
	font-size: 12px;
}

.r1{
	background-color:CCC;
}

.r2{}



.blue{
	color:blue;
}

.red_flash{
	color:red;
	text-decoration:blink;
}

#map_nbPts {
	opacity:0.8;
	position:relative;
	left:75px;
	top:10px;
	background:white none repeat scroll 0%;
	border:1px dashed grey;
	text-align:center;
	font-weight:bold;
}

#map_nbPts span{
	position:relative;
	color:blue;
	cursor:pointer;
	right:5px;
}
/*
	Calendar
*/
#cal {
	width:50px;
	margin:5px;
}

#login_content{
	position: relative;
	width: 550px;
}

#login{
	position:absolute;
	top:0;
	left:0;
	width:300px;
	text-align:left;
}
    
#login_text{
	position:absolute;
	top:0;
	right:0;
	width:300px;
	text-align:center;
}

#io td{
	border:solid 1px #CCC;
}

#geofence_list_span{
	align:center;
}

#geofence_table img:hover{
	cursor:pointer;
}
 
.c {
	text-align:center;
}

.titre_tableau{
	text-align:left;
	font-weight:bold;
}

/* Menu button */
.arrowlistmenu{
	width: 215px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: white;
	background: black url(media/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	background-color:#31496B;
	margin-bottom: 3px;
	line-height:1.5em;
}

.arrowlistmenu ul li a{
	color: white;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: white;
	background-color:#31496B;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #5A7194;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	float: left;
}

.red{
	color:red;
}

.green{
	color:green;
}

.alerts_list li{
	padding:3px;
	cursor:pointer;
}

.alerts_list li:hover{
	background-color:#CCC;
}

#monit_head #titre{
	line-height:2.5em;
	font-size:2em;
	color:white;
	margin: 15px;
}

#monit_info_tracker{
	float:left;
}

#monit_right_col{
	margin-left:20px;
	width:450;
	float:left;
}

#histo{
	width:430px;
}

#treat{
	float:right;
	text-align:center;
	border: 2px solid #CCC;
	padding:12px;
	width:50px;
	margin-left:5px;
}

#treat:hover{
	background-color: #CCC;
	cursor:pointer;
}

#monit_history{
	min-height:525px;
}

#stats {
	padding:15px;
}

#usage{
	padding:15px;
}

#usage table{
	width:50%;
	border:1px solid #CCC;
	padding:5px;
}

.odd{
	background-color:#CCC;
	border-top:1px solid #CCC;
}

.red_bg
{
	background-color:#F5A9A9;
}

.right{
	float:right;
}