/*
 *  Geofabrik Tools
 *
 *  map/map.css
 *
 */

div#map {
    position: absolute;
    top: 54px;
    bottom: 58px;
    left: 8px;
    right: 8px;
    border: 1px solid #808080;
    /* for ie */
    width: expression((document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth)-16);
    height: expression((document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)-120);
}

/* ================================================== */

div#bottom {
    position: absolute;
    bottom: 26px;
    width: 100%;
    height: 18px;
    z-index: 1;
}

div#customLinks {
    position: absolute;
    top: -6px;
    left: 8px;
    font-size: xx-small;
}

span#openID {
    position: absolute;
    top: 3px;
    left: 310px;
}

span#openPotlatch {
    position: absolute;
    top: 3px;
    left: 340px;
}

img#openJOSM {
    position: absolute;
    top: 3px;
    left: 370px;
}

img#removeMarker {
    position: absolute;
    top: -8px;
    right: 280px;
}

div#map-decoration {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

div#map-decoration span {
    padding-right: 10px;
    font-size: small;
    z-index: 1;
}

table td:first-child{
	font-weight: bold;
    padding-right:10px;
}

.olLayerViewGridTile {
    border: 1px dotted black;
    width: 254px;
    text-align: center;
    height: 134px;
    padding-top: 120px;
}
.olLayerViewGridTile span {
    background-color: #ffffff;
    padding: 0px 4px;
}
