﻿@media print
{
	body
	{
		font-size: 10pt;
	}

	fieldset, .TabControlBorders
	{
		border: none;
	}

	.NoPrint, .PrintButton
	{
		display: none;
	}

	#header
	{
		display: none;
	}

	.PrintReport
	{
		font-family: Courier;
		font-size: 12pt;
		color: #000;
	}

	.PrintReportHeader
	{
		border-bottom: solid 1px #000;
		font-family: Courier;
		font-size: 12pt;
		font-weight: bold;
		color: #000;
	}

	.PrintReportFooter
	{
		border-top: solid 1px #000;
		font-family: Courier;
		font-size: 12pt;
		font-weight: bold;
		color: #000;
	}

	input, textarea
	{
		border: solid 0px #fff !important;
	}

	table, tr, td
	{
		/*border: solid 0px #fff !important;*/
	}

	#CustomerPages, #UserPages
	{
		background-color: #fff !important;
	}
}

