@charset "utf-8";
#CalDay {
	background-image: url(Images/dayback.gif);
	height: 30px;
	width: 35px;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	padding-top: 6px;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}

.DayNumber {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

a.DayNumber:Link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.DayNumber:Visited{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.DayNumber:Hover{
	color: #FF00FF;
	font-weight: bold;
	text-decoration: underline;
}
a.DayNumber:Active{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


.DayNumberdone {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #CBC991;
	font-weight: bold;
}

.WeekdayName {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #8F8D5A;
	font-weight: bold;
}

.MonthName
{
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}