
div.ERROR{
	color: White;
	background: Red;
}
div.SQL{
	background: #ECF0FF;
	color: #00008B;
	
}
div.INFO{
	color: Red;
}
div.DEBUG{
	background: transparent;
	color: Gray;
}
div.TEMPLATE{
	background: #FFFF9B;
	color: black;
}
div.TIME{
	background: #E0FFE0;
	color: #333333;
}
#debug{
	position: absolute;
	overflow: auto;
	color: black;
	background: white;
	left: 0px;
	bottom: 0px;
	width: 650px;
	height: 350px;
	z-index: 100;
	font: 9px;
	padding: 1px;
	border: 1px solid gray;
}
#debug_block{
	background: white;
	color: black;	
}

pre {
	font: 10px;
	background: #EDEDED;
	padding: 1px;
	border: 1px solid #D0D0D0;
}

span.emsg {
	font-size: 9px;
	color: #f00;
	background: #fff;
}
