/* .calendar_heading .prev
   .calendar_heading .month_title
   .calendar_heading .next

   table.calendar
    th.dayofweek

    .skip.before, .skip.after
    .normalday
*/

div.calendar_heading { width: 100%;}
.calendar_heading .prev { width: 100px; display: inline-block;
                          text-align: left; }
.calendar_heading .next { width: 100px;
                          text-align: right; 
                          position: absolute;
                          background: #888888;
                          right: 20px;
                          top: 0px;}
.calendar_heading .month_title { font: 24px Verdana; display: inline-block;
                                 text-align: center;  width: 100%; }

table.calendar { width: 100%; 
                 border-collapse: collapse;
                 margin-bottom: 20px;
                 }
.calendar th { background: #ffffff; color: #006699; }
.calendar .normalday { border-width: 1px;
                       border-color: #444444; 
                       border-style: solid; 
                       height: 92px; 
                       width: 74px;
                       vertical-align: top; }
.calendar .normalday .dayofmonth { font-weight: bold; }

.createtag { text-align: right; }

.noschool { background: #ffdddd; }
.today {  background: #bbeeff; }

.event { font-size: smaller; }

.ctrl { font-size: xx-small; }
