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: 450px;
	height: 250px;
	z-index: 100;
	font: 9px verdana,sans-serif;
	padding: 1px;
	border: 1px solid gray;
	text-align: left;
	
}
#debug_hand{
	border: 1px solid #333333;
	background: #D0D0D0;
	color: #000000;
	width: 10px;
	height: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	cursor: move;	
}
div.debug_block{
	background: white;
	color: black;
	font: normal 11px tahoma, sans-serif; 	
}

pre {
	font: 10px tahoma, arial, sans-serif;
	background: #EDEDED;
	padding: 1px;
	border: 1px solid #D0D0D0;
	text-align: left;
}
#debug_dynamic_frame{
	width: 100%;
	height: 500px;
	text-align: left;
}

