table.calendar
{
	border:1px solid #004080;
	width: 300px;
	text-align:center;
}

.navigateYear
{
	background-color:#B1B7D1;
	color:white;
}

td.month
{
	background-color:#B1B7D1;
	text-align:center;
	width: 200px;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
}

tr.daysOfTheWeek
{
	background-color:silver;
	font-size: 12px;
	font-weight: bold;
}

.normalDate
{
	background-color:white;
	color:black;
	width: 30px;
	height: 30px;
}

.currentDate
{
	background-color:#FF8040;
	color:white;
}

.selectedDate
{
	background-color:blue;	
	color:white;
}

.bestTime
{
	background-color:#625C59;
	color:white;
	width: 30px;
	height: 30px;
}

.goodTime
{
	background-color:#938A88;
	color:white;
	width: 30px;
	height: 30px;
}

.poorTime
{
	background-color:#DCE4DF;
	color:#000000;
	width: 30px;
	height: 30px;
}