@charset "windows-1251";
/* CSS Document */
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:visited { text-decoration: underline; }
a:hover {  text-decoration: underline; }
a:active { text-decoration: underline; }

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#009900;
	font-size:20px;
	margin:0 0 15px 0;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#555555;
	font-size:16px;
	margin:0 0 10px 0;
}
.step_content{
	border:1px solid #cccccc;
	border-top:none;
	padding:10px;
}
.steps{
	border-bottom:1px solid #cccccc;
	height:70px;
}
.steps_back{
	background:#EEEEEE;
	height:54px;
	border:1px solid #ccc;
}
.step_back{
	padding:10px 12px;
	background:#009900;
}
.step{
	background:url(/pics/tarr.gif) bottom center no-repeat;
	height:50px;
	padding-bottom:20px;
	float:left;
}
.disable{
	background:none;
	color:#666666;
}
.step a {
	text-decoration:none;
}
  a:hover  .disable{
	background:#CCCCCC;
}
.head_phone{
	font-size:30px;
	color:#82CD07;
	font-family:Arial, Helvetica, sans-serif;
}
	.code{
		color:#666666;
	}
.step_name{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#fff;
}
.step_desc{
	font-size:13px;
	color:#fff;
}
.disable{
	background:none;
	color:#666666;
}
.first_cells{
	text-align:right;
	padding-right:10px;
	width:80px;
	color:#333333;
}
.steps_table td{
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:middle;
}
	.tips{
		font-size:11px;
		font-style:italic;
		line-height:14px;
		margin-left:10px;
		color:#333333;
	}
.biblio_list ul{
	list-style:decimal;
	margin:0 0 15px 15px;
	padding-left:20px;
}
.biblio_list li{
	margin-bottom:7px;
}
.biblio_list li a{
text-decoration:none;
}
.biblio_list li a:hover{
text-decoration:underline;
}

/*  MENU STYLES */
.main_menu{
	border-bottom:1px solid #CCCCCC;
	background:#EEEEEE;

}
#nav, #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
 	background:#EEEEEE;
}
#nav li {
  float: left;
  position: relative;
}

#nav a {
  	width: auto;
  	display:block;
	padding: 5px 20px 5px 20px;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
#nav a:hover {
	color:#111111;
	text-decoration:none;
	background:#cccccc;
}
#nav li:hover, #nav li.jshover { }

#nav li ul {
  display: none;
  position: absolute;
}
#nav li li a {
  width: 94px;
}
#nav li:hover ul, #nav li.jshover ul {
  display: block;
}
/* END OF MENU STYLES*/

.oneColLiqCtrHdr #container {
	/*width: 95%; min-width: 50%;*/  /* this will create a container 80% of the browser width */
	width:1024px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;

}
.oneColLiqCtrHdr #header {
	background: #FFFFFF;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #mainContent h1 {
	margin-top: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	margin-bottom: 0;
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColLiqCtrHdr #footer p {
	margin-top: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-bottom: 0;
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style1 {
	font-family: Verdana;
	font-size: 14px;
}
.style8 {
	color: #009900;
	font-weight: bold;
}
.style9 {
	font-size: 11px;
	font-family: Verdana;
	color: #FF0000;
}

.style28 {	font-family: Verdana;
	font-size: 12px;
	max-width: 20px;
}
.style29 {
	font-family: Verdana;
	font-size: 12px;
	text-align:justify;
	color:#000000;
}




.style31 {
	font-family: Verdana;
	font-size: 11px;
}
.style34 {color: #009900;}
.style37 {
	font-family: Verdana;
	color: #999999;
	font-size: 12px;
}
.style40 {
	font-family: Verdana;
}
body {
	background-color: #CCCCCC;
}
.style41 {
	color: #006600;
	font-weight: bold;
}
.style42 {color: #000000}
.style43 {color: #006600}
.style44 {color: #333333}
.style45 {
	font-size: 9px;
	color: #FF0000;
}
.style46 {
	font-size: 18px;
	color: #666666;
}
.style47 {
	font-size: 18px;
	color: #006600;
}
.login_form{
background:url(pics/bg_enter.jpg) no-repeat;
}

.login{
	border-left:1px solid #999999;
	padding-left:15px;
	font-size:11px;
}
.login input { padding:2px;}
.enter{
	font-size:11px;
	background:#82cd07;
	border:none;
	color:#FFFFFF;
	padding:3px;
}

.submit{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background:#82cd07;
	font-weight:bold;
	border:none;
	color:#FFFFFF;
	padding:3px 7px;
}
.submit:hover{
	background:#009900;
	cursor:pointer;
}
.login a{
	color:#666666;
	padding-right:10px;
}

.login form{
	color:#CCCCCC;
}
.headz{
border-bottom:1px dashed #999999;
}

input{
	border:1px solid #CCCCCC;
	padding:3px;
}
textarea{
	border:1px solid #CCCCCC;
}
select{
	border:1px solid #CCCCCC;
}
.text_padding{
	padding:0 0 0 12px;
}
.left_padding{padding-left:5px;}
.main_form{
/*
	border:1px solid #BBBBBB;
	background:#EFEFEF;
	padding:10px;
	margin:10px 0 10px 0;
*/
	border-bottom:1px solid #BBBBBB;
	padding:10px;
	margin:15px 0 30px 0;
}
.zaya{
/*	color:#0066CC; */
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#009900;
	font-size:22px;
	margin-bottom:20px;
}
.main_form_table{
	font-size:13px;

}
p{
	margin:0 0 7px 0;
}
.index_text_bottom{
	font-size:12px;
	padding:2px;
	padding-left:7px;
}
.index_bottom_blocks{
	height:150px;
}
.index_bottom_blocks a{
	text-decoration:none;
}
a:hover .index_bottom_block {
	background:#cccccc;
}
.index_bottom_block{
	float:left;
	width:212px;
	height:95px;
	background: #eeeeee;
	padding:15px;
	
	font-size:12px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
}
	.index_bottom_block h2{
		font-size:15px;
		margin:0px;
		margin-bottom:8px;
		padding:0px;
		text-decoration:underline;
	}

.personal a{
	width:123px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background:#82cd07;
	font-weight:bold;
	border:none;
	color:#FFFFFF;
	padding:3px 7px;
	text-decoration:none;
}
.personal a:hover{
	background:#009900;
	cursor:pointer;
}

.more{
	background:#FFFFFF;
	padding:10px;
	margin:0 0 10px 0;
}
.more h3{
	margin:15px 0 4px 0;

}
.more p{
	margin:0 0 15px 15px;
}

.right_col{
	border:1px solid #CCCCCC;
	padding:7px 10px;
	margin:0 0 0 10px;
	background:#FFFFFF;
}
.right_subj td{
	height:18px;
}
.right_col a{
	text-decoration:none;
	color:#006600;
}
.right_col a:hover{
	text-decoration:underline;
}
.anketa{
	border-bottom:1px solid #CCCCCC;
	padding:10px;
	margin:10px 0 10px 0;
	line-height:17px;
	width:740px;
}
.anketa td{
	padding-bottom:5px;
}
#report{
	margin-bottom:15px;
}
.name1{
	font-size:15px;
	color:#009900;
	line-height:7px;
	font-weight:bold;
	margin-bottom:5px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
	.name1 a{
		color:#009900;
		text-decoration:underline;
	}
	.name1 a:hover{
		text-decoration:underline;
	}

.footer{
	padding:17px;
	background:#EEEEEE;
	font-size:11px;
	color:#666666;
	margin-top:15px;
}
.footer a{
	font-size:11px;
	color:#666666;
	margin-right:15px;
}
