body
{

}
.main_table
{ 
	border-collapse: collapse; 
	font-family: arial,sans-serif;
}
.main_table .mouseon:hover
{
	background-color: #F0F1F0;
}
.td1 
{ 
	background: #F4F4F4; /* for non-css3 browsers */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F1F0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #F0F1F0); /* for firefox 3.6+ */
	font-size: 11px;
	border: 1px solid #A5AFB4;  
	padding: 2px; 
	min-width: 40px;
}
.td1 a:link
{
	color: #000000;
	text-decoration:none;
}
.td1 a:visited
{
	color: #000000;
	text-decoration:none;
}
.td1 a:hover
{
	color: #E16900;
	text-decoration:none;
}
#td2 
{ 
	border: 1px solid #A5AFB4; 
	text-align: right;
	font-size: 11px;
}
#td2_1
{ 
	border: 1px solid #A5AFB4; 
	text-align: left;
	font-size: 11px;
}
#td3 
{ 
	border: 1px solid #A5AFB4; 
	text-align: center;
	font-size: 11px;
}
#td3_first
{ 
	border: 1px solid #A5AFB4; 
	background-color: #CDFFF8;
	text-align: center;
	font-size: 11px;
}
#td3_last
{ 
	border: 1px solid #A5AFB4; 
	background-color: #FFBFCF;
	text-align: center;
	font-size: 11px;
}
#td4
{ 
	border: 1px solid #A5AFB4; 
	background-color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}
.zametka a
{
	text-decoration: none;
	color: #000000;
	font-family: arial,sans-serif;
}
.zametka a:hover
{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #000000;
	font-family: arial,sans-serif;
}
#mbit
{
	color: #003AE6;
}
#cell1
{
	width: 135px;
	height: 10px;
	padding: 5px;
	border: 1px solid #A5AFB4; 
	background-color: #CDFFF8;
	margin: 2px;
	text-align: center;
}
#cell2
{
	width: 135px;
	height: 10px;
	padding: 5px;
	border: 1px solid #A5AFB4; 
	background-color: #FFBFCF;
	margin: 2px;
	text-align: center;
}
#tooltip {
width: 300px;
position: absolute;
z-index: 1;
border: 1px solid #A5AFB4;
background-color: #FFF8E7;
font-size: 9px;
font-family: arial,sans-serif;
color: #000;
padding: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-align: justify;
text-indent: 8px;
}
#tooltip li {
	text-align: left;
}
h3 {
	font-weight: normal;
}
