
	body { width: 1000px; }
	table#dropshadow { _width: 900px; }
	table#wcalc { margin: 25px; width: 96%; text-align: left; border-top: 1px solid; _width: 900px; min-width: 1000px;  }
		table#wcalc td { font-size: 12px; border-bottom: 1px solid #000; padding: 5px 5px 10px 5px; }
		br.clr { clear: both; line-height: 0px; }

		table#wcalc input.short { width: 5em; }
		
		table#wcalc tr.secondary td { background-color: #eef3fa; border-bottom: 1px solid #000; }

		table#wcalc td#top { width: 45%; }
		/*table#wcalc td#buttons { width: 20%; text-align: center; *text-align: right;_text-align: center; }*/
		table#wcalc td#buttons { width: 1px; }
		table#wcalc td#formulaText { width: 50%; }
		
		table#wcalc td table#sub td { border: 0px; padding: 0px; margin: 0px; border: 0; }
		table#wcalc td table#sub { width:100%; display: inline; }


		table#wcalc table#agorg { width: 100%; }
		table#wcalc table#agorg td.input { tex///t-align: left; width: 33%;  }
		table#wcalc td.noborder { border: 0 !important; }
		
		div#result { min-height:300px;  min-width: 850px; }
		
		div#desc { margin: 0px 25px 0px 25px; }
		
		table#toolbar { width: 800px; margin-left: 35px; margin-bottom:10px; }
		/*table#toolbar tr td { text-align: center; width: 33%; }*/
		table#toolbar tr td { text-align: center; width: 19%; padding-top:10px;}

		table#print_pdf_table { width: 300px; }
		table#print_pdf_table td { padding: 0 !important; vertical-align: top; }

		
		img#resetAxleImg { position: relative; top: 3px; }
		@media screen { 
			div#printResult { display: none; }
		}

		div#bluebar { 
			_width: 96%; 
		}

		div#nav a { color: #fff; }
		div#nav a:hover { color: #000; }

		div#descFormula { border:1px solid #000; padding:20px; width:90%; }
		div#greenFormula { 
			background-color: #70a943; 
			width: 100%; 
			text-align: center;
			color: #fff;
			font-size: 20px;
			font-weight: bold;
			padding: 10px 0px;
		} 
		table#descVars { width: 100%; margin-top: 10px; }
		table#descVars td.key { 
			width: 100px; 
			text-align: center; 
			vertical-align: center; 
			font-size: 28px;  
			background-color: #e7e8e9;
			color: #0f4c97;
			font-weight: bold;
			padding: 20px 0px;
		}
		table#descVars td.value { width: 25%; vertical-align: top; }
		table#descVars td.value div.desc { margin: 0px 20px 0px 20px; vertical-align: top; }

		table#descInstructions { width: 100%; }
		table#descInstructions tr td table.row { width: 100%; padding: 10px 0px;}
		table#descInstructions tr td table.grey { background-color: #e7e8e9; }
		table#descInstructions tr td table.row tr td.num { width: 5%; text-align: center;  }
		table#descInstructions tr td table.row tr td.num div { 
			font-weight: bold;
			margin-left: 15px;
			background-color: #0f4c97; color: #fff; 
			width: 20px; height: 20px; 
			text-align: center; vertical-align: middle; 
		}

		table#conf_details_view th { text-decoration: underline; }
		table#conf_details_view td { background-color: #fff; border-bottom: 1px solid #eee; padding: 0; margin:0; }
		table#conf_details_view tr.zebra td { background-color: #EEF3FA; }

		@media print {
/*			div#result { overflow: auto; height: 100%; display: none; }*/
/*			div#printResult { display: block; }*/
/*			div#truck { display: none; }*/

/*			div#truck img { overflow: visible; zoom: 0.4;  }*/
/*			div#result embed { position: absolute; overflow: visible; zoom: 0.05; background-color: #fff; }*/

			div#truck , 
			div#result , 
			div#result embed { overflow: visible !important; background-color: #fff; }
		
			div#truck,div#result embed { background-color: #fff !important; }
/*			div#result { height: 600px;  width: 648px !important; }*/

/* 0.7 for ie7, 0.4 for ie6 */
			body { 
/*				*zoom: 0.7 !important; 				*/
/*				_zoom: 0.4 !important; 	*/
				margin:0 !important;
				padding:0 !important; 
			}
/*			body { height: 3150px !important; }*/

/*			div#result { height: 570px;  }*/
			
			div#conf_details { display: none; }
			p.zoom_msg { display: none; }
			div#printResult { display: none; }
			td.dropshadow { display: none; }
			table#toolbar { display: none; }
			p.header_blue_large { display: none; }
			div#bluebar { display: none; }
			img#mcheader { display: none; }
		}
	