.rteImage {
	cursor: pointer;
	cursor: hand;
	border: 1px solid #EFEFEF;
}

.rteImageRaised, .rteImage:hover {
	
	cursor: pointer;
	cursor: hand;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}

.rteImageLowered, .rteImage:active {

	cursor: pointer;
	cursor: hand;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #EFEFEF;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #EFEFEF;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}