html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:1000px
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #1a8fc5;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #0055ff;}
a:visited{color:#0055ff;}
a:active {color: #0000af;}
a:hover{color:#000abb;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	width:1000px;
	height:341px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: url(images/logo.jpg) no-repeat;
}

#polosa
{
	position:relative; /*containing block*/
	width:1000px;
	height:65px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: url(images/polosa.png) repeat-x;
}

#header_logo
{
	position:absolute;
	left:0px;
	top:0px;
}

#menu
{
	position:absolute;
margin: 0 auto;
padding: 0 auto;
	left:0px;
	top:0px;
	width:1000px;
	/*padding-left:5px;
	padding-top:5px;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#ekg
{

	background:none;
	position:absolute;
	right:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header .icoBar a{
	position:absolute;
	right:20px;
	top:20px;
	height:21px;
	width:153px;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:transparent;
	font-size:1px;
	text-decoration:none;
}
.header .icoBar a.toHom{
	margin-left:0;
	background-image:url("images/home.png");
}
.header .icoBar a.toMsg{
	width:36px;
	background-image:url("images/mail.png");
}
.header .icoBar a.toSearch{
	background-image:url("images/map.png");
}
.header .icoBar a:hover{
	background-position:center bottom;
}


.header form{
	margin:0px 0px;
	width:200px;
	height:52px;
	background: url("images/poisk.png") top left no-repeat;
	padding:0 !important;
}
.header form input{
	border:0;
	float:left;
	margin: 9px 0 0 7px;
	height:17px;
	width:130px;
/*width: 50px;*/
	background:transparent;
	border:0 none;
	padding-top:0px;
outline:0;
}
.header input.button{
	width:25px;
	margin:0px 0 0 0;
	height:25px;
	font-size:1px;
	color:#000000
cursor: pointer;
}

#naiti input {
cursor: pointer;
width: 50px;
}

.poisk
{

	background:url(images/poisk.png);
	position:absolute;
	width:200px;
	height:52px;
	border: medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}


/* Header menu: home, search, feedback*/
#header_menu
{

	background:url(images/ico.png);
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#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: #E1CCCD;
}

#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;
}

/*Content table*/
#content
{
	width:1000px;
	height:100%;
    margin: 0 auto;
background: #FFF;
		
}

/*Left column*/
.left-column
{
float: left;	
width:220px;
background-color:#FFFFFF;
border-right: 3px solid #c5c5c5;
padding-bottom: 10px;
	
}

/*Right column*/
.right-column
{
	width:200px;
	float: right;
border-left: 3px solid #c5c5c5;
	background-color:#FFFFFF;
padding-bottom: 10px;
padding-left: 2px;
height: 100%;
}

/*Razd column*/
#content .razd-column
{
float: left;
	width:2px;
	background-color:#c5c5c5;
padding-bottom: 10px;
margin-bottom: 0;
}


/*Main column*/
.main-column
{
	float: left;
        width: 524px;
	padding:0 23px 10px 23px;
	background-color:#FFFFFF;
        overflow:hidden;

}

#news
{
	position:relative; /*containing block*/
	height:245px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}



/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background-color:#FFFFFF;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:1000px;
	height:80px;
	padding:0px;
	margin: 0 auto;
}

