#notifications-list{
	overflow: hidden;
}
#notifications-list .notification{
	padding: 5px;
	margin: 5px 0px;
}
#notifications-list .notification i{
        margin-right: 5px;
}
#notifications-list .notification .notice-time{
	float: right;
	font-size: 12px;
}
#notifications-list .notification .notice-subject{
	font-size: 18px;
}
#notifications-list .notification .notice-content{
	margin: 5px;
}
#notifications-list .notification .notice-content a {
	color: #065A00;
	text-decoration: underline;
}

#notifications-list .no-read-notice{
	background-color:#FFE1E1;
}
#notifications-list .no-read-notice .notice-subject{
	color:orange;
}
#notifications-list .read-notice{
	background-color: #F4F4F4;
}
