@charset "utf-8";
/* CSS Document */

.calculatorForm {width:470px; margin:20px 10px 20px 10px; }
table.calcol470px {width:470px; margin:0px 10px 20px 10px; }
table.calcol570px {width:570px; margin:0px 10px 20px 10px; }
table.calcol610px {width:610px; margin:0px 10px 20px 10px; }
td.calc {padding-left:5px; }
td.calsecondcol {padding: 10px 0 0 10px; width:150px; }
td.calpadding10px {padding:10px 0;}
td.calpadding10px span {padding:0 2px;}
td.calfeedback {padding:0 0 5px 0; font-family:arial; font-size:11px; color:#333333; }
#cal_frm td, #cal_frm input{font-family: Georgia, "MS Serif", "New York", serif;font-size:12px;line-height:150%;}
.cal_text{width:97%;font-size:11px;height:16px;border:none !important;}
.cal_text:hover{background:#f2f2f2;}
.cal_option{width:100%;font-size:11px;border:none; height:100%; border:border:1px solid #afb0b1 !important;}
.cal_button{height:20px; border:1px solid #6099bd; background:#dddddd; font-size:11px; font-family:tahoma;}
#feedback input{border:1px solid #6099bd; width:90%;}
table#cal_data{border-collapse:collapse;width:270px;margin:10px 0 0 0;}
#cal_data td{border:solid 1px #6099bd;height:20px;padding:0;width:33%;}
.cal_text.calinputted, .small.calinputted {width:96px; border:solid 1px #6099bd !important; display:inline; margin-right:6px; }
.cal_option.calinputted {width:72%;border: solid 1px #6099bd !important; }
.cal_option.calactivity {width:80%; border:1px solid #6099bd !important; }
td a.calorigin {font-size:1px;color:#ffffff;line-height:1%;}
.margleft15px {margin-left:15px; }