/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a;
    color: #EFE5BB;
    font-size: 16px;
    font-weight: bold;
    font-family: magistralc, verdana, helvetica;
    text-decoration: none;
	padding-top: 1px;
	padding-bottom: 4px;
	text-align: center;
}
.table_top_rank {
	background-color: #726c57;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
    color: #EFE5BB;
    font-size: 28px;
    font-family: magistralc, verdana, helvetica;
    text-decoration: none;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #726c57;
	padding: 2px;
}
.table_top_rating {
	background-color: #726c57;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("title.png") repeat-x;
    font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#EFE5BB;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #726c57;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description {
    width: 100%;
}
.table_stats {
	background-color: #726c57;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("title.png") repeat-x;
    font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#EFE5BB;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #726c57; }
.stats1 {
	background-color: #726c57;
	text-align: center;
}
.stats2 {
	background-color: #444444;
	text-align: center;
    color: #DDDDDD;
}
