#tbrates {
	border:2px solid #333;
	margin:10px auto!important;
	width:100%;
}

#tbrates caption {
	caption-side:bottom;
	text-align:right;
	margin:0; padding:0;
	font-size:80%;
	color:#999;
}

#tbrates td{
	font-size:80%;
	white-space:nowrap;
	width:8%;
}

#tbrates th {
	border:1px solid #333;
	font-size:80%;
	padding:4px 6px;
	text-align:center;
	white-space:nowrap;
	width:8%;
	font-weight:bold;
	border-bottom:3px double #333;
	background-color:#666;
	color:#EEE;
}

#tbrates th span {
	font-weight:normal;
	font-size:90%;
}

td.note {
	border:1px solid #333;
	text-align:center;
	border-bottom:2px dashed #c0c0c0;
	padding:2px 6px;
}

td.sell {
	background-color:#fff;
	color:#3366CC;
}

td.buy {
	background-color:#fff;
	color:#CC3333;
}

td.line_rate {
	border:1px solid #333;
	padding:4px 6px;
	text-align:right;
}

#tbrates td.up {
	color:#000;
	background-color:#FFD9D9;
}

#tbrates td.down {
	color:#000;
	background-color:#D0E8FF;
}


