/* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
   license. */

@import url(common.css);

#map {
    width: 100%;
    height: 600px;
}

.olControlAttribution {
    left: 3px;
    bottom: 1.5em!important;
    width: 50%;
}

.olPopup {
    text-align: center;
    border: 3px double black;
    background-color: white;
}

.olPopup img {
    margin-left: 5px;
}

/* for IE (does not understand double borders */
#popup_contentDiv {
    _border: 2px solid black;
}

#message {
    display: none;
    z-index: 2000;
    position: absolute;
    bottom: 4px;
    margin: 0px 30% 0px 30%;
    text-align: center;
    width: 40%;
    padding: 18px 0px 12px 0px;
    font-weight: bold;
    background-color: white;
}

#bigimg_container {
    z-index: 2001;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    overflow: hidden;
}
#bigimg_transparency {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom; 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
#bigimg_content {
    display: table-cell;
    vertical-align: middle;
    _position: absolute;
    _top: 50%;
    _left: 50%;
}
#bigimg {
    -moz-user-select: none;
    -webkit-user-select: none;
    _position: relative;
    _left: -50%;
    _top: -50%;
}
#bigimg_close {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
