﻿body
{
    background-color:white;
    font-family:Arial;
    font-size:10pt;
}
A
{
    text-decoration:none;
    color:Blue;
}
select
{
    border:1px solid;
    background-color:lemonchiffon;
    font-family:Arial;
    font-size:10px;
    cursor:hand;
}
.GridRow
{
    background-color: White;
}
.DataValueLabel
{
    Border:0px solid silver;
    width:auto;
    padding:2px;
    color:Maroon;
}
.DataGridTable
{
}
.DataGridRow
{
    background-color: White;
    font-size:8pt;
    text-align:left
}
.AlternateDataGridRow
{
    background-color: Black;
    font-size:8pt;
    text-align:left
}
.PagerRow
{
    background-color: wheat;
    color: Black;
    font-size: 8pt;
}
.DataGridHeaderRow
{
    background-color: LemonChiffon;
    font-size:8pt;
    font-weight:bold;
}
.SelectedToolbarIcon
{
    background-color:LemonChiffon;
}
HR
{
    color: Bisque;
}
TEXTAREA
{
    font-size: 10pt;
    border: 1px solid silver;
    background-color: White;
}
.ErrorText
{
    color:Red;
}
.HighlightRow
{
    padding:10px;
    font-weight:bold;
    background-color: LemonChiffon;
}
.ScreenTitle
{
    background-color: LemonChiffon;
    font-weight:bold;
    font-size:8pt;
    padding:5px;
    width:100%;
}
.Button
{
    Width:100px;
    Font-Size:8pt;
    border:1px raised;
    background-color:AliceBlue;
    cursor:hand;
}
.TextBox
{
    Width:100px;
    Font-Size:8pt;
    border:1px solid silver;
    background-color:White;
}
.NumericTextBox
{
    Width:100px;
    Font-Size:8pt;
    border:1px solid silver;
    background-color:White;
    text-align:right;
}
.PercentageTextBox
{
    Width:45px;
    Font-Size:8pt;
    border:1px solid silver;
    background-color:White;
    text-align:right;
}
.DropDownBox
{
    BORDER-RIGHT: red 1px solid;
    BORDER-TOP: gray 1px solid;
    FONT-SIZE: 10pt;
    BORDER-LEFT: gray 1px solid;
    COLOR: black;
    BORDER-BOTTOM: gray 1px solid;
    BACKGROUND-COLOR: white
}


