/* Служебные блоки */
HTML, BODY {
	padding: 0;
	margin: 0;	
}


.divclear {
	clear: Both;
}

.divglobal {
	padding-left: 3%;
	padding-right: 2%;
}

.divz60 {
	z-index: 60;
}

.divz40 {
	z-index: 40;
}


/* Шапка */
.head_top {
	position: relative; 
	margin: 0;
	padding: 0;
	height: 90px;
	background-color: RGB(245,245,245);
	background-image: url('/img/head.png');
	background-repeat: repeat-x;
}

/* Верхняя линия */
.line_top {

	border: none;
	height: 1px;
	Color: Black;
	background-color: Black; 
}

.line_bottom {
	border: none;
	height: 1px;
	Color: Silver;
	background-color: Silver;
}

/* Верхнее меню */
.menu_top {
	margin-left: 21.5%;

}

.body_center {
	background-color: #eaedf5; /* eaedf5 RGB(245,245,245)*/
	background-image: url('/img/left_right_col.png');
	background-repeat: repeat-x;
}

/* Новости слева */
.news_left {
	margin: 0;
	padding: 0;
	width: 24%; 
	height: 100px; 
	float: left;
	padding-left: 10px; 
	padding-right: 5px; 

	font-size: 70%; /* 70 */
	line-height: 150%;
}

/* Информация справа */
.info_right {
	padding: 0;
	margin: 0;
	text-align: right;
	margin-left: 85%;
	padding-top: 20px; 
	padding-right: 10px; 

	font-size: 70%; /* 70 */
	line-height: 150%;
}


/* Содержание страниц */
.block_center {
	padding: 0;
	margin: 0;
	width: 84%;
	float: left;
	padding-top: 20px; 
}


/* Содержание страниц */
.content_center {
	padding: 0;
	margin: 0;
	text-align: justify;
	margin-left: 25%;
	background-color: white;

	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 10px;

	font-size: 80%;
	line-height: 150%;
}

/* Подвал */
.footer_bottom {
	margin: 0;
	padding: 0;
	clear: Both;
	
	background-color: #8e9ac9;
	height: 60px;
}

/* Центральный блок */
.bottom_block_center {
	padding: 0;
	margin: 0;
	width: 84%;
	float: left;
}

.bottom_left {
	margin: 0;
	padding: 0;
	width: 25%; 
	float: left;
}

.bottom_center {
	padding: 0;
	margin: 0;
	margin-left: 25%;
	background-image: url('/img/bottom_center.png');
	background-repeat: repeat-x;
	height: 60px;
}


.bottom_right {
	/* margin-left: 84%;
	width: 1%;
	background-image: url('/img/bottom_center.png');
	background-repeat: repeat-x;
	height: 60px; */
}



/* Авторские права */
.CopyRightTeam {
	position: relative;
	text-align: left;
	float: left;
	top: -40px;
	left: 10px;
	z-index: 20;
}

.CopyRightHostCms {
	position: relative;
	text-align: Right;
	top: -40px;
	Right: 10px;
	z-index: 10;
}

.CopyRightDen {
	position: relative;
	text-align: Center;
	float: left; 
	top: -40px;
	width: 55%;
	z-index: 15;
}


/* Основной шрифт и ссылки */
.TextFont
{
	font-family: /*"Lucida Sans Unicode",*/ Verdana, Arial, sans-serif;
	color: #3D3D3D;
	text-indent: 0px;
	Height: 100%;
}

.TextFont A {
	color: RGB(0,28, 217); /* Blue; */
	Text-Decoration: None;
}

.TextFont A:Hover {
	Text-Decoration: Underline;
}

/* Заголовок новостей */
.LinkNews A {
	color: RGB(0,28, 217); /* Blue; */
	Text-Decoration: None;
	font-size: 18px;
}

.LinkNews A:Hover {
	Text-Decoration: Underline;
}

/* Нижний шрифт и ссылки */
.TextBottom
{
	font-family: /*"Lucida Sans Unicode",*/ Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: White;
	text-indent: 0px;
	line-height: 150%;
}

.TextBottom A {
	color: RGB(0,28, 217); /* Blue; */
	Text-Decoration: None;
}

.TextBottom A:Hover {
	Text-Decoration: Underline;

}


/*Вверхний шрифт и ссылки */
.TextHead
{
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 22pt;
	padding-left: 10px;
	padding-top: 30px;
	color: Black;
}

/*маленький заголовок */
.TextHeadSmall
{
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14pt;
	padding-left: 55px;
	color: Black;
}

.TextHead A {
	color: Black; /* Blue; */
	Text-Decoration: None;
}

.TextHead A:Hover {
	Text-Decoration: None;
}

