#calendar {
	border: 1px solid #000;
	background-color: #eee;
}

#calendar #title {
	background-color: #666;
	border-bottom: 1px solid #000;
}

#calendar #title #month {
	text-align: center;
	font-weight: bold;
}

#calendar #title a {
	color: #fff;
}

#calendar #days {
	background-color: #ccc;
}

#calendar #days td {
	border-bottom: 1px solid #000;
	font-weight: bold;
}

#calendar .week {
	background-color: #eee;
}

#calendar .week td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#calendar .week td.past {
	background-color: #ddd;
}

#calendar .week td.today {
	background-color: #fff;
	font-weight: bold;
}

#calendar #bottom {
	background-color: #ccc;
}

#calendar #bottom td {
	border-top: 1px solid #000;
	font-size: 10px;
	text-align: center;
}
