table.calendar thead tr th {
	color : #ffffff;
	font-weight : bold;
}
table.calendar thead tr.head1 {
	background-color : #6490AD;
}
table.calendar td, table.calendar th {
	text-align : center !important;
}
table.calendar thead tr.head1 th a:link, table.calendar thead tr.head1 th a:visited {
	color : #ffffff;
}
table.calendar thead tr.head1 th a:hover, table.calendar thead tr.head1 th a:active {
	color : #000000;
}
table.calendar thead tr.head2 {
	background-color : #73A1C2;
}
table.calendar tbody tr {
	background-color : #ffffff;
}
table.calendar tbody tr td {
	text-align : center;
}
table.calendar tbody tr td a:link, table.calendar tbody tr td a:visited {
	color : #73A1C2;
	font-weight : bold;
	text-decoration : none;
}
table.calendar tbody tr td a:hover, table.calendar tbody tr td a:active {
	color : #73A1C2;
	font-weight : bold;
	text-decoration : underline;
}
table.calendar tbody tr td.empty {
	background-color : #ffffff;
}
table.calendar tbody tr td.day {
	color : #5C5C5C;
}
table.calendar tbody tr td.selected, table.calendar tbody tr td.selected a {
	background-color : #5C5C5C;
	color : #ffffff;
}
