﻿.calMain
{
    width: 100%;
    background-color: White;
}

.calTitle
{
    background-image: url(Blue/calendarBg.gif);
    color: white;
    height: 30px;
    font-weight: bold;
}

.calHeader
{
    background-color: #E7F1FF;
    color: Black;
}

.calNextPrev a
{
    color: white;
    Font-Size: 18px;
    Font-weight: bold;
}

.calDay
{
    text-align: Left;
    vertical-align: Top;
    Font-Size: 10;
    height: 80px;
    Font-family: Arial;
    border: gray 1px solid;
}

.calDayWithEvents
{
    background-color: #EFF6FF;
    Font-weight: bold;
    Font-Size: 10;
    Font-family: Arial;
    text-align: Left;
    vertical-align: Top;
    border: gray 1px solid;
}

.calWeekend
{
    background-color: #EBEAFF;
    Font-Size: 10;
    Font-family: Arial;
    text-align: Left;
    vertical-align: Top;
    border: gray 1px solid;
    height: 80px;
}

.calOtherMonth
{
    background-color: silver;
    color: gray;
    Font-Size: 10;
    Font-family: Arial;
    text-align: Left;
    vertical-align: Top;
    border: gray 1px solid;
    height: 80px;
}

.calItem
{
    margin-top: 0px; 
    margin-bottom: 6px; 
    font-size: 8pt; 
    font-weight: normal;
    min-height: 50px;
    width: 100%;
}
