table.calendar {
	background-color: #d2b054;
	width:100%;
}

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

}

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

table.calendar #today {
	padding: 0px;
	background-color: #ff9d9d;
	font-weight:bold;
	
}

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

table.calendar td {
	padding: 1px;
	text-align: center;
	background-color: #ffda75;
}

table.calendar a {
	display: block;
}

