.bck_top_spread{
    width: 100%;
    height: 77px;
    background-color: rgb(241, 241, 241);
    border-bottom: 1px solid #aaaaaa;
}

.bck_top_logo{
    max-height: 65px;
    margin: 7px 0px 0px 7px;
}

.bck_bot_outer{
    padding: 5px 10px;
    text-align: right;
    border-top: 1px solid #d3d3d3;
    margin: 0 auto;
    font: normal 0.7em tahoma;
    color: #d3d3d3;
}


.bck_top_tbl{
    float: right;
    width: 500px;
    margin-top: 5px;
}
.bck_top_tbl td{
    vertical-align: top;
    padding-top: 10px;
}
.bck_top_tbl .login_name{
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 0;
}
.bck_top_tbl .login_name a{
    font: bold 0.7em tahoma;
    letter-spacing: 1px;
    color: rgb(119, 119, 119);
    text-decoration: none;
}
.bck_top_tbl .login_signout a{
    font: bold 0.7em tahoma;
    letter-spacing: 1px;
    color: rgb(119, 119, 119);
    padding: 5px 0;
    border-bottom: 1px solid #d3d3d3;
    text-decoration: none;
    padding: 5px 10px;
 }
.bck_top_tbl .login_signout a:hover, .bck_top_tbl .login_name a:hover{
    cursor: pointer;
    text-decoration: underline;
}

.notif_outer, .notif_outer *{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.notif_outer{
    float: left;
    width: 400px;  
}
.notif_toggle_button{
    text-align: center;
    padding: 5px;
    font: bold 0.7em tahoma;
    color: #777;
    border-bottom: 1px solid #d3d3d3;
    letter-spacing: 1px;
    border-radius: 10px 10px 0 0;
}
.load_notif{
    background: #dbdbdb;
}
.notif_toggle_button:hover{
    cursor: pointer;
    background: #dbdbdb;
}
#notif_inner{
    display: none;
    position: absolute;
    background: white;
    width: inherit;
    border: 1px solid #d3d3d3;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0 5px 10px gray;
}
.notif_count{
    color: white;
    padding: 0 5px;
    margin: 0 5px;
    border-radius: 20px;
    background: #ff6c6c;
    text-align: center;
}
.notif_a{
    display: block;    
    padding: 5px 5px;
    font-family: Tahoma;
    color: #414141;
    line-height: 1.28;
    font-size: 12px;
    text-decoration: none; 
    border-bottom: 1px solid #d3d3d3;  
}
.notif_a:hover{
    background: #f5f9ff;
}
.notif_1{
    background: #eef5ff;
}
.notif_2{
    background: #eef5ff;
}
.notif_3{

}
.notif_a img{
    height: 36px;
    width: 36px;
}
.notif_a span{
    display: inline-block;
    vertical-align: middle;     
}
.notif_a span{
    width: 75%;
}
.notif_a span:first-child{
    width: 12% !important;
}
.notif_a span:last-child{
    width: 10% !important;
    float: right;
}
.notif_a span:last-child img{
    border-radius: 18px;
}

.notif_time_ago{
    font-size: 0.9em;
    color: #aaaaaa;
    margin-top: 3px;
}