
.HTMLEditor {

	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

.HTMLEditor .HTMLTextBlock {

	background: #DDDDDD;
	padding: 6px;
	margin: 6px 24px 6px 12px;

}

.HTMLEditor .HTMLRedText {

	color: #CC0000;

}

.HTMLEditor .HTMLSmallText {

	font-size: 11px;

}

.HTMLEditor .HTMLXSmallText {

	font-size: 10px;

}

.HTMLEditor .HTMLLargeText {

	font-size: 14px;

}

.HTMLEditor .HTMLXLargeText {

	font-size: 18px;

}

.HTMLEditor .FCKSidebar {

	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 6px;

	font-family: verdana, sans-serif;
	font-size:11px;
	white-space:nowrap;
	width:162px;
	height:20px;
	overflow:hidden;
	text-overflow:ellipsis;

}

.HTMLEditor .HTMLSidebar {

	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 6px;

	font-family: verdana, sans-serif;
	font-size:11px;
	white-space:nowrap;
	width:162px;
	height:20px;
	overflow:hidden;
	text-overflow:ellipsis;

}

