#filters div {
	padding: 5px;
	text-align: center;
}
#filterbuttons {
	text-align: center;
}
.stateNames {
	color: #FFF;
	background-color: #000;
	font-weight: bold;
}
#contractor {

}
#reportHeader {
	text-align: center;
	background-color: #CCC;
	padding: 10px;
	margin-top: 20px;
}
#filters select {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#reportStats {
	text-align: right;
	font-size: 11px;
	line-height: 12px;
	color: white;
	width: 100%;
	background-color: black;
	bottom:0px;
	position: fixed;
}
#slideControls{
	text-align:right;
	padding:10px;
}
@media all {
	.pageBreak{ display: none; }
}
@media print{
#filterArea, #slideControls, #filters {
	display:none;
	height:0;
}
#reportStats {
	display:none;
	position:relative;
}
table,th,td
{
border:1px solid #999;
}
.pageBreak {
	display: block;
	page-break-after: always; ;
	}
}
body {
	margin-top: 0px;
	margin-bottom: 200px;
	margin-left: 0px;
	margin-right: 0px;
}
h2 {
	text-align: center;
	font-size: 16px;
}

body,td,th {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
div.ui-datepicker{
 font-size:180%;
}
#reportStats{
	display:none;
}#stateListing, #localListing {
	padding-left: 5px;
}
.oddRows {
	background-color: #DBEAF9;
}
.mainTables, .mainTables th, .mainTables td {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
}
#filters #sortByArea, #contractorArea {
	display: none;
}
