﻿/*BaseStyles*/
blockquote {
	margin: 10px 40px 18px 40px;
	background: #EDEBEC;
	border-radius: 2px;
}

	blockquote .mt {
		padding: 5px 5px 5px 5px;
	}
/* /*/
div.ArticleContent h1.mt,
div.ArticleContent h2.mt,
div.ArticleContent h3.mt,
div.ArticleContent h4.mt,
div.ArticleContent h5.mt,
div.ArticleContent h6.mt,
div.ArticleContent p.mt,
div.ArticleContent div.mt,
div.ArticleContent hr.mt {
	/*clear: both;*/ /* Удалено 29.10.13 по просьбам трудящихся */
	margin-top: 15px;
	/*display: table;*/
	/*width: 100%;*/ /* Без этого не работает выравнивание внутреннего текста */ /*18.04.2014 Всетаки работает*/
	min-height: 10px; /* Добавлено 14.08.2014 для того, чтобы параграфы, содержащие по одной медии с флоатингом не выглядели совсем схлопнутыми в линию (в Old-New интерфейсе плохо выглядят) */
}

div.ArticleContent {
	font-size: 13px;
	font-family: sans-serif;
	color: black;
	line-height: 1.5;
	background-color: white;
	/*text-indent: 15px each-line;*/
	padding: 2px 2px 2px 0;
	/*display: table;*/
}

	div.ArticleContent ul.mt,
	div.ArticleContent ol.mt {
		padding-left: 20px;
	}

/*div.MediaPreview {
	text-indent: 0px;
}*/

td.MediaPreviewTitle, td.AlbumPreviewTitle, div.MediaPreviewTitle, div.AlbumPreviewTitle {
	/*width: 100%;
	height: 100%;*/
	font-size: 11px;
	font-family: sans-serif;
	line-height: 1.1;
	overflow: hidden;
	padding: 0 2px;
	text-align: left;
	text-decoration: none;
	color: #2993ce;
}

div.ArticleContent sup {
	/*vertical-align: top;*/
}

div.ArticleContent table.mt {
	border-left: 1px solid #d4dde1;
	border-top: 1px solid #d4dde1;
	border-collapse: collapse;
	max-width: 870px; /* Изменено на 870px (было 720px) 04.02.17 после общего увеличения (+ 146px) максимальной ширины рабочей области сайта. Фактически ширина таблицы увеличена на 150px */
}

div.ArticleContent td.mt {
	border-right: 1px solid #d4dde1;
	border-bottom: 1px solid #d4dde1;
	padding: 2px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-autocomplete {
	max-height: 300px !important;
	width: 500px;
	overflow-y: scroll;
	z-index: 9999999 !important;
}

.ui-autocomplete table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
}

.ui-autocomplete td.kind {
	text-align: right;
	vertical-align: bottom;
	color: gray;
}

.textOld {
	background-color: lightgray;
}

.blockOld {
	border: 3px double lightgray;
}

.textNew {
	background-color: lightgreen;
}

.blockNew {
	border: 3px double lightgreen;
}

.Old:not(span) {
	border: 3px double lightgray !important;
}

span.Old {
	background-color: lightgray !important;
}

.New:not(span) {
	border: 3px double lightgreen !important;
}

span.New {
	background-color: lightgreen !important;
}

span.LatCharacter {
	color: red;
}

span.RusCharacter {
	color: blue;
}


a.PreviewAlignLeft {
	display: inline-block;
	margin: 3px 3px 3px 0;
	text-decoration: none;
	float: left;
	margin-right: 15px;
}

a.PreviewAlignRight {
	display: inline-block;
	margin: 3px;
	text-decoration: none;
	float: right;
	margin-left: 15px;
}

a.PreviewAlignNone {
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	text-decoration: none;
	float: none;
	/*margin-left: 10px;
	margin-right: 10px;*/
}
