div#hopeplayer {
	padding:1em;
}

div#browse_bar {
	display:block;
	border: 1px solid silver;
	height:50px;
	clear:both;
}

div#browse_bar h3 {
	margin:0;
	padding:3px;
	font-size:13px;
	background-color:#fed;
	border-bottom: 1px solid silver;
}

div#browse_bar ul#category_list {
	list-style-type:none;
	margin:0;
	padding:0;
}

div#browse_bar ul#category_list li {
	display:block;
	float:left;
	padding:5px;
	height:18px;
}

div#browse_bar ul#category_list li.selected {
	background-color:#612;
}

div#browse_bar ul#category_list li.selected a {
	color:white !important;
	border-bottom:1px solid white !important;
}

div#podcastlinks {
	clear:both;
	margin-top:5px;
}

form#filter_form {
	margin-top:10px;
}

select#searchf {
	width:150px;
}

div#filelist {
	margin-top:15px;
}

table#filestable tr:hover {
	background-color:#ccc;
}

table#filestable td, table#filestable th {
	vertical-align:top;
	text-align:left;
	padding:3px;
}

span.title {
	font-weight:bold;
}

span.package a {
	color:#666 !important;
	font-style:italic;
	font-weight:normal !important;
	text-decoration: underline !important;
	border: none !important;
}

span.play button, span.download button {
	background-color:#661122;
	border:1px solid #999;
	color:white;
	font-size:80%;
}
