/* 
    Document   : php_test
    Created on : 16/09/2013, 9:48:47 AM
    Author     : Jingxian.Qiu
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
    background-color: #fcfefb;
}

.LV_validation_message{
    font-size: 12px;
    margin:0 0 5px 5px;
}

.LV_valid {
    color:#00CC00;
}

.LV_invalid {
    color:#CC0000;
}

.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}

.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.mandatory {
border:1px solid green;
background-image: url('../images/emblem_important.png');
background-repeat: no-repeat;
background-position: right;
background-size: contain;
}

.mandatory_select{
background-image: url('../images/emblem_important.png');
background-repeat: no-repeat;
background-position: left;
background-size: contain;
}

.space{
    margin-top: 180px;
}

.space2{
    margin-bottom: 10px;
}

#add_background{
    background: linear-gradient(-45deg, #fefefd 0%, #dce3c4 42%, #aebf76 100%);
                background: -o-linear-gradient(-45deg, #fefefd 0%, #dce3c4 42%, #aebf76 100%);
                background: -moz-linear-gradient(-45deg, #fefefd 0%, #dce3c4 42%, #aebf76 100%);
                background: -webkit-linear-gradient(-45deg, #fefefd 0%, #dce3c4 42%, #aebf76 100%);
                background: -ms-linear-gradient(-45deg, #fefefd 0%, #dce3c4 42%, #aebf76 100%);
}

#table1{
    font-size: 65%;
}