#calendar {
	margin-top: 15px;
}
table.calendar {
	background-color: white;
}

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 td#today {
	padding: 0px;
	font-weight: bold;
}
td#today a {
	background-color: #CC0000;
	color: white;
}

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

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

table.calendar a {
	display: block;
	background: #eee;
}
table.calendar a:hover {
	background: #ffcc00;
color: black;
font-weight:bold;
text-decoration:none;
}

