/* 1. SQLView Custom Styles 
.SQLViewNormalItem { background: #FFFFFF }
.SQLViewAlternatingItem { background: #FFFFFF}
.SQLViewHeader { background: #FFFFFF}
.SQLViewGrid { border: dashed #B5B5B5 5px; margin: 5px}
.SQLViewHeaderText { font-style: normal }
.SQLViewFooterText { font-style: normal }
*/

/* 2. SQLView Custom Styles New */
/*.SQLViewNormalItemNew {
	background: #FFFFFF;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.SQLViewAlternatingItemNew {
	background: #FFFFFF;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#444444;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
}
.SQLViewHeaderNew {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}
.SQLViewGridNew {
	border: dashed #B5B5B5 0px;
	margin: 3px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	padding: 5px;
}
.SQLViewHeaderTextNew {
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.SQLViewFooterTextNew { font-style: normal }*/
