table.tabarea {
	margin-top: 15px;
}
td.tabborder, td.tab, td.tabshadow {
	border-bottom: 1px solid #002080;
}
td.tab, td.activetab {
	border: 1px solid #000000;
	padding: 0px 10px 0px 10px;
	text-align: center;
}
td.tab {
  	background-color: #002080;
}
td.activetab {
  	background-color: #F8F8F8;
        border-bottom-color: #F8F8F8;
}
a.tab, a.tab.activetab {
	outline: none;
	text-decoration: none;
}
a.tab {
	color: #FFFFFF;
}
a.tab.activetab {
	color: #F40000;
}
a.tab:hover, a.tab.activetab:hover {
	color: #F40000;
}
td.tabshadow {
	border-top: 1px solid #FFFFFF;
	background-color: #C0C0C0;
}
div.calc {
        padding-top: 5px;
}
div.printable_outer {
	position: relative;
	float: right;
	top: -25px;
}
div.params, div.results {
        padding-left: 5px;
}
div.results {
        padding-top: 5px;
	clear: both;
}
td.result, td.result_changed {
	color: #F40000;
	text-align: right;
	padding: 3px 5px 2px 5px;
	border: 2px groove black;
	width: 75px;
}
td.result {
	background: white;
}
td.result_changed {
	background: ButtonFace;
}
td.navy_result {
	padding: 3px 25px 2px 10px;
	width: 110px;
}
div.result, div.result_changed {
	position: relative;
	float: left;
	left: 25px;
	width: 350px;
	border: 2px groove black;
	height: auto;
	min-height: 100px;
}
div.result {
	background: white;
}
div.result_changed {
	background: ButtonFace;
}
p.result {
	color: navy;
}
div.rates_disclaimer {
	padding-top: 15px;
	clear: both;
}
p.disclaimer {
	font-size: 11px;
	padding: 0px 0px 5px 7px;
}
span.sub_button, span.reset_button {
	position: relative;
	z-index: 6;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
	top: -8px;
}
span.sub_button {
	left: 42px;
}
span.reset_button {
	left: 29px;
}
div.info_popup {
	position: absolute;
	z-index: 10;
	width: 200px;
	padding: 5px 5px 5px 5px;
	border: 3px ridge navy;
  	background-color: #F0F0FF;
	layer-background-color: #F0F0FF;
}
span.info_text {
	color: navy;
	font-style: normal;
	font-size: 12px;
}
span.closebutton {
	position: relative;
	z-index: 6;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	left: 39px;
	top: -6px;
	color: #FFFFFF;
}
div.amort_params {
	margin: 5px 50px 15px 50px;
	padding: 3px 0px 7px 0px;
	border: 2px groove black;
}
table.amort_params {
	width: 90%;
	border-spacing: 15px 0px;
}
div.amort_table_all {
	width: 670px;
}
div.amort_table {
	margin: 5px 10px 10px 10px;
	position: relative;
	float: left;
}
td.year {
	color: #F40000;
	font-style: italic;
	font-size: 13px;
	vertical-align: top;
	border-bottom: 1px solid black;
	width: 50px;
}
td.paramhead, td.head1_line, td.head2_line, td.head3_line {
	vertical-align: top;
	text-align: center;
	color: black;
}
td.head1_line, td.head2_line, td.head3_line {
	border-bottom: 1px solid black;
}
td.head1_line, td.head3_line {
	background-color: #F0F0FF;
}
td.head2_line {
	background-color: #FFF0F0;
	width: 80px;
}
td.head1_line {
	width: 80px;
}
td.head3_line {
	width: 100px;
}
td.paramvalue {
	text-align: center;
	border: 1px solid #000000;
	padding: 0px 10px 0px 10px;
}
td.month, td.prin, td.int, td.bal, td.tot_month, td.tot_prin, td.tot_int, td.tot_bal {
	padding: 1px 3px 1px 3px;
}
td.prin, td.int, td.bal, td.tot_prin, td.tot_int, td.tot_bal {
	text-align: right;
}
td.month, td.tot_month {
	color: black;
	text-align: center;
}
td.prin, td.tot_prin {
	background-color: #F0F0FF;
}
td.int, td.tot_int {
	background-color: #FFF0F0;
}
td.bal, td.tot_bal {
	background-color: #F0F0FF;
}
td.tot_month, td.tot_prin, td.tot_int, td.tot_bal {
	border-top: 1px solid black;
}