html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{

	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
background-color:#AFC8D9;
 background:transparent url(/images/rus/bodyback.gif) repeat -x scroll 0 0;
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
       

       
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #5A7B8E;}
a:visited{color:#5A7B8E;}
a:active {color: #5A7B8E;}
a:hover{color:#5A7B8E;}

.ba a{color:#5A7B8E;}
.ba a:link {color: #5A7B8E;}
.ba a:visited{color:#5A7B8E;}
.ba a:active {color: #5A7B8E;}
.ba a:hover{color:#5A7B8E;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#a1
{
	margin: 0 auto;
	width: 954px;
	max-width: 954px;
	display: block;
	background: #fff;
	
}
.inp {
      border:none;
	  width:141px;
	  height:19px;
	  font-size:11px;
	  font-style:italic;
	  color:#525252;
	  background:url("images/inp.gif") no-repeat;
	  padding-left:6px;
	  padding-right:6px;
     }		

.header
{
 display: block;
 position: relative;
 width: 954px;
 height: 400px;
 padding-top: 10px;
 margin-bottom: 10px;
}

.label1
{
	padding-top: 10px;
	color: #356454;
	font-weight: normal;
	font-family: Arial;	
	font-size: 12px;
padding-left:10px;
	
}
.label2
{
	padding-top: 2px;
	color: #326554;
	font-weight: normal;
	font-family: Arial;	
	font-size: 12px;
padding-left:10px;
}
.label3
{
	padding-top: 2px;
	color: #326554;
	font-weight: bold;
	font-family: Arial;	
	font-size: 12px;
padding-left:10px;
}
.lang
{
	position: absolute;
	display: block;
	right: 0px;
	height: 22px;
	width: 198px;
}

.head1
{
	position: absolute;
	display: block;
	top: 60px;
	left:0px;
	width: 452px;
	height: 311px;
	z-index: 1;
}
.head2
{
	position: absolute;
	display: block;
	top: 70px;
	left:0px;
	width: 954px;
	height: 309px;
	z-index: 20;
}
.h_menu
{
	position: absolute;
	display: block;
	top: 379px;
	left:0px;
	width: 100%;

}

.l_menu
{
 position: absolute;
 display: block;
 top:379px;
 left:0px;
}

.r_menu
{
 position: absolute;
 display: block;
 top:379px;
 right:0px;
}

.weather {
		  float:left;
	      width:230px;
         }		  		

#weatherheader {
			   padding-bottom:23px;
			   font-size:16px;
			   float:left;	
			   width:100%;		
			   }			

#weatherdate {
	  font-style:italic;
	  font-size:12px;
	  color:#666;
         float:center;
         padding-left:25px;

             }			  
			 
#weatherbody {
              padding-top:3px; 
              padding-bottom:20px; 
             float:left;
              width:100%;
              
             }	
			 
			 
			 
.weatheritem {
			  float:left;
			  padding-top:5px;
             }			 

		  
.wcity {
		float:left;
		width:77px;
		padding-left:5px;
		padding-top:10px;
		font-size:12px;
		font-family: Tahoma;
	   }			 
	   
.wsun {
	   width:40px;	
	   height:37px;
	   float:left;
	   background:url("/images/weather/sun.gif") no-repeat;
	  }	   
	  

.wsun_cloud {
			width:40px;	
			height:37px;
			float:left;
			background:url("/images/weather/sun_cloud.gif") no-repeat;
			}	   
	  
.wclouds {
	   width:40px;	
	   height:37px;
	   float:left;
	   background:url("/images/weather/clouds.gif") no-repeat;
	  }	   
	  	  
.wrain {
	   width:40px;	
	   height:37px;
	   float:left;
	   background:url("/images/weather/rain.gif") no-repeat;
	  }		


.wsnow {
	   width:40px;	
	   height:37px;
	   float:left;
	   background:url("/images/weather/snow.gif") no-repeat;
	  }		  
	  
.wstorm {
	   width:40px;	
	   height:37px;
	   float:left;
	   background:url("/images/weather/storm.gif") no-repeat;
	  }		

.wno {
	   width:40px;	
	   height:37px;
	   float:left;
	  }		  

.wtemperature {
				float:left;
				width:45px;
				padding-top:5px;
				color:#7E2929;
				font-size:12px;
				font-style:italic;
				font-weight: bold;
			  }	  

.right_content
{
	display: block;
	
}
.right_content_title
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	padding-left: 15px;
	padding-top: 5px;
}
.right_content_body
{
	padding: 0px;
}
.right_content_links
{
	color: #5A7B8E;
	font-size: 11px;
}

.banners
{
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:200px;
	vertical-align:top;
	height:100%;
	background: #F3F3F3;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	
	width:200px;
	vertical-align:top;
	background: #F3F3F3;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}
#foot_line
{
	padding:5px;
	height: 1px;
	border-bottom: 1px solid #29A178; 
}
/*Footer*/
#footer
{
	background: #FFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size: 10px;
	color: #7A7E7E;
	height:80px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #99BAD7;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/* social network*/
div#sonet_events_ms_message {width:150px;}

