﻿/* --- News Items ----- */
div.News_Normal {
    background-color: white;
    border: 2px solid #black;
    color: #black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.News_Error {
    background-color: #ffe5e5;
    border: 2px solid #ffcece;
    color: #c7331f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.News_Warning {
    background-color: #fbf3e0;
    border: 2px solid #f8e6c2;
    color: #bd830b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.News_Success {
    background-color: #eeffd7;
    border: 2px solid #d8ffaa;
    color: green;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.News_Info {
    background-color: #e4edf2;
    border: 2px solid #a5c9df;
    color: #166ca5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}