td.cal-header {
	border: 1px solid white;
	height: 12px;
	vertical-align: top;
	background-color: #fff;
}

div.cal-header {
	text-align: center;
	background-color: #EBEBEB;
}

td.cal-days-first {
	border-left: 1px solid white;
}
td.cal-days {
	height: 12px;
	vertical-align: top;
}
td.cal-days-last {
	border-right: 1px solid white;
}

div.cal-days {
	background-color: #666;
	text-align: center;
	font-size: 13px;
	color: white;
}

a.cal-header:hover, a.cal-header:active, a.cal-header:link, a.cal-header:visited {
	color: gray;
	font-size: 14px;
	font-weight: bold;
}

a.cal-forum:hover, a.cal-forum:active, a.cal-forum:link, a.cal-forum:visited {
	color: black;
}

span.cal-day {
	cursor: pointer;
}

td.cal-today {
	border: 1px solid white;
	text-align: center;
	color: white;
	background-color: #3f8ad2;
}
td.cal-noday {
	border: 1px solid white;
	text-align: center;
	background-color: #F4F4F4;
}
td.cal-aday {
	border: 1px solid white;
	text-align: center;
	color: black;
	background-color: #E0E0E0;
}
td.cal-forumday {
	border: 1px solid white;
	text-align: center;
	color: white;
	background-color: #8da6d8;
}