table.calendarTable
{
	width : 780px;
}

td.arrowsCell
{
	width : 224px;
	height : 42px;
}

td.monthCell
{
	width : 170px;
	height : 42px;
	text-align : right;
}

td.yearCell
{
	width : 155px;
	height : 42px;
}

td.selectionsCell
{
	width : 231px;
	height : 42px;
	text-align : right;
}

td.dateCell
{
	border-color : black;
	border-style : solid;
	border-width : 1px;
	width : 111px;
	height : 120px;
}

td.weekdayCell
{
	border-color : black;
	border-style : solid;
	border-width : 1px;
	width : 111px;
}

div.dateCellDiv
{
	height : 120px;
}

div.weekdayCellDiv
{
	text-align : center;
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
}

div.dateDiv
{
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	font-weight : bold;
	text-align : right;
	height : 15px;
}

div.dateDivDim
{
	color : Dimgray;
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	text-align : right;
	height : 15px;
}

div.eventsDiv
{
	font-family : Arial;
	font-size : 8pt;
	width : 110px;
	height : 104px;
	overflow : auto;
}