div#calendar { width:332px; border-style:solid; border-width:1px; border-color:rgb(208,208,208); visibility:hidden; z-index:100; display:none; background-color:white }
div#calendar_inner { width:330px; border-style:solid; border-width:1px; border-color:rgb(153,153,153); padding-top:1px }
div.calMonth, td.calDay, td.calGrid, td.calGridAvail, td.calGridSelect, div.calText { font-family:helvetica, arial; font-size:small; color:rgb(68,68,68) }
div.calMonth, td.calDay, td.calGrid, td.calGridAvail, td.calGridSelect { font-size:80% }
div.calText { font-size:95% }
table.calGrid { border-collapse:collapse; border-style:solid; border-width:1px; border-color:rgb(153,153,153) }
td.calDay, td.calMonth, td.calGrid, td.calGridAvail, td.calGridSelect { vertical-align:middle; padding:0; margin:0; text-align:left }
div.calMonth { height:19px; background-color:rgb(221,221,221); border-style:solid; border-width:1px; border-color:white; color:rgb(127,127,127); font-weight:bold }
td.calDay { text-align:center }
td.calGrid, td.calGridAvail, td.calGridSelect { border-style:solid; border-width:1px; border-color:rgb(208,208,208); height:24px; color:rgb(0,0,102) }
td.calGridAvail, td.calGridSelect { text-decoration:underline; cursor:pointer; cursor:hand }
td.calGridSelect { background-color:rgb(255,216,182); border-bottom-color:rgb(254,101,69) }
td.calGridAvail { background-color:rgb(216,238,163) }
td.calDay { border-width:0px; color:rgb(102,102,102) }
div.calGrid { display:inline; float:left; width:148px; padding-top:9px; padding-bottom:12px }
div#cal_label1, div#cal_label2 { display:inline; float:left; width:106px; text-align:center; vertical-align:middle; height:19px; padding-top:2px }
div#calendar_selected { color:rgb(228,37,0); font-weight:bold }
img#cal_prev, img#cal_next { cursor:pointer; cursor:hand }
