/*ОСНОВНОЙ ШРИФТ {}*/
	body,td,pre{
		font-family: Georgia, serif;
		font-size: 13px;
		color: #383833;
	}
	pre{
		font-family: monospace;
	}


	td.body{
		background: url("images/bricks.jpg");
	}
	table.bigtable{
	}
/*ЗАГОЛОВОК СТРАНИЦ {}*/
	td.pane_top{
		background: url("images/header.png") center no-repeat;
		height: 135px;
		vertical-align: top;
		text-align: center;
	}
/*ПАНЕЛИ ЛЕВАЯ, ПРАВАЯ, СРЕДНЯЯ {}*/
	td.pane_left, td.pane_right{
	width: 50%;
	}
	td.pane_left{
	}
	td.pane_right{
	}

	td.pane_center{
		width: 892px;
		background: url("images/centertile.png");
	}

	/*горизонтальное меню {}*/
	td.pane_menuhoriz{
		background-color: #f9f8b0;
	}
/*ДЛЯ МОЛУЕЙ {}*/
	table.moduleL, table.moduleR{
		width: 100%;
		margin-bottom: 0px;
	}
	/*заголовок в панели {}*/
	td.moduleSmallTitle, td.moduleBigTitle{
		height: 69px;
		background: url("images/head.png");
		padding: 0px 115px 0px 115px;
	}
	td.moduleBigTitle h1, .moduleBigTitle_h1{
		margin: 0px;
		font-weight: normal;
		color: black;
		font-size: 24px;
	}
	td.moduleL, td.moduleR, td.moduleMENU{
		padding: 8px;
	}
	td.moduleMENU{
	}


	table.moduleC{
		width: 100%;
	}
	td.moduleC{
		text-align: justify;
		padding: 0px 115px 0px 115px;
	}


/*ПОДНОЖЬЕ СТРАНИЦ {}*/
	td.pane_footer{
		vertical-align: top;
		height: 140px;
		background: url("images/footertile.png");
	}
	div.footer2{
		height: 140px;
		background: url("images/footer.png") center no-repeat;
	}
	div.footer2_aligner{
		text-align: center;
		padding-top: 90px; 
	}



/*ССЫЛКИ В МЕНЮ {}*/
	/*СТРОКА МЕНЮ Nго УРОВНЯ {}*/
	div.menu0, div.menuactive0, div.menunolink0{
	}
	div.menuactive0{
	}
	div.menu1, div.menuactive1, div.menunolink1{
	}

	/*ПУНКТ МЕНЮ Nго УРОВНЯ {}*/
	div.menu0 a, div.menunolink0, div.menu1 a, div.menunolink1, div.menuactive0 a, div.menuactive1 a{
		color: #9d9e91;
		text-decoration: none;
		font-size: 14px;
	}
	/*активный пункт {}*/
	div.menuactive0 a, div.menuactive1 a{
		color: #9d9e91;
		text-decoration: underline;
	}
	/*пункт при наведении {}*/
	div.menu0 a:hover, div.menunolink0, div.menu1 a:hover, div.menunolink1{
		text-decoration: underline;
	}


	/*горизонтальное меню {}*/
	table.menu_horiz{
		height: 20px;
	}
	td.menu_horiz{}
	td.menu_horiz_separator{ width: 20px; text-align: center; color: #9d9e91; }
	/*горизонтальное меню, всплавающее подменю {}*/
	table.menu_layer{
		background-color: #666666;
		border: 2px solid black;
	}
/*---ПОЛЬЗОВАТЕЛЬСКИЕ СТИЛИ------------------------------------------------------------------------- {}*/


/*ЗАГОЛОВОК #1 {}*/
	h1, h1 a{
		font-size: 16px;
		font-weight : bold;
		text-decoration: none;
	}
	h1 a:hover{
		text-decoration: underline;
	}

	h2{
		font-size: 14px;
		font-weight : bold;
	}

	pre, p{
		margin: 0px;
	}

	/*ССЫЛКИ ПО ТЕКСТУ {}*/
	a{
		color: #969696;
		text-decoration: underline;
	}
	a:hover{
		color: #59461b;
	}

	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: gray;
		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;
	}
	
	
	
	table.mainmenu{}
	table.mainmenu td{ width: 33%; text-align: center; padding: 9px 0px 9px 0px;}
	table.mainmenu a{font-size: 17px; color: #666666; text-decoration: none;}
