@media print
{
	*
	{
		font-size: 10pt;
	}

	html body,
	html body form
	{
		height: auto;
		min-height: auto;
		position: revert;
	}

	div.SiteTopMenu,
    h1.PageTitle,
	div.PageMenu,
	div.BottomOfScreen,
	*.DisablePrinting
	{
		display: none;
	}
	
	div.SiteContent
	{
		margin: 0px;
		padding: 0px;
	}

	*.EnablePrinting
	{
		display: block;
	}

	table,
	table th,
	table td
	{
		border-color: #000;
		color: #000;
	}

	div.SiteContent table th
	{
		-webkit-print-color-adjust: exact;
		background: #ddd;
	}
}
