﻿/** The right menu defining the profile beeing viewed and the links */
#MemberBox
{
    width: 180px;    
    position: relative;
    top: 3px;
    right: -1px; 
    float: right;
}

#MemberBox .profilePicture img
{
    position: relative;    
}

#MemberBox .profilePicture 
{
    float: left;
    height: 150px;
    width: 135px;
    overflow: hidden;
/**    border: solid 1px;*/
/**    border-color: #e9376b;    */
}

#MemberBox .menuLinks
{
    min-height: 100px;    
    /**margin-left: 10px;*/
    color: #f00;       
    /**position: relative;
    top: -30px;*/
    /*margin-top: 10px;*/
}

.menuLinks 
{
    float: right;   
}
#MemberBox .quickFacts
{
    margin-left: 10px;   
}

/** Profile views */


#tiny-profile-view 
{
    float: left;
    margin: 5px;
    padding: 5px;
    border: solid 1px;
    border-color: #ccc;
    text-align: center;
    overflow: hidden;
    height: 60px;
    width: 60px;    
}

#tiny-profile-view a:link 
{
    border: 0px;
    text-decoration: none;
}


#tiny-profile-view .profilePicture 
{
    height: 60px;
    width: 60px;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;    
}

.newMembers 
{
    display: block;
    width: auto;
    clear: both;    
}

.small-profile-picture 
{
    height: 55px;
    width: 55px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;           
}

