@charset "utf-8";
/* CSS Document */

/* ERROR STYLING */
ul,li { padding:0; margin:0; list-style:none; font-size:1em; }
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    padding:15px 10px 15px 50px;
    margin:0 0 5px 0;
    text-align:left;
    font-size:1.2em;
    /*color:#000000;*/
    font-weight:bold;
    position:relative;
}
.info a, .success a, .warning a, .error a, .validation a{ font-weight:bold; text-decoration:none; color:#FF0000; }
.info a:hover, .success a:hover, .warning a:hover, .error a:hover, .validation a:hover{ font-weight:bold; text-decoration:underline }
.info {
    color: #00529B;
    background: #BDE5F8 url(../images/Knob%20Info.png) no-repeat 10px center;
}
.success {
    color: #4F8A10;
    background:#DFF2BF url(../images/Knob%20Valid%20Green.png) no-repeat 10px center;
}
.success li{ color:#4F8A10; }
.warning {
    color: #9F6000;
    background: #FEEFB3 url(../images/Knob%20Attention.png) no-repeat 10px center;
}
.warning li{color:#9F6000; }
.error {
    color: #990000;
    background: #FFBABA url(../images/Knob%20Cancel.png) no-repeat 10px center;
}
.error li{color:#990000;}
.validation {
    color: #D63301;
    background: #FFCCBA url(../images/Knob%20Attention.png) no-repeat 10px center;
}
.validation li{color:#D63301;}