/* SHOWS PAGE */
table#show_directory {
	width: 99%;
	border-collapse: collapse;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #aaaaaa;
}
#show_directory td {
	padding: 3px 5px 3px 5px;
}
tr#directory_key {
	font-weight: bold;
	background: #f1ede8;
}
#directory_key th {
	color: #900000;
	padding: 5px;
	border-bottom: 1px solid #900000;
}
tr.style_b {
	background: #f1ede8;
}
tr.highlighted {
	font-weight: bold;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
td.show_artists {
	width: 35%;
	font-size: .9em;
}
td.show_date {
	font-size: .85em;
	font-style: italic;
	white-space: nowrap;
}
td.show_location {
	white-space: nowrap;
}
td.show_expanded {
	font-size: .75em;
	text-align: center;
	white-space: nowrap;
}
div.more_info {
	font-size: .75em;
	padding: 2px 0 5px 0;
}
.more_info a {
	color: black;
	text-decoration: underline;
}
.more_info a:hover {
	text-decoration: none;
}