/*changes color in the square border area*/
table.calendar {
	background-color: #EFE7DE;
}

/*changes color on the main title in Cal, Example june 2009*/
table.calendar .cal_header_month {
	font-weight: bold;
	text-align: center;
	padding: 0px;
	padding-left: 0px;
        color: #BD9E77;
}

table.calendar .cal_header_week {
	/*background-color: #EFE7DE;*/
}

/*highlights todays date*/
table.calendar #today {
	padding: 0px;
	background-color: #D2BBA4;
}

table.calendar .content_date
{
	font-weight: bold;
}


table.calendar td {
	padding: 0px;
	text-align: center;
	background-color: #EFE7DE;
}

table.calendar a {
	display: block;
}
