table.Calendar
{
	border: #000000 1px solid;
}

td.TitleMonthYear  {
	font-size : 12pt;
	font-weight : bold;
	color : #cc3300;
	border: #FFCC66 1px solid;
	text-align: center;
}

td.TitleDay  {
	font-size : 10pt;
	font-weight : bold;
	color : #cc3300;
	border: #FFCC66 1px solid;
	text-align: center;
}

td.DayEmpty  {
	font-size : 10pt;
	background-color : #CCFFCC;
	border: 1px solid;
	text-align: center;
}

td.DayFull  {
	font-size : 10pt;
	background-color : #ffcc99;
	border: 1px solid;
	text-align: center;
}

td.DayNotFull  {
	font-size : 10pt;
	background-color : #ffff99;
	border: 1px solid;
	text-align: center;
}

td.DayOutOfRange  {
	font-size : 10pt;
	border: #CCCCCC 1px solid;
	text-align: center;
}

td.NoDay  {
	font-size : 10pt;
	color : #0000FF;
}
