﻿.calendartable
{
    width: 250px;
    vertical-align: baseline;
}

td.img
{
    cursor: pointer;
    padding: 10px 0 2px 4px;
}

.picker
{
    background-color: #FFFFFF;
    border: 1px #DEDEDE solid;
    width: 211px;
    cursor: pointer;
}

.dayheader
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
    background-color: #E0DFE3;
    background-image: url(/library/img/dayheader_bg.gif);
    background-position: left bottom;
    height: 20px;
    text-align: center;
    cursor: default;
}

.disabledday
{
    text-decoration: none;
    background-image: url(/library/img/baddate.gif);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: default;
}

.title
{
    background-color: #757495;
    background-image: url(/library/img/title_bg.gif);
    height: 30px;
    cursor: default;
}

.title TD
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: white;
}

.calendar
{
    border-width: 1px;
    border-style: solid;
    border-color: #57566F;
    cursor: default;
}

.nextprev
{
    padding: 0px;
    width: 31px;
    height: 30px;
    cursor: pointer;
}

.monthselector
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    color: #333333;
    width: 31px;
    background-color: #E0DFE3;
    background-image: url(/library/img/dayheader_bg.gif);
    background-position: left bottom;
    cursor: pointer;
}

.weekselector
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    color: #333333;
    background-color: #F6F6F6;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    height: 31px;
    width: 31px;
    cursor: pointer;
}

.day
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    color: #57566F;
    background-color: white;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #F6F6F6;
    border-right: 1px solid #F6F6F6;
    height: 31px;
    width: 31px;
    cursor: pointer;
}

.othermonthday
{
    color: #B2B1CA;
}

.selectedday
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    color: black;
    background-color: #FFEEC2;
    border: 1px solid #57566F;
    cursor: default;
}

.dayhover
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    color: #57566F;
    background-color: white;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #F6F6F6;
    border-right: 1px solid #F6F6F6;
    height: 31px;
    width: 31px;
    cursor: pointer;
    text-decoration: underline;
}

.othermonthdayhover
{
    color: #B2B1CA;
    text-decoration: underline;
}

.selecteddayhover
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    color: black;
    background-color: #FFEEC2;
    border: 1px solid #57566F;
}
