@CHARSET "UTF-8";

#ProfilerSummary {
	background-image:	url('/public/images/gbar.png');
	position:	fixed;
	right:		0px;
	top:		0px;
	width:		284px;
	height:		14px;
	padding:	3px 8px;
	font-size:	11px;
	font-family:	Tahoma;
	}
	
	
#ProfilerShowDetails {
	cursor:		pointer;
	text-decoration:	underline;
	}
	
#ProfilerDetails {
	position:	absolute;
	right:		0px;
	top:		24px;
	background-color	: black;
	color:		white;
	padding:	4px 8px;
	display:	none;
	}
	
.ProfilerQuery {
	font-size:	11px;
	font-family:	monospaced;
	}
	
.ProfilerTime {
	}