
#tablecontainer table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #333;
  font: normal 11px arial, helvetica, sans-serif;
}

#tablecontainer td, #tablecontainer th {
  border: 1px dashed #333;
  padding: 5px;

  }
#tablecontainer thead th, #tablecontainer tfoot th {
  font: bold 11px arial, helvetica, sans-serif;
  border: 1px solid #333;;
  text-align: left;
  background: #333;
  color: #fff;
  padding-top:6px;
  }
#tablecontainer tbody td a {
  background: transparent;
  text-decoration: none;

  }
#tablecontainer tbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }
#tablecontainer tbody th a {
  font: normal 11px arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;

  }
#tablecontainer tbody th a:hover {
  background: transparent;

  }
#tablecontainer tbody th, #tablecontainer tbody td {
  vertical-align: top;
  text-align: left;
  }
#tablecontainer tfoot td {
  border: 1px solid #38160C;
  background: #38160C;
  padding-top:6px;
  }
#tablecontainer .odd { background: #ddd url(/images/bg_songlist_odd.jpg) repeat-x;  }
#tablecontainer .even { background: #ddd url(/images/bg_songlist_even.jpg) repeat-x; }
#tablecontainer .month { background: #666; color: #ccc; font-weight: bold; }
#tablecontainer .unavailable { background: #999; color: #ccc; }

#tablecontainer tbody tr:hover {
  background: #fff;
  }
#tablecontainer tbody tr:hover th,
#tablecontainer tbody tr.odd:hover th {
  background: #fff;
  }
  
  
  
  
  
  
  
#accordion2 table { 
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #333;
  font: normal 11px arial, helvetica, sans-serif;
  margin: 0;
}
  
#accordion2 td, #accordion2 th {
  border: 1px dashed #333;
  padding: .5em;
}

#accordion2 th {
   background: #333;
   color: white;
}
  
  
  
  
.tracklisting table { 
	border-collapse: collapse;	
	font: normal 11px arial, helvetica, sans-serif;
	margin: 0;
}
  
.tracklisting td, .tracklisting th {
	border: 0;
	padding: 5px;
}
  
.tracklisting th {
	background: #888;
	color: white;
}

tr.even { background-color: #eee; }
tr.odd { background-color: #ddd; }






















