#debug-box {
	position:fixed;top:32px;left:5px;
	display: block;
	z-index:10000;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	font-family: sans-serif;
	background-color: white;
	color: black;
	border: 3px solid #eb602b;
	margin: 0; padding:2px;
	overflow:scroll;
	max-width:900px;
	max-height:800px;
	word-wrap:break-word;
}
#debug-box table, #debug-box tr, #debug-box td, #debug-box th {
	font-weight: normal;
	font-size: 12px;
	background-color: white;
	color: black;
	border: 1px solid black;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
#debug-box td, #debug-box th {padding: 1px 3px;}
#debug-box th {
	background-color: #EEE;
	font-weight: bold;
	text-align: center;
}
#debug-box pre {padding: 0px;margin: 0px;}
#debug-box div.debug-box-entry {border-top: 3px solid blue;}
#debug-box div.debug-box-head {}
#debug-box div.debug-box-head span {
	display: inline-block;
	padding: 2px 5px;
	margin: 0px;
	font-size: 12px;
}
#debug-box span.debug-box-pos {
	background-color: lime;
	min-width: 20px;
	text-align: center;
	font-weight: bold;
}
#debug-box span.debug-box-title {
	background-color: green;
	color: white;
	min-width: 500px;
}
#debug-box span.debug-box-caller {background-color: yellow;}
#debug-box hr.debug-log-seperator {
	border: 1px solid silver;
	padding: 0px;
	margin: 3px 0px;
}
#debug-box div.debug-box-content {padding: 5px;}

#debug-box-icon {
	position:fixed;
	top:10px;left:5px;
	z-index: 1000;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	background-color: #ddd;
}
#debug-box-icon div.debug-box-icon-actions {
	border: 1px solid #eb602b;
	color: #eb602b;
	padding:0 2px;
}
#debug-box-icon div.debug-box-icon-actions div {cursor:pointer; font-size:14px;}
#debug-box-icon.has-errors {border: 2px solid red; color: red;}
#debug-box-icon.has-errors div.debug-box-icon-actions div {color: red;}
#debug-box-icon div.debug-box-icon-empty {
	background-color: silver;
	padding: 1px;
}

#debug-box-shutdown {position:fixed;top:40px;left:10px;background-color:#fff;border:3px solid #f00;padding:3px;font-weight:bold;}
#debug-box-shutdown #debug-box-shutdown-btn {cursor: pointer;}
