#calcWrapper *{margin: 0; padding: 0;}

.grey input{color: #bbb;}
.norm input{color: #000;}

.shadowBox{height:9px;}

#nw{height: 9px; background: url(images/nw.png);}
#bottom{height: 9px; background: url(images/bottom.png);} 

#calcWrapper{
	font-family: Verdana;
	font-size: 12px;
	width: 998px; 
	background: #e5e4e4 url(images/calcBack.gif) -0px -9px repeat-x; 
	height: 510px;
 
	}

#calcWrapper .sleeve{padding: 0 10px 0 10px;}

#calcWrapper h1{
	height: 53px;
	color: white; 
	margin: 0; 
	padding: 0; 
	font-weight: normal; 
	font-size: 24px;
	padding-top: 0px;
	position: relative;
	top: -4px;
	}
	
#calcWrapper p{margin: 0 0 4px 0px;}

#calcButton{
	background: url(images/calcButton.gif);
	width: 269px;
	height: 121px;
	}
	
#calcButton p{
	padding: 45px 0 0 82px;
	}
	
.green{background: #8bbb42;}
.yellow{background: #ffca00;}
.grey{background: #989898;}


#tableWrapper{float: left; padding: 0; width:750px; height: 350px; background: url(images/graphBack.gif) no-repeat; position: relative; top: -3px; left: -10px;}
 
#calcWrapper table{ _border-bottom: 2px solid black; position: relative; top: 30px; left: 33px; float: left; text-align: center !important; font-size: 10px; width: 750px; height: 225px;}
 

#calcWrapper table td:last-child, #calcWrapper table td:first-child{border-right: 2px solid black;}
#calcWrapper table tr:last-child td{border-bottom: 2px solid black;}
#calcWrapper table tr:last-child td:first-child{border-bottom: 0;}

#calcWrapper table td{text-align: center !important; width: 10px;}
#calcWrapper #title{ color: black; font-weight: bold;}
#calcWrapper #title td:first-child{border: 0; border-right: 2px solid black;}
#calcWrapper #title td:last-child{border-right: 2px solid black;}
 
#calcWrapper #title td{ border-bottom: 2px solid black; border-right: 1px solid black;}
#debug{display: none; font-family: Verdana; height: 600px;background: red; color: white; padding: 2em; font-family: arial;}
.dataCell{float: left;  width: 200px; margin-right: 2em; height: 450px;}
#cell2, #cell3{width: 100px;}
#cell4{width: 1400px;}
#calcWrapper input{margin-bottom: 0.4em; margin-right: 3px; width: 92px;}
#calcWrapper fieldset{padding: 0; line-height: 1.8em; 	 border: 0; margin-right: 1em; float: left; width: 188px; background: url(images/fieldsetBack.gif) no-repeat top right; padding-bottom: 14px;}
#superscript{ margin-bottom: -10px; font-size: 9px;}