fieldset.dbg {
	border: 1px solid #f60;
	padding: 10px;
	background: #eee;
}
fieldset.dbg > legend {
	display: inline;
	border: 1px solid #f60;
	font: bold 14px/14px Arial, sans-serif;
	margin: 0;
	width: auto;
	padding: 5px;
	background: #eee;
}

.debugTrace {
	background-color: #777;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #000;
}
.debugTrace thead tr th {
	background-color: #333;
	color: #fff;
}
.debugTrace tr td {
	background-color: #fff;
	color: #000;
}
.debugTrace .call td {
	background-color: #ddf;
	font: bold 12px/18px Verdana, Arial, sans-serif;
	color: #000;
}
.debugTrace table {
	width: 100%;
}
.debugTrace table td:first-child {
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}