/* Resource Center */
.calculator-resource {
	clear:both;
	padding-top:19px;
}
.calculator-resource img {
	float:left;
	margin-right:14px;
	padding:1px;
	border:1px solid #CCC;
}
.calculator-resource a {
	display:block;
	margin-left:78px;
}

/* Generic Calculator Input Form */
.calculator-form fieldset {
	margin-bottom:40px;
	padding-top:16px;
	border:1px solid #CDCDCD;
	background:url('../../images/roi-calculator/bg-fieldset.gif') repeat-x bottom;
}
.calculator-form legend {
	color:#898989;
	font-size:20px;
}
.calculator-form fieldset ol,
.calculator-form fieldset ul {
	list-style:none;
	margin:0;
	padding:0;
}
.calculator-form fieldset ol li,
.calculator-form fieldset ul li {
	padding-left:9px;
}
.calculator-form fieldset ol li {
	clear:both;
	border-top:1px dotted #AEAFAF;
	overflow:hidden;
}
.calculator-form fieldset ol li.first,
.calculator-form fieldset ul li {
	border-top:0;
}
.calculator-form fieldset ul {
	margin-left:16px;
}
.calculator-form fieldset ol li label {
	color:#363636;
	font-size:14px;
	line-height:30px;
	float:left;
}
.calculator-form fieldset ul li label {
	color:#707070;
	font-size:11px;
	line-height:30px;
	text-transform:uppercase;
}

.calculator-form fieldset ol li select,
.calculator-form fieldset ol li input {
	float:right;
	margin-top:5px;
}
.calculator-form fieldset span.input-small {
	display:block;
	float:right;
	width:75px;
}
.calculator-form fieldset span.input-small input {
	float:none;
	width:35px !important;
	width:25px;
	text-align:right;
}
.calculator-form fieldset span.input-long {
	display:block;
	float:right;
	width:115px;
}
.calculator-form fieldset span.input-long input,
.calculator-form fieldset span.input-long-labeless input {
	float:none;
	width:75px !important;
	width:65px;
	text-align:right;
}
.calculator-form fieldset span.input-long-labeless {
	display:block;
	float:right;
	width:80px;
}

.calculator-form fieldset span.input-super-long {
	display:block;
	float:right;
	width:205px;
}
.calculator-form fieldset span.input-super-long input {
	float:none;
	width:165px !important;
	width:155px;
	text-align:right;
}

.calculator-form fieldset .zebra {
	background:#D1E1EE;
}

/* Budget Breakdown table */
.budget-breakdown td {
	line-height:30px;
	height:30px;
	text-align:left;
}
.budget-breakdown thead td {
	text-align:left;
}
.budget-breakdown thead th {
	text-align:center;
}
.budget-breakdown tbody tr td {
	text-align:left;
}
.budget-breakdown tbody th {
	width:147px;
	padding-left:10px;
	color:#707070;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	text-align:left;
}
.budget-breakdown td input {
	width:85px;
	text-align:right;
	margin:0 1px;
	float:none;
}
input.clear-input {
	background:transparent;
	border:none;
	padding:0 3px;
	color:#369;
	font-weight:bold;
}
.budget-breakdown tr.sum-row {
	background:#CDDFED;
}
.budget-breakdown tr.sum-row th,
.budget-breakdown tr.sum-row td {
	color:#369;
	font-weight:normal;
	text-transform:none;
}
.budget-breakdown tr td.highlight {
	color:#D11345;
}

/* Budget results table */
.calculator-results-table {
	width:100%;
}
.calculator-results-table thead th,
.calculator-results-table tbody td {
	text-align:center;
}
.calculator-results-table tbody th {
	padding-left:1ex;
}
.calculator-results-table tr {
	height:30px;
}
.calculator-results-table .enterprise,
.calculator-results-table .private,
.calculator-results-table .community,
.calculator-results-table .public {
	width:130px;
	font-size:16px;
	font-weight:normal;
}
.calculator-results-table .enterprise {
	color:#005387;
}
.calculator-results-table .private {
	color:#D3A400;
}
.calculator-results-table .community {
	color:#8CC63F;
}
.calculator-results-table .public {
	color:#0093D3;
}
.calculator-results-table .zebra {
	background:#E5EEF3;
}


.calculator-results-table-savings {
	width:100%;
}
.calculator-results-table-savings thead th,
	text-align:center;
}
.calculator-results-table-savings tbody td {
	text-align:right;
}
.calculator-results-table-savings tbody th {
	padding-left:1ex;
}
.calculator-results-table-savings tr {
	height:30px;
}
.calculator-results-table-savings .enterprise,
.calculator-results-table-savings .private,
.calculator-results-table-savings .community,
.calculator-results-table-savings .public {
	font-size:14px;
	font-weight:normal;
}
.calculator-results-table-savings .enterprise {
	color:#005387;
}
.calculator-results-table-savings .private {
	color:#D3A400;
}
.calculator-results-table-savings .community {
	color:#8CC63F;
}
.calculator-results-table-savings .public {
	color:#0093D3;
}
.calculator-results-table-savings .zebra {
	background:#E5EEF3;
}

/* Sponsors */
fieldset.sponsors {
	clear:both;
	margin-top:1em;
	border-color:#FBCD6B;
	border-width:1px;
}
fieldset.sponsors legend {
	color:#D11345;
	text-transform:uppercase;
}
fieldset.sponsors ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	text-align:center;
}
fieldset.sponsors li {
	display:inline;
}
fieldset.sponsors img {
	border:0;
	margin:0.5ex;
}

