@charset "utf-8";
/* CSS Document */

@page {size: landscape}

html, body 
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 20px 0;
}
#footer {
	width:100%;
}

body, .table th .colHead-button, .table td, #copyright, #printedOn
{
	color:#000 !important;
}

#topNav, #notices, #filtersWrapper, .hidePrint
{
	display:none;
}

.table th, .table td
{
	border-top:1px solid #000000;
	border-left:0;
	border-right:0;
	border-top:0;
}

tr, th, td
{
	page-break-inside:avoid;
}

.table td
{
	font-size:9px;
}

div.statusIcon
{
	width:auto;
}

div.statusIcon span
{
	display:block;
	line-height:44px;
	text-transform:capitalize;
}

#copyright
{
	display:none;
}

#printedOn
{
	display:block;
	width:100%;
}