﻿@media print
{
	* {font-family: Calibri Light; font-size: 14pt;}
	#titleRow, #mainMenu, #searchRowLeft, #searchRowRight, #sideBar, #footer {display: none;}
	input[type="submit"], input[type="button"] {display: none;}
	input[type="text"], textarea, select {
		border: Solid 1px Gray;
		background-color: White;
		filter: none;
	}
	#mainContent {width: 100% !important; padding: 0; background: white}
	fieldset {border: solid 1px gray; padding: 0.8em 1em}
	fieldset legend {color: gray; font-weight: bold; padding: 0 0.8em}
}