/*ОСНОВНОЙ ШРИФТ {}*/
	body,td,pre{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #383933;
	}
	pre{ font-family: monospace; }


	td.body{ background: #57950e; }
	table.bigtable{ width: 1020px; }
/*ЗАГОЛОВОК СТРАНИЦ {}*/
	td.pane_top{
		vertical-align: top;
		background-color: white;
	}
/*ПАНЕЛИ ЛЕВАЯ, ПРАВАЯ, СРЕДНЯЯ {}*/
	td.pane_left, td.pane_right{
	}
	td.pane_left{ background-color: white; width: 285px; }
	td.pane_left ul{list-style-image: url("images/li1.png"); margin: 0px; padding-left: 20px;}
	td.pane_left ul li{margin-bottom: 10px;}
	
	td.pane_right{
		width: 255px;
		background-color: white;
	}

	td.pane_center{
		background-color: white;
		padding: 0px 30px 30px 20px; 
	}

	/*горизонтальное меню {}*/
	td.pane_menuhoriz{
		background-color: #f9f8b0;
	}
/*ДЛЯ МОЛУЕЙ {}*/
	table.moduleL, table.moduleR{
		width: 100%;
		margin-bottom: 0px;
	}
	/*заголовок в панели {}*/
	td.moduleSmallTitle, td.moduleBigTitle{
		padding: 0 0 20 0;
	}
	td.moduleBigTitle h1{
		margin: 0px;
		font-weight: normal;
		color: #459c06;
		font-size: 24px;
		text-transform: uppercase;
	}
	td.moduleL{ padding-left: 22px; }
	td.moduleL, td.moduleR, td.moduleMENU{
	}
	td.moduleMENU{
	}


	table.moduleC{
		width: 100%;
	}
	td.moduleC{
		text-align: justify;
	}


/*ПОДНОЖЬЕ СТРАНИЦ {}*/
	td.pane_footer{
		vertical-align: top;
		height: 173px;
		background: url("images/footer.jpg") no-repeat white;
	}



/*ССЫЛКИ В МЕНЮ {}*/
	div.menusep{
		font-size: 0px; height: 1px;
		background: url("images/menusep.png") bottom;
	}

	/*СТРОКА МЕНЮ Nго УРОВНЯ {}*/
	div.menu0, div.menuactive0, div.menunolink0{
		padding: 2px 0px 2px 20px;
		background: url("images/arrow2.png") no-repeat 7px 7px;
	}
	div.menuactive0{
		background: url("images/arrow1.png") no-repeat 7px 7px;
	}
	div.menu1, div.menuactive1, div.menunolink1{
		padding-left: 16px;
	}

	/*ПУНКТ МЕНЮ Nго УРОВНЯ {}*/
	div.menu0 a, div.menunolink0, div.menu1 a, div.menunolink1, div.menuactive0 a, div.menuactive1 a{
		color: #4c4c4c;
		text-decoration: none;
		font-size: 14px;
	}
	/*активный пункт {}*/
	div.menuactive0 a, div.menuactive1 a{
		color: #3b7e0b; font-weight: bold;
	}
	/*пункт при наведении {}*/
	div.menu0 a:hover, div.menunolink0, div.menu1 a:hover, div.menunolink1{
		color: black;
	}


	/*горизонтальное меню {}*/
	table.menu_horiz{ height: 20px; }
	td.menu_horiz{ padding-left: 8px; }
	td.menu_horiz_separator{ width: 20px; text-align: center;}
	/*горизонтальное меню, всплавающее подменю {}*/
	table.menu_layer{ background-color: #ff5e06; border: 2px solid black; }
/*---ПОЛЬЗОВАТЕЛЬСКИЕ СТИЛИ------------------------------------------------------------------------- {}*/


/*ЗАГОЛОВОК #1 {}*/
	h1, h1 a{
		font-size: 24px;
		font-weight : normal;
		text-decoration: none;
		color: #27b6e2;
	}
	h1 a:hover{
		text-decoration: underline;
	}

	h2{
		font-size: 18px;
		font-weight : normal;
		color: #fe5e00;
	}

	pre, p{ margin: 0px; }

	/*ССЫЛКИ ПО ТЕКСТУ {}*/
	a{ color: #70c512; text-decoration: underline; }
	a:hover{ color: #459c06; }

	hr{ }
	div.hr{ font-size: 0px; height: 1px; border-bottom: 1px solid #b9b9b9; }	


/*ЭЛЕМЕНТЫ ФОРМ {}*/
	input, select, textarea{
		background-image: url(images/innershadow.png);
		background-repeat: no-repeat;
	}
	input, select, textarea, .inputerror{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #EEEEEE;
		border : 1px solid #514f63;
	}
	.inputerror{
		background-image: none;
		background-color: #FFC0C0;
	}
	input.image{
		background-image: none;
		background : transparent;
		border : none;
	}
	input.radio{
		background-image: none;
		border : none;
	}
	input.checkbox{
		background-image: none;
		background-color: transparent;
		border: none;
		margin: 4px;
	}
	input.submit{
		background-image: none;
		color: white;
		background-color: #669c3a;
		border : 1px solid black;
		font-weight: bold;
	}

/*ЭЛЕМЕНТЫ ТАБЛИЦ {}*/
	th{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: black;
		color: white;
		text-align: left;
		border-bottom: 1px solid black;
	}
	td.data{ border-bottom: 1px solid black; }

	
	div.cms_footer{ position: absolute; visibility: hidden; display: none; }
	
	/*Не отображать рамку вокруг картинки, если она внутри ссылки*/
	a img{ border: none; }

	/*Контейнер для всплывающей фотографии*/
	div#imgloader_container {
		position: absolute;
		border: 1px solid #ccc;
		background-color: white;
		padding: 8px;
		display: none;
		cursor: pointer;
		z-index: 9000;
	}
	
	/*Анимация при загрузке*/
	.loading{ background: url("images/loading.gif") no-repeat center center white; }	
	
	/*Кнопка закрытия popup окна*/
	div#imgloader_closebox{
		position: absolute;
		background: url("images/imgpopup_closebox.png") no-repeat;
		width: 22px;
		height: 22px;
		display: none;
		cursor: pointer;
		z-index: 9001;
	}
	
	/*Если AJAX ответ не загрузится*/
	.ajax_error{ background: url("images/error.png") no-repeat center center #FFC0C0; }	

	/*Контейнер для AJAX контента ajaxpopup*/
	div#ajaxpopup_content { width: 500px; height: 400px; overflow: auto; }


	/*Область для различных уведомлений*/
	.note{ background-color: #fbfbfb; border: 1px solid #eeeeee; padding: 4px; text-align: center; }
		
		
	/*Paging*/
	div.paging a, div.paging span{ margin: 4px; padding: 4px; }
	div.paging span{ font-weight: bold; }
	
	div.question{ height: 217px; width: 255px; background: url("images/question.png"); }
	div.question div{ padding-top: 68px; padding-left: 65px;}
	div.question div a{color: #fe5e00; font-size: 24px;}
	
	div.bluebox{height: 108px; width: 261px; background: url("images/bluebox.png");}
	div.bluebox div{ color: white; font-weight: bold; padding: 14px 16px 0px 16px;}
	
	div.polezno_top{ height: 30px; background: url("images/polezno.png") no-repeat;}
	div.polezno_center h1{
		font-size: 24px;
		font-weight : normal;
		color: #fe5e00;
		margin-top: 0px;
	}
	div.polezno_center{ padding: 0px 30px 0px 20px; background: url("images/polezno_tile.png") repeat-y; }
	div.polezno_center a{font-weight: bold; color: #383933;}
	div.polezno_bottom{height: 30px; background: url("images/polezno.png") no-repeat bottom;}
	
	
	div.menu2{position: absolute; top: 215px; left: 39px; background: url("images/menu2bg.png") no-repeat; width: 219px; height: 278px;}
	div.menu2aligner{ padding: 20px 15px 0px 15px;}

