table.appointment tr.available {
	background-color: #99CCFF;
}

table.appointment tr.closed {
	background-color: #99FFCC;
}

table.appointment tr.late {
	background-color: #FFFF99;
}

table.appointment tr.noshow {
	background-color: #FFCCCC;
}
