
.unreadAlerts {
}

.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:24px;
		padding:2px 4px;
		border-bottom:1px solid #D4D4D4;
}

.myalerts_popup li .avatar {
		float:left;
		height:24px;
		width:24px;
}

.myalerts_popup li .alertContent {
	color: #4E4738;
	margin-left: 30px;
	
	font-size: 11px;
}

.unreadAlert {
	background: #E3E1E1;
	padding: 4px;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
}

.myalerts_popup_wrapper {
	position: relative;
}

.myalerts_popup_wrapper .myalerts_popup {
	background: #CCCCCC;
	width: 350px;
	max-width: 350px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
	right: 0;
	z-index: 9999;
}

.myalerts_popup .popupTitle {
		font-weight:bold;
		margin:0 2px;
		padding:2px;
		border-bottom:1px solid #D4D4D4;
}

.myalerts_popup .popupFooter {
	background: #E3E1E1;
	padding: 4px;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
}

