@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.backgraund {
	background-color:#f5ebd5;
}

a, a:visited {
	color: #5A2E2E;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

.content {
	padding: 4px 10px 4px 10px;
}


h1 {
	font-size:24px;
	font-family: "Times New Roman", Times, serif;
	padding:7px 10px 0px 15px;
	margin-bottom: 5px;
}

h2 {
	font-size:22px;
	background-image:url(images/h2bg.jpg);
	height:29px;
	padding:0px 10px 0px 15px;
	white-space:nowrap;

}

h3 {
	font-size:16px;
	padding:0px 10px 0px 15px;
	margin: 3px;
}

h4 {
	font-size:16px;
	padding:0px;
	margin: 0px;
	border-bottom: 2px solid #6D4643;
}

hr { color:#6D4643}

p {
	margin:0px 0px 8px 0px;
}

legend {font-size: 10pt;}

.tag {
	background-color:#d9cead;
	color:#5a2e2e;
	border: 1px #5a2e2e dotted;
	padding:0px 3px 0px 3px;
	margin:2px;
	font-size:10pt;
	white-space:nowrap;
	}
.tag_nouse {
	background-color: #e9dfc6;
	font-weight:normal;
}
.tag_use {
	background-color: #FFFF80;
	font-weight:bold;
}


.map_link {font-weight:normal;font-size:10pt;}
/* Стили для МЕНЮ */

.menu_main_span {
	padding:4px 2px 4px 2px;
}
.menu_main_a {
	white-space:nowrap;
}
.main_active {font-size:18px; text-decoration:underline;}

.menu_ext_a, .menu_ext_a:visited {
		font-weight: normal;
		font-family:"Courier New", Courier, monospace;
}

.sub_active {text-decoration:underline;}

/* Элементы формы */

input, textarea, select, button, .bt, .tab_bt {
	background-color: #D9CEAD; /*#D9CEAD*/
	border:   #a39b82 1px solid;
}
.bt, .tab_bt, .bt:hover, .tab_bt:hover, button {
	padding: 0px 5px 0px 5px;
	text-decoration:none;
	white-space:nowrap;
	cursor:hand;
}
.bt:hover, .tab_bt:hover {
	background-color:#FF9900;
}
.tab_active, .active{
	background-color:#FF9900;
}

.email_mess {
	color:#FF0000;
	font-size:22px;
	}

.leters_box {
	width:659px;
	height:78px;
	padding-top:25px;
	background-image:url(images/leter_matrix_bg.jpg);
}
.leters_matrix {
	font-size:22px;
}

.infobox_css {
	 border: 2px #996600 outset;
	 background-color: #FDDDA8;
	 color: #990000;

}

.select_div {
	 border: 1px #996600 solid;
	 background-color: #FDDDA8;
}
.select_title {
	background-color: #D8CBAE;
}
.select_td1 {background-color: #E0D5BE;}
.select_td2 {background-color: #EAE0C7;}

th { text-align: center; background-color:#D9CEAD;padding: 0px 10px 0px 10px;}
.wd5 {
padding: 0px 10px 0px 10px;
}

.stat24{
	color:#86816E;
	/*border: #B8B39D 1px solid;*/
	width:50px;
	text-align: right;
	padding: 0px 5px 0px 5px;
	font-size:10px;
	position: relative;
	left: 76px;
	top: 12px;

}

/* ajax-справочник */
	.hide{visibility:hidden;}
	.up{text-transform: uppercase;}
/* AJAX autocomplete */
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:440px;	/* Width of box */
		height:185px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#D9CEAD;	/* White background color */
		text-align:left;
		font-size:12px;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;
		padding:1px;
		cursor:pointer;
		font-size:12px;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */

	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color: #FDDDA8;
		color:#000;
	}
	#ajax_listOfOptions_iframe{
		background-color: #FDDDA8;
		position:absolute;
		z-index:5;
	}
.border1 {border: 1px solid gray; border-collapse: collapse;}

.form_info {font-size:12px;font-weight:bold;}

/* Экспресс стили */
.fs10 {font-size:10px;}
.fs12 {font-size:12px;}
.fs14 {font-size:14px;}
.fs16 {font-size:16px;}
.fwbold {font-weight:bold;}
.red {color:red;}
.green {color:green;}
.yellow {color:yellow;}
.blue {color:blue;}
.gray {color:#808080;}
.orange {color:#FF8000;}
.border_orange {border-color:#FF8000;}

