/* SQLView Custom Styles */
.SQLViewGrid {
	border: 1px dashed #00BFFF;
}
.SQLViewHeader {
	font-family: Verdana, Arial;
	font-weight: bold;
	background-color: #AECDEE;
	font-size: 12px;
}
.SQLViewNormalItem {
	background-color: ghostwhite;
}
.SQLViewAlternatingItem {
	background-color: aliceblue;
}
.SQLViewHeaderText {
	font-size: 11px;
}
.SQLViewFooterText {
	font-size: 11px;
}
