#report {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 20px;
	background: black;
	overflow: hidden;
	z-index: 10000;
	border: 1px solid #333;
	color: black;
	line-height: 16px;
}
body > #report {
	position: fixed;
}
#report, #report table, #report td {
	font-family: 'Verdana';
	font-size: 10px;
	
}
#report:hover h2 {
	color: black;
}
#report:hover, #report:active, #report.hover {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #fff;
}
#report td {
	padding: 3px 10px;
	vertical-align: top;
	border-bottom: 1px dashed #eee;
}
.reportSQL {
	color: red;
}
.reportClass {
	color: green;
}
.reportFunction {
	color: blue;
}
.reportSelectedRow {
	background: #fee;
	border: 1px dashed #f00;
}
.reportOddRow {
	background: #f3f3f3;
}
#report .black-background {
	background: black;
	color: #666;
	width: 100px;
	border-bottom: 1px dashed #222;
	
}
#report .reportSelectedRow .black-background {
	border: 1px dashed #900;
	color: #f00;font-weight: bold;
}
#report table {
	 border-collapse: collapse;
}
.reporter-green h2 {
	color: #0a0;
}
.reporter-red h2 {
	color: #a00;
}
#report h2 {
	font-weight: bold;
	margin: 0;
}
#report .col1 {
	/*width: 30px;*/
}
#report .col2 {
	width: auto;
}
#report .col3 {
	width: 400px;
}



