table.calendar {
	background-color: white;
	height:145px;
	width:197px;
    border:#bfa968 solid 3px;
}

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

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

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

}

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

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

table.calendar a {
	display: block;
}
