@charset "utf-8";


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.album {
	text-decoration: none;
	height: 70px;
	width: 70px;
	margin: 3px;
	border: thin solid #333333;
	float: none;
	clear: none;
	padding: 3px;
}
a.album:hover {
	border: thin none #990000;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 70px;
	float: none;
	clear: left;
}

.leftmenu {
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	text-decoration: none;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #333333;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
a.leftmenu:hover  {
	color: #000000;
	background-color: e7e7e7;
	font-weight: bolder;
	font-size: 10px;
	background-image: url(graphics/menu/left/back_on.png);
}
.music {
	border-spacing: 2px;
	border-collapse: collapse;
	border: thin solid #CCCCCC;
	background-attachment: scroll;
	background-repeat: repeat-y;
	width: 100%;
	text-decoration: none;
	background-image: url(graphics/misc/tableback.gif);
}
a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
a:hover  {
	background-color: #333333;
	width: 100%;
	color: #FFFFFF;
	float: right;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.redtext {
	color: #FF0000;
}
.artistname {
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.artistpicture {
	text-decoration: none;
	width: 200px;
	margin: 5px;
	border: thin solid #333333;
	float: left;
	clear: none;
	padding: 5px;
	background-position: left top;
	background-attachment: fixed;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}
.track {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	font-size: x-small;
}

