

div#contentBody {
	width: 100%;
}

div#calendar table {
	width: 100%;
}

div#calendar table.monthHeader {
	height: 40px;
	text-align: center;
	table-layout: fixed;
}

div#calendar table.monthHeader td {
	width: 20%;
}

div#calendar table.calendarBody {
	table-layout: fixed;
}

div#calendar table.calendarBody tr.header td {
	line-height: 24px;
	height: 24px;
	text-align: center;
	background-color: #7eabcf;
	color: #fff;
}

div#calendar table.calendarBody tr.week td {
	height: 100px;
	font-size: 8pt;
	vertical-align: top;
	background-color: #e4e4e4;
	padding: 4px;
	overflow: hidden;
}

div#calendar table.calendarBody tr.week td.invalid {
	background-color: #eee;
}

div#calendar table.calendarBody tr.week td div.numeral {
	color: #666;
	float: left;
}

div#calendar table.calendarBody tr.week td div.event {
	text-align: right;
}

div#calendar table.calendarBody tr.week td div.event div.title {
}

div#calendar table.calendarBody tr.week td div.event div.time {
	font-size: 7pt;
	color: #444;
}
