/* tables */
table.concert-listing
{
	font-family: arial;
	background-color: #CDCDCD;
	margin: 0px 0px 15px;
	font-size: .9em;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: solid 1px #666;
}
table.concert-listing thead tr th, 
table.concert-listing tfoot tr th
{
	background-color: #e6EEEE;
	border: 1px solid #666;
	font-size: .9em;
	padding: 4px;
}
table.concert-listing thead tr .header
{
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.concert-listing tbody td
{
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid #999;
}
table.concert-listing tbody tr.odd td
{
	background-color: #F0F0F6;
}
table.concert-listing thead tr .headerSortUp
{
	background-image: url(asc.gif);
}
table.concert-listing thead tr .headerSortDown
{
	background-image: url(desc.gif);
}
table.concert-listing thead tr .headerSortDown, 
table.concert-listing thead tr .headerSortUp
{
	background-color: #8dbdd8;
}

table.concert-listing th
{
	width: 120px;
}

table.concert-listing .date-header
{
	width: 70px;
}
table.concert-listing .artist-header
{
}
table.concert-listing .venue-header
{
}
table.concert-listing .location-header
{
}
table.concert-listing .details-header
{
	width: 70px;
}
