/* 
    Document   : xcs_calendar
    Created on : 09.02.2010, 13:10:41
    Author     : osd03z90
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.pnlDateContent {
    
}

.pnlCalHead {
      height: 16px;
      display:block;
      float:left;
      margin-left: 1px;
   }

.pnlCalWeek {
      height: 18px;
      display:block;
      float:left;
   }

.pnlCalDay {
      display:inline;
      float:left;
      height: 18px;
      width: 18px;
      margin: 1px;
      border: 1px solid;
      padding:1px 0 0 1px;
      text-align: center;
      vertical-align: center;
   }

.pnlCalNormal {
      background-color:#BBBBBB;
      cursor: pointer;
   }

.pnlCalSeelcted {
      background-color:#999999;
   }

.pnlCalInactive {
      display:block;
      float:left;
      background-color:#DDDDDD;
   }

.pnlCalendarContent {
       font-size: 11px;
    }
    
.pnlLabelMonth {
      display:inline;
      float:left;
      height: 16px;        
      width: 92px;
      margin-left:5px;
}

.pnlMonthNavButton {
      display:inline;
      float:left;
      height: 16px;
      width: 16px;
   }

.rowCalendarGrid {
      display:block;
      background-color:#DDDDDD;
}

.cellCalendarGrid {
      display:inline;
      float:left;
      width: 12.5%;
      height: 50px;
      margin: 1px;
      border: 1px solid;
      padding:1px 0 0 1px;
      text-align: left;
      vertical-align: top;
      overflow: hidden;
   }
   
.calTextNormal {
       font-size: 12px;
       color:#000000;
       text-align: left;
    }   