@charset "UTF-8";
input, textarea, td, select {
	font-family: "Tahoma";
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
div {
	border: none;	
}
html {
	margin: 0;
	width: 100%;
	/*min-height: 100%;*/
}
body.page
{
	font-family: Verdana;
	font-size: 8pt;
	padding: 0;
	width: 978px;
	margin: 0 auto;
	border: 0;
	position: relative;
}

img {
	border: none;
}

p {
	padding: 0;
	margin: 0;
}

a {
	color: #0004ae;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
h1 {
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: normal;
	color: #db6903;
	padding: 1px 0;
	margin: 0;
}
h2 {
	font-family: Verdana;
	font-size: 16px;
	color: #db6903;
	font-weight: normal;
	margin: 0;
	/*clear: both;*/
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}
	h2 a {
		color: #db6903;
	}
h3 {
	font-family: Verdana;
	font-size: 16px;
	color: #ff0000;
	font-weight: normal;
	padding: 5px 0;
	margin: 0;
}
h4 {
	font-family: Verdana;
	font-size: 16px;
	color: #db6903;
	font-weight: normal;
	background: url("images/content/ok.jpg") left no-repeat;
	padding: 30px 0 9px 55px;
	margin: 0;
}
.hard_break {
	clear: both;
}

br.hard {
	clear: both;
}

/* Header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	margin: 0;
	border: none;
	height: 450px;
	background: url("images/day/h_fon.jpg") no-repeat;
}
	#header .slogan {
		position: absolute;
		right: 222px;
		top: 75px;
	}
		#header .slogan p {
			color: #287fd5;
			line-height: 100%;
			font-family: Arial Narrow;
			font-size: 18px;
		}
	#header .day, #header .night {
		position: absolute;
		right: 0;
		top: 122px;
		display: none;
	}
	#header .day {
		display: block;
	}
	#at_logo {
		position: absolute;
		top: 12px;
		left: 0;
		width: 303px;
		height: 100px;
	}
		#at_logo a {
			display: block;
			height: 100px;
			background: url("images/day/at_logo.jpg") no-repeat;
		}
	#bar {
		position: absolute;
		right: 0;
		top: 30px;
	}
	#menu_bar {
		list-style: none;
		padding: 0;
		width: 123px;
	}
		#menu_bar li {
			font-family: Tahoma;
			font-size: 10px;
			text-transform: lowercase;
			color: #000;
			line-height: 170%;
			padding: 0 0 0 20px;
		}
			#menu_bar li.to_index {
				background: url("images/day/to_index.gif") left no-repeat;
			}
			#menu_bar li.to_mail {
				background: url("images/day/to_mail.gif") left no-repeat;
			}
			#menu_bar li a {
				color: #000;
				text-decoration: underline;
			}
	#main_menu {
		position: absolute;
		top: 140px;
		left: 0;
		width: 202px;
		padding: 0;
		background: none;
	}
		#main_menu_list { /* ul */
			display: block;
			position: relative;
			margin: 0;
			padding: 0;
			right: 0;
			list-style: none;
			vertical-align: middle;
		}
			#main_menu_list li {
				width: 202px;
				height: 53px;
				font-family: Tahoma;
				font-size: 16px;
				position: relative;
				padding: 0;
				margin: 0;
			}
				#main_menu_list li a {
					display: block;
					height: 53px;
					width: 202px;
					color: #fff;
					padding: 0;
					background: url("images/day/fm.png") top left no-repeat;
				}
				#main_menu_list li a.active {
					background-position: left;
					text-decoration: none;
				}
				#main_menu_list li a:hover {
					background-position: left;
					text-decoration: none;
				}
				#main_menu_list li a:focus {
					background-position: left bottom;
					text-decoration: none;
				}
					#main_menu_list li a span {
						display: block;
						padding: 13px 0 0 63px;
					}
			#main_menu_list li .icon {
				position: absolute;
				left: 8px;
				width: 43px;
				height: 43px;
			}
/************/

