table.calendar_table
{

	padding: 0px;
	background-color:  #0081aa;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFF;
}

td.day_header
{
	background-color:#0081aa;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	width: 22px;
	border-bottom: 1px #015570 solid;
}

td.day_now
{
	/*border: 1px #fff solid;*/
	background-color: #015570;
	color: #fff;
	width: 25px;
	text-align: center;
}

a.day_now_link:link
{
	color: #fff;
}

td.day_normal
{
	text-align: center;
	width: 25px;
}

td.month_year
{
	border-top: 1px solid #015570;
	text-align: center;
}
