.ajax-show
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .4;  
    /* background: url('../images/gif/ajax-loader-circulo.gif')  50% 50% no-repeat #E5E5E5; */
    background: url("../images/gif/ajax-loader-circulo.gif")  50% 50% no-repeat #E5E5E5;
}

.ajax-hide
{
    display: none;
}

.legend {
    color:blue !important;
}

table > tbody > tr:hover > td  {

    font-weight:bold !important;
    cursor:pointer;

}