/******************************* GLOBAL STYLES *******************************/
html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #ffffff url(../img/back.png) no-repeat 0px 20px;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, _sans;
	font-size: 10pt;
	color: #333333;
	height: 100%;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #dd0000;
}
hr {
	clear: both;
	height: 1px;
	border: none;
	background: #dadada;
}
* html hr {
	border: solid 1px #dadada;
}
form {
    padding: 0px;
}
form table {
	padding: 10px 18px 15px 18px;
}
th {
	text-align: center;
	font-size: 9pt;
	color: #999;
}
.red {
	color: #cc0000;
}
.black {
	color: #333333;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.remark {
	font-size: 8pt;
	color: #666;
}
/******************************** MAIN STYLES ********************************/
	/*** TEMPLATE START ***/
#h_dump {
	background: url(../img/h_line.png) repeat-x top;
}
#h_dump a {
	display: block;
	float: left;
	width: 40px;
	text-align: center;
	padding-top: 10px;
}
#h_separator {
	font-weight: bold;
	font-size: 8pt;
	background: #fafafa;
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	color: #bbbbbb;
	margin: 10px 0px;
	padding: 3px 30px 3px 30px;
	height: 15px;
}
#floating {
	position: absolute;
	z-index: 2000;
	display: none;
	background: #fafafa;
	border: solid 1px #dadada;
	padding: 3px 5px 3px 5px;
	font-size: 8pt;
	max-width: 200px;
}
#left_col {
	width: 200px;
	padding: 10px 10px 10px 20px;
}
#center_col {
	padding: 10px;
}
#right_col {
	width: 200px;
	padding: 10px 20px 10px 10px;
}
#header {
	padding-top: 10px;
}
#footer {
	font-size: 8pt;
	background: #fafafa;
	border-top: solid 1px #dadada;
	color: #bbbbbb;
	margin: 0;
	padding: 10px 20px 10px 20px;
}
#footer .service {
	float: right;
}
	/*** TEMPLATE END ***/

	/*** FORMS START ***/
label {
	display: block;
	float: left;
	width: 150px;
}
input, textarea, select {
    border: solid 1px #999999;
    background: #ebeff3;
}
textarea {
	width: 400px;
	height: 200px;
	overflow: hidden;
}
input.radio {
	background: none;
	border: none;
	margin: 0px 75px 0px 10px;
}
input.chk, input.del_chk, input.hid_chk {
	background: none !important;
	border: none;
}
input.text {
	width: 250px;
	background: #ebeff3;
}
input.longtext {
	width: 500px;
	background: #ebeff3;
}
input.button {
	width: 150px;
	background: #ad0709 url(/img/std_btn.png) repeat-x center center;
	color: #ff6060;
	border: inset 2px #ad0709;
	cursor: pointer;
	font-family: Arial, Tahoma, Verdana, _sans;
	font-weight: bold;
	font-size: 9pt;
}
input.button:hover {
	color: #f28a8a;
	border: inset 2px #bc0000;
	background: #bc0000 url(/img/std_btn_h.png) repeat-x center center;
}
#fld_1, #fld_2, #fld_3, #fld_4, #fld_5, #fld_6 {
	width: 200px;
}
#find_btn, #send_btn, #add_btn, #reset_btn {
	margin-left: 200px;

}
.field {
	border-top: dashed 1px #dadada;
	margin: 18px;
	padding-top: 18px;
}
#restricting {
	margin-right: 10px;
	width: 80px;
}
	/*** FORMS END ***/

	/*** MENU START ***/
#menu {
	margin: 0px 0px 60px;
	line-height: 110%;
}
#menu div, #menu a {
	margin: 1px 1px 3px 1px;
	padding: 10px 15px 10px 15px;
	font-weight: bold;
	font-size: 9pt;
}
#menu div {
	border-left: solid 5px #ed1c24;
	border-right: solid 5px #ed1c24;
	color: #ed1c24;
}
#menu a {
	display: block;
	border-left: solid 5px #0094d8;
	border-right: solid 5px #ffffff;
	color: #0094d8;
}
#menu a:hover {
	border-left: solid 5px #1171a2;
	border-right: solid 5px #1171a2;
	color: #1171a2;
	text-decoration: none;
}
	/*** MENU END ***/

	/*** CONTENT START ***/
