table.calendar {
	background-color: #E9F1EB;
	text-align: center;
	padding: 2px;
}

table.calendar .cal_header_month {
	font-weight: bold;
	text-align: center;
	padding: 3px;
	padding-left: 5px;
	color: yellow;
}

table.calendar .cal_header_week {
	/*background-color: white;*/
	color: yellow;
}

table.calendar #today {
	padding: 0px;
	background-color: #940909;

}

table.calendar .content_date
{
	font-weight: bold;
}

table.calendar td {
	padding: 4px;
	text-align: center;
	background-color: #000f55;
}

table.calendar a {
	display: block;
	color: #FFFFFF;
}
