/* Charts page CSS */

table.charts {
	border:none;
	margin-top:10px;
}

table.charts th {
	padding: 3px;
	background: #000000;
	color: #fff;
	font-weight: normal;
	font-size:10px;
}
table.charts td {
	padding: 3px;
	background-color:#fff;
}

table.charts .alt td {
	background-color:#f6f6f7;
}

table.charts .stars {
	margin-left:8px;
	margin-top:2px;
}

.chartmenu {
	float:right;
	margin-top:5px;
}

.chartmenu li {
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
	border-right:1px solid #bababa;
	margin-right:5px;
	padding-right:5px;
}

.chartmenu .last {
	border-right:none;
	margin-right:0px;
	padding-right:0px;
}

.charts h2 { float:none; color:#000000; font-size:11px; margin:0px; padding:0px; }
.charts h2 a:link{ color:#000000; text-decoration:none; }
.charts h2 a:visited{ color:#000000; text-decoration:none; }
.charts h2 a:hover{ color:#5a5145; text-decoration:none; }
.charts h3 { float:none; color:#606060; font-size:11px; margin:0px; padding:0px;  }
.charts h3 a:link{ color:#606060; text-decoration:none; }
.charts h3 a:visited{ color:#606060; text-decoration:none; }
.charts h3 a:hover{ color:#b7b7b7; text-decoration:none; }

.fireicon { margin-right:4px; }

table.charts h2 a:link {
	color: #000000;
	text-decoration: none;
}

table.charts h2 a:hover {
	color: #5a5145;
	text-decoration: none;
}

table.charts h3 a:visited{
	color: #606060;
	text-decoration: none;
}

table.charts h3 a:hover{
	color: #b7b7b7;
	text-decoration: none;
}

.chartinfo {
	size: 12px;
	padding: 0 0 0 0;
	font-weight: bold;
	margin-top: 1px;
	float:left;
}



/* End Charts page CSS */
