﻿.calText
{
    font-family:verdana;
    font-size:10px;
    border:solid 1px gray;
    color:black;
    width:100%;
    text-align:center;
    height : 18px;
}

.calSelectedDate
{
    font-family:verdana;
    font-size:10px;
    font-weight:bold;
    border:solid 1px red;
    background-color:silver;
    color:darkblue;
    width:25px;
    text-align:center;
    height : 15px;
    cursor :"hand";
}

.calToday
{
    font-family:verdana;
    font-size:10px;
    border:solid 1px blue;
    background-color:silver;
    color:red;
    width:25px;
    text-align:center;
    height : 14px;
    cursor :"hand";
}

.calDays
{
    font-family:verdana;
    font-size:10px;
    background-color:blue;
    color:yellow;
    width:25px;
    text-align:center;
    height : 17px;
}

.calWeekEnd
{
    font-family:verdana;
    font-size:10px;
    background-color:gray;
    color:black;
    width:25px;
    text-align:center;
    height : 15px;
    cursor :"hand";
    border:solid 1px gray;
}
.calWeekDay
{
    font-family:verdana;
    font-size:10px;
    background-color:silver;
    color:darkblue;
    width:25px;
    text-align:center;
    height : 15px;
    cursor :"hand";
    border:solid 1px silver;
}

.calOldWeekEnd
{
    font-family:verdana;
    font-size:10px;
    background-color:gray;
    color:silver;
    width:25px;
    text-align:center;
    height : 15px;
    border:solid 1px gray;
}

.calOldDay
{
    font-family:verdana;
    font-size:10px;
    background-color:silver;
    color:gray;
    width:25px;
    text-align:center;
    height : 15px;
    border:solid 1px silver;
}

.calDropDown
{
    font-family:verdana;
    font-size:10px;
    color:darkblue;
    text-align:center;
    height : 20px;
}