.TocSection {
	background-color: blue;
	color: white;
	margin: 3px;
	font-size: medium;
}


#htmlDisplay {
	margin: 10px;
	font-size: medium;
}

#zone {
	background-color: lightblue;
	color: green;
	font-size: large;
}

#club {
	background-color: lightgrey;
	color: green;
	font-size: medium;
}

#odd {
	background-color: lightblue;
	color: green;
	font-size: medium;
}

#even {
	font-size: medium;
}

.event {
	font-size: medium;
}

#xlsection {
	font-size: medium;
	background-color: lightblue;
}

th, thead {
	background-color: blue;
	color: white;
	font-size: large;
}

div.slideShowHidden {
	opacity: 0;
}

.dijitTextarea{
        min-height:5.5em !important;
        max-height:22em !important;
        overflow-y: auto !important;
}
