@charset "UTF-8";
/* CSS Document */

table#calendar a {
	text-decoration: underline;
	text-align: center;
}


tr#days th {
	color: #638216;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 1px;
	width: 25px;
	font-size: 1.1em;
}

td {
	text-align: center;
	border: 1px none gray;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.sat td.sun {
	color: #CC0000;
}
table#calendar a {font-weight: bold; display: block; margin: 0;}
table#calendar a:link {
	color: #F3755A;
}
table#calendar a:visited {
	color: #4A7AC6;
}
table#calendar a:hover {
	color:#78593B;
}

td.jun, td.aug {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #989797;
}

td.past {
	color: #989797;
}

table#calendar .past a:link {
	color: #7E7C7C;
}

table#calendar .past a:visited {
	color: #7E7C7C;
}

table#calendar .past a:hover {
	color:#78593B;
}


td#current {
	background-color: #779C00;
	color: #FFFFFF;
}

td#current a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

td#current a:hover {
	color: #78593B;
	text-decoration: underline;
}