html{

}

body {
    color: #000000;
    font-family: 'truthcyr-regular';
    font-size: 1em; /* 16px */
	height : 100%;	
	margin: 0px;
    background-color:#f1f1f1;  		
	text-align: center;
}

.main{
	width : 600px;
	background-color:#ffffff;  
	margin: 10px auto 20px auto;	
	text-align: left;
	padding: 10px 10px 30px 10px;	

	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);

}
.main th{
	text-align: center;
}	

.menu{
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}
.menu ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	border-bottom: 1px solid #C2C2C2;
}


.menu ul li {
	display: inline-block;
	padding: 5px 0px 5px 0px;
	margin: 0 0px -1px 0px;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
/*	border-bottom: 1px solid #FFFF; */
    width : 140px;
	background-color : #EEEEEE;
}

.menu li{
	background-color : #F7F7F7;
	
}

.menu ul li.current{
	border-bottom: 1px solid #FFF;
	background-color : #FFF;
}

.current{	
	background-color : #FFF;
}

.menu ul li a {
	text-decoration: none;
	color: #000;
}
.menu ul li a:visited {
	color: #000;
}
.menu ul li a:hover {
	text-decoration: none;
	color: #00F;
}
.bottom{
	font-family:"Comic Sans MS";
	font-size: 14px;
	text-align: center;
}
.bottom li{
	list-style-type: none;
}
h1{
	text-align:center;
}
h2{
	font-size: 1.2em;
}	
.chart{
	width:100%;	
	height:50%;  
/*	float: left;*/
}
.SensorTable{
	margin: 0 5px 0 5px;
	font-size: 14px;
}
.SensorTable Table{
	width:100%;
}
.top_block{
	float : none;
	margin-left: 10px;
}
.insensor,
.outsensor,
.gisinfo
{
	min-width : 250px;
}
.outsensor{
}
.gisinfo{
}
.nofloat{
	clear: both;
}
.other{
}
.footer{
	margin-top: 10px;
/*	margin-right: 10px;  */
	padding-top: 10px;
	text-align: right;
	font-size: 14px;
}
ul{
	list-style-type: none;
}
.digit{
	font-size: 1.5em;	
}
.update{
	float: none;
	clear: both;
	text-align: right;
/*	margin-right: 10px;  */
}
.terms{
	text-align: center;
}
.terms_time{
	text-align: center;
    font-size: 14px;	
	margin-bottom: 20px;
}
.outdate{
	color : red;
	font-weight: bold
}

.in_term, .out_term{
	float: left;
}	
	