table.calendar
{
	border:1px solid;
}

.navigateYear
{
	background-color:gray;
	color:white;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}

td.month
{
	background-color:gray;
	color:white;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}

tr.daysOfTheWeek
{
	background-color:silver;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
}

.normalDate
{
	background-color: #EEEEEE;
	color:black;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
}

.currentDate
{
	background-color: #D3EDED;
	color:black;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
}

.selectedDate
{
	background-color:blue;	
	color:white;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
}