.calendarWidget table
{
	width: 100%;
	
	border-collapse: collapse;
}

.calendarWidget table th, .calendarWidget table td
{
	border-bottom: dotted 1px #CCCC99;
	text-align: center;
}

.calendarWidget .today
{
	border: solid 1px #CC0000;
}

.calendarWidget .event
{
	background: #CCCC99;
}
