body {
	font-family: "PT Sans", "Arial Unicode MS", sans-serif;
	font-size: 11pt;
	margin: 5px auto 5px auto;
	max-width: 1400px;
	min-width: 960px;
	padding: 0px;
}

/*  Ссылки */
a {
	color: #32568A;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.samepage, .collapser {
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dashed #32568A;
}

.svg a {
	text-decoration: none;
}

/*a[target="_blank"] {
	border-bottom: 1px solid red;
}*/

/* Заголовки */
h1, h2 {
	color: #FFA030;
	text-align: center;
}

h3, h4 {
	color: #32568A;
	text-align: left;
	margin-left: 1em;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
	margin-bottom: 0.5em;
}

/* Абзац */
p {
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0.5em;
	text-align: left;
	text-indent: 1em;
}

p.desc_item {
	margin-left: 2em;
	text-align: left;
	text-indent: -2em;
}

p.news {
	text-indent: 0;
}

p.tags {
	font-size: 94%;
	text-indent: 0;
}

/* Выделения */
em {
	font-style: italic;
}

strong {
	color: #32568A;
	font-weight: bold;
}

.context  {
	text-decoration: none;
	color: black;
}

.context:hover  {
	text-decoration: none;
	background-color: #FFE080;
}

.toc_item {
	background-color: #C0CCDC;
	margin-left: 0.2em;
	margin-right: 0.2em;
	line-height: 160%;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

.toc_item:hover {
	background-color: #FFA030;
}

.selected {
	background-color: #FFA030;
	margin-left: 0.3em;
	margin-right: 0.3em;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

.selected_1 {
	font-weight: bold;
}

.hl_1 {
	background: #FFA030;
}

.hl_2 {
	background: #FFE080;
}

.hl_3 {
	color: #FF410A;
/* 	font-weight: bold; */
}

/* Элементы форм */
input {
	font-family: inherit;
	font-size: 100%;
}

select {
	font-family: inherit;
	font-size: 100%;
}

/* Списки */
ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}

li  {
	margin-top: 0;
	margin-bottom: 0;
}

.listing li {
	margin-bottom: 0.6em;
}

.marked_items {
	list-style: none;
	padding-left: 0;
}

/* Текстовые блоки — общие свойства */
.text_block {
	margin: 0 0 0.6em 0;
	padding: 0.1em 0.6em 0.6em 0.6em;
}

/* Колонки */
#main {
	border: 1px solid #B0BCCC;
	border-radius: 6px;
	float: left;
	margin: 0 0.8% 1em 0;
	overflow: auto;
	padding: 0;
	width: 73%;
}

#left, #right, #center {
	float: left;
	height: 100%;
	margin: 0 0 1em 0;
	padding: 0;
	vertical-align: top;
}

#left, #right {
	font-size: 92%;
	width: 26%;
}

#center {
	width: 48%;
}

#left p, #right p {
	text-align: left;
	text-indent: 0;
}

#left h4, #right h4 {
	margin-left: 0;
}

#left .text_block, #right .text_block {
	background: #DFEDFF;
	border: 0 solid transparent;
	border-radius: 6px;
}

/* Заголовок и подвал */

#header {
	border-top: 1px solid #B0BCCC;
	clear: both;
	margin-bottom: 0em;
	padding-bottom: 0.8em;
	text-align: center;
}

#footer {
	background-color: #C0CCDC;
	border-top: 1px solid #B0BCCC;
	clear: both;
	color: #32568A;
	font-size: 100%;
	line-height: 150%;
	/*margin-top: 1em;*/
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	width: 100%;
}

/* Оформление полей с цифрами */
.numeric {
	text-align: right;
}

/* --------------------------- */

#wf_toc {
	border: 1px solid #B0BCCC;
	border-radius: 6px;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
}

/* Проигрыватель */
#media  {
	border: none;
	display: none;
}

#mediaplayer_wrapper {
	border: none;
}

/*  */

.disabled {
	color: #CCCCCC;
}

.description {
	border-bottom: 1px dashed #32568A;
	cursor: help;
}

.example {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #B0BCCC;
	padding: 0.1em;
}

/* ---------------------------- */

.info {
	background-color: #C0CCDC;
	color: #32568A;
	font-weight: bold;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

.popup {
	background-color: #FFFFFF;
	border: 2px groove #C0CCDC;
	display: none;
	height: 200px;
	width: 500px;
	padding: 0px 0.5em 0.5em 0.5em;
	position: absolute;
	overflow: auto;
	z-index: 1;
}

.ac_full {
	color: green;
}

.ac_restricted {
	color: orange;
}

.ac_owner {
	color: red;
}


.error {
	color: red;
}

/* --------------------------- */
.progress_frame {
	border: 1px solid #B0BCCC;
	margin: 0;
	padding: 0;
	width: 100%;
}

.progress_bar {
	background-color: #B0BCCC;
/* 	display: inline-block; */
	margin: 0;
	padding: 0;
}

.search_result {
	margin: 1em;
	width: 100%;
}

/* ---------------------------- */
#graph, #kwic {
	border: none;
}

#image {
	margin: 1em;
	text-align: center;
}

/* ----------------------------- */
.floating-list {
/* 	border: 1px solid red; */
	display: inline-block;
	vertical-align: top;
	width: 14em;
}

.floating-list > h4 {
	margin-top: 0.2em;
}
