td.monthnavigation {
	text-align: center;
}
td.monthday, td.nomonthday, td.saturday, td.sunday, td.today, td.selectedday {
	width: 20;
	text-align: center;
}
td.today, td.today a {
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #CF0505;
}

td.cal-workday-today, td.cal-workday-today a {
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #DE4900;
}

td.cal-workday	{
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}

td.saturday, td.saturday a {
	background-color: #FFF799;
}
td.sunday, td.sunday a {
	background-color: #FFF799;
}
td.monthday a {
	font-weight: normal;
	color: #9D080D;
}
td.monthday, td.saturday, td.sunday, td.today {
	color: #7d7d7d;
}
td.selectedday, td.selectedday a {
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #CF0505;
}
.monthname {
	text-transform: uppercase;
	font-weight: normal;
}

