/*
    ********************************************************************
    THIS MUST BE OKAY TO USE IN ANY SITE
    SO BE KIND AND ADD 'ANY' PREFIX FOR ALL STYLES TO AVOID PROBLEMS
    !!!!!!!!!!
*/

.anyNotificationBase {
    z-index: 999;
}

.anyNotificationListHolder {
    position: absolute;
    z-index: 250;
    border-collapse: collapse;
}

.anyNotificationCounter {
    background-color: #f60;
    border-radius: 7px;
    cursor: pointer;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 8px;
}

.anyNotificationItem:hover {
    background-color: #fff;
    color: #000;
}

.anyNotificationItem {
    background-color: #f60;
    /*border: 1px solid #000;*/
    border-bottom: 1px solid #ee5f00;
    cursor: pointer;
    padding: 5px;
}

.anyNotificationTime {
    font-size: 11px;
    margin: -5px 0;
    float: right;
}

.anyTdDiv {
    display:table-cell;
    padding: 3px 10px;
}

.anyTrDiv {
    display:table-row;
}
