.day-blank {
	background-color: #efefef;
}
.table .day-sun{
	background-color: #FFE6E9;
}

.table .day-sat {
	background-color: #E3F1FF;
}

.calendar table td {	
	padding: 3px;
	border: solid 1px #999;
}

.calendar table td .day {
	margin-bottom: 0;
}
.calendar table th {
	text-align: center;
	border: solid 1px #999;
}