
/*school event types*/
td.ClosedDay {
	background: #F38989;
}
td.InserviceDay{
	background: yellow;
	}
td.ClosedAndInservice{
	background: #FF9900;
	}
td.NoCallDay {
	background: #3366cc;
}


/*teacher event types*/
td.NoSubNeeded {
	background: yellow;
}

td.Absence {
	background: #3366cc;
}



/*sub event types */
td.NonWorkingDay{
	background: yellow;
}
td.WorkingDay{
	background: #3366cc;
}