.block {
	background: #fafafa;
	border: solid 1px #dadada;
	color: #333333;
	padding: 1px 1px 10px;
	margin-bottom: 20px;
	text-align: left;
}
.block h2 {
	margin: 0px 0px 10px;
	padding: 5px 18px 5px 38px;
	font-size: 16pt;
	color: #584707;
	background: #c4b681 url(/img/h2_main.png) repeat-x center center;
	border: solid 1px #584707;
}
.block h3 {
	margin: 0;
	padding: 20px 18px 5px 38px;
	font-size: 13pt;
}
.block p {
	margin: 0;
	padding: 5px 18px 5px 18px;
	line-height: 150%;
	text-align: justify;
}
.block .photo {
	float: right;
	padding: 20px;
	background: url(../img/logo_back.png) no-repeat center center;
}
.block .photo img {
	padding: 1px;
	border: solid 1px #999999;
}
img.photo {
	padding: 1px;
	border: solid 1px #999999;
}
.side h3 {
	padding: 5px 18px 5px 18px;
	font-size: 11pt;
	line-height: 100%;
	background: #dadada url(/img/h3_side.png) repeat-x center center;
	border: solid 1px #aaaaaa;
}
.major_side_h3 {
	color: #fc0;
	background: #900 url(/img/h3_side_red.png) repeat-x center center !important;
	border: solid 1px #300;
}
.major_block {
	background: #fee;
	border: solid 1px #faaaaa;
	font-weight: bold;
	color: #000;
}
.side p {
	text-align: left;
}
.elem {
    border-top: dashed 1px #dadada;
    margin: 0px 18px 0px 18px;
    padding: 10px 10px 15px 10px;
    background: #fafafa;
}
.elem .title {
	font-size: 12pt;
	color: #990000;
    font-weight: bold;
}
.elem .date {
    font-weight: bold;
    text-align: right;
    color: #acacac;
    width: 250px;
}
.elem .text {
    line-height: 150%;
    text-align: justify;
    padding-top: 10px;
}
.elem .auth {
    color: #333366;
    float: right;
}
.auth:before {
	content: "Автор: ";
	font-weight: bold;
}
	/*** CONTENT END ***/

	/*** PAGING START ***/
.paging {
	height: 30px;
	padding: 20px 18px 10px 18px;
	border-top: solid 1px #dadada;
}
.paging span, .paging a {
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	margin: 0px 5px 5px 0px;
	text-align: center;
	font-weight: bold;
}
.paging span {
	background: #dadada;
	border: solid 1px #999999;
}
.paging span.label {
	width: 100px;
	background: none;
	border: none;
}
.paging a {
	color: #a8d6ee;
	border: solid 1px #333333;
	background: #1171a2;
}
.paging a:hover {
	text-decoration: none;
	color: #d6effc;
	background: #1a7bac;
}
	/*** PAGING END ***/

.side_news {
	padding: 5px 18px 5px 18px;
}
.side_scheme {
	text-align: center !important;
}
.side_scheme select {
    width: 160px;
    margin-top: 10px;
    border: solid 1px #999999;
    background: #dadada;
}
table.files {
	padding: 5px 18px 5px 18px;
	vertical-align: middle;
}
.files .note {
	width: 200px;
	padding: 0px 25px 0px 10px;
	text-align: left;
}
.files .ico {
	width: 44px;
	vertical-align: middle;
	text-align: center;
}
.files a {
	width: 34px !important;
	height: 34px !important;
	display: block;
	padding: 5px;
	margin: 5px;
	border: solid 1px #dddddd;
}
.files a:hover {
	background: #dadada;
}
.alert {
	display: block;
	width: 600px;
	margin: 10px 18px 10px 18px;
	padding: 10px 10px 10px 45px;
	color: #990000;
    background: #ffeeee url(../img/alert.jpg) no-repeat 5px center;
    border: solid 1px #990000;
}
.alert a {
	color: #cc0000;
}
#alert {
	display: block;
	margin: 10px 18px 10px 18px;
	padding: 10px 10px 10px 45px;
	color: #990000;
    background: #ffeeee url(../img/alert.jpg) no-repeat 5px center;
    border: solid 1px #990000;
}
.closer {
	float: right;
	cursor: pointer;
}
.t_1 {
	background: #dadada;
}
.t_2 {
	background: #cccccc;
}
.weather {
	padding: 5px 18px 5px 18px;
	font-size: 8pt;
}
.weather h4 {
	color: #1171a2;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}
#gis {
	display: block;
	margin-top: 5px;
	padding: 3px 0px 3px;
	background: #1171a2;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
#gis:hover {
	text-decoration: none;
}
#reserve_frm label {
	width: 225px;
}
#reserve_frm .text {
	width: 325px;
}