
/*	
	======================================================================

	stylesheets/public/select.css

	======================================================================
*/


.listTableHeader {

	color: #9EB971;
	background-color: #436214;
}

.sortCell {

	font-size: 8pt;
}

.sortBySelected {

	color: #9EB971;
	background-color: #436214;
}

.sortRow {

	color: #436214;
	background-color: #9EB971;
}

.housePlanRowOdd {

	background-color: #E5C83E;
	color: #436214;
}

.housePlanRowEven {

	background-color: #F4ED7B;
	color: #436214;
}

.housePlanNameCell {

	text-align: left;
}


