#courseCalendar {
	font-size: 12px;
}

#courseCalendar td span {
	font-size: 11px;
}

#courseCalendar table th {
	text-align: left;
	color: white;
	padding: 5px;
	font-size: 18px;
}

table#climbing {
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
}

table#climbing td {
	padding: 5px;
	border-top: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
}

table#climbing th {
	background-color: #FFCC00;
}


table#scrambling {
	border-bottom: 1px solid #5895f9;
	border-left: 1px solid #5895f9;
}

table#scrambling td {
	padding: 5px;
	border-top: 1px solid #5895f9;
	border-right: 1px solid #5895f9;
}

table#scrambling th {
	background-color: #5895f9;
}



table#hillwalking {
	border-bottom: 1px solid #3bcb2a;
	border-left: 1px solid #3bcb2a;
}

table#hillwalking td {
	padding: 5px;
	border-top: 1px solid #3bcb2a;
	border-right: 1px solid #3bcb2a;
}

table#hillwalking th {
	background-color: #3bcb2a;
}



table#navigation {
	border-bottom: 1px solid #a32acb;
	border-left: 1px solid #a32acb;
}

table#navigation td {
	padding: 5px;
	border-top: 1px solid #a32acb;
	border-right: 1px solid #a32acb;
}

table#navigation th {
	background-color: #a32acb;
}



table#biking {
	border-bottom: 1px solid #e71826;
	border-left: 1px solid #e71826;
}

table#biking td {
	padding: 5px;
	border-top: 1px solid #e71826;
	border-right: 1px solid #e71826;
}

table#biking th {
	background-color: #e71826;
}



table#winter {
	border-bottom: 1px solid #063282;
	border-left: 1px solid #063282;
}

table#winter td {
	padding: 5px;
	border-top: 1px solid #063282;
	border-right: 1px solid #063282;
}

table#winter th {
	background-color: #063282;
}
