/*top right bottom left*/
/*===========================================================================*/
* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
}
body, div, td, th, p, textarea, input {font-size: 10pt; color: #3a3a3a;}
img {
	border: none;
}
p {
}
a {
	color: #a8a8a8;
}
h1 {
	font-size: 16pt;
	font-weight: normal;
	margin: 15px 0px;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	margin: 15px 0px;
}
/*===========================================================================*/
.nav {
	margin-bottom: 15px;
}
	.nav, .nav * {
		font-size: 8pt;
	}
/*===========================================================================*/
#layout_body {
	background: #ebebeb;
}
#layout_page {
	width: 955px;
}
#layout_start_header {
	position:relative;
	padding-right: 4px;
	margin-top: 45px;
	margin-bottom: 5px;
	height: 300px;
	background: url(/data/img/start_pic.jpg) no-repeat center bottom;
}
#layout_header {
	position:relative;
	padding-right: 4px;
	margin-top: 45px;
	margin-bottom: 40px;
}
#layout_footer {
	padding-right: 4px;
	margin-top: 20px;
	margin-bottom: 40px;
}
	#layout_footer, #layout_footer * {
		color: #5f5f5f;
		font-size: 8pt;
	}
	#layout_footer a {color: #a8a8a8;}
/*===========================================================================*/
#layout_menu {
	margin-right: 4px;
	border-top: 5px solid #3a3a3b;
	margin-bottom: 14px;
}
	#layout_menu td {background: #f9a51b; text-align: center; padding-bottom: 3px;}
	#layout_menu td.active {background: #8a8a8a;}
	#layout_menu td a {color: #3e3e3f; text-decoration: none; font-weight: bold; font-size: 11pt;}
	#layout_menu td.active a {color: #fff;}

	#layout_menu td.lc, #layout_menu td.rc {width: 9px;background: transparent; padding-bottom: 0px;}
	#layout_menu td.empty {width: 2px;background: transparent;}
/*===========================================================================*/
#auth_panel {
	width: 233px;
	/*height: 185px;*/
	height: 200px;
	background: url(/data/img/bg_auth_panel.gif) no-repeat;
}
/*===========================================================================*/
#layout_content {
	/*border-bottom: 5px solid #3a3a3b;*/
	background: #fff url(/data/img/bg_layout_content.gif) repeat-y center;
	text-align: left;
	padding: 25px;
	padding-right: 4px;
}
/*===========================================================================*/
.sections_tab {}
	.sections_tab table td.lc{
		width: 9px;
		height: 33px;
		background: url(/data/img/px.gif) no-repeat;
	}
	.sections_tab table td.rc{
		width: 9px;
		height: 33px;
		background: url(/data/img/px.gif) no-repeat;
	}
	.sections_tab table td.name{
		width: 9px;
		background: #fff;
		padding: 0px 5px;
	}
		.sections_tab table td.name span {
			font-weight: bold;
			text-decoration: underline;
			cursor: pointer;
			white-space: nowrap;
		}

	.sections_tab table.active td.lc{
		background: url(/data/img/sect_lc.gif) no-repeat;
	}
	.sections_tab table.active td.rc{
		background: url(/data/img/sect_rc.gif) no-repeat;
	}
	.sections_tab table.active td.name{
		width: 9px;
		background: #e9e9e9;
	}
		.sections_tab table.active td.name span {
			font-weight: bold;
			text-decoration: none;
			cursor: default;
		}
/*===========================================================================*/
div.doc_item {}
	div.doc_item div {margin: 5px 0px;}
	div.doc_item div.info {
		margin-bottom: 20px;
		background: #f5f5f5;
		padding: 3px;
		font-size: 11px;
	}
	div.doc_item img {
		vertical-align: middle;
	}
	div.doc_item a {
		font-weight: bold;
		color: #3a3a3b;
	}
/*===========================================================================*/
table.doc_data {
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
}
table.doc_data * {
	font-size:8pt;
}
table.doc_data td {
	border: 1px solid #000;
	text-align: center;
}
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
/*===========================================================================*/
/*== content =========================================================================*/
.table1 td {
	padding-bottom:10px;
}
.table1 td.hr {
	padding-bottom:0px;
}
.table1 ul {
	padding-left:20px;
	margin-left:0px;
}
/*===========================================================================*/
#snowflake1 {
	position:absolute;
	left:395px;
	top:-26px;
}
#snowflake2 {
	position:absolute;
	left:567px;
	top:-1px;
}
#snowflake3 {
	position:absolute;
	left:667px;
	top:-39px;
}
.news_text {
	text-decoration:none;
}

/* === cabinet === */
.float_wrapper {
	overflow: hidden;
	zoom: 1;
}
.float_container {
	margin-left:-18px;
	margin-top:-20px;
	word-spacing: -0.25em;
	zoom: 1;
}
.float_block {
	display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline;
	width: 290px;
	margin-left:18px;
	margin-top:20px;
	padding:5px;
	vertical-align:top;
	word-spacing:normal;
	border:1px solid #ebebeb;
}
	.float_block img {float:left; margin:0px 10px 5px 0px; padding:2px; border:#a8a8a8 1px solid}
	.float_block h4 {margin:0px 0px 3px;font-size:10pt;}
	.float_block p {margin:0px 0px 3px; font-size: 7pt;}
