	/* Основные настройки html */
html {  height: 100%;}
form {  margin:0;  padding:0;}
/***Форма текста ***/
p {	margin-top:0px; 	margin-bottom:5px;}
body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;}
a:link, a:visited {	text-decoration: none;	font-weight: normal;}
a:hover {	text-decoration: underline;	font-weight: normal;}
/*** курсор - рука для нажатия ***/
input.button { cursor: pointer; }
/* поиск ввод чтоб не дублировало в форуме */
div.search input {
	width: 140px;
	border: 1px solid #ccc;
	margin: 10px 0 10px 0; /* размер отступа */
}
#page_bg {padding:0;margin:0;}
div.center {  text-align: center;}
/***Главное окно и центровка его***/
div#wrapper {	margin-left: auto;	margin-right: auto;}
/*** Размеры страниц ***/
body.width_fmax div#wrapper {
	min-width: 395px;
	max-width: 1200px;}
/****Верх сайта из 2 модулей***/
table.header {
	width: 100%;   /****ширина***/
	height: 150px; /****высота***/
	background: #e0f3f1; /* Фон голубой */
	font-family: Arial;
} 
/****debug modul левый ***/
td.header_l {padding:0; }
/****top modul с рисунками***/
td.header_r img {
	max-width:100%;
	height: auto;}
			/* Верхнее меню */
table.pill {
  margin-left: auto;
  margin-right: auto;
  border-collapse:collapse; /* ординарные границы */
} 
td.pill_m {	/* рисунки прямоугольников кнопок */
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;  margin: 0;  width: auto;}
#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;}
#pillmenu ul {  margin: 0;  padding: 0;  list-style:none;}
#pillmenu li {	/* Рисунок разделителя кнопок */
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;	padding: 0;}
#pillmenu a {	/* Шрифт меню размер и цвет */
  font-family: Vineta BT;
  font-size: 15px;
  font-weight: bold;
  float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;	/* Поля вокруг текста */
  color: #000add;
  text-decoration: none;}
#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;}
/****модуль под верхним меню***/
#searchF {
	float: right;
	width:100;
	margin-top: 0px;
	margin-right: 30px;
	height: 20px;
	overflow: hidden;	/* востанавливает обрезаное */
}
/****Модуль <div id="pathway"> 2 под верним меню - зарегистиров пользователи***/
#pathway {
	padding: 0px 10px 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 250px;      /****растояние справа -почему не слева???***/
	text-align: left;}
span.pathway {					/****???????????????????????***/
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}
/****это <div class="clr"> непонятно***/
.clr {clear: both;} /* для текста стиль - растянут */ 
/* Блок над юзер1 и юзер2 до <div id="footer">*/
#whitebox {
	margin: 0 auto; /* центрируем основной контейнер */
	background: #FFFFE0;		/* цвет светложёлтый*/
	width: 100%;}
#whitebox div {text-align: left;}
/****непонятный модуль ***/
#area {	padding: 0;}
/* непонятная фигня*/
#leftcolumn {padding:0;	margin:0;width: 20%;float:left;}
#leftcolumn div.module {	padding:0}
#leftcolumn div.module table {	width: auto;}
/* с юзер 1 и до конца материала*/
#maincolumn,
#maincolumn_full {margin:0;	padding:0; width:100%;}
/* Таблица центра и правой части*/
table.nopad {	
	width: 100%;
	vertical-align:top;
}
/* Стиль правой части и еще?*/
div.moduletable{}

/* При ширине экрана меньше 375 - ячейка не показывается */
@media (max-width: 375px) {
td.rite {display: none;}
}

/* Правая часть модуль - ширину сделать правильно */
td.rite {
	width: 200px;
	margin-top:16px;  /*** верхнего отступа ***/
	background: #fff2ff; /* Цвет фона */
	border-style: solid ; /* 1 границы */
	border-color: #8ff879; /* салатовая граница*/
	border-width: 1px; /* толщина границы таблицы*/
	padding: 5px 1px 0px 1px  ;
	vertical-align:top;
}

/* Материал */
table.elation {

	border-style: double; /* стиль границы */
	background: #fff2ff; /* Цвет фона */
	border-color: #1E90FF; /* Цвет границы*/
	border-width: 3px; /* толщина границы таблицы*/
	border-collapse: collapse; /* Отображать только одинарные линии */
} 
td.elation {
	border-color: #1E90FF; /* Цвет границы*/
    border-style: solid ; /* 1 границы */
	border-width: 1px;  /* толщина границы*/
	padding-left: 4px; /* Поля текста слева */
	padding-right:4px; /*** граница справа ***/
}
td.rosa {
	border-color: #1E90FF; /* Цвет границы синий*/
    border-style: groove ; /* 1 границы */
	border-width: 1px;  /* толщина границы*/
	padding: 0px;
}


/* ? */
#syndicate{}
tr.syndicate {
	width: 250px;
	background: #fff2ff; /* Цвет фона */
	border-color: #1E90FF; /* Цвет границы*/
    border-style: solid ; /* стиль границы */
	border-width: 2px; /* толщина границы*/
	padding: 2px; /* Поля вокруг текста */
}
/****?***/
div#newsflash {
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid #00f;
}
/****???***/
div#footer_r {
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}
/****???***/
div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}
/****???***/
div#footer_r a:link, div#footer_r a:visited  {	color: #999;}
/****???***/
div#footerspacer {	height: 10px;}
/*** конкретные элементы контента ***/
div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {  padding-left: 0px;}
/* теги */
h1 {	padding: 0;
	font-family: Vineta BT;
	font-size: 1.6em;     /* Размер шрифта  */ 
	font-style: italic; /* Курсивное начертание */
	font-weight: bold;     /* Толстый шрифт */  
	color: #666;
	margin-bottom: 4px; /*** высота нижнего отступа ***/
	text-align: center ; /* Выравнивание по центру */
	width: 100%;   /* Ширина слоя */}
