/* CSS For Calculators
------------------------------------------------------ */

table.cost-calculator 		{ margin-top: 8px; border: solid 1px #BFBFBF;width: 100%; font-size: 90%;}
table#savingstable 			{ margin-top: 8px; padding-top: 8px;font-size: 8pt; width: 100%; }
th.mainheading 				{ color: #fff; background-color: #01264E; padding: 4px; font-weight: normal; border-right: none;}
th							{ color: #01264E; font-size: 1.1em; border-right: solid 1px #d9d9d9;}
td 							{ padding: 3px 2px;}
tr.even  					{ background-color: #fff;}
tr.odd   					{ background-color: #D9D9D9;}		
                        	
tr.even td 					{ border-right: solid 1px #d9d9d9}
tr.odd  td 					{ border-right: solid 1px #ccc}
                        	
td.item-td, td.item-td 		{ text-align: left; }
td.cost-td, td.cost-td      { text-align: right; width: 80px;}
td.units-td, td.units-td    { text-align: center; width: 70px;}
td.total-td, th.total-td	{ text-align: right; width: 95px; border-right: none;}
td.units-td input       	{ text-align: right;}

td.savings-info				{ border-top: solid 1px #000; border-bottom: solid 1px #000; border-left: solid 1px #000;
							  vertical-align: top; }
td.savings-results 			{ border-top: solid 1px #000;border-bottom: solid 1px #000;border-right: solid 1px #000;
							  width: 80px; text-align: right;}
							
/* Supplies Tables */

table.supplies-table 			{ border: solid 1px #BFBFBF; width: 500px; margin-top: 8px;}
table.supplies-table th   { text-align: center; background-color: #01264E; color: #fff; padding: 4px; font-weight: normal; }
table.supplies-table td   { text-align: center; border: solid 1px #bfbfbf;}

/* Pricing Table */
table#pricing-table      { width: 100%; border: solid 1px #bfbfbf; margin-top: 8px;}
table#pricing-table th.mainheading   { text-align: center; background-color: #01264E; color: #fff; padding: 4px; font-weight: normal; }
table#pricing-table th   { text-align: center;  color: #01264E; padding: 4px; font-weight: normal;  }
table#pricing-table td   { text-align: center; border: solid 1px #bfbfbf;}