table.formatted {
	font-size: 13px;
}

table.formatted thead tr {
	color: white; 
	background: black; 
}

table.formatted thead tr td a {
	color: white; 
	background: black; 
	cursor: pointer;
	text-decoration: none;
}

table.formatted thead tr td a:hover {
	text-decoration: none;
}

table.formatted tbody tr.sub-header {
	color: white; 
	background: #777777;
}

table.formatted tbody tr.even {
	color: white; 
	background: #990000;
}

table.formatted tbody tr.odd {
	color: white; 
	background: #994444;
}

table.formatted tbody tr.auditions {
	background: #ffff99;
}

table.formatted tbody tr.bible-study {
	background: #ffcc99;
}

table.formatted tbody tr.drama-rehearsal {
	background: #ccff99;
}

table.formatted tbody tr.music-rehearsal {
	background: #ccecff;
}

table.formatted tbody tr.performance {
	background: #ccccff;
}

table.formatted td.first-column {
	border-left: none;
}

table.formatted td {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

table.formatted td a {
	color: white;
	text-decoration: none;
}

table.formatted td a:hover {
	text-decoration: underline;
}

table.formatted td.right-justify {
	text-align: right;
}

table.formatted td.strong {
	font-weight: bold;
}