/* Content */
#content {
	width: 978px;
	position: relative;
}
.empty {height: 200px;clear: both;}
.clear {
	padding-top: 450px;
	float: left;
	width: 978px;
	position: relative;
	/*min-height: 100%;*/
}		
	
	.center_content {
		position: relative;
		float: left;
		width: 978px;
		margin: 0;
		border: none;
		/*border: 1px yellow solid;*/
	}
		.center_content .in {
			position: relative;
			display: block;
			margin: 0 0 0 260px;
			padding: 0;
		}
					
		.center_content .in .bread_crumbs {
			position: relative;
			width: 100%;
			margin: 0;
			padding: 10px 0 5px 0;
			border: none;
		}
			.center_content .in .bread_crumbs .line_crumbs {
				list-style: none;
				padding: 0;
				margin: 0;
				vertical-align: middle;
			}
				.center_content .in .bread_crumbs .line_crumbs li {
					display: inline;
					font-family: Verdana;
					font-size: 10px;
					vertical-align: middle;
					color: #b3b3b6;
				}
					
					.center_content .in .bread_crumbs .line_crumbs li a {
						text-decoration: underline;
						color: #b3b3b6;
					}
						.center_content .in .bread_crumbs .line_crumbs li a span {
							color: #b3b3b6;
						}
				.center_content .in .bread_crumbs .line_crumbs li.active {
					color: #b3b3b6;
				}
					
				.center_content .in .bread_crumbs .line_crumbs li.delimiter {
					padding: 0;
				}
	.center_content .in .index {
		min-height: 255px;
	}
		.center_content .in .index p {
			padding-left: 55px;
			padding-right: 15px;
			margin: 0;
		}
		.center_content .in .index .item {
			margin-bottom: 10px;
		}
		.center_content .in .index .false {
			float: right;
			width: 221px;
			height: 254px;
			margin: 0;
			padding: 0;
			background: url("images/content/i_fon.jpg") right top no-repeat;
		}
			.center_content .in .index .false a {
				display: block;
				width: 100%;
				height: 100%;
			}
		.center_content .in .index .action_panel {
			clear: none;
		}
		.center_content .in .false_2 {
			float: right;
			width: 221px;
			height: 254px;
			margin: 0;
			padding: 0;
			background: url("images/content/c_fon.jpg") right top no-repeat;
		}
		.center_content .in .false_3 {
			float: right;
			width: 221px;
			height: 254px;
			margin: 0;
			padding: 0;
			background: url("images/content/t_fon.jpg") right top no-repeat;
		}
	.center_content .in p {
		color: #000;
		font-family: Verdana;
		font-size: 12px;
		line-height: 150%;
		padding: 3px 10px 3px 0;
	}
		.center_content .in p.alarm {
			font-style: italic;
			color: #e23932;
			font-size: 11px;
			padding: 3px 10px 3px 0;
		}
		.center_content .in p.accept {
			color: #818181;
			font-size: 11px;
		}
	.center_content .div_clear {
		clear: both;
	}
	.center_content .in .icon {
		float: left;
		width: 43px;
		height: 43px;
		padding: 0;
		margin: 0 10px 0 0;
		border: none;
	}
		/*.center_content div.icon img {
			border: none;
			margin: 0;
			width: 43px;
			height: 43px;
		}*/
	/** Новости **/
	.center_content .in .item_div {
		clear: both;
		margin: 5px 0;
		border-bottom: 1px solid #eef3f6;
	}
		.center_content .in .item_div .action_panel {
			margin: 5px 0;
		}
	.center_content .in .object_date {
		font-family: Arial;
		font-size: 12px;
		color: #1b7db3;
		/*clear: both;*/
		margin: 0 0 0 0;
		padding: 5px 0;
	}
		.center_content .in .object_date span {
			font-size: 10px;
			color: #282828;
		}
	.center_content .in .object_caption {
		font-family: Arial;
		font-weight: bold;
		font-size: 16px;
		color: #1b7db3;
		padding: 0;
		margin: 5px 0;
	}
		.center_content .in .object_caption a {
			color: #1b7db3;
		}
	.center_content .in .go_to_object {
		font-family: Arial;
		font-size: 11px;
		text-align: right;
		margin: 0;
		color: #6e6e6e;
	}
	.center_content .in .source {
		text-align: right;
	}
		.center_content .in .go_to_object a {
			color: #b6b6b6;
			text-decoration: none;
			background: url("images/content/go_to.jpg") no-repeat right top;
			padding: 1px 20px 0 0;
		}
			.center_content .in .go_to_object a:hover {
				background: url("images/content/go_to.jpg") no-repeat right bottom;
			}
		.center_content .in .div_simple_img {
			float: left;
			margin: 5px 10px 5px 0;
			padding: 0;
		}
			.center_content .in .div_simple_img .simple_text_image {
				/*border: 1px #b3b3b3 solid;*/
			}
			.center_content .in img {
				padding: 0;
				background-color: #fff;
				border: 1px solid #dd7213;
				margin: 5px 10px;
			}
	.center_content .in .serv_div {
		position: relative;
		display: inline;
		float: left;
		width: 337px;
		margin-right: 20px;
		margin-bottom: 20px;
		background-color: #eae7e7;
	}
		.center_content .in .serv_div .num {
			position: absolute;
			left: 0;
			top: 0;
			height: 30px;
			color: #db6903;
			font-family: Times New Roman;
			font-size: 24px;
			padding: 0 10px;
		}
		.center_content .in .serv_div h2 {
			margin-left: 90px;
		}
		.center_content .in .serv_div p {
			margin-left: 90px;
			margin-right: 10px;
		}
			.center_content .in .serv_div .div_simple_img {
				margin: 10px 0 0 0;
			}
			.center_content .in .serv_div img {
				margin: 0 10px;
			}
		
		.center_content .in .doc_file {
			position: relative;
			clear: both;
			height: 70px;
		}
			.center_content .in .doc_file .doc_info {
				position: absolute;
				width: 190px;
				top: 0;
				left: 0;
			}
			.center_content .in .doc_file .doc_download {
				position: absolute;
				width: 190px;
				bottom: 10px;
				right: 0;
			}
				.center_content .in .doc_file .doc_download p {
					text-align: right;
				}
		.center_content .in .doc_file a {
			padding: 10px 0 10px 20px;
			background: url("images/doc_icons/page_white_get.png") no-repeat left;
		}
		.center_content .in .doc_file a.doc, .center_content .in .doc_file a.docx {
			background: url("images/doc_icons/page_white_word.png") no-repeat left;
		}
		.center_content .in .doc_file a.xsl, .center_content .in .doc_file a.xslx {
			background: url("images/doc_icons/page_white_excel.png") no-repeat left;
		}
	/** Полосатая таблица **/
	.center_content .in table {
		border: none;
		border-collapse: collapse;
	}
		.center_content .in table tr.odd {
			background-color: #e6e6e6;
		}
		.center_content .in table tr.even {
			background-color: #fff;
		}
			.center_content .in table tr td {
				padding: 5px 13px;
			}
	/** Pager **/
	.center_content .in .pager_div {
		text-align: left;
		color: #7f7f7f;
	}
		.center_content .in .pager_div span {
			padding: 0;
			
			letter-spacing: 5px;
		}
		.center_content .in .pager_div .pagers {
			font-weight: bold;
			color: #7f7f7f;
			padding: 0 20px 0 0;
			letter-spacing: normal;
		}
		
		.center_content .in a.link_page {
			margin: 0 5px 0 0;
			color: #6e6e6e;
			text-decoration: none;
			letter-spacing: normal;
			font-weight: bold;
		}
			.center_content .in a.link_page:hover {
				text-decoration: underline;
			}
		.center_content .in span.active_page {
			margin: 0 5px 0 0;
			color: #0c75ae;
			letter-spacing: normal;
			font-weight: bold;
		}
	/** Транспорт **/
	.center_content .in table.transport {
		border: none;
		border-collapse: collapse;
	}
		.center_content .in table.transport td {
			vertical-align: top;
			padding: 5px;
		}
	/** Форма ОС **/
	.center_content .in table.form_table {
		border: none;
		border-collapse: collapse;
	}
		.center_content .in table.form_table tr td {
			padding: 5px 10px;
			vertical-align: top;
			/*border: 1px red solid;*/
		}
		.center_content .in table.form_table img {
			margin: 0;
			border: none;
		}
	
	/**********************/
	/*Загруженные файлы*/
	.center_content .in .galary_files {
		position: relative;
		clear: both;
	}
		.center_content .in .galary_files ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			.center_content .in .galary_files ul li {
				padding: 3px 0;
				margin: 0;
			}
				.center_content .in .galary_files ul li p {
					margin: 0;
				}
				.center_content .in .galary_files ul li a {
					padding: 3px 0 3px 23px;
					background: url("images/doc_icons/page_white.png") no-repeat left;
				}
				.center_content .in .galary_files ul li a.doc, .center_content .in .galary_files ul li a.docx {
					background: url("images/doc_icons/page_white_word.png") no-repeat left;
				}
				.center_content .in .galary_files ul li a.pdf {
					background: url("images/doc_icons/page_white_acrobat.png") no-repeat left;
				}
				.center_content .in .galary_files ul li a.xls, .center_content .in .galary_files ul li a.xlsx {
					background: url("images/doc_icons/page_white_excel.png") no-repeat left;
				}
				.center_content .in .galary_files ul li a.ppt, .center_content .in .galary_files ul li a.pptx {
					background: url("images/doc_icons/page_white_powerpoint.png") no-repeat left;
				}
				.center_content .in .galary_files ul li a.mdb, .center_content .in .galary_files ul li a.mdbx {
					background: url("images/doc_icons/page_white_database.png") no-repeat left;
				}
				.center_content .in .galary_files ul li a.zip, .center_content .in .galary_files ul li a.rar {
					background: url("images/doc_icons/page_white_compress.png") no-repeat left;
				}
	.center_content .in .add_button {
		font-weight: normal;
		font-size: 8pt;
		clear: both;
	}
		.center_content .in .add_button a {
			color: #05246a;
		}
	.center_content .in .action_panel {
		font-weight: normal;
		font-size: 8pt;
		text-align: left;
		clear: both;
	}
		.center_content .in .action_panel a {
			color: #05246a;
		}
	.center_content .in .div_clear {
		clear: both;
		
	}
	/*** Левая колонка ***/
	.left_content {
		position: relative;
		float: left;
		display: inline;
		width: 253px;
		min-height: 291px;
		margin: 0;
		margin-left: -100%;
		border: none;
		padding: 0;
		background: url("images/day/left_f.jpg") no-repeat;
		/*border: 1px aqua solid;*/
	}
		#left_admin_menu {
			padding: 0 13px;
			margin: 0;
		}
			#left_admin_menu .title_menu {
				position: relative;
				height: 41px;
				padding: 0;
				margin: 0;
			}
				#left_admin_menu .title_menu p {
					font-family: Times New Roman;
					font-size: 18px;
					color: #fff;
					padding: 7px 0 0 29px;
				}
			#left_admin_menu ul.admin_menu {
				list-style: none;
				padding: 0;
				margin: 0;
			}
		.left_content .vert_menu_list { /*ul*/
			list-style: none;
			padding: 0 10px 0 5px;
			margin: 0;
		}
			.left_content .vert_menu_list li {
				font-family: Tahoma;
				font-size: 14px;
				color: #262626;
				padding: 8px 0 8px 25px;
				border-bottom: 1px solid #e5e6e6;
				background: #fff url("images/content/vert_menu_item.jpg") no-repeat top;
			}
				.left_content .vert_menu_list li.item_vert_menu_a {
					background: #fff url("images/content/vert_menu_item_a.jpg") no-repeat top;
				}
				.left_content .vert_menu_list li a {
					padding: 0;
					color: #262626;
				}
				.left_content .vert_menu_list li a:hover {
					color: #026fab;
					text-decoration: none;
				}
					.left_content .vert_menu_list li .u_vert_menu {
						list-style: none;
					}
						.left_content .vert_menu_list li .u_vert_menu li {
							background: none;
						}
				.left_content .vert_menu_list li .vert_under_menu {
					padding: 0;
					margin: 0;
					list-style: none;
				}
					.left_content .vert_menu_list li .vert_under_menu li {
						background: none;
						border: none;
						padding-left: 7px;
					}
		.left_content .gazel {
			position: relative;
			width: 225px;
			height: 225px;
			background: url("images/day/gazel.png") no-repeat;
		}
		.left_content .main_telephone {
			width: 220px;
		}
			.left_content .main_telephone .text_tel {
				text-align: center;
				font-family: Verdana;
				font-size: 14px;
				color: #5a5a5a;
			}
			.left_content .main_telephone .num_tel {
				text-align: center;
				font-family: Tahoma;
				font-size: 26px;
				font-weight: bold;
				color: #ff0000;
			}
	/** Правая колонка **/
	/*.right_content {
		position: relative;
		display: inline;
		width: 204px;
		margin: 0 0 0 -204px;
		padding: 0;
		float: left;
	}*/
