/* CSS Document */

body.calc {
	margin: 0; 
	padding: 0; 
	text-align: left;
	background: #F5F8DA;
} 
#cwrapper {
	color: #514A2F;
	font: x-small Trebuchet MS, Arial, Helvetica, sans-serif;
 	voice-family: "\"}\""; 
 	voice-family: inherit;
 	font-size: small; 
}
h1 {
	font-size: 190%;
}
img {
	border: 0;
}
li {
	list-style-type: none;
}
#cHead {
	background: url(/rgImages/css/headerBGCalc.jpg) top left no-repeat;
	height: 44px;
	margin: 0 0 18px 0;
	padding: 0;
}
#cHead h1 {
	float: left;
	color: #A00D0D;
	margin: 0;
	padding: 5px 0 0px 18px;
}
#cHead .minimize {
	float: right; 
	padding: 5px 15px 0px 0px;
}
#cHead img {
	padding: 10px 15px 10px 0px;
}
.clearfloats {
	clear: both;
}

.table1 {
	margin: 0 0 20px 20px;
	
}

.table1 td {
   vertical-align:top;
}  

/* 
.row1  {
   background-color:#ecedce;
}    
*/

.row0 {
	background-color:#CECBAB;}
.row1 {
	background-color:#ecedce;}


#action {
	position: relative;
}
#clearButton a {
	position: absolute; top: -40px; left: 370px;
	background: transparent url(/rgImages/css/buttonClear.gif) 0px 0px no-repeat;
	text-align: right;
	width: 78px;
	height: 16px;
	margin: 4px 0 0 0;
	padding: 0;
	/*border: 1px solid brown;*/
}
#clearButton a:hover {
	background: url(/rgImages/css/buttonClear.gif) -105px 0px no-repeat;
}
#clearButton a:active {
	background: url(/rgImages/css/buttonClear.gif) -210px 0px no-repeat;
}
textarea.taDetails {
	background-color: #eae6de; 
	font-size: 12px;
	margin: 0;
}
div.disclaim {
	font-size: 100%;
	margin: 80px 0 0 0;
}
disclaim p {
	color: #000;
	font-weight: 900;
}
div.disclaim ul {
	position: relative;
	padding: 0 80px 0 0;
	margin: -10px 0 0 15px;
}
div.disclaim ul li span {
	position: absolute; top: 2px; left: -18px;
	padding: 0;
	margin: 0;
}

.prodLnHdr {
   font-weight:bold;
   background-color:#cecbaa;
   font-size:106%;
   letter-spacing:2px;
}

