table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}
 
table.table thead .sorting { background: url('../img/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
 
table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }

body {
   background-image: url('../img/dust.png');
}

    .modal.large{
        width: 1000px;
        margin-left: -500px; /* - width/2 */
    }




.shadow {

    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;

}

label {
    display: block;    
    padding-top: 10px;
}

#progressbar {
    margin-bottom: 25px;
}

.center {
    text-align:center; 
}

.bold {
    font-weight: bold;
}



.tight {
    padding: 0px;
    margin: 0px;
    width: 50%;

}

.wide {
    width: 250px;
}

.wider {
    width: 500px;
}

.green {
    color: green;
}

tr {
    font-size: 11px;
}