/***********************/
/*** Notifications  ***/
/**********************/
div.notificationMessage
{
    font-size: 12px;
    font-weight: bold;
    color: #6586BA;
    text-align: center;
    padding: 5px;
    width: 100%;
    display: none;
}

    div.notificationMessage a
    {
        color: Red;
        cursor: pointer;
        padding: 0 6px 0 6px;
        text-decoration: underline;
    }

div.notification
{
    height: 265px;
    overflow-y: auto;
}

    div.notification table
    {
        color: #025ca7;
        font-size: 12px;
        font-family: Arial;
        width: 100%;
    }

        div.notification table tr.header
        {
            color: #000;
            font-size: 11px;
            font-weight: bold;
            height: 25px;
        }

        div.notification table tr.alternative
        {
            background-color: #f0f6f8;
        }
