.tcwCalendar tbody td.tcwCalendarDay,
.tcwCalendar tbody td.tcwCalendarToday
{
	padding: 0;
	border: 1px solid #777777;
	background-color: white;
}

.tcwCalendar tbody td.tcwCalendarToday
{
	background-color: #eeeeee;
}

.tcwCalendar tbody td.tcwCalendarEmpty
{
	border: 1px solid #eeeeee;
	border-top-width: 20px;
}

.tcwCalendarWeek,
th.tcwCalendarDay
{
	background-color: #cccccc;
	color: white;
	font-weight: bold;
	font-size: 80%;
}

a.tcwCalendarDayNumber
{
	display: block;
	background-color: #cccccc;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

