.author {
	font-weight:bold;
}

.capitalize {
	text-transform:capitalize;
}

.company {
	font-style:italic;
}

tr.actual,tr.actual:hover {
	background: black;
	color: #ccc;
}

tr.averages,tr.averages:hover {
	background: #999;
	color: #ccc;	
}

h2#metal {
	border-bottom:1px solid #ccc;
	padding:0.7em 1em;
	margin:1em 0;
}

ul#comments {
	float: right;
	font-size: 1.1em;
	line-height: 1.4em;
	list-style: none;
	width: 23em;
}
ul#comments li {
	background: #FFC;
	display: none;
	padding: 0.5em;
}
ul#comments li img {
	border: 1px solid #AAA;
	display: block;
	float: right;
	margin: 0 0 1em 2em;
}

ul#tables {
	background: #EEE;
	font-size: 0.8em;
	list-style: none;
	margin-bottom: 2em;
	padding: 1em;	
}
ul#tables li {
	display: inline;
	padding: 1em;
}
ul#tables li a {
	text-decoration:underline;
	cursor:hand;
	color:#254589;
}
ul#tables li a:hover {
	text-decoration:none;
	color:#77726a;
}

table#silver,table#palladium,table#palladium,table#platinum {
	display:none;
}

table#gold th,table#silver th,table#palladium th,table#platinum th {
	color:#254589;	
	cursor:hand;	
}

