html {
	font-size:100%;
}

body {
	font-family:arial;
	font-weight:normal;
	color:#00000;
	margin:0;
	padding:0;
}

#appz_black  {
	background-color: #FFFFFF;
	z-index:660;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	filter : alpha(opacity=60);
    -moz-opacity : 0.6;
    opacity : 0.6; 
}

.appz_divs {
	z-index:6661;
	padding: 10px;
	position:fixed;
	width:450px;
	left:50%;
	margin-left:-225px;
	height:200px;
	top:50%;
	margin-top:-100px;
	font-size:12px;
	background:transparent url(../images/box.png) 0px 0px no-repeat;
}

.appz_divs_titles {
	padding:8px 20px 5px 20px;
	font-weight:bold;
}

.appz_divs_close {
	cursor:pointer;
	background:transparent url(../images/close.png) center center no-repeat;
	height:32px;
}
.appz_divs_contents {
	height:100px;
	overflow-y:auto;
	margin:5px 40px 5px 20px;
	padding:0;
}

.appz_divs a {
	color:#000000;
	text-decoration:none;
	margin-top:5px;
}


.appz_errors {
	background: transparent url(../images/ico_erreur.png) 2px 2px no-repeat;
	padding: 2px 2px 2px 25px;
}

.appz_validations {
	background: transparent url(../images/ico_validation.png) 2px 2px no-repeat;
	padding: 2px 2px 2px 25px;
}

.appz_informations {
	background: transparent url(../images/ico_information.png) 2px 2px no-repeat;
	padding: 2px 2px 2px 25px;
}

.appz_traces {
	background: transparent url(../images/ico_trace.png) 2px 2px no-repeat;
	padding: 2px 2px 2px 25px;
}

#debug_my {
	font-size:8pt;
}

#debug_my .queries {
	background: #FFFFFF url(../images/ico_requete.png) 2px 2px no-repeat;
	padding: 2px 2px 2px 25px;
	margin:0 2px 0 2px;
	border-bottom:1px dashed #CCCCCC;
}

#debug_my .queries_errors {
	background: #FFDDDD url(../images/ico_requete_erreur.png) 2px 2px no-repeat;
	padding: 2px 2px 2px 25px;
	margin:-1px 2px 0 2px;
	border-bottom:1px dashed #EECCCC;
}

#debug_my .queries_init {
	background-color: orange;
	height:2px;
	margin:2px 2px 0 2px;
}

.appz_warnings {
	background: #FFFFBF url(../images/ico_warning.png) 2px 2px no-repeat;
	padding: 2px 2px 2px 25px;
	margin:-1px 2px 0 2px;
	border-bottom:1px dashed #EECCCC;
}

.appz_messages {
	background: #D3E5FA url(../images/ico_information.png) 2px 2px no-repeat;
	padding: 5px 5px 5px 25px;
	border-top:1px dashed #1B69CE;
}

#appz_tooltip {
	position:absolute;
	left:0px;
	top:0px;
	background: #FFFFE7 url(../images/ico_tooltip.png) 2px center no-repeat;
	padding: 2px 5px 2px 25px;
	border: 1px solid #EB9C19;
	z-index:1000;
	color:#000000;
	font-size:8pt;
}

.greenbox {
	border:1px solid #ADD201;
	background-color:#FBFFE6;
	padding:10px;
}

.redbox {
	border:1px solid #D96F6F;
	background-color:#FFF0F0;
	padding:10px;
}

.bluebox{
	border:1px solid #4261AA;
	background-color:#CBD3FA;
	padding:10px;
}