.ionline {position:relative; display: block;}
#ionline_vis {
    display:none; 
    position:absolute; 
    top:0;
	width: 350px;
    left: 50px;
    margin:-65px -100px 0 0;
    background:rgba(0,0,0,0.5); 
    padding:5px 5px; 
    color:#fff; 
    font-size:10px;
    overflow:hidden;
    z-index:999; 
    -moz-box-shadow:0px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.5);
    box-shadow:0px 1px 5px rgba(0,0,0,0.5);
}

#ionline_vis .hcont {overflow:hidden; width: 350px; background-color: #e9e4dc;}
#ionline_vis .avtr {width: 80px; display: table-cell; background-color: #dcd5c7;text-align: center;padding: 5px;}
#ionline_vis .content {display: table-cell; color:#440000; padding:5px 5px;vertical-align: top;}
#ionline_vis .statoffline { width: 100%; background: #7e7e7e; border-color: #6e6e6e; }

.tbl_left {padding:1px; text-align: right;}
.tbl_right {padding:1px; text-align: left;}
.fotos2 {width:30px;height:30px;margin:1px;}
.fotos {width:70px;height:70px;}
.fotos_ava img {border:1px solid #ccc;-moz-border-radius:3px; webkit-border-radius:3px; border-radius:3px; }


.online_user {
    overflow: hidden;
	text-align: center;
}
.online_user a{
    text-decoration:none;
}
.online_user a:hover{
    text-decoration: underline;
    cursor: pointer;
}
