﻿/* Profile display section styles */
.profileDisplay
{
    float: left;
    width: 100%;
    height: auto;
}

.profileDisplay div
{
    float: left;
}

.profileDisplay h1,
.profileEdit h1
{
    color: #404040;
    font-size: 30px;
    line-height: 32px;
}

.profileDisplay a
{
    color: #404040;
    display: block;
    margin: 5px 0px;
    font-size: 12px;
    line-height: 14px;
}

.profileDisplay .profile-image
{
    width: auto;
    height: auto;
    margin-top: 20px;
}

.profileDisplay .profile-table
{
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-left: 30px;
}

.profileDisplay .profile-table table
{
    width: 100%;
    height: auto;
}

.profileDisplay .profile-table table td
{
    padding-right: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e1e1e1;
    height: 30px;
    color: #404040;
    font-size: 12px;
    line-height: 30px;
}


/* Profile edit section styles */
.profileEdit
{
    float: left;
    width: 100%;
    height: auto;
}

.profileEdit table td
{
    padding: 3px 15px 3px 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e1e1e1;
    height: 30px;
    color: #404040;
    font-size: 12px;
    line-height: 30px;
}
