.lexiconItemNotAvailable, .lexiconItemNotAvailable:hover {
	color: #ff0000;
	background-image: url("../../icon/lexiconBBCodeS.png");
	background-position: center right;
	background-repeat: no-repeat;
	margin-right: 3px;
	padding-right: 14px;
}

.lexiconIndexItem {
	background-image: url("../../icon/lexiconBBCodeS.png");
	background-position: center right;
	background-repeat: no-repeat;
	margin-right: 3px;
	padding-right: 14px;
}

.lexiconIndexItem:hover {
	background-image: url("../../icon/lexiconBBCodeHoverS.png");
	background-position: center right;
	background-repeat: no-repeat;
}

.lexiconMessageTextWindowDescription {
	text-align:left !important;
	font-size:.85em;
	color:#333;
}

.lexiconMessageTextWindowTitle {

}