@CHARSET "ISO-8859-1";

.tMCE a {
	color: #194b88;
}
.tMCE ol {
	padding: 0px 0px 0px 18px;
}
.tMCE ul li {
	padding: 0px 0px 0px 18px;
	background-image: url('../img/arrow_rr.gif');
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.tMCE .intro, .tMCE .intro a {
	color: #194b88; /*59b5ec*/
    font-weight: bold;
}
.tMCE .intro2, .tMCE .intro2 a {
	color: #9dbd3c; /*59b5ec*/
    font-weight: bold;
}
.tMCE .highlite {
	font-weight: bold;
}
.tMCE .tblHeader td, .tMCE .tblLow td, .tMCE .tblHigh td {
    padding: 3px 6px 3px 6px;
    border-right: 1px solid #FEECD4;
    border-left: 1px solid #FEECD4;
    border-bottom: 1px solid #FEECD4;
}

.tMCE .tblHeader td {
    color: #fff;
    font-weight: bold;
    background-color: #FBC57F;
    border-top: 1px solid #FEECD4;
}
.tMCE .tblLow td {
	background: #fff9f1;
}
.tMCE .tblHigh td {
    background: #fff4e6;
}

.tMCE .mceFormText, .tMCE .mceFormTextA, .tMCE .mceFormButton, .tMCE .mceFormRadio, .tMCE .mceFormSelect {
	border: 1px solid #b5cd74;
}

.tMCE .mceFormError {
	border: 1px solid #c90047;
	padding-left: 18px;
	background-image: url('../img/icwarn.gif');
	background-position: 2px 0px;
	background-repeat: no-repeat;
}