/* table styling */

table#playlistTable {
	width: 320px;
	border: 1px solid #DBDBDB;
	border-collapse: collapse; /* removes the cell spacing between cells */
	margin: 0 auto;
}

th, td {
	padding: 5px 10px;
/*	border: 1px solid #000;
*/}

caption {

}

col {
	border-right: 1px solid #ccc;
}

col#albumCol {
	border: none;
}

th {
	font-weight: normal;
	font-size: 13px;
	color:#333333;
	text-align: left;
	background: #ccc url(../images/bar.gif) repeat-x left center;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}

#playlistPosHead {
	text-indent: -1000em;
}

.odd {
	background-color: #edf5ff;
}

table#playlistTable tr:hover {
	background-color: #ebebeb;
	color: #fff;
}

table#playlistTable thead tr:hover {
	background-color: transparent;
	color: #000;
}

