

table.calendar{
border-top:0px solid #767676;
border-left:0px solid #767676;
background: #ffffff;
width:100%;
}

table.calendar *{
font-family: Verdana;
font-size:12px;
}



table.calendar td{
border-right:0px solid #767676;
border-bottom:0px solid #767676;

	color: 064a87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	
	
}

td.calendarHeader{
background: #F1F1F1;
color: #054B89;


	color: 064a87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	
	
}



td.calendarToday , td.calendar{

text-align:center;
}

td.past_calendar{

text-align:center;
background: #f6f6f6;
}


td.calendarToday{
background: #DCDCDC;
}

td.calendarToday,
td.calendarToday a{

color: #000000;

}

 td.calendar a{
background: #0063B6;
color: #ffffff;
display:block;
text-decoration:none
}
