.ImgButton
{
    border: black 1px solid;
    font-size: 8pt;
    font-family: Tahoma,helvetica;
    BACKGROUND-COLOR: whitesmoke;
    background-position: left center;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.titlebox
{
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-left: 5px;
}

A.GridHeaderLabel:link
{
    /*COLOR: white;*/
    color: Navy;
    text-decoration: none;
}
A.GridHeaderLabel:visited
{
    /*COLOR: white;*/
    color: Navy;
    text-decoration: none;
}
A.GridHeaderLabel:hover
{
    /*COLOR: yellow;*/
    text-decoration: underline;
}
A.GridHeaderLabel:active
{
    color: red;
    text-decoration: none;
}