/*Link in footer*/
#footer a
{
	font-weight:bold;
        a:link {color: #0055ff;}
        a:visited{color:#0055ff;}
        a:active {color: #0000af;}
        a:hover{color:#000abb;}
}


/*Data table*/
table.data-table
{
	border:1px solid #CDBBBC;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CDBBBC;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#ECE0E0;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CDBBBC;
	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:#F7F3F3;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
table.forum-menu td.forumtoolbar {background-color: #ECE0E0; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #CDBBBC; border-bottom: 1px solid #CDBBBC; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #CDBBBC; border-bottom: 1px solid #CDBBBC; } 
.forumtoolseparator {border-left: 1px solid #CDBBBC;border-right: 1px solid #FFFFFF; } 

table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */
.forum-menu-hidden-in {border: 1px solid #CDBBBC;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #ECE0E0; } 
table.forum-menu-popup-table td.forum-group{background-color:#ECE0E0; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #F7F3F3;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #CDBBBC;} 
table.forum-main td {background-color:#F7F3F3;border: 1px solid #CDBBBC;} 
table.forum-main th {background-color:#ECE0E0;border: 1px solid #CDBBBC;color: #333;vertical-align: top;} 

div.forum-hr {background-color:#CDBBBC}
div.filter-check-hover {background-color:#ECE0E0}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #ECE0E0;border: 1px solid #CDBBBC;color: #333;} 
table.forum-main td small {font-size:100%;} 
table.forum-main td.forum-group {background-color:#ECE0E0; color:#333;} 
div.forum-title {border: 1px solid #CDBBBC; padding: 5px; background-color: #ECE0E0 !important; color:#333; } 

/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #F7F3F3;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #F7F3F3;border: 1px solid #CDBBBC;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #CDBBBC;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #CDBBBC;border-left-width: 1px;border-bottom: none;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote 
{
	background-color: #ECE0E0;
	border: 1px solid #CDBBBC;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
table.forum-stat th {background-color:#ECE0E0;border: 1px solid #CDBBBC;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#F7F3F3;border: 1px solid #CDBBBC;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #CDBBBC;} 
table.forum-post-form td {background-color:#F7F3F3;border: 1px solid #CDBBBC;} 
table.forum-post-form th {background-color:#ECE0E0;border: 1px solid #CDBBBC;} 
table.forum-smile {border: 1px solid #CDBBBC;} 
table.forum-smile th {background-color:#ECE0E0;border: 1px solid #CDBBBC;} 
table.forum-smile img { margin: 0px;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#ECE0E0; border:1px solid #CDBBBC;} 
table.fuser-static td {background-color:#F7F3F3; border:1px solid #CDBBBC;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #CDBBBC;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #CDBBBC;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #CDBBBC;} 
table.tabs td.tab-container {border:1px solid #CDBBBC; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #CDBBBC; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #CDBBBC;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #CDBBBC;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #CDBBBC; border-top:none;} 
table.tab td {background-color:#F7F3F3;}

.forum-menu-hidden-in
{
	max-height:100px;
	height:expression(this.scrollHeight > 100? "100px" : "auto");
}

table.forum-quote td, table.forum-code td 
{
	background-color:#ECE0E0; /*th*/
	border:1px solid #CDBBBC;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#F7F3F3; /*td*/
	border-color:#CDBBBC;
}

a.button-small
{
	background:#ECE0E0;
	border:1px solid #CDBBBC;
}


/*Support*/
div.ticket-edit-message
{
	border-color: #CDBBBC;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#F7F3F3;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #CDBBBC;
}

.blog-post-date 
{
	color:#333;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#CDBBBC;}
.blogtoolbar {background-color:#F7F3F3;border-color:#CDBBBC;border-top:none;}
.blogtoolsection {border-color:#CDBBBC}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #CDBBBC;border-right:1px solid #F7F3F3;}

/* social network*/
div#sonet_events_ms_message {width:150px;}

.clear {clear: both;}
.clear_20 {clear: both; height: 20px;}



div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}

.icon
{
	width:222px;
	height:87px;
	margin-top:5px;
	margin-left:10px;
	background-image: url(uploud/icon_qestions.PNG); background-repeat:no-repeat;
	
}

.icon_otchet
{
	width:100%;
	height:49px;
border-top:1px dashed #999;
border-bottom:1px dashed #999;
	
}

.icon_img
{
	width:48px;
	height:49px;
	background-image: url(uploud/icon_otchet.PNG); background-repeat:no-repeat;
	float:left;
        margin-left:30px;
}

.icon_title
{
	width: auto;
	height:49px;
	float:left;
}

.title_icon
{
margin:15px;
font-style:italic;
font-weight:bolder;
}