/*This is used to style the report outputs*/
h2 {
	margin-top: 0;
}
th {
	background-color:#94bcdf;
	text-align:center;
}
#summary_table {
	
}
#district_table {
	font-size: 10px;
}
#parcel_table {
	font-size: 10px;
}

/*body {
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size: 62.5%;
}
*/

.click_to_sort {
	font-size:11px;
	font-weight:normal;
}
.out_row_top2 { /*Heading rows*/
	background-color: #F2D2C3;
	line-height:normal;
}
.out_row_data {
	text-align:right;
}
#link_block { /*Download options*/
	margin-bottom: 8px;
	text-align: right;
	font-size:13px;
}

#link_block img {
	margin: 0 2px 0 10px;
}