﻿.XGridUserOnline
{
    background-color: #ffffff;
    background-image: url(grid_bk.jpg);
    background-repeat:no-repeat;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.XGridUserOnlineCell
{

border-bottom-color:#CCCC99;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#CCCC99;
border-left-style:solid;
border-left-width:1px;
border-right-color:#CCCC99;
border-right-style:solid;
border-right-width:1px;
border-top-color:#CCCC99;
border-top-style:solid;
border-top-width:1px;
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    background-color: #F7F7E7;
}
.XGridUserHeader
{
    font-size: 8pt;
    background-color: #CCCC99;
    text-decoration: none;
    border-top: palegoldenrod 1px solid;
    border-bottom: palegoldenrod 1px solid;
    text-align:left;
}
.XGridUserHeader A
{
    font-size: 8pt;
    color: #336699;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}