table.calendar { height: 200px; border:1px solid #cfcfcf; color: #FFFFFF; line-height: normal;}
.navigateYearL { background-color: #4daa00; color:white; text-align:left; line-height: normal;}
.navigateYearR { background-color: #4daa00; color:white; text-align:right; line-height: normal;}
td.month { background-color: #4daa00; text-align:center; font-weight: bold; font-size: 12px; line-height: normal;}
tr.daysOfTheWeek { background-color: #cfcfcf; line-height: normal;}
.normalDate {   background-color:white; color:black; }
.currentDate {
	font-weight: bold;
	line-height: normal;
}
.selectedDate {
	background-color: #003399;
	color:white;
	line-height: normal;
	font-weight: bold;
}
