
/* STYLES FOR PRINTER FRIENDLY PAGES */

@media print,screen {

	body {
		font-family:arial,helvetica,sans-serif;
		font-size:100%;
	}

	#container {
		text-align:justify;
	}

	#header p, ul.nav, #header hr, #findbox, #findbox2, #footer p, #propertymenu, #splash, .requestdetails, .showlocation, .pdfdetails, .pagenumbers {
		display:none;
	}

	a img {
		border:none;
	}

	caption {
		display:none;
	}

	table.grid {
		width:100%;
		border-collapse:collapse;
		font-size:100%;
	}

	table.grid th {
		padding:0.4em;
		border:solid 1px #000000;
	}

	table.grid td {
		padding:0.4em;
		border:solid 1px #000000;
	}

	.print {
		text-align:center;
	}

	ol {
		margin-left:1.6em;
	}

	ol li {
		margin:0em 0em 1em 0em;
	}
}
