.schools {
	width:98%;
	border: 1px solid #666;
	margin-top: 5px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.schools thead td{
	background: #cecfce;
	vertical-align: bottom;
	text-align: center;
	padding-left: 15px;
}
.schools td {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0 2px 0 2px;
	text-align: right;
}
.schools td.name {
	text-align: left;
}
.schools td.salary {
	font-weight: bold;
}
#districts {
	list-style: none;
}
.schools thead td.sort_column_descending {
	background-image: url(img/downsimple.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	/*color: green;*/
}
.schools thead td.sort_column_ascending {
	background-image: url(img/upsimple.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	/*color: green;*/
}
.table_label {
	font-weight: bold;
	font-size: 1.1em;
}

