table.calendar
{
	font-family: sans-serif;
	font-size:10px;
	width:137;
	height:137;
	border:1px solid #CADAE3;
}

.navigateYear
{
	background-color:#FFFFFF;
	color:#6F6D6D;

}

td.month
{
	background-color:#FFFFFF;
	text-align:center;
	font-weight: bold;
	font-size:12px;
	height:25;
	color:#1F5375;
	
}

tr.daysOfTheWeek
{
	border-bottom:1px solid #CADAE3;
	background-color:#CADAE3;
	text-align:center;
	font-size:11px;
}

.normalDate
{
	background-color:#FFFFFF;	
	color:#4e4e4e;
	text-align:center;
}

.currentDate
{
	color:#D51C16;
	text-align:center;
}

.selectedDate
{
	background-color:#CADAE3;	
	text-align:center;
}
.calDiv{
	position:relative;
	z-index:10;
	height:140;
	width:137;
	background-color:#FFFFFF;

}
/********Calendar style end***********/