table.calendar {
	background-color: #9fcf40;
        test-align: center;
}

table.calendar .cal_header_month {
        font-size: 13px;
	font-weight: bold;
	text-align: center;

}

table.calendar .cal_header_week {
        font-size: 13px;
	font-weight: bold;
	/*background-color: white;*/
}

table.calendar #today {
	padding: 0px;
	background-color: #fdeb6b;
        border: 1px dotted green;
}

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

table.calendar td {
	padding: 1px;
	text-align: center;
	background-color: #ffffff;
        font-weight: bold;
}

table.calendar a {
	display: block;
        font-size: 13px;
        text-decoration: none;
}
