/**
* Файл style_main.css - файл стилей (для сайта)
*
* @author Дмитрий Щербаков <d.scherbakov@bk.ru>
* @copyright Copyright (c) 2007-2008, Дмитрий Щербаков
*/

/* НАЧАЛО - Очистка */
html {
	font-size: 100.01%;
}

body {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

a img, :link img, :visited img {border: none;}
a.imglink:visited, a.imglink:link, a.imglink:active, a.imglink:hover {text-decoration: none; border: 0px;}
form label {cursor: pointer;}
fieldset {border: none;}
address, abbr {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;}
/* ОКОНЧАНИЕ - Очистка */

/* НАЧАЛО - Основные определенния */
body {
	background: #FFF url('pics/fon1.jpg');
	color: #000;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	min-width: 1011px;
	/* Следующая запись нужна для IE  */
	width: expression(document.documentElement.clientWidth < 1000 ? "1011px" : "auto");
	_text-align: center; /* Хак для IE6 */
}

a:visited, a:link {color: #000;}
a:active, a:hover {color: #000; text-decoration: none;}

.clear {clear: both;}
.left {float: left;}
.right {float: right;}
/* ОКОНЧАНИЕ - Основные определенния */

/* НАЧАЛО - Страница с ошибками и блокировкой сайта */
#err-title, #err-footer {
	padding-top: 100px;
	text-align: center;
}

#err-left-block {
	float: left;
	height: 180px;
	padding: 50px 50px 0px 100px;
	position: relative;
}

#err-right-block {
	height: 180px;
	padding-top: 50px;
	position: relative;
}
/* ОКОНЧАНИЕ - Страница с ошибками и блокировкой сайта */

/* КОНТЕЙНЕР - НАЧАЛО */
#main-container {
	width: 1011px;
	padding: 0;
	margin: 0 auto;
}

#container {
	background: url('pics/fon2.jpg') left top repeat-y;
	background-position: 1px;
	_margin-left: 1px; /* Хак для IE6 */
	_text-align: left; /* Хак для IE6 */
}

#container-spec {
	background: url('pics/fon2.jpg') left top repeat-y;
	margin-left: 2px;
	_margin-left: 3px; /* Хак для IE6 */
	_text-align: left; /* Хак для IE6 */
}
/* КОНТЕЙНЕР - КОНЕЦ */

/* Шапка - НАЧАЛО */
#header {
	background: url('pics/head.jpg') no-repeat;
	width: 1009px;
	height: 167px;
	margin: 0px;
	padding: 0px;
	_margin-bottom: -68px; /* Хак для IE6 */
}

#header-spec {
	background: url('pics/head_spec.jpg') no-repeat;
	width: 1009px;
	height: 167px;
	margin: 0px;
	padding: 0px;
}

#header-title{position:absolute;top:40px;margin-left:560px;font-size:11px;text-align:center;font-weight:bold;}

#header .header-link, #header-spec .header-link {
	position: absolute;
	top: 20px;
	left: 30px;
	_left: 155px; /* Хак для IE6 */
}

#header .header-issn, #header-spec .header-issn {
	position: absolute;
	top: 127px;
	left: 30px;
	_left: 155px; /* Хак для IE6 */
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

#header-spec .header-issn {
	top: 78px;
}

/* Хак для IE7 */
*+html #header .header-link, #header-spec .header-link, #header .header-issn, #header-spec .header-issn {
	margin-left: 50%;
	left: -470px;
}
/* Шапка - КОНЕЦ */

/* Меню - НАЧАЛО */
#menu {
	padding: 6px;
	padding-left: 30px;
	font-weight: bold;
	border-top: 2px #A09E9F solid;
	margin-left: 4px;
	margin-right: 7px;
}

#menu a.mnu-link:visited, #menu a.mnu-link:link, #menu a.mnu-link:active, #menu a.mnu-link:hover {
	font-style: italic;
	font-size: 16pt;
	font-weight: normal;
	margin-right: 80px;
}

#menu-spec {
	padding: 6px;
	padding-right: 90px;
	font-weight: bold;
	border-top: 2px #A09E9F solid;
	margin-left: 3px;
	margin-right: 5px;
	text-align: right;
}

#menu-spec a.mnu-link:visited, #menu-spec a.mnu-link:link, #menu-spec a.mnu-link:active, #menu-spec a.mnu-link:hover {
	font-style: italic;
	font-size: 16pt;
	font-weight: normal;
	margin-left: 50px;
}
/* Меню - КОНЕЦ */

/* Основная часть - Контент - НАЧАЛО */
#content {
	padding: 20px;
	margin-left: 4px;
	margin-right: 7px;
}

