﻿div.blockSelectorLoading {
    background-image: url(/PGR/images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.simpleInfoWindow 
{
        font-size: 9px !important;
        color: #000 !important;      
        border: 2px solid #5E86A0;
        background: #C8DBF1 !important; 
        /*background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead));*/
        height: 25px !important;
        width: 135px !important;
        overflow: hidden !important;
}

.simpleInfoWindow .title {
    display:none;
}

.simpleInfoWindow .content {
    height: 20px !important;
    width: 131px !important;
    overflow: hidden !important;
    margin: auto !important;
}

.simpleInfoWindow .close {
    display:none;
}
