.unreadAlerts {
	display: inline-block;
}

.usercp_nav_myalerts {
	background:url(../../../images/usercp/transmit_blue.png) no-repeat left center;
}

.usercp_nav_myalerts_delete_all {
	background:url(../../../images/usercp/delete.png) no-repeat left center;
}

.usercp_nav_myalerts_delete_read {
	background:url(../../../images/usercp/bin.png) no-repeat left center;
}

.newAlerts > a {
	color:red !important;
}

.myalerts_popup ol {
	list-style:none;
	margin:0;
	padding:0;
}

.myalerts_popup li {
	min-height: 50px;
	padding: 2px 0px;
	border-bottom: 1px solid #D4D4D4;
	display: block !important;
	cursor: pointer;
	cursor: hand;
        margin: 0px !important;
        background: #f5f5f5;
}

.myalerts_popup li .avatar {
		float:left;
		height:24px;
		width:24px;
                padding-left: 5px !important;
}

.myalerts_popup li .alertContent:hover,  .alert_row:hover {
        background: #efefef;
}

.myalerts_popup li .alertContent {
	margin-left: 60px;
	color: #000;
	font-size: 11px;
}
.myalerts_popup li .alertContent a:link,.myalerts_popup li .alertContent a:active, .myalerts_popup li .alertContent a:visited {
  color: #1a4299 !important;
}
.unreadAlert {
		font-weight:bold;
		background:#FFFBD9;
}

.myalerts_popup_wrapper {
	position:relative;
}

.myalerts_popup_wrapper .myalerts_popup {
	background: #fff;
	width: 350px;
	max-width: 450px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
}

.myalerts_popup .popupTitle {
	color: #000;
	border-radius: 3px 3px 0px 0px;
	padding: 3px 5px;
	border-bottom: 1px solid #D4D4D4;
	background: #202121 url(../../../images/1/thead.png) top left repeat-x;
	color: #fff;
	font-weight: bold;
}

.myalerts_popup .popupFooter {
	background: #dcdbdc;
	padding: 4px;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	background: #dcdbdc url(../../../images/1/tcat.png) repeat-x;
}