.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: transparent;
	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: 65px;
	background-color: #ECECEC;
	border-left : 1px solid #FBFBFB;
	border-top : 1px solid #FBFBFB;
	border-right : 1px solid #959595;
	border-bottom : 1px solid #959595;
	text-align:left;
}
.editorflagSelect {
	position:absolute;
	right: 3px;
	top: 2px;
	width:18px; 
	height:12px; 
	background-color: #ECECEC;
	border : 1px solid #959595;
	padding:1px;
	text-align:center;
}
.editorlistFlags {
	display: none;
	position:absolute;
	right: 3px;
	top: 18px;
	width:18px; 
	background-color: #ECECEC;
	border : 1px solid #959595;
	padding:1px;
	text-align:center;
}
.editorlistMetas {
	display: none;
	position:absolute;
	right: 3px;
	top: 18px;
	width:425px; 
	background-color: #ECECEC;
	border : 1px solid #959595;
	padding:1px;
	text-align:center;
}

.developperPreview {
	position: absolute;
	left:0px;
	top:0px;
	z-index:255;
	width: 230px;
	padding:3px;
	background-color: #F0775E;
	border-left : 1px solid #F4ABA0;
	border-top : 1px solid #F4ABA0;
	border-right : 1px solid #C14A32;
	border-bottom : 1px solid #C14A32;
	color: yellow;
	font-weight:bold;
}
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;
}