h2.searchPanel {
	color: #090072;
	text-align: left;
	margin-top: -0.5em;
	font: bold 120% "Trebuchet MS", "Helvetica Neue", sans-serif;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

h3 {
	color: #003d00;
	padding-bottom: 1em;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: -1.5em;
	font: italic 100% "Trebuchet MS", "Helvetica Neue", sans-serif;
}

th {
	color: #0b00a5;
	font: bold 110% "Trebuchet MS", "Helvetica Neue", sans-serif;
	border-bottom: 2px solid #0b00a5;
}

td {
	padding-top: 1em;
}

table {
	margin-top: -1em;
	width: 100%;
	position: absolute;
	padding-bottom: 80px;
}

.schedule_artist {
	vertical-align: top;
	font-weight: bold;
	font-size: 110%;
	color: #000100;
	width: 30%;
}

.schedule_date {
	vertical-align: top;
	width: 22%;
	padding-right: 1em;
	font-weight: bold;
	font-size: 110%;
	color: #0b00a5;
}

.schedule_time {
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
	color: #2d4d09;
}

.schedule_data {
	padding-left: 1em;
	color: #2d4d09;
}

.schedule_item {
	font-family: "Trebuchet MS", "Helvetica Neue", sans-serif;
}

.schedule_venue {
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
	color: #002590;
}

.schedule_venue_event {
	font-weight: bold;
	font-size: 110%;
	color: #002590;
}

.schedule_genre {
	font-size: 70%;
	color: #757575;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
}

.cancelled * {
	text-decoration: line-through;
	color: #850014;
}

div#searchPanel {
	background-color: #b3d7d4;
	width: 18%;
	right: 0.7em;
	text-align: left;
	position: absolute;
}

.checkbox_header {
	margin-left: 0;
	font-weight: bold !important;
	margin-top: 2em;
}

.checkbox_inset {
	margin-left: 1.5em;
}

div#mainColumn {
	z-index: -1;
}

#search_form {
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-top: -0.7em;
}

a:link, a:visited {
	color: #004e34;
	background-color: #d3dcf6;
	padding: 2px;
	text-decoration: none;
}

a:active {
	color: #00a56e;
}

a:hover {
	color: #00a56e;
	background-color: #c1d1ff;
}

