#notification-area {
    position: absolute;
    width: 996px;
    top: -26px;
    border-right: 2px solid #424542;
}

.uptime-loading,
.notification-tips-tricks,
.notification-count,
.notification-none,
.notification-uptime{
    font-size: 12px;
    padding: .5em 1em;
    float: right;
}

.notification-count {
    background: url('../pics/icon-exclamation.gif') no-repeat 9px 5px #80001b;
    padding-left: 30px;
    color: #FFF;
    border-left: 1px solid #424542;
}

.notification-count a,
.notification-count a:hover {
    color: #FFF;
    text-decoration: underline;
}

.notification-tips-tricks {
    background-image: url('../pics/white-info-icon.png');
    background-repeat: no-repeat;
    background-color: #C18A00;
    background-size: 14px;
    background-position: 9px 5px;
    padding-left: 30px;
    color: white;
    border-left: 1px solid #424542;
}
.notification-tips-tricks a {
    color: white;
    text-decoration: underline;
}

.notification-none {
    background: #424542;
    color: #AAA;
}

.notification-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification-list li {
    margin-bottom: 2em;
}

.notification-title {
    font-weight: bold;
}

.notification-meta {
    font-size: 8pt;
    color: #666;
    margin: 0.5em 0;
}

.notification-meta span {
    font-weight: bold;
}

.notification-author {

}

.notification-type {

}

.notification-severity {

}

.notification-date {

}

.notification-short {
    font-style: italic;
    margin: 0.5em 0;
}

.notification-help {
    float: right;
    margin-right: 10px;
}

.notification-description {

}

.menu-tips-counter {
    color: #C18A00;
}


.imapError {
    margin-left: 35px;
}

.imapError li {
    padding-bottom: 2px;
    padding-top: 2px;
}

.notification-uptime {
    background-image: url('../pics/icon-success.png');
    background-repeat: no-repeat;
    background-color: #356c35;
    background-size: 14px;
    background-position: 9px 5px;
    padding-left: 30px;
    color: white;
    border-left: 1px solid #424542;
}

.notification-uptime a {
    color: #FFF;
    text-decoration: underline;
}

.uptime-info {
    width: 137px;
    text-align: center;
}

.uptime-loading {
    background: #424542;
    color: #AAA;
    width: 156px;
}

.server-info {
    margin-top: 12px;
}

.server-warning {
    margin-top: 12px;
    color: red;
}

.server-info span,
.server-warning span {
    font-weight: bold;
}
