.Calendar {
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	background: #ccc;
	float: left;
	margin: 0px 2px;
	width: 124px;
	text-align: center;
}
.CalendarHeader {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: white;
}
.CalendarCell {
	background: white;
}
.CalendarClosed {
	font-weight: bold;
	color: red;
	background: pink;
}
.CalendarEmpty {
	background: #eee;
}

