/* CSS Document */

.group {
	border-bottom: 2px solid #eee;
	font-size: .9em;
	padding: 10px 0;
}

#first_group {
	padding-top: 0;
	margin-top: 0;
}

#last_group {
	border-bottom: none;
}

.group h2 {
	margin: 10px;
	font-size: 1em;
}

.group p {
	margin: 10px 10px
}

table#music_schedule {
	border-top: 2px solid #777;
	border-right: 1px solid #777;
	border-bottom: 2px solid #777;
	border-left: 1px solid #777;
	margin: 0 auto;
	font-size: .85em;
}

table#music_schedule th {
	white-space: nowrap;
	padding: 10px 15px;
	margin: 0;
	border-bottom: 2px solid #777;
}

table#music_schedule td {
	padding: 7px 15px;
	vertical-align: top;
	margin: 0;
/*	border-bottom: 1px solid #777;*/
}

table#music_schedule .column_head {
	text-align: center;
}

table#music_schedule .row_head {
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #777;
}

table#music_schedule .even_row td,
table#music_schedule .even_row th{
	background-color: #f0f0f0;
}

table#music_schedule .odd_row td, 
table#music_schedule .odd_row th {
	background-color: #fafafa;
}
