table.decorated {
	border-collapse: collapse;
}
table.decorated tbody td, table.decorated thead th {
	padding: 10px;
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
}
table.decorated thead th {
	background-image: url(/images/tablebg.png);
	font-weight: bold;
	color: white;
	border-style: none;
}
.hover:hover {
	cursor: pointer;
}
table.decorated tbody td {
	background-color: #e3e3e3;
	background-image: url(/images/silvertable.png);
	border-style: none;
}
 .story {
	margin-top: 20px;
}
 .num {
	font-size: 24px !important;
}
.percent {
	color: #B1B1B1 !important;
}
.middle {
	font-size: 18px;
	font-weight: Normal;
	line-height: 20px;
	color: #777777;
 	vertical-align: middle !important;
 }
a.linky {
	font-size: 13px; !important;
	text-decoration: none;
}
a.linky:hover {
	text-decoration: underline;
}
a.linkynum {
	text-decoration: none;
}
a.linkynum:hover {
	text-decoration: underline;
}
 .central {
 	font-size: 14px;
 	text-align: center !important;
 }
 
 .songname {
  	font-size: 13px !important;
}
.show {
	display: inline;
}
.hide {
	display: none;
	color: #92B4BD;
}
