/*

	PacifiCorp CSS - Energy Efficiency Calculator
	ISITE Design
	
*/


.energy-calculator { margin-bottom: 2em; }
.energy-calculator .accessibility { display: none; }

.energy-calculator th 	{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1.2em; text-align: left; }
.energy-calculator .ui 	{ text-align: center; }
.energy-calculator .result-dollars,
.energy-calculator .result-co2 { width: 23%; }
.energy-calculator tfoot td { border-width: 0; padding-left: 0; }

.energy-calculator-definitions dd { margin-bottom: 1em; }

.check-toggle,.calc-input {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2.2em;
	height: 1.2em;
	margin: 0 auto .1em auto;
	outline: none;
	padding: .05em;
	text-align: center;
	width: 2.2em;
}
	.check-toggle:focus,
	.calc-input:focus		{ border-color: #34639f; }
	.check-toggle			{ text-indent: -9999em; }
	.on .check-toggle 		{ background: #fff url(../img/css/icon_check_big.gif) center center no-repeat; }
	.on .calc-input			{ color: #34639f; }

.savings {
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 2.2em;
	margin: 0 auto;
}
	.savings span 	{ font-size: 1.6em; vertical-align: top; }
	.on .savings 	{ color: #24850e; }
	
.units { font-size: .9em; }

.row-total th {
	border-width: 1px 1px 0 0;
	font-size: 2.2em;
	padding: 0 .5em 0 0;
	text-align: right;
}
