/* CSS Document */

.clear {
  clear: both;
}

table {
  border-collapse: collapse;
  
  border: 1px solid #666;
  margin-left: auto;
  margin-right: auto;
  
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#albumCol {
  border: none;
}

thead {
  background: #ccc url(images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  margin: 5px;
}

th {
  font-weight: normal;
  text-align: left;
}

#playlistPosHead {
  text-indent: -1000em;
}

th, td {
  padding: 0.5em;
}

.odd {
  background-color:#C0C0C0;
}

tr:hover {
  background-color:#CCCCCC;
  color: #666666;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}
