.CalendarMonthTable td{
	border: none;
	padding: 3px 0;
}
.CalendarMonthTable {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
	font-size: 10px;
	width: 170px;
	border: solid 1px #ddd;
}
.CalendarMonthTable .CalendarMonthHeader{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.CalendarMonthTable .CalendarMonthHeader a{
	color: #390;
	text-decoration: none !important;
	padding: 0 2px;
	border: none !important;
	font-weight: bold;
}
.CalendarMonthTable .CalendarMonthHeader a:hover{
	text-decoration: underline;
}
.CalendarMonthTable .ColumnHeader td{
	color: #069;
	padding: 2px;
	width: 18px;
}
.CalendarMonthTable .DateRow td {
	text-align: center;
}
.CalendarMonthTable .DateRow .DayCell{
}
.CalendarMonthTable .DateRow .EventsDayCell{
	font-weight: bold;
	background: #ddd;
}
.CalendarMonthTable .DateRow .DayCell a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: #eee;
	display: block;
	width: 100%;
	height: 15px;
}
.CalendarMonthTable .DateRow .DayCell a:hover{
	color: #eee;
	background: #999;
}
#Today {
	border: 1px solid #393;
}
#Today a{
	color: #516330;
	background: #b2c891;
}
#HighlightDay {
	background: #bbb;
	border: 1px solid #333;
}