/* SQLView Custom Styles */
.SQLViewNormalItem { font-size: x-large; font-weight:bold }
.SQLViewAlternatingItem { background: aliceblue}
.SQLViewHeader { background: cornflowerblue}
.SQLViewHeaderHidden { background: cornflowerblue; visibility:hidden}
.SQLViewGrid { border: dashed black 0px; margin: 2px; visibility:hidden; border-style:none}
.SQLViewHeaderText { font-style: italic; font-size:large }
.SQLViewFooterText { font-style: italic }

