.calendarMonth{
  /* border-collapse:collapse; */
  background-color:#eef;
  font-weight:bold;
}
  
.calendarWeek
{
  background-color:#ddf;
}
  
.calendarMonth th{
}
  
.calendarMonth .calendarTitle{
  background-color:#ddf;
}
  
.calendarMonth .calendarPrevious{
  background-color:#ddf;
}
  
.calendarMonth .calendarNext{
  background-color:#ddf;
}
  
.calendarEmpty{
}
  
.calendarDay{
  background:#fff;
  border:1px solid black;
  text-align:center;
  width:2em;
}
  
.calendarHoliday
{
  background-color:yellow;
  text-align:center;
}
  
.calendarNoSchoolDay
{
  background-color:#E0E0E0;
  text-align:center;
}

.calendarSnowDay
{
  text-align:center;
  background: url(images/snowflake.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
  
.calendarSchoolDay
{
  background-color:white;
  text-align:center;
}

.calendarSpecialDay
{
    color: red; 
    font-weight: bold;
    text-align: center;
}