h2, .contentheading {
	padding: 0;
	font-family:Arial ;
	font-size: 1.3em;
	font-style: italic; /* Курсивное начертание */
	font-weight: bold;
	color: #333;
	margin-bottom: 2px;
	text-align: left;}
h3, .componentheading, table.moduletable th, legend {
	padding-top: 2px;
	margin: 0;
	color: #135cae;
	font-family: Arial,;
	font-size: 1.3em;
	font-style: italic; /* Курсивное начертание */
	font-weight: bold;
	margin-bottom: 1px;
	text-align: left;}
h4 {
	font-family: Arial,;
	color: #333;
}
/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}
/* стрелки вправо влево */
a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}
/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }
/** overlib **/
.ol-foreground {	background-color: #f6f6f6;}
.ol-background {	background-color: #666;}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}
/* menu links */
a.mainlevel:link, a.mainlevel:visited {	padding-left: 5px;}

a.mainlevel:hover {}
/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {	padding-right: 5px;}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {}

td.buttonheading img {	border:none;}
	/* МЕЖДУ юзер 1 и центр */
div#maindivider {
  margin-bottom: 0px;
  overflow: hidden;
  height: 1px;
}
					/* ПРОВЕРИТЬ */
table.blog span.article_separator {
	display: block;
	height: 20px;
}
					/* ПРОВЕРИТЬ */
table. blog {
  border-collapse:collapse;
} 
					/* ПРОВЕРИТЬ */
td. blog_l {
  vertical-align: top;
  padding:0px;
}
/* edit button */
.contentpaneopen_edit{	float: left;}
/* table of contents */

/* Позозрительная вещь */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}
table.contenttoc td {  padding:0;}

/* Стиль таблица контактов */
td.sectiontableheader {
	margin-top:10px;  /*** верхнего отступа ***/
	background: #efefef;
	color: #339;
	font-weight: bold; 
	padding: 3px;
	border: 1px solid #1E90FF;
	border-right: none; 		/* Убираем линию  */
	border-left: none; 
	text-align: center;  /* Выравниваем текст по центру */
}

/* Нечетные номера */
tr.sectiontableentry1 td {
	padding: 1px;
	background: ##FFE4B5; /* Желоватый фон */
	border: 1px 0 1px 0 solid #1E90FF; /* синий */
	text-align: center;  /* Выравниваем текст по центру */

}
/* Четные номера */
tr.sectiontableentry2 td {
	padding: 1px;
	background: #fff2ff; /* Сиреневый фон */
	border: 1px solid #1E90FF; /* синий */
	border-right: none; 
	border-left: none; 
	text-align: center;  /* Выравниваем текст по центру */
 
}
/* Неизвестно - что в таблице */
tr.sectiontableentry0 td {


}
td.sectiontableentry0,td.sectiontableentry1,td.sectiontableentry2 {  padding: 3px;}

/* content styles */
table.contentpaneopen, table.contentpane {	margin: 0;	padding: 0;	width: 100%;}
table.contentpaneopen li {	margin-bottom: 1px;}
table.contentpaneopen fieldset {	border: 1px solid #ddd;}

.highlight {	background-color: #fffebb;}

/* проверить надо ли */
table.user1user2 {	margin-bottom: 0px;}
/*** банеры и др ***/
div.module {	margin: 5px 0px 5px 0px;}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {	font-weight: bold;}
/* forms 540?*/
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;}
/* форма логин-пароль-вход*/
form#form-login fieldset { 
	border-width: 0px;  /* толщина границы*/
	margin: 0px 0px 0px 0px;
	padding: 0em;
	font-size: 0.8em;	/*шрифт*/
	background: #00FA9A; /* Цвет фона зеленоватый*/}
form#form-login fieldset p {	margin:0px;}
/* форма забыли-регистрация*/
form#form-login ul {
	margin: 0px 0px 0px 0px;
	padding-left: 20px; 
	font-size: 1em;
	background: #00FA9A; /* Цвет фона зеленоватый*/
}
/*?*/
form#com-form-login fieldset {
	border: 0 none; 
	margin: 0em; 
	padding: 0.2em;
	}
/*?*/	
form#com-form-login ul {padding-left: 20px;}
/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {	margin-top: 5px;}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}
		/* Banners модуль */
.bannergroup { /* Стиль skyscraper по умолчанию */ }
.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;  /*** высота нижнего отступа ***/
}
.banneritem_text { /* Стиль текста */
	padding: 3px;
	font-size: 12px;
}
.bannerfooter_text {
	padding: 3px;
	font-size: 12px;
	background-color: #F7F7F7;
	text-align: right;
}
	/* System Messages */
							/* see system general.css */
.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }
	/* Polls */
.pollstableborder td {	text-align: left;}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}
/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}
/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;
border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}
/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; 
border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}
/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; 
border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#power_by{
	float:right;
	padding-right: 25px;
}
/* Component Specific Fixes */
#component-contact table td {	padding: 2px 0;}
						/* blue */
a:link, a:visited {	color: #135cae;}
a:hover {	color: #0b3768;}

#pillmenu a:hover {  color: #135cae;}
#pillmenu a#active_menu-nav {  background: url(../images/blue/mw_menu_active_bg.png) repeat-x;  color: #fff;}
#pillmenu a#active_menu-nav:hover {  color: #fff;}

.componentheading, table.moduletable th {  color: #135cae;}/* голубой цвет */

div.module_menu {	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;}
div.module_menu div {	background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;}
div.module_menu div div {	background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;}
div.module_menu div div div {	background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;}