
#debugger{
	right: 0px;
	width: 25px;
	position: absolute;
	height: 100%;
	background: #444444;
	z-index: 1000;
	color: #ffffff;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 20px;
	overflow: hidden;	
}

	#debugger #debugTab{height: 100%; padding-top: 550px; padding-left: 10px; position: absolute; width: 25px; background: #333333; cursor: pointer;}
	#debugger #debugOutput{padding: 10px; padding-left: 50px; width: 100%; height: 100%; overflow: auto;}