﻿.button
{
    font-weight: bold;
    font-size: 8pt;
    background: #ebe6db url(../images/MenuItemBackground.gif) repeat-x;
    color: #3f3f3f;
    padding: 0.1em 0.2em 0.1em 0.2em;
    cursor: auto;
    border: solid 1px #a19c92;
}
.txt
{
    font-size: 11px;
    color: #333366;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.GridHeader
{
    background-color: #aca38a;
    color: white;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
}
.errors
{
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
    background-color: red;
    text-align: center;
}
