/* CSS Document */

.clear {
  clear: both;
}

table {
  border-collapse: collapse;
  border: 1px solid #666;
  width: 578px;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 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;
}

th {
  font-weight: normal;
  text-align: left;
}

#playlistPosHead {
  text-indent: -1000em;
}

th, td {
  padding: 0.1em 1em;
}

.odd {
  background-color:#E1F1CF;
}

.even {
  background-color:#C8E6AA;
}

