﻿.UserName
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #656565;
}

.ProfileInfo
{
    padding: 0px 10px 10px 10px;
}

.Profile
{
    background-image: url('/Images/Site/Profile/box-mid.gif');
    background-repeat: repeat-y;
}

.UserProfileData
{
    /*float: left;*/
    padding: 10px;
}

.UserProfileDataEditLink
{
    font-weight: bold;
    float: right;
    font-size: 12px;
}

.VitalGroupEditLink
{
    font-weight: bold;
    float: right;
    font-size: 12px;    
}

.VitalGroup
{
    /*float: left;*/
    padding: 10px;
    width: 380px;
}

.VitalGroupHeader
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #603838;
    padding-bottom: 10px;
}

.VitalGroupToggle
{
    cursor: pointer;
    float: right;
    padding: 0 0 5px 5px;
    width: 40px;
}

.Vital
{
    clear: both;
    font-family: Verdana;
    padding-bottom: 2px;
}

.VitalLabel
{
    float: left;
    font-weight: normal;
    font-size: 11px;
    color: #908a6c; 
    min-width: 70px;   
}

.VitalValue
{
    font-size: 12px;
    color: #000000;
    text-align: right;
}

.VitalValueEdit
{
    padding-bottom: 6px;
}

.VitalValueEdit input[type="text"]
{
    width: 240px;
}

.VitalValueEdit textarea
{
    width: 100%;
}

.VitalValueEditRange input[type="text"]
{
    width: 80px;    
}

.VitalValueNumeric input[type="text"]
{
    width: 200px;
}

.VitalValueEdit td
{
    /*white-space: nowrap;    */
}

.ProfileDataLabel
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #603838;
}

.ProfileDataValue
{
    font-size: 11px;
    color: #000000;
    text-align: left;
}

.ProfileDataValueEdit textarea
{
    width: 500px;
    height: 200px;
}

.UserPhoto
{
    float: left;
    padding: 0px 10px 10px 10px;
    position: relative;
    text-align: center;
}

.UserPhotoEdit
{
    position: absolute;
    right: 0px;
    background-color: #fffef5;
    padding: 10px;
    z-index: 100;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.ModalPopupPanel
{
    background-color: #fffef5;
    padding: 3px;
    border: solid 3px #d3d1c2;
}

.UserPhotoContainer
{
    position: relative;
    width: 200px;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
}

.UserPhotoFilterControls
{
    margin-left: 10px;
    text-align: center;
}

.UserPhotoFilterControls a
{
    width: 100%;
    text-align: center;
}

.Profile .VitalGroup
{
    width: auto;
}

.AddressHeader
{

}

.AddressHeader strong
{
    color:#603838;
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
}

.AddressHeader .AddressValue
{
    clear: both;
    padding-bottom:8px;
}

.AddressLine
{
    clear:both;
    font-family:Verdana;
    padding-bottom:2px;
}

.AddressLabel
{
    color:#908A6C;
    float:left;
    font-size:11px;
    font-weight:normal;
    width: 100px;
    min-width:100px;
}

.AddressValue
{
    padding-bottom: 4px;
}

.AddressValue input[type="text"]
{
    width: 210px;
}

.HE_editPanel
{
    padding: 10px !important;
}

.HC_grid
{
    background-image: none !important;
    background-color: #603838;
}

.HC_grid th
{
    padding: 4px !important;
}
