td.CalendarTopLeftCell {
	height:			20px;
	width:			35px;
	border-top-width:	0px;
	border-left-width:	0px;
	border-bottom-width:	1px;
	border-right-width:	1px;
	border-style:		solid;
	border-color:		#000000;
	background-color:	transparent;
	text-align:		center;
}

td.CalendarDayCell {
	height:			20px;
	width:			28px;
	border-top-width:	0px;
	border-left-width:	0px;
	border-bottom-width:	1px;
	border-right-width:	1px;
	border-style:		solid;
	border-color:		#000000;
	background-color:	#ffffff;
	text-align:		center;
}

td.CalendarEmptyCell {
	height:			20px;
	width:			28px;
	border-top-width:	0px;
	border-left-width:	0px;
	border-bottom-width:	1px;
	border-right-width:	1px;
	border-style:		solid;
	border-color:		#000000;
	background-color:	#aaaaaa;
	text-align:		center;
}

div.CalendarDayItem {
	height:			20px;
	width:			28px;
	border-width:		0px;
	background-color:	#ffffff;
	text-align:		center;
	cursor:			pointer;
	font-family:		Verdana;
	font-size:		11px;
	color:			#000000;
}

div.CalendarTodayItem {
	height:			20px;
	width:			28px;
	border-width:		0px;
	background-color:	#ffffff;
	text-align:		center;
	cursor:			pointer;
	font-family:		Verdana;
	font-size:		11px;
	font-weight:		bold;
	color:			#000000;
}

div.CalendarDayEventItem {
	height:			20px;
	width:			28px;
	border-width:		0px;
	background-color:	#ffffff;
	text-align:		center;
	cursor:			pointer;
	font-family:		Verdana;
	font-size:		11px;
	color:			#ff0000;
}

div.CalendarTodayEventItem {
	height:			20px;
	width:			28px;
	border-width:		0px;
	background-color:	#ffffff;
	text-align:		center;
	cursor:			pointer;
	font-family:		Verdana;
	font-size:		11px;
	font-weight:		bold;
	color:			#ff0000;
}

td.CalendarDayNameCell {
	height:			20px;
	width:			28px;
	border-top-width:	1px;
	border-left-width:	0px;
	border-bottom-width:	1px;
	border-right-width:	1px;
	border-style:		solid;
	border-color:		#000000;
	background-color:	#ffffff;
	text-align:		center;
	cursor:			default;
	font-family:		Verdana;
	font-size:		11px;
	font-weight:		bold;
	color:			#000000;
}

td.CalendarWeekCell {
	height:			20px;
	width:			35px;
	border-top-width:	0px;
	border-left-width:	1px;
	border-bottom-width:	1px;
	border-right-width:	1px;
	border-style:		solid;
	border-color:		#000000;
	background-color:	#ffffff;
	text-align:		center;
	cursor:			default;
	font-family:		Verdana;
	font-size:		11px;
	font-weight:		bold;
	color:			#000000;
}

td.CalendarList {
	font-family:		Verdana;
	font-size:		11px;
	color:			#ffffff;
}

a.CalendarLink {
	font-family: 		verdana;
	font-size:		11px;
	text-decoration:	none;
}

a.CalendarLink:hover {
	font-family: 		verdana;
	font-size:		11px;
	text-decoration:	none;
}
