/*** CALENDAR STYLES START ***/
  #calendar{
    border: 1 #003366 solid;
    border-width: 1px;
    background-color:#dddddd;
  }
  
  #today{
    background-color:#cccccc;
  }
  
  #activeDay{
    background-color:#eeeeee;
  }
  
  .day{
    width:30px;
    height:30px;
    background-color:#ffffff;
  }
  
  .dayBig{
    width:60px;
    height:60px;
    background-color:#ffffff;
  }
  
  .calendarHead{
    background-color:#ffffff;
  }
  
  .dayContent, .dayContent DIV {
    font-family:arial, sans-serif, helvetica, verdana;
    font-size: 10px; 
    line-height: 105%; 
    text-decoration: none;
    margin-top:4px;
    color:#666666;
  }
  
  .mod_calendars A:Link, .mod_calendars A:Visited{

  }
  
/*** CALENDAR STYLES END ***/