/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-mei-2015, 14:23:41
    Author     : casper_hendriksen
*/

div.notification {
    margin: 15px auto auto auto;
    /*background-color: #E0E0E0;*/
    border: 1px outset #D1D8E2;
    width: 95%;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    text-decoration: none;
}

div.notification h3.noteHeader {
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    background-color: #698CB8;
    padding-right: 0px;
    padding-top: 0px;
    /*padding-left: 8px;*/
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid #3D7198;
    border-bottom: 1px solid #fff;
}

div.notification h3.noteHeader span {
    /*display: inline-block;*/
    margin-top: 1px;
    width: 120px;
}

div.notification h3.noteHeader span.noteHeader {
    /*float:right;*/
    /*display: inline-block;*/
    width: 100%;
    /*height: 100%;*/
    /*white-space: nowrap;*/
    /*padding: 0px 0px;*/
    overflow: hidden;
    /*font-size: 12px;*/
    /*line-height: 18px;*/
    /*color: #000000;*/
    /*background-color: #E0E0E0;*/
    font-weight: normal;
    /*padding-left: 5px;*/
}

div.notification h3.noteHeader span.label {
    /*color: #ffffff;*/
    /*color: #000000;*/
    /*background-color: #E0E0E0;*/
    /*line-height: 14px;*/
    /*padding-left: 5px;*/
    /*width: 100px;*/
}


div.notification div {
    font-size: 12px;
    line-height: 14px;
    max-height: 300px;
    overflow: auto;
    color: #000000;
    /*background-color: #F6F6F6;;*/
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 8px;
    list-style: none;
    margin: 0px;
    border: 1px solid #E0E0E0;
}

div.notification h3.noteHeader:hover {
    background-color: #3D7198;
    color: #ffffff;
}

div.notification h3.noteHeader:hover span.noteHeader {
    /*background-color: #C0C0C0;*/
}

div.notification .ui-accordion-content {
    background-color: #fff;
}