@charset "utf-8";
/* CSS Document */

#costCalc td, #costCalc th{
	font-size:90%;
	padding:3px;
	}
#costCalc td{
	border-left:1px solid #e4e4e4;
	}
#costCalc td.noBorder{
	padding-top:10px;
	border:none;
	text-align:left;
	}

#costCalc td{
	text-align:right;
	}
#costCalc tr.rowOdd td, #costCalc tr.rowOdd th{
	background-color:#f5f5f5;
	}
#costCalc select{
	width:120px;
	}
#costCalc input{
	width:120px;
	text-align:right;
	}
#costCalc input.submitButton{
	text-align:center;
	}
th.rowTitle{
	text-align:left;
	font-weight:normal;
	color:#333;
	width:200px;
	}
#costCalc .rowOdd td.resultCell, #costCalc .rowEven td.resultCell{
	/*background-color:#006699;
	color:white;*/
	font-size: 105%;
	font-weight:bold;
	color:#194d8a;
	}


#costCalc tr.rowOdd td input{
	background-color:#f5f5f5;
	color:#333333;
	border:none;
	border-bottom:1px solid #5076b5;
	}
#costCalc tr.rowEven td input{
	background-color:#ffffff;
	color:#333333;
	border:none;
	border-bottom:1px solid #5076b5;
	}
#costCalc tr.rowOdd td input, #costCalc tr.rowEven td input{
	background-color:#f0f5fb;
	border:1px solid #3B3B3B;
	}



/* U Value Calc */
#uCalc{
	border:1px solid #e4e4e4;
	background-color:#f5f5f5;
	padding:15px;
	}
.resultsTable{
	/*margin-top:20px;*/
	}
#uCalc th{
	font-weight:normal;
	text-align:left;
	color:#333;
	width:150px;
	padding-right:10px;
	}
#uCalc td input{
	width:180px;
	}
#uValueCalc td select{
	width:182px;
	}
.resultsTable table{
	border-left:1px solid #f5f5f5;
	border-top:1px solid #f5f5f5;
	width:150px;
	}
.resultsTable th, .resultsTable td{
	padding:4px;
	border-bottom:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	background-color:#fff;
	width:50px;
	}
.resultsTable th{
	background-color:#f5f5f5;
	}
.resultsTable td{
	text-align:right;
	}
#uCalc th.headTh{
	text-align:right;
	}
#uCalc tr.headRow th{
	padding-top:0;
	padding-right:0;
	}
.questionWrap{
	padding-right:10px;
	border-right:1px solid #e4e4e4;
	margin-right:10px;
	}
.calcExInfo{
text-align:right;
display:block;
color: #D61230;
}

.notAchievedMessage{
color: #D61230;
font-size: 95%;
}
#cavity{
	font-size:90%;
	}