﻿

/************ USER: Office and Contact Display ************/

.Module_EDE_UserOfficeContactSection
{
    background-color: #f2f2f2;
    border: solid 1px #000000;
    padding: 10px 10px 10px 0px;
}
.Module_EDE_UserContact
{
    margin: 10px 10px 10px 20px;
    font-size: 10pt;
}
.Module_EDE_UserContact_Name
{
    font-weight: bold;
    width: 200px;
}
.Module_EDE_UserContact_Title
{
    font-weight: bold;
    font-style: italic;
}
.Module_EDE_UserContact_Department
{
}
.Module_EDE_UserContact_Phone
{
}
.Module_EDE_UserContact_Email
{
}

.Module_EDE_UserContact_
{
}


.Module_EDE_UserOffice
{
    font-size: 10pt;
}
.Module_EDE_UserOffice_Company
{
    font-size: 8pt;
    font-weight: bold;
}
.Module_EDE_UserOffice_OfficeName
{
    font-size: 9pt;
    margin-bottom: 3px;
} 
.Module_EDE_UserOffice_Address
{
    margin-left: 10px;
    margin-top: 3px;
}
.Module_EDE_UserOffice_Address1
{
}
.Module_EDE_UserOffice_Address2
{
}
.Module_EDE_UserOffice_CityStateZip
{
}
.Module_EDE_UserOffice_PhoneNumbers
{
    margin-top: 10px;
    margin-left: 10px;
}
.Module_EDE_UserOffice_Phone
{
}
.Module_EDE_UserOffice_Small
{
    font-size: 10px;
    padding-bottom: 10px;
}
.Module_EDE_UserOffice_OfficeName_Small
{
    font-size: 11px;
    font-weight: bold;
}
.Module_EDE_UserOffice_PhoneNumbers_Small
{
    margin-top: 10px;
}
.Module_EDE_UserOffice_Address_Small
{
    margin-top: 3px;
}
.Module_EDE_UserOffice_DrivingDirections
{
    padding-left: 10px;
}

/************** ADMIN: TREE VIEW *****************/

.OfficeActive,
.OfficeActive a:link, 
.OfficeActive a:visited, 
.OfficeActive a:active
{
    font-size: 9pt;
    padding: 3px;
    color: Black;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
.OfficeActiveDeleted,
.OfficeActiveDeleted a:link,
.OfficeActiveDeleted a:visited,
.OfficeActiveDeleted a:active {
    font-size: 9pt;
    padding: 3px;
    color: #e20000;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.OfficeInactive,
.OfficeInactive a:link,
.OfficeInactive a:visited,
.OfficeInactive a:active {
    font-size: 9pt;
    padding: 3px;
    color: #707070;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}

.ContactActive,
.ContactActive a:link, 
.ContactActive a:visited, 
.ContactActive a:active
{
    font-size: 9pt;
    padding: 3px;
    color: Black;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.ContactInactive,
.ContactInactive a:link, 
.ContactInactive a:visited, 
.ContactInactive a:active,
.ContactInactive a:hover
{
    font-size: 9pt;
    padding: 3px;
    color: Gray;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}

.ContactActiveDeleted,
.ContactActiveDeleted a:link, 
.ContactActiveDeleted a:visited, 
.ContactActiveDeleted a:active
{
    font-size: 9pt;
    padding: 3px;
    color: Red;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

/****************************/

.EDEMediumTopHeader
{
    background-color: #e0e0e0;
    font-weight: bold;
    padding: 5px;
}
.EDEStandardTopHeader
{
    background-color: #e0e0e0;
    font-weight: bold;
    padding: 3px;
}

