﻿.notifications .notifications_info, .notifications .notifications_success, .notifications .notifications_warning, .notifications .notifications_error, .notifications .notifications_mes, .notifications .notifications_tips, .notifications .notifications_chat, .notifications .notifications_cnb {
    margin: 10px 0px;
    padding: 10px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    display:block;
}

.notifications .notifications_info {
    background-color: #d1e4f3;
    background-image: url("icons/Information.png");
    color: #00529B;
    border: 1px solid #4d8fcb;
}

.notifications .notifications_success {
    background-color: #effeb9;
    background-image: url("icons/accept.png");
    color: #4F8A10;
    border: 1px solid #9ac601;
}
.notifications .notifications_warning {
    background-color: #ffeaa9;
    background-image: url("icons/error.png");
    color: #9F6000;
    border: 1px solid #f9b516;
}
.notifications .notifications_error {
    background-color: #fccac3;
    background-image: url("icons/messagebox_critical.png");
    color: #D8000C;
    border: 1px solid #db3f23;
}

.notifications .notifications_mes {
    background-color: #F2F2F2;
    background-image: url("icons/mail.png");
    border: 1px solid #AAAAAA;
    color: #545454;
}

.notifications .notifications_tips {
    background-color: #FEEAC9;
    background-image: url("icons/Light_Bulb_On.png");
    border: 1px solid #D38E49;
    color: #bb640c;
}

.notifications .notifications_chat {
    background-color: #daecfb;
    background-image: url("icons/iChat.png");
    border: 1px solid #2078c9;
    color: #066ac4;
}

