﻿
.calendar
{
    font-family: Arial;
    height: 300px;
    width: 300px;
}

.caldayheader
{
    color: #303030;
    background-color: White;
    border-bottom: dotted 1px #f1f1f1;
    font-family: Arial;
    font-size: 12px;
}

.calmonthheader
{
    color: #303030;
    background-color: White;
    border-bottom: dotted 1px #f1f1f1;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.calweekend, .calweekday
{
    color: Gray;
    background-color: White;
    font-family: Arial;
    font-size: 12px;
}

.calweekday, .calspecialday, .calselectedday, .caltoday
{
    color: #303030;
    color: Gray;
    background-color: White;
    font-family: Arial;
    font-size: 12px;
}

.caltoday, .calspecialday
{
    border: dotted 1px red;
}

.calothermonth
{
    background-color: White;
    color: White;
}

.monthyearitem, .monthyearselected
{
    color: #303030;
    color: Gray;
    background-color: White;
    font-family: Arial;
    font-size: 12px;
}

.monthyearselected
{
    border: dotted 1px red;
}

.calbutton
{
    margin-left:20px;
}

.calendar img
{
    margin-left:3px;
}
