div#debugger{
	color: #FFFFFF;
	position: fixed;
	width: 100%;
	border-top: 3px solid #000000;
	background-color: #232323;
	display: none;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}
div#debug_header{
	width: 100%;
	height: 20px;
	padding: 0;
	border-bottom: 3px solid #000000;
	background: url('http://static.bjornroesbeke.be/img/dev/HazardTape.png') repeat-x 0 -10px;
	cursor: pointer;
}
div#debug_header span{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 3px 10px;
	text-shadow: #333333 3px 2px 1px;/* CSS 3 */
}
div#debug_scroller{
	height: 140px;
	overflow: scroll;
}
div#debug_scroller{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table#debug_sqllog{
	margin-bottom: 10px;
}
table#debug_sqllog td{
	padding: 2px 5px 2px 5px;
	border-right: 1px dotted #000000;
}
table#debug_sqllog th{
	border-bottom: 1px dotted #000000;
	border-right: 1px dotted #000000;
	background-color: rgb(100,20,40);
}
table.debug_superglobals{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
}
table#debug_superglobals th{
	border: 1px dotted #CCCCCC;
	background-color: rgb(100,20,40);
	min-width: 25%;
}
table#debug_superglobals tr td{
	border: 1px dotted #CCCCCC;
}
