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


	td.body{
		background: url("images/bg.png") repeat-x #f2f3ed;
	}
	table.bigtable{
		width: 963px;
	}
/*ЗАГОЛОВОК СТРАНИЦ {}*/
	td.pane_top{
		text-align: center;
		height: 225px;
		vertical-align: middle;
		background: url("images/header.png") no-repeat bottom;
	}
/*ПАНЕЛИ ЛЕВАЯ, ПРАВАЯ, СРЕДНЯЯ {}*/
	td.pane_left, td.pane_right{
		width: 192px;
	}
	td.pane_left{
		background: url("images/pane_tile.png") repeat-y left;
		padding-right: 15px;
	}
	td.pane_right{
		background: url("images/pane_tile.png") repeat-y right;
		padding-left: 15px;
	}

	td.pane_center{
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
		background-color: white;
	}

	/*горизонтальное меню {}*/
	td.pane_menuhoriz{
		background-color: #f9f8b0;
	}
/*ДЛЯ МОЛУЕЙ {}*/
	table.moduleL, table.moduleR{
		width: 148px;
		margin-bottom: 8px;
	}
	table.moduleL{
		margin-left: 22px;
	}
	table.moduleR{
		margin-left: 22px;
	}
	/*заголовок в панели {}*/
	td.moduleSmallTitle, td.moduleBigTitle, h2{
		color: #0083ae;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: -1px;
	}
	td.moduleSmallTitle{
		padding: 14 0 10 0;
	}
	td.moduleBigTitle{
		padding: 14 0 10 19;
	}

	td.moduleL, td.moduleR, td.moduleMENU{
	}
	td.moduleMENU{
	}


	table.moduleC{
		width: 100%;
	}
	td.moduleC{
		text-align: justify;
		padding: 0 19 22 19;
	}


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


	td.pane_footer a{
		color: #52514f;
	}


/*ССЫЛКИ В МЕНЮ {}*/
	/*СТРОКА МЕНЮ Nго УРОВНЯ {}*/
	div.menu0, div.menuactive0, div.menunolink0{
		padding-left: 0px;
		text-align: center;
		float: left;
		padding: 6 10 6 10;
	}
	div.menuactive0{
		background-color: #70706e;
	}
	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: black;
		text-decoration: none;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: -1px;
	}
	/*активный пункт {}*/
	div.menuactive0 a, div.menuactive1 a{
		color: white;
	}
	/*пункт при наведении {}*/
	div.menu0 a:hover, div.menunolink0, div.menu1 a:hover, div.menunolink1{
		color: black;
		text-decoration: underline;
	}


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


/*ЗАГОЛОВОК #1 {}*/
	h1, h1 a{
		color: #525252;
		font-size: 14px;
		font-weight : bold;
		margin: 0px;
		letter-spacing: -1px;
		text-decoration: none;
	}
	h1 a:hover{
		color: #525252;
		text-decoration: underline;
	}
	
	h2{
		font-size: 14px;
		font-weight : bold;
	}

	pre, p{
		margin: 0px;
	}

	/*ССЫЛКИ ПО ТЕКСТУ {}*/
	a{
		color: #0083ae;
		text-decoration: underline;
	}
	a:hover{
		color: darkblue;
	}

	hr{
		color: #000000;
		height: 1px;
		border : 0px;
	}


/*ЭЛЕМЕНТЫ ФОРМ {}*/
	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: #0384af;
		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;
	}



	div.menu_separator{
		width: 40px;
		background-color: red;
		float: left;
		height: 28px;
		background: url("images/separator.png") center no-repeat;
	}
	div.menuitem{
		float: left;
	}







	/*Не отображать рамку вокруг картинки, если она внутри ссылки*/
	a img{
		border: none;
	}

	/*Контейнер для всплывающей фотографии*/
	div#imgloader_container {
		position: absolute;
		border: 1px solid #ccc;
		background-color: white;
		padding: 8px;
		display: none;
		cursor: pointer;
	}
	
	/*Анимация при загрузке*/
	.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;
	}
	
	/*Если AJAX ответ не загрузится*/
	.ajax_error{
		background: url("images/error.png") no-repeat center center #FFC0C0;
	}	
	
	/*Область для различных уведомлений*/
	.note{
		background-color: #fbfbfb;
		border: 1px solid #eeeeee;
		padding: 4px;
		text-align: center;
	}
