#rates { color:#4e4e4e;	background:#C8D6CD;	border-collapse:collapse;	width: 100%;	border:3px solid #b9b9b9;} /* back was C00 */
#rates thead th {
	padding: 8px;
	border-bottom:1px dotted #FFF;
	font-size: 17px;
	text-align:left;
	font-weight:900;
	background-color: #C8D6CD;
	color:#4e4e4e;
}
#rates thead tr { background-color: #C8D6CD; }
#rates td { padding: 4px; }
#rates tbody tr.odd td {	background:transparent url(/images/tr_bg.png) repeat top left; }

#rates tfoot { }
#rates tfoot td {
	padding-bottom: 6px;
	font-size: 10px;
	background-color: #C8D6CD;
}
#rates tfoot tr { }
* html #rates tr.odd td { 	background:#FFFFFF; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tr_bg.png', sizingMethod='scale'); }
#rates #middle { 	background-color:#dae3dd; }
