th.header {
    background-image: url(img/asc_desc.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
/*     border-right: 2px solid gray; */
	max-width: 33%;
	padding-left: 1.2em;
	padding-right: 0.6em;
}

td.long {
	word-break:break-all;
}

th.headerSortUp {
    background-image: url(img/asc.gif);
}

th.headerSortDown {
    background-image: url(img/desc.gif);
}

/*.tablesorter {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	table-layout: fixed;
	overflow-x: hidden;
	text-overflow: ellipsis;
	border-collapse: collapse;
}*/

/* Creates a seperate div to display the data in customizable fashion, while still maintaining sortability of the table */
/*.tablesorter td.display {
	width:0px;
	overflow:visible;
	white-space:nowrap;
}

.tablesorter td.data {
	display:none;
}

div.performance_info_box {
	width:0px;
	white-space:nowrap;
	float:left;
	clear:left;
	overflow:visible;
}*/

.tablesorter td {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 0.3em;
	max-width: 33%;
}
.tablesorter td.inner, .tablesorter th.inner {
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}
.tablesorter td a {
	text-decoration: inherit;
	color: inherit;
	display: block;
	width: 100%;
	height: 100%;
}

.tablesorter td.performance {
	background-repeat: no-repeat;
    background-position: center center;
	background-size: auto 1em;
}

.tablesorter td.performance span {
	display: none;
}

.tablesorter td.film {
	background-image: url(img/film.png);
}

td.stage {
	background-image: url(img/stage.png);
}