﻿.ProfileContainer .ProfileControl
{
    clear: both;
    height: 60px;
}

.ProfileContainer .DisplayPictureControl,
.ProfileContainer .DisplayNameControl,
.ProfileContainer .PersonalMessageControl
{
    float: left;
}

.ProfileContainer .ProfileControl_Details
{
    margin-top: 11px;
}

.ProfileContainer .ProfileControl_NameStatus
{
    clear: right;
}

.ProfileContainer .DisplayPictureControl
{
    margin-right: 15px;
}

.ProfileContainer .DisplayNameControl
{
    margin-right: 5px;
}

.ProfileOptions
{
    margin: 20px 7px;
}

.ProfileItem
{
    font-size: 13px;
}

.ProfileItem img
{
    vertical-align: middle;
    margin-right: 6px;
}

.PhotoThumb
{
    border: solid 1px #2f6073;
    
    height: 106px;
    width: 106px;
    
    margin: 7px;
}
