﻿
.gm-style-iw div
{
    overflow: hidden !important;
}

.Map.Heading
{
    font-weight:bold;
    font-size:14px;
    color:#245FAE;
}

.Map.Address
{
    margin-top:5px;
}

#ntMap
{
    width:330px !important;
    height:300px !important;
    background-color:#F6F9FE;
    padding:0;
    border:7px solid #e7f4ff;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    
}

.ContactUsForm
{
    
}

.ContactUsForm h2
{
    color:#3C88D0;
    font-size:20px;
    font-weight:bold;
    margin:10px 0;
    padding:5px 0 !important;
    background:url(Images/contentH2_bgNEWv2.png) no-repeat bottom left !important;
}

.ContactUsForm .label
{
    width:100%;
    display:block;
    font-size:12px;
    margin-top:13px;
    font-weight:bold;
}

.ContactUsForm select
{
    font-size:12px;
    padding:3px;
    width:330px !important;
}

.ContactUsForm .submit
{
    background:url(Images/returnHome_btn.png) no-repeat;
    width:124px;
    height:26px;
    border:none;
    font-size:12px;
    font-weight:bold;
    padding:0 0 3px 0;
    text-align:center;
    text-shadow: 0px -1px 1px #fff;
    cursor:pointer;
    margin-top:20px;
}

.ContactUsForm .submit:hover
{
    background:url(Images/returnHome_btnHover.png) no-repeat;
    width:124px;
    height:26px;
    border:none;
    font-size:12px;
    font-weight:bold;
    padding:0 0 3px 0;
    text-align:center;
    text-shadow: 0px -1px 1px #fff;
    cursor:pointer;
    color:#5f8a98;
    margin-top:20px;
    
}

.newTechValidationSummary
{
    width:340px;
    margin:40px 10px 10px 0;
    background:url(Images/errorSummary_bgv6.png);
}

.newTechValidationSummary li
{
    color:Red;
    padding-bottom:.5em;
}

.newTechValidationSummary ul
{
    border-top:2px solid red;
    border-right:4px solid #ff7171;
    border-bottom:4px solid #ff7171;
    border-left:2px solid red;
    padding:5px;
}

.ContactUsForm .riTextBox
{
    width:325px !important;
}

.ContactUsForm .data
{
}

.Locations
{
    float:right;
    padding:7px 9px 0 16px;
    margin:-314px 5px 0 0;
    background-color:#E7F4FF;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border: 1px none #C4DEF3;
    width:200px !important;
    max-width: 220px !important;

}

#divNormal
{
}

#divExceptions
{   
}

.LocationName
{
    font-size:15px;
    font-weight:bold;
    color:#245DAC;
}

.LocationHours
{
    margin:7px 0 15px 0;
    text-align:center;
    width:190px;
}

.LocationHours .heading
{
    font-weight:bold;
}

.LocationHours .Title
{
    color:#758CA0;
    font-size:14px;
    font-weight:bold;
    margin:5px 0 2px 0;
    border-bottom:1px dotted #758CA0;
}

.LocationHours table
{
    margin:7px 10px 7px 25px;
}

.LocationHours td
{
    padding-right:10px;
    text-align:left;
}

.Exceptions .data
{
    text-align:center;
    margin-left:0px !important;
}

.Exceptions tbody
{
    text-align:right;
}

.locationMapSingleItem
{
    padding:10px 5px 0 3px;
    /*margin-left:20px;*/
    text-align:center;
}

.locationMapItem
{
    cursor: pointer;
    padding:10px 5px 0 3px;
    margin-left:20px;
}
.locationMapItem:hover
{
    cursor: pointer;
    background-color:#f7fbff;
    padding:10px 5px 0 3px;
    margin-left:20px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.locationMapItem.selected
{
    cursor: default;
    background-color:#f7fbff;
    padding:10px 5px 0 3px;
    margin-left:20px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.Locations .selector
{
    color:#245DAC;
    font-size:12px;
    font-weight:bold;
}