body {
  font: 75%/1.6 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.clear {
  clear: both;
}

table {
  border-collapse: collapse;
  width: 75em;
  border: 1px solid #000;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}


col#albumCol {
  border: none;
}

thead {
  background: #ccc url(../images/bar.gif) repeat-x left center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

th {
  font-weight: normal;
  text-align: left;
}


th, td {
  padding: 0.1em 1em;
}
tr, td { border: 1px solid #000; }


.odd {
  background-color:#CCCCCC;
}

tr:hover {
  background-color:#FF3300;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}