﻿#contactWindow
{
    padding: 10px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.noneActivedTab, .contactActiveLabel
{
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #D7D8DE;
    border-right: solid 1px #D7D8DE;
    background: url(/us/App_Themes/Default/arr2.gif) no-repeat 0px 50%;
    margin: 5px;
    padding: 2px 3px 2px 10px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #003D7C;
}
.contactActiveLabel
{
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    font-weight: bold;
    color: #003C7B;
}
#contactLabels a:hover
{
    border-top: solid 1px #D7D8DE;
    border-bottom: solid 1px #FFFFFF;
    border-right: solid 1px #D7D8DE;
}
#contactInfos
{
    padding: 5px 10px;
}
p.userProfile, p.userProfile2
{
    clear: both;
    margin: 5px 0;
    padding: 0;
}
p.userProfile2
{
    padding: 5px 0;
}
p.userProfile label
{
    float: left;
    width: 120px;
    text-align: right;
    padding: 2px 5px 0 0;
}
p.userProfile2 label
{
    float: left;
    width: 140px;
    text-align: right;
    padding: 2px 5px 0 0;
}
.essential
{
    color: Red;
}
h4.contact
{
    margin: 0;
    padding: 2px 0 8px 8px;
    font-size: 12px;
}
p.contactdesc
{
    font-size: 12px;
    text-align: center;
    color: Black;
    margin: 0;
    padding: 5px 15px;
}