

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

#festival {
	border: 1px solid #ccc;
	width: 100%;
}

#festival th {
	background: #000000 url(/images/icon-table-sort.gif) no-repeat 12px 8px;
	padding: 4px 4px 4px 14px;
}

tr {
	background-color: #000000;
	padding: 4px;
}

#festival tr.altRow {
	background-color: #222222;
}

td {
	padding: 0 2px;
}

.rightAlign {
	text-align: right;
}



.sortedASC {
	background: url(/images/icon-table-sort-asc.gif) no-repeat 12px 4px #000000;
}

.sortedDESC {
	background: url(/images/icon-table-sort-desc.gif) no-repeat 12px 10px #000000;
}

.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

#festival tr.over {
	background-color: #333333;
	cursor: pointer;
}

#festival tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

.tableFilter input {
	border: 1px solid #ccc;
}

.tableFilter select {
	border: 1px solid #ccc;
}


/*************************************************************/
