.RadGrid
{
    /*background-image: url(../Themes/Grid-WinXP/headerBg.gif);     background-repeat: repeat-x;*/
    font-size: 11px;
    font-family: Arial, Verdana;
    border-color: #9cbabf;
    border-style: Solid;
    border-width: 1px;
}

.GridHeader
{
    font-weight: bold;
    text-align: left;
    color: White;
    background-color: #6666cc;
    height: 26px;
}

.GridHeader A
{
    color: #242500;
}

.GridRow
{
    padding-left: 5px;
}

.GridPager
{
    font-weight: bold;
    height: 26px;
    font-size: 13px;
}

.RadGridItem
{
    background-color: #ffffff;
    padding-left: 55px;
}

.RadGridAlternatingItem
{
    background-color: #fcfaf6;
    padding-left: 55px;
}

.GridFooter
{
    font-weight: bold;
    text-align: center;
    color: White;
    background-color: #6666cc;
    height: 26px;
}

.GridEmptyRecord
{
    color: #990000;
    font-weight: bold;
}

Input
{
    font-family: "MS Sans Serif" , Arial, sans-serif;
    font-size: 11px;
}
