/* SQL highlighting */
strong.sqlKeywords {
	color: #C00;
}
strong.sqlDates {
	color: #090;
}
strong.sqlElements {
	color: #099;
}
strong.sqlElements:hover {
	border-bottom: 1px solid #099;
}
strong.sqlFunctions {
	color: #009;
}
strong.sqlStrings {
	font-weight: normal;
	color: black;
}
strong.sqlStrings:hover {
	background-color: #DDD;
}

span.debug {
	color: black;
	background-color: #f5f5f5;
	border: 1px dashed black;
	z-index: 1000;
	position: relative;
}

span.debug span.queryTime {
	color: red;
}

span.debug span.totalTime {
	color: blue;
}