table.calendar
{
	color: #404040;
	width: 420px;
	empty-cells: hide;
}

td.calendarHeading
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

td.calendar, td.calendarEvent, td.calendarTentative, td.calendarBlocked
{
	border: 1px solid #404040;
	text-align: left;
	vertical-align: top;
	width: 60px;
	height: 80px;
}

td.calendar
{
	cursor: pointer;
}

td.calendarEvent, td.calendarEventKey
{
	background-color: #D09F4E;
}

td.calendarTentative, td.calendarTentativeKey
{
	background-color: #5B99D6;
}

td.calendarBlocked, td.calendarBlockedKey
{
	background-color: #a0a0a0;
}

td.calendarEventKey, td.calendarTentativeKey, td.calendarBlockedKey
{
	width: 20px;
}

td.calendarEmpty
{
}

td.calendarContentLeft
{
	vertical-align: top;
}

td.calendarContentRight
{
	vertical-align: top;
}

table.calendarKey
{
	border-collapse: separate;
}

a.calendarEvent
{
	color: #404040;
	font-size: 11px;
	text-decoration: underline;
}
