html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:830px;
}

/*Font*/
body
{
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #505050;
	background-color: #1b5295;
}

/*Font in table*/
table
{
	font-size:11px;
}

/*Links*/
a:link {color: #505050;text-decoration: none;}
a:visited{color:#505050;text-decoration: none;}
a:active {color: #1776b0;text-decoration: none;}
a:hover{color:#1776b0;text-decoration: underline;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header_container
{
	width: 100%;
	background: #ffffff url(images/blue_dot.gif) bottom left repeat-x;
}
#blue_line {
	border-bottom: 2px solid #164277;
}

#header
{
	position:relative; /*containing block*/
	height:66px;
	width:830px;
	left:50%;
	margin-left:-415px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color: #ffffff;
	border-bottom: 2px solid #164277;
}

#header_logo
{
	position:absolute;
	top: 12px;
	left: 60px;
}
#header_corporate
{
	position:absolute;
	top: 44px;
	left: 185px;
	width:414px;
}
#header_corporate_div
{
	position:relative;
	width: 308px;
	height:22px;
	background: url(images/corporate_div.gif) repeat-x;

}
#header_corporate_link {
	vertical-align:top;
	padding-top: 3px;
	width: 87px;
	height:22px;
	background: url(images/corporate_btn.gif) no-repeat;
}

#header_corporate_link a {
	padding-left: 16px;
	font-size: 10px;
	color: #4a96c4;

}
#input_search_form {
	height: 17px;
	width: 100px;
	border-style: none;
	border-top: 1px solid #8fcced;
	border-bottom: 1px solid #8fcced;
	font-size:10px;
	color: #505050;
}
.search-form {
        margin-top:3px;
}

#header_text
{
	position:absolute;
	left:210px;
	top: 30%;
	color:#fff;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_icons
{
	position:absolute;
	top:10px;
	right:30px;
	text-align: right;
	font-size: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-decoration:none;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}
div.razdel_name_left  {
	color: #1776b0;
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 10px; 
	border-bottom: 1px solid #b4b4be;
}
/*Content table*/
#content
{
	width:820px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background: #ffffff;
	border-collapse:collapse;
}


/*Left column*/


#content .left-column-top {
	background: #efeff1 url(images/main_corner_lt.gif) left top no-repeat;
	border-right: 1px solid #dbdbdd;
	height: 9px;
	width: 180px;
}
#content .left-column
{
	background: #efeff1 url(images/left-column_bg2.jpg) left bottom no-repeat;
	border-right: 1px solid #dbdbdd;
	width:180px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column-top
{
	background: url(images/main-column_bg.gif) left top repeat-y;
	padding-left: 20px;
}
#content .main-column
{
	background: url(images/main-column_bg.gif) left top repeat-y;
	min-height:450px;
	vertical-align:top;
	padding: 0px 0px 50px 20px;
	width: 520px;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;

}
#content p {
	display: block;
}
/*Right column*/
#content .right-column-top {
	background: #ffffff url(images/main_corner_rt.gif) right top no-repeat;
	height: 9px;
	width: 100px;
}
#content .right-column
{
	width: 100px;
	vertical-align:top;
}
#content .right-column-bottom {
	background: #ffffff url(images/main_corner_rb.gif) right bottom no-repeat;
	height: 9px;
	width: 100px;
}
div.razdel_name {
	color: #1776b0;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
table.footer
{
	color: #c9c9c9;
	align:center;
	padding:8px;
	font-size: 9px;
	
}
a.footer {
	color: #c9c9c9;
	text-decoration:none;	
}
a.footer:hover {
	color: #c9c9c9;
	text-decoration:underline;	
}
a.footer:visited {
	color: #c9c9c9;
}
/*Data table*/
table.data-table
{
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	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:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}