/** Playlist Table **/
table.playlist {
	border-collapse: collapse;
	border: none;
	font: normal 12px helvetica, verdana, arial, sans-serif;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #212121;
	border-spacing: 1px;
}
  
td.playlist, th.playlist {
	border: none;
	padding: .4em;
	color: #6E6E6E;
}

td.playlist.time {
	font: normal 13px helvetica, verdana, arial,  sans-serif;
	padding-right: 30px;
	width: 85px;
}

td.playlist.song {
	font: normal 13px helvetica, verdana, arial,  sans-serif;
	padding-right: 30px;
	width: 280px;
}

td.playlist.artist {
	font: normal 13px helvetica, verdana, arial,  sans-serif;
	padding-right: 30px;
	width: 180px;
}

thead.playlist th {
	font: bold 14px helvetica, verdana, arial, sans-serif;
	border: none;
	text-align: left;
	background: #0e0e0e;
	color: #9a9a9a;
	padding-top:4px;
}

tbody.playlist td a {
	background: transparent;
	text-decoration: none;
	color: #9F9F9F;
}

tbody.playlist td a:hover {
	background: transparent;
	text-decoration: underline;
	color: #fff;
}

.odd {
	background: #212121;
}

tbody.playlist tr:hover {
	background: #212121;
}

tbody.playlist tr:hover th,
tbody.playlist tr.odd:hover th {
	background: #212121;
}
