#formatTable {
  width: 43em;
  border: 1px solid #666;
  font-size: 0.9em;
}

#formatTable caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

#formatTable col {
  border-right: 1px solid #ccc;
}
#formatTable col#albumCol {
  border: none;
}

#formatTable thead {
  background: #ccc;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

#formatTable th {
  font-weight: normal;
  text-align: left;
}


#formatTable .odd {
  background-color:#edf5ff;
}

#formatTable tr:hover {
  background-color:#EEEEEE;
}

#formatTable thead tr:hover {
  background-color: transparent;
  color: inherit;
}

