﻿.CalendarCell
{
    width: 120px;
    height: 120px;
    overflow: hidden;
    empty-cells: show;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
    
    background-color:#ffffff;
    color:Black;
    font-family:Verdana;
    font-size:11px;
    border-color:Black;
    border-width:1px;
    height:200px;
    width:220px;
}
.CalendarCellHeader
{
    width: 120px;
    height: 32px;
    
    overflow: hidden;
    border-collapse: collapse;
    empty-cells: show;
    font-family: "Bradley Hand ITC";
    
    
        color:black;
    background-color:#cdcdc3;
}
.CalendarHeader
{
    height: 64px;
    
    overflow: hidden;
    border-collapse: collapse;
    empty-cells: show;
    text-align: center;
    font-family: "Bell MT";
    font-size: 40pt;
    
    
    color:black;
    background-color:#f0f0e4;
}
.CalendarShell
{
    border-collapse: separate;
    empty-cells: show;
    border-spacing: 2px;
}
.CalendarCellNumber
{
    font-family: "Comic Sans MS";
    font-size: 12pt;
}
.CalendarCellWeekend
{
    
}
.CalendarCellOtherMonth
{
    background-color:white;
    color:#DDDDDD;
}
.CalendarCellNoEvents
{
}
.CalendarCellWithEvents
{
}
.CalendarCellWeekday
{
}
.CalendarCellToday
{
    color:black;
    background-color:#ffffff;
    font-weight:bold;
}
