﻿/* Profile display section styles */
.profileDisplay
{
    float: left;
    width: 100%;
    height: auto;
}

.profileDisplay div
{
    float: left;
}

.profileDisplay h1,
.profileEdit h1
{
    font: italic normal normal 30px/34px Arial, Verdana, Sans-Serif;
    color: #404040;
}

.profileDisplay a
{
    font: italic normal normal 12px/16px Arial, Verdana, Sans-Serif;
    color: #404040;
    display: block;
    margin: 5px 0px;
}

.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;
    font: italic normal normal 12px/30px Arial, Verdana, Sans-Serif;
    color: #404040;
}


/* 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;
    font: italic normal normal 12px/30px Arial, Verdana, Sans-Serif;
    color: #404040;
}
