

body{
	background-color: 3F3F3F;
	font-family:Microsoft Sans Serif;
	font:Microsoft Sans Serif;
}

.alarm_image{
	min-width:32px;
	min-height:32px;
	float:bottom;
	position:absolute;
}
.min_max{


	width:240px;

}
.left{
float:              left;
    width:              114px;

    height:             20px;
}

.right{
    float:right;
height:             20px;
}

.content_main{
width:230px;
height:108px;
overflow:hidden;
float:left;
padding:10px;
margin:2px;
border:1px dotted #AAAAAA;
padding-top:0px;
background-color:#c5c5c5;
}

.current_temp{
clear:both;
float:left;
margin-left:35px;
font-weight:bold;
font-size:2em;
}

.last_alarm{
clear:both;
float:left;

}
.sensor_name{
	font-weight:bold;
	
}
.spacer{

}

.sensor_data_hot{
width:220px;
height:80px;
 background-color:#FF0000;
padding:4px;
border:1px solid;
}

.sensor_data_cold{
width:220px;
height:80px;
 background-color:#1E90FF;
padding:4px;
border:1px solid;
}

.sensor_data{
width:220px;
height:80px;
 background-color:#00FF00;
padding:4px;
border:1px solid;
}