.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;
}
.editorflagSelect a {
	height: 12px;
	display: block;
	line-height: 12px;
}

.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;
}

div.package_params {
	border: 1px solid #666666;
	background: #FFFFFF;
	padding: 6px;
}

div.package_params h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	background: #333399;
	padding: 3px 6px;
}

div.package_params form div {
	clear: both;
	padding: 2px 0px;
	font-size: 12px;
}

div.package_params form div label {
	display: block;
}

div.package_params form div select {
	width: 100%;
}
div.package_params form div input {
	font-family: arial, sans-serif;
	font-size: 11px;
}

div.package_params form div input.dim {
	width: 40px;
}

div.package_params form div.bouton {
	padding-top: 8px;
	border-top: 1px solid #888888;
	text-align: center;
}

div.package_params fieldset {
	border: 1px solid black;
	margin-bottom: 4px;
	padding: 0px 4px;
}

div.package_params fieldset legend {
	font-size: 12px;
	margin: 0px 4px;
	padding: 0px 4px;
}

div.package_params form div.bouton  input {
	border-color:#CCCCCC #888888 #888888 #CCCCCC;
	background-image: url(../../admin/charte/icones/page_white_edit.png);
	background-color:#DDDDDD;
	background-position:5px 3px;
	background-repeat:no-repeat;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	height:24px;
	padding-left:24px;
}