/* Footer */
#footer {
	position: relative;
	height: 200px;
	width: 978px;
	margin-top: -200px;
	clear: both;
	background: url("images/day/f_fon.jpg") no-repeat;
}
	#footer div.footer_text {
		position: absolute;
		left: 0;
		top: 20px;
		margin: 0;
		width: 350px;
		padding: 0;
		/*border: 1px aqua solid;*/
	}
		#footer div.footer_text p {
			font-family: Arial;
			font-size: 11px;
			padding: 0 10px;
			color: #808080;
		}
			#footer div.footer_text p a {
				color: #ccc;
			}
	#footer div.footer_developer {
		position: absolute;
		right: 0;
		top: 130px;
		margin: 0;
		width: 300px;
		padding: 0;
	}
		#footer div.footer_developer p {
			font-family: Arial;
			font-size: 11px;
			padding: 0 44px;
			color: #042b99;
			text-align: right;
			text-transform: lowercase;
		}
			#footer div.footer_developer p a {
				display: block;
				position: absolute;
				right: 44px;
				width: 107px;
				height: 32px;
				background: url("images/day/apr_logo.jpg") no-repeat;
			}
	#footer .footer_contacts {
		position: absolute;
		top: 133px;
		left: 405px;
		width: 336px;
		font-size: 12px;
	}
		#footer .footer_contacts p {
			color: #042b99;
			margin-bottom: 10px;
		}
	#counters {
		position: absolute;
		top: 140px;
		margin: 0 0 0 33px;
	}
		#counters a {
			color: #fff;
		}
			#counters span {
				color: #fff;
			}
