/* WARNING BAR */

a img {
	border: none;	
}

.acl {
	background: #F1EEC8;
	border-bottom: 1px solid #808080;
	display: none;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.acl p {
	color: #000;
	margin: 0;
	padding: 5px 10px;
}

.hideBtn {
	float:right;
	margin: 10px 10px 0 0;
}

/* END WARNING BAR */

/* ADMIN TOOLBAR */

#panel {
	background: #E3E2E2;
	border: 1px solid #C3C3C3;
	border-bottom: none;
	bottom: 0;
	left: 0;
	margin: 0 3%;
	position: fixed;
	width: 94%;
	z-index: 9999;
}

/* IE6 Hack - Fixed Positioning to the Bottom */
*html #footpanel {
	margin-top: -1px;
	position: absolute;
}

#panel ul {
	border-top: 1px solid #FFF;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#panel li {
	float: left;
	margin: 0;
	padding: 0;	
	position: relative;
}
#panel a {
	color: #333;
	float: left;
	font-size: 11px;
	height: 16px;
	padding: 5px;
	position: relative;
	text-decoration: none;
	text-indent: -9999px; 
	width: 16px;	
}

#panel a.home{
	background: url('../medias/images/icons/home.png') no-repeat 15px center;
	border-right: 1px solid #BBB;
	padding-left: 40px;
	text-indent: 0;
	width: 75px;
}

a.seo{ 
	background: url('../medias/images/icons/tools.png') no-repeat center center;  
}

#panel a span {
	background: url('images/public/pop_arrow.gif') no-repeat center bottom;
	color: #FFF;
	display: none;
	font-size: 10px;
	padding: 5px 5px 11px;
	text-align: center;
	text-indent: 0;
	width: 70px;
}

#panel a:hover { 
	background-color: #FFF; 
}

#panel a:hover span {
	display: block;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	top: -45px;
	z-index: 9999;
}

/* END ADMIN TOOLBAR */

/* SEO OVERLAY */

#overlay {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #F0F0F0 url('images/public/ajax-loader.gif') center no-repeat;
	border: 10px solid #666;
	border: 10px solid rgba(82, 82, 82, 0.80);
	display: none;
	font-size: 11px;
	height: 240px;
	overflow: hidden;
	padding: 10px;	
	width: 780px;
}

#overlay .close {
	background: url('images/public/close.html') center no-repeat;
	cursor: pointer;
	height: 35px;
	position: absolute; 
	right: 0px; 
	top: 0px;
	width: 35px;
}

.contentWrap {
	background: #F0F0F0;
}

/* overlay content */
#seo-popup {
	font-size: 12px;
	margin: auto;
	width: 780px;
}

/* overlay form */
#seo-popup form p {
	color: #000;
	margin: 10px 0;
	overflow: auto;
	padding: 0;
}

#seo-popup label {
	font-weight: bold;
}

#seo-popup .form label {
	display: block;
	float: left;
	padding: 6px;
	width: 125px;
}

#seo-popup label input {
	margin-right: 10px;	
}

#seo-popup .text {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url('images/admin/bg-form-field.gif') repeat-x left top #FFF;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	color: #333;
	font-size:13px;
	padding: 6px;
	width: 75%;
}

#seo-popup select.text {
	width: 60%;
}

#seo-popup textarea.text {	
	width: 75%;
	height: 300px;
}

#seo-popup #submit, #seo-popup #validate {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url('images/admin/bg-button-blue.gif') repeat-x left top #004A95;
	border: 1px solid #004994;
	border-radius: 4px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	padding: 4px 7px;
}

#seo-popup .form #submit {
	margin-left: 137px;	
}

/* form errors */
#seo-popup ul.errors {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url('../medias/images/icons/cross_circle.png') no-repeat scroll 10px center #FFCECE;
	border: 1px solid #DF8F8F;
	border-radius: 4px;
	list-style-type: none;
	margin-left: 212px;
	padding: 6px;
	width: 60%;
}

#seo-popup ul.errors li {
	color: #665252;
	line-height: 1.5em;
	padding-left: 36px;
}

#seo-popup .error {
	border: 1px solid #DF8F8F;	
}

#seo-popup .errorImg {
	background: url('../medias/images/icons/cross_circle.png') center no-repeat;
	display: block;
	float: right;
	height: 16px;
	width: 16px;
}

/* END SEO OVERLAY */