
body { padding: 20px; background: #FFFFFF; height: 100% }

/* Calendar styles */
input.off { border: none; background: none; width: 95% } 
input.on { border: solid 1px #999999; background: #ffffff; width: 95% }

td.cal_shade, div.cal_shade { background: #EBF3F5 }
div.cal_line { border-bottom-style: solid; }

td.cal_off_day { background: #F8F8F8 }
td.cal_curr_day { background: #FCFFC6 }
div.cal_l { border-left: solid; }
div.cal_r { border-right: solid; }
div.cal_trl { border-top: solid;  border-left: solid; border-right: solid; }
div.cal_t { border-top: solid; }
div.cal_tr { border-right: solid; border-top: solid; }
div.cal_lr { border-right: solid; border-left: solid; }
div.cal_line, div.cal_l, div.cal_r, div.cal_trl, div.cal_t, div.cal_tr, div.cal_lr { border-color:#CCCCCC; border-width: 1px; }
div.cal_l, div.cal_r, div._cal_trl, div.cal_t, div.cal_tr, div.cal_lr, div.fill, div.cal_shade { padding: 1px }
div.cal_l, div.cal_r, div.cal_trl, div.cal_t, div.cal_tr, div.cal_lr, td.cal_shade, div.cal_shade, div.fill { height: 100%; }
div.cal_light_l { border-left: dashed #B8C7DC 1px; }

td.currentDay { background-color:#B3E0FB }
td.offMonth { background-color: #FFFFFF }
tr.regularDay { background-color: #E8E8F7 }
div.logDiv { border-top: solid 1px #999999 }
.numStyle { font-size: 8px }
.numStyleL { font-size: 11px }
