.rteImage {
	cursor: pointer;
	cursor: hand;
}

.rteImageRaised, .rteImage:hover {
	background: url(rteimg/bar_hover.gif) #D3D3D3 repeat-x center;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background: url(rteimg/bar_hover.gif) #D3D3D3 repeat-x center;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: url(rteimg/bar_bg.gif) #D3D3D3 repeat-x center;
	border: solid 1px #004E8C;
	letter-spacing: 0;
	padding: 2px;
	height: 32px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: url(rteimg/bar_bg.gif) #D3D3D3 repeat-x center;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}

.rteDiv iframe {
	border:solid 1px #999999;
}

.rteDiv textarea {
	border: solid 1px #999999;
}

#disableBut {
	background-color			: #CCCCCC;
	z-index						: 99;
	position					: absolute;
	height						: 64px;
	width						: 100%;
	opacity						: 0.75;
	moz-opacity					: 0.75;
	FILTER						: alpha(opacity: 75);
}
/* new css*/
.SimpleRTEDiv {
	border						: solid 1px #C0C0C0;
	font-family					: Verdana, Arial, sans-serif;
	font-size					: 11px;
}
.SimpleRTEDiv img {
	border						: 0;
}
.SimpleRTEDiv .controls {
	background					: #E0E0E0;
	border-bottom				: solid 1px #C0C0C0;
}
.SimpleRTEImg {
	border						: solid 1px #E0E0E0;
	cursor						: pointer;
	cursor						: hand;
}
.SimpleRTEImgRaised {
	background					: #C0C0C0;
	border						: solid 1px #999999;
	cursor						: pointer;
	cursor						: hand;
}
.SimpleRTEDiv .SimpleRTEContainer {
	padding						: 3px;	
}
.SimpleRTEDiv iframe, .SimpleRTEDiv textarea {
	margin						: 0;
	padding						: 0;
	border						: none;
	background					: #FFFFFF;
}
.SimpleRTEDiv .footer {
	background					: #E0E0E0;
	border-top					: solid 1px #C0C0C0;
}
.SimpleRTE_Palette {
	border						: 1px solid #999999;
}
.SimpleRTEImg_disabled {
	opacity						: 0.20;
	moz-opacity					: 0.20;
	FILTER						: alpha(opacity: 20);
}
.SimpleRTESelection {
	border						: solid 1px #C0C0C0;
	cursor						: pointer;
	cursor						: hand;
}