﻿.ButtonStyle
{
    width: 120px;
    height: 30px;
    color: #100080;
    font-size: 10px;
    text-transform: capitalize;
    background-image: url(images/kyadondo_button.gif);
    background-repeat: no-repeat;
    border: solid 0px #FFFFFF;
}
.DataViewControls
{
    font-size: 10pt;
    color: #425118;
    font-family: Arial, Times New Roman;
    border-color: #336699;
}
.HeaderRow
{
    height: 25px;
    font-family: Arial, Times New Roman;
    font-size: 10pt;
    font-weight: bold;
    color: White;
    text-transform: uppercase;
    background-image: url(images/header_background.gif);
}
.AlternatingRow
{
    background-color: #FFFF99;
    height: 25px;
}
.RowStyle
{
    height: 25px;
}
.SelectedRow
{
    color: #00CCFF;
}
.FooterRow
{
    background-image: url(images/header_background.gif);
    height: 25px;
}