﻿#ShowAgain {
    position: absolute;
    bottom: 18px;
}

.notifications-table {
    width: 100%;
    border: 0px;
}

.notifications-table td {
    padding: 8px;
}

.notifications-table .unread {
    color: black;
    font-weight: bold;
}

.notifications-table .read {
    color: black;
    font-weight: normal;
}

.notifications-table .alwaysenabled {
    color: red;
}

.notifications-header td {
    border-bottom: 1px solid black;
}

.notifications-table .even {
    background-color: white;
    cursor: pointer;
}

.notifications-table .odd {
    background-color: whitesmoke;
    cursor: pointer;
}

.notifications-table .iconalwaysenabled {
    background: transparent url('Images/sprite-messageactions.png') no-repeat 0px -20px;
}

.notifications-table .iconunread {
    background: transparent url('Images/sprite-messageactions.png') no-repeat 0px -120px;
}

.notifications-table .iconread {
    background: transparent url('Images/sprite-messageactions.png') no-repeat 0px -80px;
}

.notifications-table .icondismissed {
    background: transparent url('Images/sprite-messageactions.png') no-repeat 0px -160px;
}

.notifications-icon {
    width: 5px;
    display: inline-block;
    height: 5px;
    margin-top: 4px;
    margin-left: 4px;
}

.notifications-column-checkbox {
    width: 10px;
}

.notifications-column-icon {
    width: 10px;
}

.notifications-column-title {
}

.notifications-column-actbydate {
    width: 100px;
}

.notifications-column-category {
    width: 130px;
}

.notifications-column-publishdate {
    width: 100px;
}

#notifications-columns {
    width: 100%;
    display: table;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.notifications-horizontal {
    display: table-row;
}

.notifications-column-name {
    font-weight: bold;
    width: 100px;
    text-align: right;
}

.notifications-horizontal > div {
    display: table-cell;
    padding: 5px;
}

#notifications-content {
    height: 380px;
    margin: 10px;
}

#notifications-controls label, #notifications-controls select, #notifications-controls button {
    margin: 5px;
}

#notifications-details-view button {
    margin: 5px;
}

.notifications-loading {
    text-indent: 10000px;
    overflow: hidden;
    display: block;
    background: rgba(0, 0, 0, 0) url('images/loading.gif') no-repeat center center;
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
}

#extraNotificationsOptions {
    margin-bottom: 10px;
}

#notifications-content-text {
    width:100%;
    height: 100%;
    border: none;
}
