table.calendar {
	background-color: grey;
	color: #EEE;
	font-size : 12px;
}

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


table.calendar .cal_header_week {

}

table.calendar #today {
	padding: 0px;
	background-color: silver;
}

#today a {
	color: black;
	font-weight: bold;
}

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

table.calendar td {
	padding: 3px;
	text-align: center;
	background-color: #43494f;
}

table.calendar a {
	display: block;
}
