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

body { 
	background-image:url(img/bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:14px;
}

body,td {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

a:link {
	color: #FFF;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #d4db84;
}

a:active {
	text-decoration: underline;
	color: #FFF;
}

.layer {
	background-color:#FFF;
	opacity:0.2;
	filter:alpha(opacity=20);
	width:175px;
	height:130px;
	position:absolute;
}

.header {
	background-image:url(img/logo_b.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:240px;
	width:920px;
}

.search_1 {
	background-image:url(img/search_1.png);
	background-repeat:no-repeat;
	background-position:center;
	height:64px;
	margin-bottom:0px;
	margin-top:0px;
}

.search_2 {
	background-image:url(img/search_2.png);
	background-repeat:no-repeat;
	background-position:center;
	height:29px;
	margin-bottom:0px;
	margin-top:0px;
}

.logo {
	height:147px;
}

.menu_link:hover {
	text-decoration: none;
	color: #000;
}

.menu {
	font-size:14px;
	width:140px;
	height:28px;
	padding-left:5px;
	padding-top:6px;
}
#menu:link {
	color: #FFF;
	text-decoration: underline;
}

.menu:visited {
	text-decoration: underline;
	color: #FFF;
}

.menu:hover {
	text-decoration: none;
	color: #000;
	background: url(img/menu_button.png) no-repeat;
}

.menu:active {
	text-decoration: underline;
	color: #FFF;
	font:bold 0.95em arial, sans-serif;
}

.album_1 {
	border:3px #d4db84 solid;
	width:125px; 
	height:125px; 
}

.album_2 {
	font:Tahoma, Geneva, sans-serif;
	color:#fe2573;
	text-align:right;
	font-size:11px;
	font-weight:bold;
}

.album_3 {
	font:Tahoma, Geneva, sans-serif;
	color:#fff;
	text-align:left;
	font-size:11px;
}

.thumbs3 {padding: 8px 0 0 11px;}

.thumbs3 div {width: 145px; height:210px; float: left; margin-right: 25px; margin-bottom:5px; text-align: center;}

.thumbs3 span {display: block; padding: 7px 0 10px 0; }

.thumbs3 img {border:2px #d4db84 solid; width: 140px; height:140px;}

.thumbs3 img:hover {border:2px #d4db84 solid; width: 140px; height:140px;}



form { 
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}

form fieldset { 
  border-width: 0px;
  border-style: solid;
}

form label { 
	display: block;
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

form fieldset label:first-letter {
	text-decoration:underline; 
}

form input, form textarea, form  select {
	width:auto;
	margin:5px 0 0 10px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; 
}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.chart_list {
	font-size:11px;
	text-transform: uppercase;
}

.chart_full_list {
	font-size:11px;
	text-transform: uppercase;
}

.chart_name {
	color:#d4db84;
	font-size:15px;
	text-transform: uppercase;	
}

.chart_img {
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}

li {
	list-style-type: decimal;
}

.ind {
	font-size:17px;
	text-transform: uppercase;
}

.bottom {
	font-size:11px;
	text-transform: uppercase;
}

.some_stats {
	color:#d6dc8e;
	text-transform: uppercase;
	text-align:justify;
	font-size:14px;
	font: bold;
}

.some_stats_l {
	color:#fefefe;
	font-size:12px;
	font: bold;
}

.some_stats_r {
	color:#fe2573;
	font-size:12px;
}

.track_list {
	font-size:12px;
	font: bold;
}

table th.sub {
	border-bottom: 1px solid #000;
	font-size: 11px;
	padding: 4px;
}

tr.sub:hover {
	background-color:#65663e;
	border-bottom: 1px solid #000;
	font-size: 11px;
	padding: 4px;
	color:#CCC; !important;
}

.sub a:link, .sub a:active, .sub a:visited {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	
}

.sub a:hover {
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}

#acc {
	font-weight: bold;
	font-size:12px;
}
#menu {
	font-size: 11px;
}
#menu a {
	color: #fff;
}
#menu a:hover {
	color: #d4db84;
}
#mmon a {
	font-size:11px;
	font-weight:bold;
	color:#fe2573;
}
#mmon a:hover {
	font-size:11px;
	font-weight:bold;
	color:#fe2573;
}

thead td {
	font:Tahoma, Geneva, sans-serif;
	font:bold 12px;
}

table th.alb {
	border-bottom: 1px solid #000;
	font-size: 12px;
	padding: 4px;
}

thead tr {
	font-weight: bold;
}

tr.alb:hover {
	background-color:#d4db84;
	border-bottom: 1px solid #000;
	font:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 4px;
	color: #26333f;
}

.top_album {
	font-size: 11px;
	color:#d4db84;
}

#dsinger {
	font-size: 14px;
}
#dname {
	font-size: 11px;
}
#newatitle {
	font-size: 11px;
}
#newstitle {
	font-size: 14px;