.rteImage
{
	cursor: pointer;
	cursor: hand;
	background-image: url(images/ButtonOut.gif);
	background-repeat: repeat-x;
	height: 22px;
	width: 22px;
}

.rteImageRaised, .rteImage:hover {
	background-image: url(images/ButtonOn.gif);
	background-repeat: repeat-x;
	height: 22px;
	width: 22px;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background-image: url(images/ButtonDown.gif);
	background-repeat: repeat-x;
	height: 22px;
	width: 22px;
	cursor: pointer;
	cursor: hand;
}

.rteButtonLeft {
	height: 22px;
	width: 2px;
	float: left;
}

.rteButtonMid {
	height: 22px;
	width: 22px;
	float: left;
}

.rteButtonRight {
	height: 22px;
	width: 2px;
	float: left;
}

.rteSplitter {
	height: 25px;
	width: 1px;
	float: left;
}

.rteVertSep {
	width: 1px;
}

.rteDivBack {
	background: #D5E4F2;
	border: #D5E4F2 1px solid;
	float: left;
}

.rteBack {
	background: #D5E4F2;
	padding: 0;
	height: 25px;
	vertical-align: middle;
}

.rteDiv {
	display: block;
	position: relative;
}

.IFrameClass {
	background-color: #FFFFFF;
	border: 0; 
	border: 1px solid #808080;
}

