.mapLayer {
    background-color : #000000;
    opacity : 0.5;
    z-index : 510;
    position : absolute;
    top : 0;
    left : 0;
}

.map{
    background-color : #000000;
    opacity : 0.95;
    z-index : 512;
    position : absolute;
    top : 40px;
    left : 16px;
    padding : 16px ;
    display : block !important;
    overflow : auto;
}

.map_canvas{
    width : 100%;
    height : 100%;
}

.mapTitle{
    background-color : #000000;
    opacity : 0.75;
    z-index : 511;
    position : absolute;
    top : 16px;
    left : 16px;
    width : auto;
    height : 32px;
    padding-left : 16px;
    padding-right : 16px;
    font-family : Open Sans;
    font-size : 18px;
    text-align : center ;
    font-weight : bold ;
    color : #ffffff ;

}
.mapClose{
    background-color : #000000;
    opacity : 0.95;
    z-index : 511;
    position : absolute;
    top : 16px;
    width : 48px;
    height : 32px;
    font-family : Arial;
    font-size : 18px;
    text-align : center ;
    font-weight : bold ;
    color : #ffffff ;
    cursor : pointer ;
}

.map_figure{
    background-color : #000000;
    width : 200px;
    overflow: hidden;
}

.map_figure img{
    width : 100%;
    height : 112px;
}
.map_seqTitle{
    font-family: Open Sans;
    color: #ffffff;
    font-size: 12px;
    font-weight : bold ;
    width : 190px;
    margin : 4px;
    overflow : hidden;
}

.map_description{
    font-family: Open Sans;
    font-size: 12px;
    color: #ffffff;
    margin : 4px;
    width : 190px;
    overflow: hidden;
}
.map_link{
    font-family: Open Sans;
    font-size: 12px;
    color: #ffffff;
    font-weight : bold ;
    cursor : pointer;
    text-align : right ;
    height : 16px;
    padding-right : 4px;
}

