﻿*
{
    padding:0;
    margin:0;
}
body
{
    font-size:12px;
    font-family:Arial;
    text-align:right;
    direction:rtl;
}
img
{
    border:none;
}
.users
{
    float:left;
    overflow:hidden;
}
.users .user
{
    float:left;
    width:180px;
    margin:2px;
    overflow:hidden;
    background-color:#fff;
}
.users .pic-info
{
    width:176px;
    border:1px solid #990000;
    padding:1px;
    overflow:hidden;
    margin-bottom:1px;
}
.users .pic
{
    float:right;
    padding:1px;
    border:2px solid #990000;
}
.users .info
{
    margin-right:10px;
    list-style:none;
    float:right;
    width:80px;
}
.users .info strong
{
    font-size:0.9em;
}
.users .info li
{
    display:block;
    margin-bottom:2px;
}
.users .actions
{
    list-style:none;
    overflow:hidden;
}
.users .actions li
{
    display:block;
    float:right;
}
.users .actions
{
    list-style:none;
    overflow:hidden;
}
.users .actions li
{
    display:block;
    float:right;
}
.users .btnProfile {
    background:url(images/btnViewProfile.png) no-repeat scroll top right;
}
.users .actions a
{
    color: #fff;
    display: block;
    float: left;
    height: 20px;
    line-height:20px;
    font-weight:bold;
    font-size:0.9em;
    margin-left: 1px;
    padding-right:25px; /* sliding doors padding */
    text-decoration:none;
}
.users .actions a span {
    background: transparent url(images/btnEnding.png) no-repeat;
    display: block;
    padding:0 1px;
    width:152px;
    height:20px;
    line-height:20px;
    cursor:pointer;
} 
.iframeUsers
{
    padding:5px;
    cursor:pointer;
    overflow:hidden;
}

.iframeUsersBlack
{
    background:#000;
    padding:5px;
    cursor:pointer;
    overflow:hidden;
}
.iframeUser
{
    float:right;
    margin-left:5px;
    width:200px;
    height:120px;
    display:block;
    margin-bottom:5px;
    background-image:url(images/profileBackground.png)
}
.iframeUser img
{
    float:right;
    padding:2px;
    margin:6px;
    border:2px solid #ddd;
}
.iframeUser ul
{
    list-style:none;
    float:right;
    padding:10px 5px 0 0;
}
