/* CSS Document */
html {
 height:100%;
}

body, html {
 padding:0px;
 margin:0px;
}

a      {text-decoration: underline; font-size: 11px;}

a:link, a:visited, a:active {color: #333300;}
a:hover{color: #FF6600;}
.none  {text-decoration: none;}
a.orang{color: #FF6600;}

body   
{
font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333300;
scrollbar-track-color: #E8E8E8; 
scrollbar-face-color: #E8E8E8; 
scrollbar-highlight-color: #CCCCCC; 
scrollbar-shadow-color: #CCCCCC; 
scrollbar-arrow-color: #000000;
background:url(images/bg.gif) repeat-x #edd469;
}/*вид шрифта, размер, цвет*/
font    {font-size: 12px; font-weight: bold;}/*относится к тэгу font*/
h1      {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333300; margin:0; padding:0px;}
input   {font-family: Arial, Helvetica, sans-serif;
	     font-size: 11px;
	     color: #333300;
	     height: 22px;
		 border-collapse: collapse; border: 1px solid #CCCCCC;}
input.z {width: 200px;}
input.c {border-collapse: collapse; border: 1px solid #E0E1A2;}		
img     {border: 0px;}
ul li ul li   {list-style-type: none; text-indent: -30px;}
p       {text-align: justify;}
td      {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
textarea{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333300;
		 border-collapse: collapse; border: 1px solid #CCCCCC;
		 width: 200px;}
select  {font-family: Arial, Helvetica, sans-serif;
	     font-size: 11px;
	     color: #333300;
	     height: 22px;
		 border-collapse: collapse; border: 1px solid #CCCCCC;}

hr      {color: #FFFFFF; width: 150; height: 1px; text-align: left;}		 

.color1 {background-color: #E0E1A2;}/*color table news, verh 6apki, poloski*/     
.color2 {background-color: #EDD469;}/*main color*/
.color3 {background-color: #BAD97E;}/*color 4*/
.color4 {background-color: #94BE4A;}/*color 5, up and down news*/
.color5 {background-color: #9FBF61;}/*color 6*/
.color6 {background-color: #FFFFFF;}/*color razdelit. linii*/
.color7 {background-color: #E7E8BF;}/*color table*/
.center {text-align: center; vertical-align: middle}
.smoll  {font-size: 9px}
.smoll2{font-size: 9px}
.select {width: 200px;}
.sub    {border-collapse: collapse; border: 1px solid #FFFFFF; background: #EDD469; font-size: 8pt;}
.on     {border-collapse: collapse; border: 1px solid #FFFFFF; background: #A8C66A; font-size: 8pt;}
.white  {color: #FFFFFF;}
.abzac  {color: #FF6600;}
  
/*new_year*/
.new_year a {
	text-decoration: underline;
	text-size: 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 14px;
  }
  
.new_year a:link {
    background-image: url(images/new_year_marker.gif); 
  }
  
.new_year a:visited {
    background-image: url(images/new_year_marker.gif); 
  }  
  
.new_year a:hover {
    background-image: url(images/new_year_marker_hover.gif);
  }
.bgnewyear {
	background-image: url(http://www.yarta.com/images/new_year_bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -5px;
}
.bgnewyear2 {
	background-image: url(http://www.yarta.com/images/new_year_bg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Popup window */
#fade {
	display: none;
	background: #fff; 
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .50;
	z-index: 9999;
}

.popup_block{
	display: none;
	float: left;
	font-size: 12px;
	font-weight: bold;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	height: 125px;
	color: #FFF;
	border: 1px solid #FFF;
}

.popup_block p {
	font-size: 12px;
}

img.btn_close {
	float: right;
	margin: -1px -1px 0 0;
}

.zagolovok_popup {
	height:20px;
	background: #94be4a;
	border-bottom: 1px solid #FFF;
	padding: 5px 0 0 10px;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}

*html .popup_block {
	position: absolute;
}
