#calendarDiv {
	width: 170px;
	border: 1px solid #cccccc;
}
#calendarDiv a {
	cursor: pointer;
}
#calendar {
	background: #ddd;
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Sans-serif;
	width: 100%;
}
#calendar, #linksTable {
	width: 100%;
}
#calendar .calendarHeader {
	background: #F2F5E2;
	border-bottom: 1px solid #636363;
	color: #636363;
	text-align: center;
	font-weight: bold;
}
#calendar .weekDaysTitleRow {
	background: #F2F5E2;
	color: #636363;
	font-weight: bold;
}
#calendar .weekDaysRow {
	background: #F2F5E2;
	color: #666;
	font-weight: bold;
}
#calendar .weekDaysRow a {
	text-decoration: none;
	color: #636363;
}
#calendar .weekDaysRow a:hover {
	text-decoration: none;
	color: #fff;
}
#calendar .weekDaysCellOver {
	background: #b24364;
	color: #fff;
}
#linksTable {
	background: #F2F5E2;
}
#linksTable a {
	color: #636363;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
}
#linksTable a:hover {
	background: #fff;
	color: #333;
}
#prevMonth {
	float: left;
}
#nextMonth {
	float: right;
}
#today {
	background: #ffffff;
	border: 1px solid #636363;
}