#content-spec {
	padding: 20px;
	margin-left: 3px;
	margin-right: 6px;
	_margin-right: 5px; /* Хак для IE6 */
}

#spec-menu a.link-spec:visited, #spec-menu a.link-spec:link, #spec-menu a.link-spec:active, #spec-menu a.link-spec:hover {
	font-style: italic;
	font-size: 14pt;
	font-weight: normal;
}

.main-left {
	width: 280px; /* 280 */
	border: 2px #A09E9F solid;
	border-left: 0px;
	border-right: 0px;
	padding: 20px;
}

.main-center {
	width: 495px; /* 495 */
	border: 2px #A09E9F solid;
	padding: 20px;
}

.main-right {
	width: 210px; /* 210 */
	border: 2px #A09E9F solid;
	border-left: 0px;
	border-right: 0px;
	padding: 20px;
}
/* Основная часть - Контент - КОНЕЦ */

/* Подвал - НАЧАЛО */
#footer {
	font-size: 8pt;
	font-weight: bold;
	padding: 30px;
}
/* Подвал - КОНЕЦ */

/*##################################################################*/
/*#################### РАЗЛИЧНЫЕ КЛАССЫ СИСТЕМЫ ####################*/
/*##################################################################*/
#spec-pic {
	position: absolute;
	top: 110px;
	left: 790px;
	_position: relative; /* Хак для IE6 */
	_top: 110px; /* Хак для IE6 */
	_left: 390px; /* Хак для IE6 */
}

/* Хак для IE7 */
*+html #spec-pic {
	left: 912px;
}

#content-spec .spec-pic {
	position: absolute;
	top: 110px;
	left: 0px;
	_left: 120px; /* Хак для IE6 */
}

/* Хак для IE7 */
*+html #content-spec .spec-pic {
	left: 120px;
}

#content .kroshki-hleba {
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0px;
	text-align: left;
}

#content .desc {
	font-size: 8pt;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 30%;
	border: 2px #777 dotted;
	background: #f0f0f0;
}

#content .sys-table {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

#content .sys-table td {
	padding-bottom: 50px;
}

#content .sys-title {
	font-size: 10pt;
	font-weight: bold;
}

#content .sys-info {
	font-size: 8pt;
	font-weight: normal;
}

#content .sys-text {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

#content ul.sys-ul-main {
	margin: 5px 0px 0px 20px;
}

#content ul.sys-ul-sub {
	margin: 5px 0px 0px 50px;
}

#content p.sys-top-links {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
}

#content .required {
	color: #FF0000;
}

#content .link-panel {
	margin-bottom: 20px;
}

#content .link-panel p {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#content .link-panel a:visited, #content .link-panel a:link {
	background-color: #CDE4F1;
	border: 1px solid #000;
	color: #000;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}

#content .link-panel a:active, #content .link-panel a:hover, .link-panel-active {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}

/* НАЧАЛО - Версия для печати */
#print .header-footer {
	text-align: center;
}
/* ОКОНЧАНИЕ - Версия для печати */

/* НАЧАЛО - Страница с блокировкой сайта и страница с ошибками */
#err-title {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
}

#err-msg {
	margin-top: 50px;
	color: #000;
	font-weight: bold;
	font-size: 12pt;
	text-align: center
}

#err-msg-block {
	margin-top: 50px;
	color: #000;
	font-weight: bold;
	font-size: 10pt;
	text-align: center
}

#err-message {
	color: #ff0000;
	font-weight: bold;
	font-size: 12pt;
	text-align: center
}
/* ОКОНЧАНИЕ - Страница с блокировкой сайта и страница с ошибками */

/* НАЧАЛО - Классы для определенных элементов HTML */
select.sel-normal {
	background-color: #CDE4F1;
	border: 1px #000 solid;
}

textarea.textarea-full {
	background-color: #CDE4F1;
	height: 100px;
	width: 630px;
	border: 1px #000 solid;
}

input.edit-full {
	background-color: #CDE4F1;
	width: 630px;
	border: 1px #000 solid;
}

input.edit-normal {
	background-color: #CDE4F1;
	border: 1px #000 solid;
}

input.check-normal {
	background-color: #CDE4F1;
	border: 1px #000 solid;
}

input.button-full {
	background-color: #CDE4F1;
	font-weight: bold;
	width: 630px;
	border: 1px #000 solid;
	margin-top: 5px;
	cursor: pointer;
}

input.button-normal {
	background-color: #CDE4F1;
	font-weight: bold;
	border: 1px #000 solid;
	margin-top: 5px;
	cursor: pointer;
}
/* ОКОНЧАНИЕ - Классы для определенных элементов HTML */
