.clear { clear: both;}
table.voices {
  border-collapse: collapse;
  border: 1px solid #666;
  font: 11px/1.6 Verdana, sans-serif;
}
table.voices caption {
  font-size: 12px;
  font-weight: bold;
  margin: 1em 0;
}
table.voices col { border-right: 1px solid #ccc;}
table.voices thead {
  background: #ccc url(../images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}
table.voices th {
  font-weight: bold;
  text-align: left;
}
#playlistPosHead { text-indent: -1000em;}
table.voices th, td { padding: 5px 1em;}
table.voices .odd { background-color:#edf5ff;}
table.voices tr:hover {
  background-color:#3d80df;
  color: #fff;
}
table.voices thead tr:hover {
  background-color: transparent;
  color: inherit;
}
table.voices span {font-weight: bold; color: #ff0000;}