/* 
    Document   : map
    Created on : 21-Aug-2012, 12:53:12 AM
    Author     : ncrause
    Description:
        CSS specific for maps


    Copyright(c) 2012 Clarke, Solomou & Associates Microsystems Ltd.
 
    This source cannot be copied, modified or re-used without the express
    written permission of Clarke, Solomou & Associates Microsystems Ltd.
*/

div#map-container {
    position: relative;
}

a#map-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    z-index: 10;
    margin: 5px;
    padding: 5px;
}

a#map-search:hover {
    

background: #aa7852;
background: linear-gradient(top, #aa7852 0%, #49342a 100%);
background: -moz-linear-gradient(top, #aa7852 0%, #49342a 100%);
background: -ms-linear-gradient(top, #aa7852 0%, #49342a 100%);
background: -o-linear-gradient(top, #aa7852 0%, #49342a 100%);
background: -webkit-linear-gradient(top, #aa7852 0%, #49342a 100%);
background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #aa7852), color-stop(100%, #49342a));
background: -khtml-gradient(linear, center top, center bottom, color-stop(0%, #aa7852), color-stop(100%, #49342a));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa7852', endColorstr='#49342a',GradientType=0);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa7852', endColorstr='#49342a',GradientType=0);


    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-left-color: #eeeeee;
    border-top-color: #eeeeee;
    border-right: #666666;
    border-bottom: #666666;
    margin: 4px;
}

#search-form > label {
    display: block;
}

#search-form > input,
#search-form > select {
    display: block;
    width: 100%;
}

#search-spinner {
    width: 100%;
    height: 100px;
    background: url("../img/ajax-loader.gif") no-repeat center center;
}

#search-notification {
    position: absolute;
    top: 0;
    left: 40px;
    color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-left-color: #0000ff;
    border-top-color: #0000ff;
    border-right: #0000ff;
    border-bottom: #0000ff;
    

background: #017eb2;
background: linear-gradient(top, #017eb2 0%, #017eb2 100%);
background: -moz-linear-gradient(top, #017eb2 0%, #017eb2 100%);
background: -ms-linear-gradient(top, #017eb2 0%, #017eb2 100%);
background: -o-linear-gradient(top, #017eb2 0%, #017eb2 100%);
background: -webkit-linear-gradient(top, #017eb2 0%, #017eb2 100%);
background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #017eb2), color-stop(100%, #017eb2));
background: -khtml-gradient(linear, center top, center bottom, color-stop(0%, #017eb2), color-stop(100%, #017eb2));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017eb2', endColorstr='#017eb2',GradientType=0);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017eb2', endColorstr='#017eb2',GradientType=0);


    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: black 1px 1px 2px;
    z-index: 10;
    font-family: sans-serif;
    font-size: 12px;
}

.info-popup {
    width: 400px;
    font: 12px sans-serif;
}

.info-popup h1 {
    font-size: 16px;
    margin: 0 0 4px 0;
}

.info-popup h2 {
    font-size: 14px;
    margin: 0;
}

.info-popup .separator {
    height: 1px;
    <!--background: silver;-->
    margin: 8px 0;
}

.info-popup p {
    margin: 2px 0;
}

.info-popup img.group-image {
    float: right;
    padding: 5px;
    border: 1px solid silver;
    width: 64px;
    /* height: 64px; */
    margin-left: 10px;
    margin-bottom: 10px;
}

.info-popup a.icon-link > img {
    margin-right: 7px;
}

#map-zoom-slider {
    position: absolute;
    left: 5px;
    top: 45px;
    width: 0.65em;
    height: 10em;
    z-index: 65535;
}

.pax-punchcard {
    margin-top: 20px;
    text-align: center;
    height: 100px;
    position: relative;
    background: url("../img/PAXpunchcard.jpg") no-repeat center center;
}

.pax-punchcard .pax-punches {
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -125px;
}

.pax-punchcard .pax-punches .pax-punch {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    padding: 0;
    float: none;
    border: none;
}

.info-viewport {
    width: 400px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.info-frames {
    height: 100px;
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
}

.info-frame {
    width: 400px;
    height: 100px;
    overflow: auto;
    float: left;
    font-size: 16px;
    text-align: justify;
}

.info-pager {
    width: 400px;
    height: 32px;
    position: relative;
}

.info-pager button {
    padding: 0;
}

.info-pager button img {
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    float: none;
    margin: 0;
}

.info-pager button.left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.info-pager button.right {
    position: absolute;
    right: 0;
    bottom: 0;
}

#telephone-popup {
    text-align: center;
}

#telephone-popup input[type="text"] {
    width: 300px;
    text-align: center;
    font-size: 30px;
}