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;      
}
input.HiddenSubmitButton
{
    position: absolute; 
    left: -9999px; 
    width: 1px; 
    height: 1px;
}
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
{
    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;
}

ul.SelectPropertyRadio ~ span.PropertyErrorActive span.PropertyErrorMessage,
input:focus ~ span.PropertyErrorActive span.PropertyErrorMessage,
select:focus ~ 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;
}

input.DisplayDelete
{
    margin: auto;
    vertical-align:  middle;
}

ul.SelectPropertyRadio
{
    list-style-type: none;
    padding:0; 
    margin:0;
} 

ul.SelectPropertyRadio li input,
ul.SelectPropertyRadio li label
{
    vertical-align:  middle;
} 

.ErrorHeading
{
    text-align:center !important;
}

.DefaultComponentFooter 
{
    text-align:center !important;
    padding-top:10px !important;
}
