/* ---------- STRUCTURE ---------- */
body{background-image:none;background-color:white;}
#hd{ display: none; }
#nav{display:none;}
#bd{ width: 750px; background: none;}
#sidebar{ display: none;}
#main{ margin-left: 0px;}
#ft, #hBlock{ display: none; }
.noprint{display:none;}

/* ---------- TYPOGRAPHY --------*/
h1, h2, .calcTitle{border-bottom: 0px solid white;font-family: Arial; font-size: 135%; font-variant: normal;color:black;}

/* ---------- TABLES  ---------- */
#inputTable{ font-size: 123.1%; }
#inputTable td{ padding: 3px; }
#inputTable .userInput{ width: 85px; }
.results{ margin: 0 0 25px 0; border: 1px solid black; text-align: right; color:black; font-size: 14px;}
.results .headerRow {color:black; background-color: white;font-weight: bold; border-bottom: 1px solid black; }
.results td{ margin: 0; padding: 3px 3px 3px 15px; }
.results tr.e td { background-color: white; border-bottom: 1px solid black; border-top: 1px solid black; }
.results tr.o td { background-color: #EEE;}

/* ---------- CLASSES ---------- */
.highlight{background-color: white;}
.options, .calcBoxRect, .submitButton, .noprint{display:none;}

