/* CSS Document */

/* days of the week */
.sat, .sun {
	background-color: #FAFCFB;
}

.deadday {
	background-color: #EFF3F6;
}
	