// Avatars Menu //
.modal_avatar{
	display: none;
	width: auto;
	height: auto;
	background: #f0f0f0;
	border: none;
	border-radius: 10px;
	position: absolute;
	z-index: 99999;
}

.tavatar {
	padding: 0px 10px;
	text-align: center;
}
	
.tavatar img {
    height: 80px;
    width: 80px;
    padding: 8px;
}

.avatarep_online {
	border: 1px solid #008000;
	box-shadow: 1px 1px 4px 2px rgba(14, 252, 14, 0.8);
	border-radius: 5px;
	opacity: 0.8;
}

.avatarep_offline{
    border: 1px solid #FFA500;
	box-shadow: 1px 1px 4px 2px rgba(252, 165, 14, 0.8);
	border-radius: 5px;
	opacity: 0.8;
}

.hr {
	background-color:#089;
}

.trow_profile{
	vertical-align: top;
	padding-left: 9px;
	width:340px;
	color:#424242;
}

.trow_profile a{
	color: #051517;
}

.trow_profile a:hover{
	color: #e09c09;
}

.trow_uprofile{
	min-height:175px;
	line-height:1.2;
}

.trow_uname{
	font-size:15px;
}

.trow_memprofile{
	font-size:11px;
	font-weight:bold;
}

.trow_status{
	font-size: 11px;
}

.avatarep_img{
    padding: 3px;
	border: 1px solid #D8DFEA;
    width: 44px;
	height: 44px;
	border-radius: 4px;
	opacity: 0.9;
	margin: 0px 5px 0px 2px;
}
		
		
		
		