div.rb-charts {
	background-color:#E5E5E5;
	padding-bottom:15px;
	border-top:1px solid white;
	color:#990000;  	
}

div.rb-charts a, div.rb-charts h4 {  
	color:#990000;  	
}

#charts_navi {
	position:relative;
	width:300px;
	padding:5px 0 5px 0; /* IE Hack */
	margin-top:8px;
}

#charts_navi a {
	text-decoration:none;
	background-color:white;
	border:0;
}

#charts_navi a:hover {
	text-decoration:underline;
}

table#charts {
	width:600px;
}

#charts td {
	border-bottom:1px solid #eee;
}

#charts td {
	padding:5px;
}

#charts td.c {
	text-align:center;
}

#charts a {
	text-decoration:none;
}

#charts a:hover {
	text-decoration:underline;
}

#charts {
	color:#666666;
	clear:both;
}

#charts .pos  {
	font-size:22px;
}

#charts .diff {
	width:40px;
	white-space:nowrap;
}

#charts .new {
	color:#990000;
}

#charts .description a {
	font-weight:bold;
}

.chartnavi li a, .chartnavi li img {
	vertical-align: middle;
	border: 0px;
}

.sidebar .chartnavi, #charts ul {
	margin:0;
	padding:0;
}

.sidebar .chartnavi li, #charts ul li {
	list-style:none;
}

.diff span {
	color:#990000;
}

#charts_navi_prev, #charts_navi_next {
	background-color:#FFFFFF;
	border:0;	
}

