﻿.ContactOfficeBox
{
    background-image: url(/StaticFiles/Images/bg_contact_office.gif);
    background-repeat: no-repeat;
    padding:20px 0px 0px 20px;
    float:left; 
    width: 180px; 
    height:277px;
    margin-right:23px;
    margin-bottom:20px;
}

.ContactOfficeHeader
{
    float:left;
    clear:both;
    font-weight:bold;
}

.ContactOfficeContent
{
    float: left;
    clear: both;
    width: 210px;
}

.ContactOfficeAddressPhone
{
    float:left;
    clear:both;
    height: 90px;
}

.ContactOfficeEmail
{
    clear:both;
    float:left;
    width:100%;
    height: 25px;
}
.ContactOfficeEmail a
{
    font-weight:normal;
    color:Black;
    text-decoration:none;
}

.ContactOfficePersonLink
{
    float:left;
    clear:both;
}


/* Contactperson list */
.ContactPersonsHeader
{
    float:left;
    font-weight:bold;
    padding-bottom:5px;
    width: 670px;
    line-height:25px;
}

.ContactPersonsBox
{
    border: solid #C6E4EC 1px;
    background-color: #ECFBFF;
    float:left;
    width:650px;
    padding: 10px;
}

.ContactPersonsList
{
    float:left;
    width: 330px;
    margin-right: 10px;
}

.ContactPersonsCards
{
    float:left;
    width: 308px;
}

a.ContactPersonsRowTop, a.ContactPersonsRow, a.ContactPersonsRowSection
{
    cursor: pointer;
    float:left;
    clear:left;
    width:330px;
    border-bottom:solid #C6E4EC 1px;
    border-left:solid #ECFBFF 1px;
    border-right:solid #ECFBFF 1px;
    padding:5px 0px 5px 0px;
    text-decoration: none;
    color:Black;
}

a.ContactPersonsRowSection
{
    margin-top: 30px;
}

a.ContactPersonsRowTop, a.ContactPersonsRowSection
{
    border-top:solid #ECFBFF 1px;
}

a.ContactPersonsRowTop:hover, a.ContactPersonsRowSection:hover, a.ContactPersonsRow:hover
{
    border-left:solid #C6E4EC 1px;
    border-right:solid #C6E4EC 1px;
    background-color:White;
}

a.ContactPersonsRowTop:hover, a.ContactPersonsRowSection:hover
{
    border-top:solid #C6E4EC 1px;
}

.ContactPersonsName
{
    padding-left:5px;
    float:left;
    width:160px;
    padding-right: 10px;
    overflow: hidden;
    font-weight:normal;
}

.ContactPersonsTitle
{
    float:left;
    width:120px;
    padding-right: 10px;
    overflow: hidden;
    font-weight:normal;
}

.ContactPersonsArrow
{
    float: left;
}

/* Company Card */
.ContactCompanyName
{
    margin-top:10px;
    margin-right:10px;
    text-align:right;
    font-weight: bold;
    font-size: 150%;
}

.ContactCompanyAddresses
{
    margin-top:10px;
    margin-right:10px;
    text-align:right;
}

.ContactCompanyPhones
{
    margin-top: 93px;
    float:left;
    height: 59px;
}

.ContactCompanyEmail
{
    clear:both;
    margin-left: 10px;
}

.ContactCompanyEmail a
{
    font-weight: bold;
    font-size:90%;
}

/* Business Card */
.ContactPersonCard, .ContactPersonCardText
{
    float:left;
    clear:both;
    width: 305px; 
    height: 189px;
}

.ContactPersonCard
{
    background-image:url(/StaticFiles/Images/bkg_card.jpg); 
    background-repeat:no-repeat; 
}

.ContactPersonName
{
    float:left;
    font-weight:bold;
}

.ContactPersonImage
{
    float:left;
    width: 80px;
    margin-top: 10px;
}


.ContactPersonHeader
{
    margin-left: 10px;
    float:left;
    width:45px;
    font-size:90%;
}
* html .ContactPersonHeader /* IE 6 Hack */
{
    margin-left: 5px;
}

.ContactPersonText
{
    font-size:90%;
}

.ContactPersonPhones
{
    float: left; 
    width:280px; 
    clear:both; 
    height: 53px;
    margin-top: 5px;
}

.ContactPersonEmail
{
    float:left;
    clear:both;
    width: 280px;
    margin-top: 4px;
    font-size:90%;
}

.ContactPersonEmail a
{
    margin-left: 10px;
}

.ContactPersonNameTitle
{
    float:left;
    margin-top: 60px;
    width: 205px;
    padding-left:10px;
}

.ContactPersonTitle
{
    float:left;
    clear:both;
    font-weight: normal;
    font-size: 80%;
    width: 205px;
}