.jsCalendarNode {
   border-collapse:                 collapse;
   border:                          3px #CCC solid;
   font-family:                     verdana;
}

.jsCalendarHeader {
   font-size:                       10px;
   font-weight:                     bold;
   text-align:                      center;
   vertical-align:                  middle;
   height:                          20px;
   cursor:                          default;
   background-color:                #333;
   color:                           #ccc;
}

.jsCalendarFooter {
   font-size:                       9px;
   font-weight:                     bold;
   text-align:                      center;
   background-color:                #ccc;
   height:                          15px;
}

.jsCalendarMiscCell {
   font-size:                       8px;
   font-weight:                     bold;
   text-align:                      center;
   cursor:                          pointer;
   background-color:                #333;
   color:                           #ccc;
}

.jsCalendarWeekDayCell {
   font-size:                       9px;
   font-weight:                     bold;
   text-align:                      center;
   background-color:                #ccc;
}

.jsCalendarActiveDate, 
.jsCalendarSelectedDate {
   font-size:                       9px;
   vertical-align:                  top;
   border:                          1px #CCC solid;
   padding:                         2px;
   width:                           25px;
   height:                          25px;
   background-color:                #FFF;
   cursor:                          pointer;
}

.jsCalendarInactiveDate {
   font-size:                       9px;
   font-style:                      italic;
   vertical-align:                  top;
   border:                          1px #CCC solid;
   padding:                         2px;
   width:                           25px;
   height:                          25px;
   color:                           #C0C0C0;
   background-color:                #F0F0F0;
   cursor:                          default;
}

.jsCalendarSelectedDate {
   color:                           red;
   font-weight:                     bold;
}

.jsCalendarCloseLink {
   font-size:                       11px;
   color:                           red;
   font-weight:                     bold;
   text-align:                      center;
   background-color:                #ccc;
   cursor:                          pointer;
}