/* LXP - 04/05/2010 */


/* datatables styles */
.dataTables_wrapper TABLE{
    clear: both;
    width: 938px;
}

.dataTables_wrapper TH{
    padding-bottom: 5px;
    padding-right: 15px;
}


/* common class styles */
.bold{
    font-weight: bold;
}

.right{
    text-align: right;
}

.clear{
    clear: both;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}

.mand{
    font-size: 10px;
    color: red;
}