table.calendar
{
	border:1px solid;
}

.navigateYear
{
	background-color:blue;
	color:white;
}

td.month
{
	background-color:silver;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:bold
}

tr.daysOfTheWeek
{
	background-color:silver;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:bold;
	text-align:center;
}

.normalDate
{
	background-color:white;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.currentDate
{
	background-color:blue;
	color:white;
}

.selectedDate
{
	background-color:red;	
	color:white;
}
