﻿
/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #666666;
    color: White;
    font-weight: bold;
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
    background-color: #58823b;
    color: black;
}

.SelectedRowStyle
{
    background-color: Orange;
    color: White;
}

.PagerRowStyle
{
    background-color: #AAAAAA;
    color: White;
    text-align: right;
}
