﻿.clear {
    clear:both;
}
#mapContainer {
    height:610px;
    width:513px;
}
#mapInfo {
    position:absolute;
    width:225px;
    height:75px;
    z-index:1;
    margin-left: 330px;
}
#mapMap {
    position:absolute;
    margin-top: 20px;
    width:513px;
    height:610px;
    background:url('/_images/projectsMap/map.jpg');
}
#mapName {
    width:215px;
    height:46px;
    overflow:hidden;
    padding:5px 5px 5px 5px;
    text-align:center;
    background:url('/_images/txt_box.gif');
    font-size:90%;
    font-weight: bold;
    color: #2d788f;
}
#mapName a {
	text-decoration: none;
	color: #2d788f;
}
#mapName a:hover {
	text-decoration: underline;
}
#mapNameButtons {
    width:50px;
    margin:-10px auto 0px auto;
}
#mapCounter {
    width:80px;
    margin:-30px 0px 0px 10px;
    text-align:left;
    font-size: 10px;
    color: #999999;
}
#mapBtnPrev, #mapBtnNext {
    float:left;
    display:block;
    text-decoration:none;
    width:22px;
    height:22px;
    overflow:hidden;
    font-size:0px;
    color:#f4f4f5;
}
#mapBtnPrev {
    margin-right:0px;
    background:url('/_images/pijl_l.gif');
}
#mapBtnNext {
    margin-left:5px;
    background:url('/_images/pijl_r.gif');
}
#mapLegend {
    position: absolute;
    left: 440px;
    top: 600px;
    width: 250px;
    z-index: 2;
}
#mapLegend img {
    border:none;
}
.bl_1, .bl_2, .bl_3, .bl_4, .bl_5, .bl_6, .bl_7, .bl_8, .bl_9, .bl_10, #activeIndicator {
    display:block;
    margin:0px;
    padding:0px;
    width:12px;
    height:12px;
    position:absolute;
    overflow:hidden;
    left:0px;
    top:0px;
}
.bl_1 { background:transparent url('/_images/b_ww.png') no-repeat 1px 1px; }
.bl_2 { background:transparent url('/_images/b_wy.png') no-repeat 1px 1px; }
.bl_3 { background:transparent url('/_images/b_wb.png') no-repeat 1px 1px; }
.bl_4 { background:transparent url('/_images/b_bw.png') no-repeat 1px 1px; }
.bl_5 { background:transparent url('/_images/b_by.png') no-repeat 1px 1px; }
.bl_6 { background:transparent url('/_images/b_bb.png') no-repeat 1px 1px; }
.bl_7 { background:transparent url('/_images/b_gw.png') no-repeat 1px 1px; }
.bl_8 { background:transparent url('/_images/b_gy.png') no-repeat 1px 1px; }
.bl_9 { background:transparent url('/_images/b_gb.png') no-repeat 1px 1px; }
.bl_10 { background:transparent url('/_images/b_gg.png') no-repeat 1px 1px; }
