td.calendarToday a {
	color: #000099;
	text-decoration: none;
}

a.calendarLink {
	text-decoration: none;
	color: #000099;
	width: 1.4em;
}

a.calendarLink:hover {
	background-color: white;
	color: #0066ff;
}

a.calendarMonthLink {
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

td.calendarMonth {
	text-align: center;
}

a.calendarMonthLink:hover {
	color: #0066ff;
}

td.calendar, td.calendarToday {
	text-align: center;
}

table.calendar, td.calendar {
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #ffcc00;
}

td.calendarToday {
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #ffcc00;
	background-color: #ffcc00;
}

/* cellpadding=0; cellspacing=0 */
table.calendar {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 95%;
}

.calendarHeader {
	font-size: 12px;
	color: black;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

td.calendarHeaderDay, td.calendarHeaderFreeDay {
	font-weight: bolder;
	color: black;
	font-size: 11px;
	text-align: center;
}

td.calendarHeaderFreeDay {
	color: red;
}
