.calLargeMonth
{
	padding: 0px;
}
.calLargeMonth .calDays tr.calDayName td
{
	width: 14%;
	text-align: center;
	height: 10px;
	background-color: #D3D5E2;
}
.calLargeMonth .calMonthTitle
{
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	width: 60%;
}
.calLargeMonth .calMonthNav
{
	width: 20%;
}
.calLargeMonth .calDays tr
{
	vertical-align: top;
}
.calLargeMonth td .calDays td
{
	background-color: #eeeeee;
	border: solid 1px #464A65;
	border-right: none;
	border-bottom: none;

	padding: 4px;
	height: 70px;
	width: 70px;
}
.calLargeMonth .calDays td.calDayToday
{
	background-color: white;
}
.calLargeMonth td.calDayToday .day
{
	font-weight: bold;
}
.calLargeMonth .calDays td a
{
	background-color: white;
	border: solid 1px #777777;
	padding: 2px;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#333333,strength=3);
	width: 100%;
	text-decoration: none;
}
.calLargeMonth .calDays td a:hover
{
	background-color: #eeeeee;
}
.calLargeMonth .calDays td a .EventTopic
{
	font-weight: bold;
}
.calLargeMonth .calDays td.calOtherMonth
{
	background-color: white;
}
.calLargeMonth .calDays td.calOtherMonth .day
{
	color: #666666;
}
.calLargeMonth .calDays
{
	border-right: solid 1px #464A65;
	border-bottom: solid 1px #464A65;
}