@import url(/Web/CSS/Print.css);

.GridViewPrint { border: none 0px white;}

#QualityControl
{
	display: none;
}

#PrintCopyrightAndSource {display: none;
}



.GridViewPrint tr th
{
	height: 20px;
	padding-left: 0px !important;
	margin-left: 0px;
	border-left: 0px !important;
	border-right: 0px !important;
}

.GridViewPrint tr td
{
	padding-left: 0px !important;
	margin-left: 0px;

	border-left-style: none !important;
	border-left-width: 0px !important;
	border-left-color: White !important;

	border-right-style: none !important;
	border-right-width: 0px !important;
	border-right-color: White !important;

	border-bottom-style: none !important;
	border-bottom-color: black !important;
	border-bottom-width: 0px !important;
}


.GridViewAlternatingRow td
{
}


