@charset "UTF-8";
/* CSS Document */

#playlist {
	background-color: #fff;
	width: 98%;
}
#playlist tbody tr td {
	font-size:  9px;
	font-family: "Lucida Grande", sans-serif;
	line-height: 11px;
	padding:     3px 8px;
	text-align: left
}
#playlist tbody tr td a:link {
	color:          #036;
	text-decoration: none;
	border-bottom:   1px dotted #036
}
#playlist tbody tr td a:visited {
	color:          #036;
	text-decoration: none;
	border-bottom:   1px dotted #036
}
#playlist tbody tr td a:hover {
	color:          #036;
	text-decoration: none;
	border-bottom:   1px dotted #036
}
#playlist tbody tr td a:active {
	color:          #036;
	text-decoration: none;
	border-bottom:   1px dotted #036
}
#playlist tbody tr.date td {
	color:           #fff;
	font-weight:      bold;
	background-color: #d1ccb8
}

