﻿
.TableHead
{
    /*font-weight:900;*/
    background-color:#88B2DA;
    background-image:url("../Images/bg-menu-main.png");
    background-position:top;
    background-repeat:repeat-x;
}

.ActionButton
{
    font-size:.8em;
}

.ControlLabel
{

    font-size:10pt;
}

.TextInput
{
    background-color:#FFF;
    color:#999;
    font-size:1em;
    border-color:#000;
    border-width:1px;
    border-style:solid;
}

body 
{
    color:#F9F5F2;
    background-color:#4F7F9F;
   
}

.TableBody
{
    background-color:#88B2DA;
    border-color:#2F4F4F;
}

.Validation
{
    color:#49E20E !important;
    background-color:#1E90FF;
    font-size:10pt;
    color:#FAFAD2;
}


.ValidationCtlSmall
{
    color:#49E20E !important;
    font-size:9pt;
    /*font-weight:900;*/
}

.ValidationCtl
{
    color:#49E20E !important;
    font-size:14pt;
    /*font-weight:900;*/
}