
	html, body {
		margin:0;
		padding:0;
		font-size:16px;
	}
	
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:62.5%;
		color:#5F5F5F;
	}
	
	form { display:block; margin:0; padding:0; }
	
	p {
	
	}
	a img { border:0; }
	
	pre {
		margin:10px; padding:5px;
		background:#fafafa; border:1px dashed #ebebeb;
		font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	
	.QueryDebug { margin:5px 0; padding:5px; background:#333; color:#ccc; font-size:11px; }
	
	/*************************************************************************************************/
	/*************************************     BENCHES          **************************************/
	/*************************************************************************************************/
	
	div.AppBox {
		position:absolute; top:17px; left:50%; z-index:10000;
		margin:0 0 0 -350px; padding:5px;
		background:#fff; 
		border:1px solid #aaa;
		width:700px;
		
	}
	a.AppBoxCloseLink {
		position:absolute; top:3px; right:3px;
		display:block; width:16px; height:16px;
		text-indent:-5000px; overflow:hidden; outline:0;
		background:transparent url(zims/icons/app-bench-close-16.png) 0 0 no-repeat;
		cursor:pointer;
		opacity:0.75;
	} a.AppBoxCloseLink:hover {opacity:1; }
	
	dl.ApplicationBenches { margin:0; padding:0; width:700px; overflow:auto; }
	dl.ApplicationBenches dt, dl.ApplicationBenches dd { font-size:11px; border-top:1px dotted #ccc; border-bottom:0; }
	dl.ApplicationBenches dt.first, dl.ApplicationBenches dd.first { border-top:0; }
	dl.ApplicationBenches dd { float:left; clear:left; width:80px; text-align:right; margin:0; padding:2px 5px; }
	dl.ApplicationBenches dt { margin:0; padding:2px 5px; width:600px; }
	
	span.SQLCode { font-family:"Courier New", Courier, monospace; }
	
	.ExecInfo {
		width:640px;
		margin:10px auto; padding:7px;
		background:#FAFAFA; border:1px dashed #A0A0A0;
		font-size:11px;	
	}
		.ExecInfo dd { float:left; clear:left; width:80px; text-align:right; padding-right:10px; }
		.ExecInfo dt {  }
	
	
	/*************************************************************************************************/
	/*************************************     DEBUG BAR          **************************************/
	/*************************************************************************************************/
	
	#DebugBar {
		height:28px; width:100%; z-index:10001;
		position:fixed; left:0; bottom:-0px;
		margin:0; padding:10px 0 0 0;
		background:transparent url(zims/debug-bar.png) 0 100% repeat-x; 
	}
	
	#DebugBar #ExecInfo { margin:0; padding:0; height:28px; line-height:28px; text-align:center; font-size:1.2em; }
	
	#DebugBar #DebugBarLinks { height:28px; line-height:28px; font-size:1.2em; position:absolute; top:10px; left:0; }
	#DebugBar #DebugBarLinks a { float:left; padding:0 5px; height:28px; line-height:28px; cursor:pointer; }
	#DebugBar #DebugBarLinks a:hover { background:#fff; color:#000; opacity:0.5; text-decoration:none; }
	
	#DebugBar #DebugBar-ErrorsLink { color:#e01919; font-weight:bold; }
	#DebugBar #DebugBar-ErrorsLink.empty { color:#ccc; }
	
	#DebugBar #DebugBar-MiscActions {
		position:absolute; bottom:28px; left:200px;
		width:150px; display:none;
		margin:0; padding:0;
		background:#fafafa; border:1px solid #999;
	}
	#DebugBar #DebugBar-MiscActions li {
		list-style:none;
	}
	
	#AppBox-Session pre {
		border:0; background:transparent;
		margin:0; padding:0;
	}
	
	/*************************************************************************************************/
	/*************************************     DEBUG            **************************************/
	/*************************************************************************************************/
	
	#VarDumps { margin:10px; padding:7px; border:1px dashed #A0A0A0; background:#333; }	
	#VarDumps h1 { margin:0; padding:0; font-size:12px; font-weight:bold; letter-spacing:1px; color:#3F3F3F; color:#99c62c; }
	pre.vardump {
		font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#5f5f5f; color:#99c62c;
		background:#1d1d1d;
		padding:2px 5px;
		line-height:1.5;
	}
	
	/*************************************************************************************************/
	/*************************************     ERREURS          **************************************/
	/*************************************************************************************************/
	
	
	div#errorWrapper { 
		position:absolute; top:10px; left:10px; z-index:1000;
		margin:0; padding:0;
		width:640px; 
		font-size:1.2em; 
		font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
		color:#434343;
		
	}	
	
	#errorWrapper div.error-contener { margin:10px; padding:5px; border:1px solid #999; background:#fafafa; }
	
	#errorWrapper div.error h3 { margin:0 !important; padding:0 0 2px 0 !important; font-size:11px; background:transparent !important; color:#5f5f5f !important; }

	#errorWrapper div.error { margin:5px; padding:5px; line-height:1.3; font-size:11px; border:1px solid #CCC; background:#FFF; position:relative; }
	
	#errorWrapper div.error strong { float:left; width:40px; text-align:left; margin-right:3px; }
	#errorWrapper div.error div.context { }
	#errorWrapper div.error div.context strong.ShowHideContext { display:block; float:none; width:auto; position:absolute; top:3px; right:3px; cursor:pointer; }
	#errorWrapper div.error div.context div { display:none; margin:5px; padding:5px; background:#fff; font-size:1.1em; }
	#errorWrapper div.error div.context em { font-weight:bold; }
	#errorWrapper div.error div.context div.args { padding:0; }
	#errorWrapper div.error div.context div.args pre{ margin:0px; padding:5px; }
	
	/*** CONTENEURS ***/
	#E_WARNING { border:1px solid #FF9000; background:#FFF7ED; }	
	#E_NOTICE { border:1px solid #FF9000; background:#FFF7ED; }	
	#E_USER_ERROR { border:1px solid #ED0000; background:#FFF4F4; }	
	#E_USER_WARNING { border:1px solid #FF9000; background:#FFF7ED; }	
	#E_USER_NOTICE { border:1px solid #66D800; background:#F4FFEA; }
	
	/*** ERREURS ***/
	#errorWrapper div.E_WARNING { border:1px solid #ff8900;background:#FFF7ED; }	
	#errorWrapper div.E_WARNING h3 { color:#ff8900; }	
	#errorWrapper div.E_NOTICE { border:1px solid #66D800;background:#F4FFEA; }	
	#errorWrapper div.ERROR { border:1px solid #FF5757;background:#FFF4F4; }	
	#errorWrapper div.E_USER_ERROR { border:1px solid #FF5757;background:#FFF4F4; }	
	#errorWrapper div.E_USER_WARNING { border:1px solid #FF9000;background:#FFF7ED; }	
	#errorWrapper div.E_USER_NOTICE { border:1px solid #66D800;background:#F4FFEA; }
	
	
	
	
	
	
				
				
	
	
	#MyTooltip{
		position:absolute; top:-5000px; left:-5000px;
		border:0px solid #ccc;
		background:#333;
		padding:5px;
		color:#fff;
		min-width:120px; min-height:120px; background:#333 url(zims/loader/thumb-tooltip.gif) 50% 50% no-repeat;
	}
	#MyTooltip img {
		width:0px; height:0px;
	}
	#MyTooltip ul {
		margin:0px;
		padding:0px;
	}
	
	#MyTooltip li {
		display:block;
		margin-bottom:20px;
	}
	
	
	
	
	
