div.calendar
{
    width: 190px;
    border: 2px outset;
    background: #D4D0C8;
    color: #000000;
    padding: 2px;
    cursor: default;
    position: absolute;
    top: 100px;
    left: 100px; 
}

div.calendar img
{
    border: 0;
}

div.calendar table
{
    empty-cells: show;
    width: 100%;
    font: bold 8pt/12pt "Tahoma", "Arial", sans-serif;
    text-align: center;
    color: #400000;
    background: #F0F0F0;
}

div.calendar table tr.topline
{
    color: #FFFFFF;
    background: #404040;
}

div.calendar table tr.topline img
{
    cursor: hand;
}

div.calendar table tr.monthsel
{
    color: #000000;
    background: #D4D0C8;
}

div.calendar table tr.monthsel td
{
    padding: 2px;
    font-size: 9pt;
    color: #000000;
    background: #D4D0C8;
    vertical-align: middle;
}

div.calendar table tr.monthsel img
{
    cursor: hand;
}

div.calendar table tr.dayofweek
{
    color: #000000;
    background: #D4D0C8;
}

div.calendar table td
{
    white-space: nowrap;
}

div.calendar table td.active
{
    color: #000080;
    background: #D4D0C8;
    cursor: hand;
}
