.day{
	font-family:arial;
	font-size:11px;
	border:1px solid #cc0000;
	}
.day a {
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
.day a {
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
.day a:visited {
	font-weight:bold;
	color: #000000;
	
}
.day a:hover {
	font-weight:bold;
	color: #2a2a2a;
}
.normalWeekDay{
	font-family:arial;
	font-size:11px;
	}
.normalWeekDay a {
	font-weight:normal;
	color: #000000;
	text-decoration:none;
}
.normalWeekDay a {
	font-weight:normal;
	color: #000000;
	text-decoration:none;
}
.normalWeekDay a:visited {
	font-weight:normal;
	color: #000000;
}
.normalWeekDay a:hover {
	font-weight:normal;
	color: #2a2a2a;
}
.weekend {
	background-color: #f6f6f6;
}
div.calendarDiv
{
	float: left;
}
table.monthtableouter {
	background-color: #cccccc;
}
table.monthtableinner {
	width: 200px !important;
}
.normalday {
	background-color: #ffffff;
}
.title {
	background-color: #f6f6f6;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
}
.month, .days {
	background-color: #f6f6f6;
	font-size:10px;
	font-weight:normal;
	font-family:arial;
}
.selectedday {
	background-color: #DBDBDB;
}
#today {
	border: 1px #000000 solid;
	background-color: #C4C4C4;
}

