.UserDetailsAge
{
    font-size:7pt;
    font-weight:normal;    
}

.UserDetailsMainContainer
{
    width:150px;
    white-space:nowrap;    
}

.UserPictureArea
{
    float: left;
    margin: 0px 15px 0px 0px;
}

.UserDetailsArea
{
    float: none;
}

.MaleImage,
.FemaleImage
{
    width: 43px;
    height: 43px;
    border-width: 2px;
    border-style: solid;
}

.MaleImage
{
    border-color: #d49a37;
}

.FemaleImage
{
    border-color: #9842B1;
}

.UserLevelText
{
    font-size: xx-small;
}

.UserProfileLink img
{
    vertical-align: top;    
}

.UserStatusText
{
    font-size: xx-small;
    vertical-align: text-top;
}

.UserStatusBox
{
    margin: 3px 0px;
}

