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, div.ComponentErrorHeadingActive
{
    color:Red;
    visibility:visible;
    display:inline-table;
    margin-top:5px;
    margin-bottom:5px;  
}

h4.ComponentErrorHeadingInactive, div.ComponentErrorHeadingInactive
{
    visibility:hidden;  
    display:none;
}

span.PropertyErrorActive
{
    position: absolute;
    padding: 0 10px 0 20px;
    visibility: visible;
    margin-left: 5px;
    background-image: url('../../images/solo/icons/warning_16x16.png');
    background-position: top left;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    min-height: 20px;
}

span.PropertyErrorActive span.PropertyErrorMessage
{
    position: relative;
    display: inline-block;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0;
    border: 1px solid #888;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 3px #888;
    background-color: #ffffe1;
    padding: 5px 5px 5px 5px;
    z-index: 1;
    margin-left: 10px;
    margin-top: -1px;
}

input:focus ~ span.PropertyErrorActive span.PropertyErrorMessage,
ul.SelectPropertyRadio ~ span.PropertyErrorActive span.PropertyErrorMessage,
span.PropertyErrorActive:hover span.PropertyErrorMessage
{
    opacity: 1;
}

ul.SelectPropertyRadio ~ span.PropertyErrorActive
{
    position: relative;
    float: left;
    clear: right;
    display: block;
}

span.PropertyErrorInactive
{
    visibility:hidden;
    display:none;    
}

span.smallNotification
{
    font-size: 90%;
    color: #555;
}

div.SOLOBooleanPropertyRow,
div.SOLOStringPropertyRow,
div.SOLOBooleanPropertyRow
{
    clear: both;
    padding: 7px;
}

div.SOLOBooleanPropertyRow div.SOLOStringPropertyRowLabelCell,
div.SOLOStringPropertyRow div.SOLOStringPropertyRowLabelCell
{
    clear: left;
    float: left;
    width: 24%;
}

div.SOLOBooleanPropertyRow div.SOLOStringPropertyRowDataCell,
div.SOLOStringPropertyRow div.SOLOStringPropertyRowDataCell
{
    clear: right;
    float: left;
    width: 76%;
}

.SOLOBooleanPropertyRowSpanColumnsLeft { padding: 7px 7px 7px 22%; clear: both; }
.SOLOBooleanPropertyRowSpanColumnsLeft input { float: left; }
.SOLOBooleanPropertyRowSpanColumnsLeft label { float: left; text-align: left; font-weight: normal; padding-left: 3px; width: auto; }
