/*  Calculators
------------------------------------- */	

/* Output tables */
.calculators table {
	border:1px solid #577eb4;
	width:556px;
	clear:both;
}
.calculators table th {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#577eb4;
}
.calculators table td {
	vertical-align:top;
}

.calculators .column_header {
	text-align:center;
	font-weight:bold;
}
.calculators .row_title {
	padding-left:10px;
	white-space:nowrap;
}
.calculators .savings_title {
	text-align:right;
	font-weight:bold;
	white-space:nowrap;
}
.calculators .money {
	text-align:right;
	padding-right:40px;
}
.calculators .savings {
	text-align:right;
	padding-right:40px;
	font-weight:bold;
	color:#006900;
}
.calculators .alt_row {
	background-color:#EEEEEE;
}


/* Forms */

textarea.forms, input.forms, .form_input input, .form_input select  {
	border: 1px solid #888;
	background-color:#fcfcff;
}
.form_header {
	font: bold  1.15em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #6873CC; /* #924fff; */
	padding: 8px;
}

.form {
	border:1px solid #577eb4;
	padding:8px;
	margin-bottom:25px;
	clear:both;
	width:auto;
}
.form_row {
	clear:both;
	margin:1px 1px 10px 1px;
	padding:0px 6px;
	overflow:hidden;
}
.form_title {
	font-weight:bold;
	width:380px;
	float:left;
	display:inline;
}
.form_input {
	width:110px;
	float:right;
	display:inline;
}

/* Misc */
.printer_icon {
	width:120px;
	float:right;
	text-align:right;
	font-size:.9em;
	margin-bottom:10px;
}
.lite {
	font-weight:normal;
}
