/* SQLView Custom Styles */
.SQLViewNormalItem
{
	background: white;
	font-family: Arial, Tahoma;
	font-size: 10pt;
}

.SQLViewAlternatingItem 
{ 
	font-family: Arial, Tahoma; 
	background: #ecf3fd;
	font-size: 10pt;
}

.SQLViewHeader
{
	font-weight: bold;
	background: white;
	font-family: Arial, Tahoma;
	font-size: 10pt;
}

.SQLViewGrid 
{
	border-style: none;
	border-width: 0;
	border-color: White;
	margin: 2px
}

.SQLViewHeaderText 
{
	font-family: Arial, Tahoma; 
	font-style: italic; 
	font-size: 10pt;
}

.SQLViewFooterText 
{
	font-family: Arial, Tahoma; 
	font-style: italic;
	font-size: 10pt; 
}