
html, body, ul, ol, li, h1, p, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, li { list-style: none; }

body {
font-family:verdana;
font-size:80%;
}

#header {
background-color: #ccf;
padding: 10px;
border-bottom:3px solid #555;
padding-top: 50px;
}

#bookmarks {
	background-color: #ccf;
	border: 2px solid #555;
	padding: 5px;
}

a {
color: #000;
}
div#search {
	float:right;
}

div.paginator {
margin-bottom: 20px;
}


table.songs a {
	color: #555;
}


#content {
	padding: 20px;
}

table.stats td.bar div {
	background-color: #ccf;
	padding: 2px;
	font-weight: bold;
}

table.songs {
	border-collapse:collapse;
	font-size:85%;
}
table.songs td.artist,
table.songs td.title {
	width: 25%;
}
table.songs td.number {
	text-align: right;
}


table.songs tr.altrow td {
	background-color: #ddf;
}

table.songs th {
	white-space:nowrap;
	padding-right: 10px;
	text-align:left;
}
table.songs td {
	padding: 3px 10px 3px 3px;
	border: 1p solid #999;
	white-space:nowrap;
}
table.songs td.title {
	white-space:normal;
}

tabel.songs td.icons a {
	text-decoration:none;
}


div.lyrics {
	font-style:italic;
}

ul#menu {
	margin-top: 20px;
	margin-bottom: -15px;
}

ul#menu li {
	display:inline;
}

ul#menu li {
	background-color: #ddd;
	font-weight: bold;
	padding: 5px;
	border: 3px solid #555;
}

ul#menu li.selected {
 border-bottom-color: white;
background-color: #fff;

 }

table.songs {
	clear: both;
	width: 95%;
	margin-top: 10px;
}

#footer {
margin-top: 50px;
text-align:center;
padding: 20px;
padding-bottom: 50px;
background-color: #ccf;
}

#header p {
margin-top: 5px;
margin-bottom: 5px;
font-size: 85%;
}

div#ads {
	margin:5px;
}

ul#bookmarks {
	float:right;
}
ul#bookmarks li {
display:inline;
}

#song {
padding: 20px;
}

#song #ratings {
float: right;
margin-right: 30px;
}


div.clearing {
	clear: both;
}

span.artwork {
	float: right;
	padding-right: 20px;
}