/* Язык в заголовке */
.TextHeadLang
{
	/* font-family: 'Times New Roman', Arial, sans-serif; */
	font-size: 8pt;
	padding-top: 10px;
	padding-right: 10px;
	font-weight: normal;
	text-align: right;
	float: right;
}

/* Зеленый текст */
.TextGreen {
	color: #88c604;
	font-size: 12pt;
	font-weight: normal;
}

h1 {
	color: #88c604;
	font-weight: normal;
	font-size: 12pt;
}

/* Зеленый текст */
.TextAnnounce {
	color: Black;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

/* Желтый фон */
.TextYellow {
	background-color: #FFFF99; /* Желтый фон */
}

/* Скачать */
.TextDownLoad {
	font-size: 14pt;
}

/* Скачать */
.TextDownLoadSmall {
	color: Gray;
}



/* Шрифт в новостях */
.DataNews {
	color: Gray; 
	font-style: italic;
}

.TextNews {
	font-style: italic;
}

/* Шрифт в подзаголовках */
.TextUnderHead {
	font-weight: bold;
	font-size: medium;
}

/* Выпадающее описание */
ul.slideul {
	list-style-image: url('/img/right.png');
	Text-Decoration: None;
	z-index: 60; 
}

ul.slideul span {
	cursor: pointer;
}

ul.slideul li ul  {
	list-style-image: none;
	list-style-type: none;

	background-color: #bfc2e2; /* Silver; */ /* RGB(254, 254, 254); */
	background-image: url('/img/hint.png');
	background-repeat: repeat-x;
}


/* Закладки */
.tabsulback {
	background-color: RGB(240, 240, 240);	
	height: 30px;
	padding: 5px;
}

.tabsulborder {
	border: 1px Solid Silver;	
	padding: 2px;
}

.tabsulblock {
	padding: 10px;	
}

.tabsul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.tabsul li {
	/* position: relative; */
	display: inline;
	float: left;
	padding: 5px;
	color: Black;
	background-color: RGB(210, 210, 210);
	border: 1px Solid White;
	height: 20px;
}

/* Картинки */
.divimgback {
	background-color: #e8ecfb;
}

.divimgtext {
	/* position: Absolute; */
	/* margin-top: -130px; */
	/*left: 210px; */
	/* padding-left: 10px;
	padding-right: 10px; */
}


.viewable {
	color: White;	
	background-color: White;	
}

.viewable img {
	padding: 1px;	
	border: 1px Solid White;	
}

/* Таблица */
.litetable {
	border-collapse: collapse;	
}

.litetable TD {
	border: 1px Solid Gray;	
	padding: 3px;	
}

.litetableHead {
	text-align: center;
	background-color: RGB(240, 240, 240);	
	font-weight: bold;	
}


/* Выпадающее меню */
.jqueryslidemenu{
/* font: bold 12px Verdana; */
font: normal 12px Verdana; /* 13px */
/* background: #426D10;  Фоновый цвет всего меню  */
/* width: 100%; */ /* Ширина меню  */
}

/* Убираем поля , отступы и маркеры для основного списка  */
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Выстраиваем элементы списка горизонтально*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Стили ссылок пунктов списка верхнего уровня*/
.jqueryslidemenu ul li a{
display: block;
background: RGB(58,74,84);  /* #426D10 Фоновый цвет ячеек меню в обычном состоянии*/
padding:7px 10px;     /* 8px 12px Отступы  элементов меню: сверху-снизу   и справа-слева*/
border-right: 1px solid #000; /*Стиль перегородки между ячейками*/
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*Хак специально для IE6, чтобы достичь корректного отображения*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white; /*Цвет текста ячеек меню*/
}

.jqueryslidemenu ul li a:hover{
background: RGB(38, 49, 55); /* black Цвет фона ячеек меню при наведении*/
color: RGB(230, 254, 5);/* #ffff00 Цвет текста меню при наведении*/ /* RGB(230, 254, 5) RGB(132, 187, 255)  RGB(216, 239, 1)*/
}
	

.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}


.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}


.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Стили для подменю */
.jqueryslidemenu ul li ul li a{
background: RGB(73,94,105);  /* #666666 фоновый цвет подменю в обычном состоянии */
font: normal 12px Verdana;  /* стиль шрифта элементов подменю */
width: 140px; /*ширина подменю*/
padding: 6px; /* 6px отступы*/
margin: 0;
border-top-width: 0;   
border-bottom: 1px solid gray;   /* 1px solid gray стиль перегородки между пунктами подменю */
}

.jqueryslidemenu ul li ul li a:hover{ 
background: RGB(38, 49, 55); /* black фоновый цвет подменю при наведении */
color: RGB(230, 254, 5); /* #FFFF00 цвет текста подменю при наведении */
}

/* ######### Стили для изображений (стрелочки вниз и вправо) ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 5px;
}