.editorHighlight {
	background-color: #ECECEC;
	border-left : 1px solid #FBFBFB;
	border-top : 1px solid #FBFBFB;
	border-right : 1px solid #959595;
	border-bottom : 1px solid #959595;
}
.editorOutlight {
	background-color: none;
	border-left : 0px solid #FBFBFB;
	border-top : 0px solid #FBFBFB;
	border-right : 0px solid #959595;
	border-bottom : 0px solid #959595;
}
.editorPreview {
	position: absolute;
	right:1px;
	top:1px;
	z-index:255;
	width: 230px;
	background-color: #ECECEC;
	border-left : 1px solid #FBFBFB;
	border-top : 1px solid #FBFBFB;
	border-right : 1px solid #959595;
	border-bottom : 1px solid #959595;
}
A.editorLink:link {
	color: #B0B0B0;
	text-decoration : none;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
A.editorLink:visited {
	color: #B0B0B0;
	text-decoration : none;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
A.editorLink:hover {
	color: #B0B0B0;
	text-decoration : underline;
	font-family: Arial, sans-serif;
	font-size: 10px;
}