.notification-link-block{
	float:right;
	margin:0 0 0 5px;
	position: relative;
}

.notification-link{
	cursor: pointer;
}

/* .notification-block {
	background: #FBFBFB;
	border: solid 1px #cccccc;
	display: block;
	position: absolute;
	z-index: 200;
	top: 28px;
	right: 0px;
	width: 200px;
} */
.notification-block {
    background: #fff none repeat scroll 0 0;
    float: right;
    height: 350px;
    margin: 0 0 0 5px;
    overflow-y: auto;
    padding: 0 10px;
    position: relative;
    width: 250px;
	z-index: 999;
	border: 1px solid #dedede;
}

.notification-block li {
	position: relative;
	display: block;
	padding: 5px 10px;
	line-height: 17px;
	text-align: left;
	border-bottom: 1px solid #e0e4e7;
	/*background-color: #f6f6f6;	*/
}

.no-unread-notifications {
	color : #2f2f2f !important;
}

.no-notifications {
	color : #2f2f2f !important;
}

.notification-ul li.first {
	color: #DD6809;
	font-weight: bold;
}

.notification-block li:hover {
	background-color: #EEEEEE;
}

.notification-block li a {
	color:#666;
	cursor: pointer;
	text-decoration: none !important;
}

.notification-block a p {
	margin: 0px !important;
}

.notification-number {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fa3c45, #dc0d17) repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,"lucida grande",sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -8px;
    width: 20px;
}

#event-img {
	padding: 0px 5px 0px 0px;
}

.notification-arrow {
	background: url("tool-tip-sprt-61fbb3ae.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 9px;
	position: absolute;
	width: 15px;
	z-index: 999;
	right: 0px;
}