﻿
.SupplyUKBranches
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Georgia;
    font-size: 18px;
    color: navy;
    background-color: #ffd700;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.SurveyLaserBranches
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Georgia;
    font-size: 18px;
    color: white;
    background-color: black;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 20px;
}

.divBranch
{
    border-bottom: #ffd700 1px solid;
    padding-top: 10px;
    padding-bottom: 6px;
    width: 500px;
    margin-left: 10px;
    margin-bottom: 6px;
}

.divBranchDetail
{
    margin-left: 10px;
}

.branchLabel
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Georgia;
    font-size: 14px;
    color: #4169e1;
    padding-right: 10px;
}
.branchLabelLaser
{
    font-family: 'Trebuchet MS' , Verdana, Arial, Georgia;
    font-size: 14px;
    color: black;
    padding-right: 10px;
}

.branchTooltip
{
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.branchTooltipOpening
{
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #ffc0cb;
}

/* BRANCHES - MAP NAVIGATION */

.mapArea
{
    cursor:pointer;
    }

.viewMap
{
    cursor: pointer;
    text-decoration: none;
    font-family: 'Trebuchet MS' , Verdana, Arial, Georgia;
    font-size: 12px;
    color: #696969;
}
.viewMap:hover
{
    text-decoration: underline;
    color: #228b22;
}

.mapLink
{
    cursor: pointer;
    text-decoration: underline;
    font-family: 'Trebuchet MS' , Georgia;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    color: maroon;
    padding-left: 4px;
}
.mapLink:hover
{
    text-decoration: underline;
    color: #228b22;
}

.mapLinkTop
{
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    color: maroon;
    margin-left: 2px;
    font-family: Verdana, Tahoma, Arial;
    padding-right: 4px;
}

.mapLinkTop:hover
{
    text-decoration: underline;
    color: #228b22;
}
