@CHARSET "UTF-8";

#dashboard_calendar { margin-bottom: 20px; position: relative; }
#dashboard_calendar table { border-bottom: 1px solid white; border-right: 1px solid white; border-collapse: separate; width: 500px; }
#dashboard_calendar .cal-cell { background-color: #eee; border-top: 1px solid white; border-left: 1px solid white; position: relative; height: 100px;   }
#dashboard_calendar .cal-cell .cal-date { position: relative; top: 0; left: 0; font-size: 10px; background: #888; color: #fff; padding: 5px; }
#dashboard_calendar .cal-cell .cal-event { position: relative; font-size: 10px; padding: 7px 5px; width: 60px; }
#dashboard_calendar .cal-cell .cal-time { font-weight: bold; display: block; margin-bottom: 2px; color: #888; font-size: 9px; }

#dashboard_calendar .cal-cell.cal-today { background-color: #fff; }
#dashboard_calendar .cal-cell.cal-past {  }



