﻿.ControlStyle
{
    text-align: left;
    border-style:none;
    border-width: thin;
    background-color: #ccff99;
}
.HeaderTemplate
{
    color: green;
    font-weight: bold;
    font-family:Arial;
    font-size:15px;
    text-align: left;
}

.ItemTemplate
{
    font-weight: bold;
    color: red;
}


