/*
    Document   : style
    Created on : Aug 19, 2013, 10:33:02 AM
    Author     : carlobesozzi
    Description:
        Purpose of the stylesheet follows.
*/

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background: no-repeat 10px center;
}
.info {
    color: #00529B;
    background: #BDE5F8 ;
}

.success {
    color: #4F8A10;
    background: #DFF2BF;
}
.warning {
    color: #9F6000;
    background: #FEEFB3;
}
.error {
    color: #D8000C;
    background: #FFBABA ;
}

.warning > strong{
    font-weight: bold;
}

.warning > strong + ul{
    margin:15px 0;
    padding:0 0 0 35px !important;
}

.warning > ul li{
    color: #9F6000;
    font: 13px Arial,Helvetica,sans-serif;
    list-style: disc;
    margin-bottom: 0 !important;
}

.warning-errorMessage{
    color: #9F6000;
    font: 13px Arial,Helvetica,sans-serif;
}

.error > strong{
    font-weight: bold;
}

.error > strong + ul{
    margin:15px 0;
    padding:0 0 0 35px !important;
}

.error > ul li{
    color: #D8000C;
    font: 13px Arial,Helvetica,sans-serif;
    list-style: disc;
    margin-bottom: 0 !important;
}

.success > strong{
    font-weight: bold;
}

.success > strong + ul{
    margin:15px 0;
    padding:0 0 0 35px !important;
}

.success > ul li{
    color: #4F8A10;
    font: 13px Arial,Helvetica,sans-serif;
    list-style: disc;
    margin-bottom: 0 !important;
}

.message-icon {
    float:left;
    position: relative;
    left: -27px;
}


