#calendarMonth th {
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#calendarMonth td, #calendarWeek td {
	border: 1px solid black;
	}
td.weekend {
	background-color: #cccccc;
	}
td.weekday {
	background-color: white;
	}
td.noday, td.weekendnoday {
	background-color: gray;
	}
	
td.weekend, td.weekendnoday, th.weekend {
	}
	
#calendarMonth td p {
	padding: 1px;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

#calendarMonth span.date {
	font-size: 85%;
	color: gray;
	text-decoration: none;
	}
#calendarMonth span.title {
	}
#calendarMonth span.subtitle {
	font-size: 85%;
	margin-left: 5px;
	}
#calendarMonth td a {
	text-decoration: underline;
	}

