body {
    margin: 0;
    font-family: "Trebuchet MS", "PT Sans", sans-serif;
    min-width:1000px;
    overflow-x: auto;
}

.label-default {
    background-color: #e8e8e8;
}
.label {
    display: inline;
    padding: 4px;
    font-size: 75%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius:2px;
    border:1px solid #a3a3a3;
}


/*SHOW-LOADING*/
.loading-indicator {
    height: 210px;
    width: 250px;
    background-color:transparent;
    background-image: url( '/img/comune/wait4load.gif' );
    background-repeat:no-repeat;
    background-position:center 10px;
    background-size: 170px;
    z-index:1101 !important;
}
#loading-msg {
    height: 230px;
    padding-top:200px;
    padding-left:3px;
    width: 260px;
    color:#fff;
    text-align:center;font-weight:bold;
    font-size:1.1em;
    z-index:1101 !important;
}

.loading-indicator-overlay {
    z-index:1100 !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #555;
    filter: alpha(opacity=50);
    opacity: .5;
}

.btn{
    border:2px solid #fff;
    height:30px;
    padding-top:3px;
    font-weight:bold;
}

#jsContainer {
    z-index: 600;
    POSITION: fixed; TEXT-ALIGN: left;
    background-color:#fff;
    display:none;
}

* HTML DIV#jsContainer {
    POSITION: absolute
}

