#rate-tabs {
	margin-left:11px;
	margin-bottom:10px;
}
#rate-tabs ul {
	list-style: none;	
	padding: 0;
	margin: 0 0 0 0 !important;
	height: 22px;
}

#rate-tabs ul+ul {
	border-top: none;
}

#rate-tabs ul li.first {
	border-left: #3A5 solid 1px;
}

#rate-tabs ul li {
	cursor: pointer;
	border-right: #3A5 solid 1px;
	border-top: solid #3A5 1px;
	border-bottom: solid #3A5 1px;
	background: #BBD5C1;
	padding: 2px 4px;
	float: left;
	font-size: 0.8em;
}

#rate-tabs ul li a {
    color: #333 !important;
    display: block;
}
#rate-tabs ul li a:hover {
    text-decoration: none !important;
}


#rate-tabs ul li.active {
	background: white;
}

#rate-tabs ul li:hover {
	background: #E6F0E8;
}

#rate-tabs ul li.active:hover {
	background: white;
}
#rate-chart {
	clear: both;
	/*border-top: solid #AAA 1px;
	border-left: #3A5 solid 1px;
	border-right: #3A5 solid 1px;
	border-bottom: #3A5 solid 1px;*/
}

.rate-disclaimer {
	margin-top: 8px;
	margin-left: 21px;
	margin-bottom: 17px;
	width: 80%;
}

table.rate-table {
	font-size: 1.1em;
	border: 1px solid #006233;
	text-align: right;
	border-collapse: collapse;
	width: 80%;
	margin-left: 11px;
}

table.rate-table thead tr {
	background: #42925D;
	color: white;
	font-weight: bold;
}

table.rate-table thead th {
	padding: 6px;
}

table.rate-table tbody tr.alt {
	background: #F0F8F0;
}

table.rate-table tr .first {
	text-align: left;
}

table.rate-table tbody tr td {
	padding: 6px;
}


