/**
 * Cascading Style Sheet for jsCalender
 * Stefan Deser (03/2007)
 */

#calHeader {
    padding: 3px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 16px !important;
  }
  
table#calTable {
    width: 100%;
  }
  
table#calTable td {
    text-align: center;
    height: 14px;
    /* We need the border, to have no toggling-effect */
    border: solid 1px white; 
  }
  
#jsCalendar * {
    font-size: 11px;
  }
  
#jsCalendar a {
    color: #888;
    text-decoration: none;
  }
  
#jsCalendar {
    width: 168px;
    border: 3px solid #ff9c00;
    font-family: arial, sans-serif;
    background-color: white;
  }
  
#calNavigation div {
    float:left;
    width: 40px;
    text-align: center; 
    cursor: pointer;
    border: 1px solid black;
  }
  
td#today {
    border: 1px solid #ff9c00 !important;
    font-weight: bold;
  }
