/*
body, table
{
    font-family: Verdana, Sans-Serif;
    font-size: 8pt;
    color: #000;
}
*/

input.BooleanProperty
{}

input.TextPropertyValid,
select.SelectPropertyValid
{
    background-color: #f9f9f9;
    border-color: #ccc;
}

input.TextPropertyInvalid,
select.SelectPropertyInvalid
{
    background-color:#fff8f8;
    border-color: #eaa;
}

input.TextPropertyDisabled,
select.SelectPropertyDisabled
{
    background-color: #ccc;
    border: 1px solid #888;
}

input.SubmitButton
{
    background-color: silver;
    border-width: 1px;
    color: black;
    font-size: 10pt;
    font-family: arial;
    font-weight: bold;      
}
label.RequiredPropertyLabel
{
    color: #f00;
}
label.OptionalPropertyLabel
{
    color: #000;    
}
h2.ComponentHeading
{
    font-size: 1.25em;
    font-weight:bold;
    margin-top:5px;
    margin-bottom:5px;  
}

span.ComponentHeadingRequiredMessage
{
    font-size:90%;
    font-weight:normal;
    color:Red;
}
h4.ComponentErrorHeadingActive
{
    color:Red;
    visibility:visible;
    display:inline-table;
    margin-top:5px;
    margin-bottom:5px;  
}
h4.ComponentErrorHeadingInactive
{
    visibility:hidden;  
    display:none;
}
span.PropertyErrorActive
{
    color:Red;
    visibility:visible;
    display:inline-block;
    margin-left: 5px;
}
span.PropertyErrorInactive
{
    visibility:hidden;
    display:none;    
}

span.smallNotification
{
    font-size: 90%;
    color: #555;
}

input.DisplayDelete
{
    margin: auto;
    vertical-align:  middle;
}