a.menu_link {
	color: #9199aa;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 5px;
	background: transparent url('images/buttons/button_out.png') left center
		no-repeat;
}

a.menu_link:hover {
	color: #fff;
	text-decoration: underline;
	background: transparent url('images/buttons/button_ovr.png') left center no-repeat;
}

a.menu_text_link, a.popup {
	color: #0004ae;
	margin: 10px 0;
	font-weight: bold;
	height: 14px;
}
.action_panel .popup {
	font-weight: normal;
}
/***Сообщения при отправке формы******/
 .send_ok
{
	font-weight: bolder;
	/*color: #005826;*/
	margin: 0;
}
.send_error
{
	font-weight: bolder;
	color: #ed1c24;
	margin: 0;
}
.div_error
{
	padding: 10px 15px;
	background-color: #ffe5e5;
	border: 1px solid #ed1c24;
}
.div_ok
{
	padding: 10px 15px;
	/*background-color: #d4ffe9;*/
	/*border: 1px solid #005826;*/
}

span.action_devider {
	padding: 0 3px;	
}
span.comment_label {
	color: #fff;	
}
a.text_list_big_image {
	display: block;
	text-align: center;
}
	img.content_big_image {
		width: 400px;
	}
	
/*спойлеры*/
div.spoiler {
	margin: 10px;
	border: 1px solid #d3d3d3;
}

div.spoiler .spoiler_caption {
	font-weight: bold;
	padding: 3px 0 3px 10px;
	vertical-align: middle;
	background-color: #f7f7f7;
	border-bottom: 1px solid #d3d3d3;
}

div.spoiler .spoiler_caption_cls {
	font-weight: bold;
	padding: 3px 0 3px 30px;
	vertical-align: middle;
	background: #f7f7f7 url('images/buttons/cls_tree.gif') 10px center
		no-repeat;
	cursor: pointer;
	border: none;
}

div.spoiler .spoiler_caption_op {
	border-bottom: 1px solid #d3d3d3;
	background: #f7f7f7 url('images/buttons/opn_tree.gif') 10px center
		no-repeat;
	font-weight: bold;
	padding: 3px 0 3px 30px;
	vertical-align: middle;
	cursor: pointer;
}

div.spoiler div.spoiler_body {
	padding: 10px;
}
