﻿
/* These CSS Styles are used to change the jQuery UI Tab to a vertical tabs */

.Tabs
{
    margin-top: 20px;
}

.Tabs ul
{
    float: right;
}

.Tabs ul li
{
    width: 88px;
    height: 88px;
    cursor: pointer;
    margin-right: 2px;
    background-position: center center;
    background-repeat: no-repeat;
}

.Tabs ul li.First
{
    margin-bottom: 2px;
    background-color: #0B5394;
    border: 1px solid #0A4D89;
    background-image: url(/Content/Images/ContactWhite.png);
}

.Tabs ul li.First:hover,
.Tabs ul li.First.Active
{
    background-image: url(/Content/Images/Contact.png);
}

.Tabs ul li.Last
{
    background-color: #54A838;
    border: 1px solid #43862D;
    background-image: url(/Content/Images/EmailWhite.png);
}

.Tabs ul li.Last:hover,
.Tabs ul li.Last.Active
{
    background-image: url(/Content/Images/Email.png);
}

.Tabs ul li:hover,
.Tabs ul li.Active
{
    background-color: #FFFFFF;
}

#EditTelephoneContactInformationButtonContainer
{
    position: relative;
}

#ContactViaTelephone,
#ContactViaEmail
{
    width: 825px;
    float: right;
    padding: 20px;
    border: 1px solid #0A4D89;
}

#ContactViaTelephone > div
{
    margin: auto;
    width: 300px;
}

#ContactViaTelephone .From,
#ContactViaTelephone .To
{
    color: #666666;
    
    float: left;
    padding-top: 5px;
    padding-left: 10px;
}

#ContactViaTelephone .From,
#ContactViaTelephone .Information
{
    padding-left: 10px;
}

#ContactViaEmail
{
    display: none;
}

#Tabs
{
    margin-top: 20px;
}

.EditTelephoneContactInformationContainer
{
    margin: auto;
    width: 650px;
}

.EditTelephoneContactInformationContainer .Label,
.EditTelephoneContactInformationContainer .Editor
{
    width: 300px;
    margin-left: 20px;
    float: left;
}

.TelephoneAndMobileNumbersContainer,
.FaxNumberAndAddressContainer
{
    float: left;
    width: 330px !important;
}

.ContactFormPictureContainer
{
    width: 150px !important;
    height: 240px !important;
    
    float: right;
    position: relative;
}

h2
{
    color: #0a4d89;
    margin-top: 20px;
}

.Map
{
    width: 820px !important;
    margin-bottom: 20px !important;
}

.ContactFormPictureContainer .EditButton
{
    top: 10px;
    right: 10px;
}

.ContactFormPictureContainer .ImportPicturesButton
{
    top: 10px;
    right: 40px;
}