/* 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: 0.5em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#albumCol {
  border: none;
}

thead {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  margin: 2px;
}

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

#playlistPosHead {
  text-indent: -1000em;
}
 td {
	padding: 0.2em;
	font-size: 1.1em;
}

th {
	padding: 0.2em;
	font-size: 1.2em;
}


.odd {
  background-color:#B3C2DC;
}

tr:hover {

  color: #666666;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}

