/* Online image */
.online:after {
	/*background-image: url("./icon_user_online.png");*/
	font-family: 'Fontawesome';
	font-size: 18px ;
	background-image:none;
	content: "\f2be"; 
	color: #6C0;
	cursor:context-menu;
    position: absolute;
	top:5px;
	right:5px;
}

/* Offline image */
.offline:after {
	/*background-image: url("./icon_user_offline.png");*/
	font-family: 'Fontawesome';
	font-size: 18px ;
	background-image:none;
	content: "\f2be"; 
	color: #999;
	cursor:context-menu;
    position: absolute;
	top:5px;
	right:5px;
}
