@charset "utf-8";
/* 
Credit Card Interest Calculator - Best Rate Credit Cards (www.bestratecreditcards.com.au)
Created: 10/09/2009
Contact: info@bestratecreditcards.com.au

*/

.calculatortable {
	border-collapse: collapse;
	margin: 7px 0px 7px 0px; 
	padding: 7px 0px 7px 0px;
	width: 450px;
	margin:auto;
	font-size: 1em;
	border: 1px solid #C3E2EC;
}

.calculatortable th {
	font-size:.8em;
	background: #449cc3;
	color:#fff;
	padding: 1px 10px 1px 10px;
	border-bottom:  1px solid #C3E2EC;
}

.calculatortable tr {
	height:20px;
	border-bottom:  1px solid #C3E2EC;	
}

.calculatortable tr:hover { 
	background: #efffff; 
}

.calculatortable td {
	font-size:.8em;
	padding: 2px 5px 2px 5px;
	margin:0;
}

.calculatortable td ul {
	line-height: 16px;
	padding-left: 30px;
}

.mtxtbold {
	font-weight:bold;
	color:#990000;
}
.smltxt {
font-size:10px;
}

