﻿body 
{
    font-family:Arial;
    font-size:small;
}

tr.grid-header
{
    text-align:left;
    background-color:#000099;
    color:#FFFFFF;
}

.text
{
    font-family:Arial;
    font-size:small;
}

.error
{
    font-family:Arial;
    font-size:small;
    font-weight:bold;
}

.calendar-day
{
    font-family:Arial;
    font-size:10pt;
    white-space:nowrap;
    vertical-align:top;
    text-align:left;
    height:75px;
}

.calendar
{
    width:100%;
}

.calendar-header
{
    color:Red;
}