@CHARSET "UTF-8";

.mglass_wrapper {
/**    cursor: url(blank.cur),default; */
    border: 0px solid blue;
}
.mglass_picture_box {
    zoom: 1.0;
    z-index: 1;    
    
    border: 0px solid yellow;
/**     pointer-events: none; **/
}
.mglass_viewer {
    position: fixed;
    visibility: hidden;
    width: 150px; 
    height: 150px;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;   

    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    -khtml-border-radius: 75px;
    border-radius: 75px;
    
    
    border: none;
}

#highlight {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    z-index: 2;
    opacity: .5;
    filter: alpha(opacity=50);
    visibility: hidden;
    
    
    zoom: 1;
    border: 0;
    pointer-events: none;
}

/*
div{
    border: 1px solid;
}
*/

div.map_debug{
    background-color: red;
    opacity: .5;
    filter: alpha(opacity=50);
}
.disabled { pointer-events: none; }

.pointer-events-none {
    pointer-events: none;
}








/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.mtooltip-default {
    border-radius: 5px; 
    border: medium none;
    background: #005EA8;
    color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.mtooltip-default, .mtooltip-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}