/* Calculators */
.calcForm { /*Don't margin auto unless width is also in CSS*/
	border-collapse:collapse;
	border:3px solid #8F8F8F;
	margin-top:25px;
	margin-bottom:35px;
/*Don't set RT or LT margins!*/	
}
.calcForm td {
	padding:10px;
}
.input {
	border:solid #7D7D7D 1px;
}
.input:hover {
	border:1px solid #F00;
}
.input:focus {
	background-color:#ffc;
	border:1px solid #F00;
}
.button {
	text-align:center;
}
.calcForm tr:hover {
	background-color: #f6f6f6;
}
.disabled {
	color: #000;
	background:none;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/* End Calculators */
/* Data */
.data { /*Don't margin auto unless width is also in CSS*/
	border-collapse:collapse;
	border:3px solid #8F8F8F;
	margin-top:25px;
	margin-bottom:35px;
	caption-side:bottom;
/*Don't set RT or LT margins!*/	
}
.data caption {
	padding:15px;
	color:#462a1d;
}
.data td {
	padding:10px;
}
.data th {
	color:#FFF;
	text-align:left;
	padding:10px;
	background-color: #6e422e;
}
.data tr:hover {
	background-color: #f6f6f6;
}
.data tr:hover th {
	color:#FFF;
  	background-color:#462a1d;
}
/* End Data */
/* Forumulas */
.forumla {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	caption-side:bottom;
	margin-top:25px;
	margin-bottom:35px;
	padding: 0px;
	font-weight: bold;
	color: #462a1d;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/* End Formulas */
/* Misc */
.labelcol {
  background-color:#ffffff;
}
.oddcolor {
	background-color:#f6f6f6;
}
.quiteColor {/* Gray text on mer.htm */
	color:#999;
}
.nopadding {/* td with hyphen on mer.htm */
	padding:10px 0px;
}
#h2o_page col, #h2o_page colgroup {
	border:1px solid #462a1d;
}
/* End Misc */