label { display: block; margin-bottom: 4px; font-weight: bold; }
.cal_desc { display: block; margin-bottom: 4px; font-size: 12px; }
#cal_form { padding: 10px; background: green; color: #fff; border: solid 0px #e0e0e0; width: 500px; }
#cal_results { display: none; padding: 10px 0; }
#cal_request_form { display: none; }
#error { display: none; color: white; padding: 5px; background: red; }

#results_table { border: solid 1px #e0e0e0; width: 520px; }
#results_table th { background: #cecece; padding: 4px 10px; }
#results_table td { padding: 4px; text-align: right; }
#results_table td.center { text-align: center; }
#results_table tr.total td { font-weight: bold; font-size: 120%; background: green; color: #fff; }
#results_table tr.row1 td { background: #e0e0e0; }
