table.calendar {
	background-color: white;
	border-top:solid 1px #e0e0e0;
	border-bottom:solid 1px #e0e0e0;	
}

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

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

#today a{
	color:darkorange;
	text-decoration: underline;	
}

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

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

table.calendar a {
	display: block;
}

