﻿.head
{
    background-position: left center;
    background-image: url('../images/calendar/dayheader_bg.jpg');
    background-repeat: repeat-x;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.otherday
{
    color: #CCCCCC;
    text-decoration: none;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: normal;
    background-color: #FFFFFF;
}
.day
{
    color: #993399;
    text-decoration: none;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
}
.selectday
{
    background-color: #FFFFCC;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #993399;
}
.title
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background-color: Transparent;
}
.weekend
{
    background-color: #C0C0C0;
    color: #993399;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
}

