
.song_player { font-family: Verdana, 'DejaVu Sans', Arial, sans-serif;
	font-weight: bold;
	background: black;
	padding: 4px;
	border: 2px solid #333333;
}



.song_entry { background: #111111;
	border: 1px solid #333333;
	margin-bottom: 2px;
	margin-top: 2px;
}

.song_entry:hover { color:black; background: #B0D5FF; }

.pad_left { padding-left: 30px; }

.left_right_table { font-weight: bold;
	color: #EFEFEF;
	font-size:14px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.left_right_table:hover { color:black; }

.selected_song { color:black; background: #B0D5FF; }

a.song_link:link { color: black; text-decoration: none; }
a.song_link:visited { color: black; text-decoration: none; }
a.song_link:active { color: black; text-decoration: none; }




