#schedule ul li a{ padding:5px 8px; }
#schedule .content table tbody tr td.venue-0 div.shows-container a.show:hover,
  #schedule .content table tbody tr td.venue-0 div.shows-container a.hoverBand{ background:#1e59ae; color:#fff; }
#schedule .content table tbody tr td.venue-0 div.shows-container a.show.selectedBand{ background:#2A1EAE; color:#fff; }

#schedule .content table tbody tr td.venue-1 div.shows-container a.show:hover,
  #schedule .content table tbody tr td.venue-1 div.shows-container a.hoverBand{ background:#5f7110; color:#fff; }
#schedule .content table tbody tr td.venue-1 div.shows-container a.show.selectedBand{ background:#2E7010; color:#fff; }

#schedule .content table tbody tr td.venue-2 div.shows-container a.show:hover,
  #schedule .content table tbody tr td.venue-2 div.shows-container a.hoverBand{ background:#f36018; color:#fff; }
#schedule .content table tbody tr td.venue-2 div.shows-container a.show.selectedBand{ background:#CB4B0B; color:#fff; }

#schedule .content table tbody tr td.venue-3 div.shows-container a.show:hover,
  #schedule .content table tbody tr td.venue-3 div.shows-container a.hoverBand{ background:#e51636; color:#fff; }
#schedule .content table tbody tr td.venue-3 div.shows-container a.show.selectedBand{ background:#B5122A; color:#fff; }

#schedule .content table tbody tr td.venue-4 div.shows-container a.show:hover,
  #schedule .content table tbody tr td.venue-4 div.shows-container a.hoverBand{ background:#2bb9cd; color:#fff; }
#schedule .content table tbody tr td.venue-4 div.shows-container a.show.selectedBand{ background:#2395A4; color:#fff; }

#schedule .content table tbody tr td.venue-5 div.shows-container a.show:hover,
  #schedule .content table tbody tr td.venue-5 div.shows-container a.hoverBand{ background:#fcd05d; color:#fff; }
#schedule .content table tbody tr td.venue-5 div.shows-container a.show.selectedBand{ background:#FBC02D; color:#fff; }

#schedule .print-links ol{
  list-style-type: none;
  display: none;
  background: #444;
  position: absolute;
  padding: 2px;
  margin-left: 20px;
  margin-top: 5px;
  z-index:2;
}
#schedule .printHover ol{
  display: block;
}
#schedule .print-links ol li{
  display: inline;
  margin: 0;
  padding: 0;
}
#schedule .print-links ol li a{
  display: block;
  padding: 2px 6px;
  font-size: 11px;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
#schedule .print-links ol li a:hover{
  background: #fefefe;
  color: #444;
}