/* SQLView Custom Styles */
.SQLViewNormalItem { background: lightyellow }
.SQLViewAlternatingItem { background: aliceblue}
.SQLViewHeader { background: cornflowerblue}
.SQLViewGrid { border: dashed black 1px; margin: 2px}
.SQLViewHeaderText { font-style: italic }
.SQLViewFooterText { font-style: italic }

