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

.textSmall {
	font-size: 8pt;
}

.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 {
	margin-bottom: 15px;
    padding: 1px 2px 3px 2px;

	color: #777777;
    background: #333333;
	font-size: 9pt;
	text-transform: lowercase;
}
.textNavigation a {
	color: #aaaaaa;
}

.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 {
    text-align: center;
	font-size: 9pt;
	padding: 0px 10px 0px 10px;
}

.textPollPages span {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12pt;
    font-weight: 700;
}

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

.textPrevPage {
    color: #A9A9A9;
}

.textNextPage {
    color: #014998;
}

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

.textDescr {
	font-size: 9pt;	
}

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

	color: #aaaaaa;
	background: #333333;
	font-weight: 700;
	font-size: 9pt;
}

.spoilerBig {
	cursor: pointer;
}

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

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

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

.textBlockDescr {
	font-size: 8pt;
}

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

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

