﻿#tbCalendar
{
    position: absolute;
    z-index: 300;
}

#tbCalendar table
{
    border: 1px solid #244773;
    border-collapse: collapse;
    font-size: 12px;
    text-align: center;

    color: #333;
}

#tbCalendar .Blank
{
    background: #eee;
}

#tbCalendar .Selected
{
    font-weight: bold;
    color: #fff;
    background: #244773;
    cursor: default;
    cursor: pointer;
}

#tbCalendar .Day
{
    background: #fff;
    cursor: pointer;
}

#tbCalendar td
{
    border: 1px solid #244773;
}

#tbCalendar th
{
    border: 1px solid #244773;
    background: #244773;
    font-weight: bold;
    color:#fff;
}

#tbCalendar th a
{    
    color:#fff;
}

#tbCalendar a
{
    text-decoration: none;
    color: #333;
}

#tbCalendar a:hover
{
    text-decoration: none;
    color: #000;
}


