table {
	width:100%;
	font-size:0.95em;
	}

table#calendar th a {
	text-decoration:none;
	}

td {
	width:12%;
	height:10em;
	padding:0.5em;
	border:1px solid #988247;
	vertical-align:top;
	}
		
td.today {
	border:3px solid #988247;
	}
	
td.invalidDay {
	background-color:#efe4ae;
	}

td a {
	display:block; /* prevents flicker when hover over links */
	}	

td h4 {
	margin-top:0;
	}
	
th {
	padding:0.5em;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
	}
	
.permalink {
	margin-bottom:0.5em;
	}

.permalink a.men {
	color:#5353a6;
	}

.permalink a.ladies {
	color:#9E4E7B;
	}

.permalink a.notable-date {
	color:#236623;
	}

.permalink a.men.continued {
	color:#c0c0d0;
	}

.permalink a.ladies.continued {
	color:#f0c0c0;
	}

.permalink a.notable-date.continued {
	color:#c0e9c0;
	}

form#monthSelectForm {
	float:left;
	margin-right:2em;
	}

#selectmonth {
	overflow:hidden;
	font-size:1.3em;
	}
	
#selectmonth a {
	float:right;
	width:8em;
	margin-top:0.5em;
	padding:1px;
	border:2px solid;
	border-color:#e0e0e0 #909090 #909090 #e0e0e0;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	}

