#noti_Container {
     position:relative;
}
       
#noti_Button {
    width:22px;
    height:22px;
    line-height:22px;
/*     border-radius:50%; */
    -moz-border-radius:50%; 
    -webkit-border-radius:50%;
   /*  background:#FFF;     */
    margin:4px 8px 0 0;
    cursor:pointer;
}
    
#noti_Counter {
    display:block;
    position:absolute;
    background:#E1141E;
    color:#FFF;
    font-size:12px;
    font-weight:normal;
    padding:1px 3px;
    margin:-8px 0 0 25px;
/*     border-radius:50%; */
    -moz-border-radius:2px; 
    -webkit-border-radius:2px;
    z-index:1;
}

#notifications {
    display:none;
    width:650px;
    position:absolute;
    top:35px;
    right:0;
    background:#FFF;
    border:solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
    z-index: 0;
}

#notifPerQueue {
    display:none;
    width:500px;
    position:absolute;
    top:100px;
	right:452px;
    background:white;
    border:solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
    z-index: 0;
    overflow: auto;
}
  
#notifications:before {         
    content: '';
    display:block;
    width:0;
    height:0;
    color:transparent;
    border:10px solid #CCC;
    border-color:transparent transparent #FFF;
    margin-top:-20px;
    margin-left:10px;
}

#hnotifications {
    display:block;
    color:#333; 
    background:#FFF;
    font-weight:bold;
    font-size:13px;    
    padding:8px;
    margin:0;
    border-bottom:solid 1px rgba(100, 100, 100, .30);
}

#noticeMessages{
	overflow: auto;
}

.notifList { 
	cursor: pointer; 
	color: #FF0000 ;
	display : none;
}

.notifList:hover { 
	text-decoration: underline; 
	color: #000000;
}

.notifQueueList { 
	cursor: pointer; 
	color: #FF0000 ;
}

.notifQueueList:hover { 
	text-decoration: underline; 
	color: #000000;
}

.seeAll {
    background:#F6F7F8;
    padding:8px;
    font-size:12px;
    font-weight:bold;
    border-top:solid 1px rgba(100, 100, 100, .30);
    text-align:center;
}
.seeAll a {
    color:#3b5998;
}
.seeAll a:hover {
    background:#F6F7F8;
    color:#3b5998;
    text-decoration:underline;
}

.notifQueueListNew { 
	cursor: pointer; 
	color: #FF0000 ;
}

.notifQueueListNew:hover { 
	text-decoration: underline; 
	color: #000000;
}