.text, .tableSimple {
	color: #FFFFFF;
	font-size: 9pt;
}

.textTitle {
}

.textNotice, .textError, .textSuccess, .textFatal {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 9pt;
}

.textError, .textFatal {
	color: #FF0000;
}

.textSuccess {
	color: #00CC00;
}

.textInfo {
	color: #777777;
	font-style: italic;
    font-size: 9pt;
    font-weight: normal;
}

.textNavigation {
	font-size: 9pt;
	text-transform: lowercase;
    padding: 1px 2px 3px 2px;
	margin-bottom: 15px;
    background: #4D1A07;
}

.textPages {
	text-align: right;
	font-size: 9pt;
	padding: 0px 10px 0px 10px;
}

.textPages span {
    padding-left: 4px;
    padding-right: 4px;
}

.textPageCurrent {
    border: 1px solid #CCCCCC;
}

.textPollPages {
    padding: 0px 10px 0px 10px;

	text-align: center;
	font-size: 9pt;
	
}

.textPollPages span {
    padding-left: 4px;
    padding-right: 4px;

    font-size: 12pt;
    font-weight: bold;
}

.textCurPage {
    border: 1px solid #CCCCCC;
}

.textPrevPage {
    color: #A9A9A9;
}

.textNextPage {
    color: #014998;
}

.textFound {
	background: #FFFF00;
	font-weight: bold;
}

.textDescr {
	font-size: 9pt;
	text-align: justify;
}

.textBig, .spoilerBig {
	padding: 5px;
	margin-bottom: 5px;

	background: #2B0D03;
		
	font-size: 9pt;
	font-weight: bold;
}

.spoilerBig {
	cursor: pointer;
}

.textSubTitle {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

.textSubSection {
	font-size: 9pt;
	margin-left: 25px;
	margin-bottom: 5px;
}

.textBlockTitle {
	font-size: 10pt;
    font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.textBlockDescr {
	font-size: 9pt;
	text-align: justify;
}

.textCommentsCount {
	margin: 7px 0px 7px 0px;
	font-weight: bold;
	font-size: 8pt;
}

.textCommentsCount a {
    margin-left: 2px;
    margin-right: 2px;
}

.richEditBlock table, .richEditBlock table td {
	padding: 0px 2px 0px 2px;
	border: none;
}
