table.calendar_main {
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #999;
}

table.calendar_main th {
	border: 1px solid black;
}

table.calendar_main td {
	border: 1px solid black;
	padding: .5em;
	padding-top: 0;
	padding-left: 0;
	color: white;
	font-weight: bold;
}

table.calendar_main td a {
	color: #CC0033;
	text-decoration: none;
}

table.calendar_main td a:hover {
	color: blue;
}

/* ======================== */

table.calendar_detail {
	border: 0;
	border-collapse: collapse;
	margin-left: 1em;
	background-color: #ddd;
}

table.calendar_detail th {
	border-bottom: 1px solid black;
}

table.calendar_detail td {
	border-bottom: 1px solid black;
	padding: .5em;
	padding-top: 0;
	padding-left: 0;
	font-weight: bold;
	text-align: center;
}

table.calendar_detail td a {
	color: #CC0033;
	text-decoration: none;
}

table.calendar_detail td a:hover {
	color: blue;
}