﻿/*memberlistitem.ascx*/
.profileImageWrapper
{
    height: 130px;
    width: 130px;
    float: left;
    padding: 5px;
}

.profileDescription
{
    padding: 5px;
}

.profileImage
{
    height: 130px;
    width: 130px;
    float: left;
    padding: 5px;
}

.headerWrapper
{
    width: 300px;
    float: left;
    padding: 5px;
}

.headerName
{
    font-size: 20px;
}

.profileDetailsWrapper
{
    padding: 5px;
    font-size: 10px;
}

.profileDetailsItem
{
    width: 60px;
    float: left;
}

.profileSeperator
{
    clear: both;
    border: solid 1px black;
    margin-bottom: 5px;
    text-align: center;
    height: 1px;
    width: 910px;
}
