/* make the interactive reports look more like the rest of the app */
.apexir_WORKSHEET_DATA tr.even td {
    background-color: white;
}

.apexir_WORKSHEET_DATA tr.odd td {
    background-color: white;
}

.apexir_WORKSHEET_DATA td {
    background: white;
}

.apexir_WORKSHEET_DATA th {
    background: none repeat scroll 0 0 #E4DDCC;
}

.apexir_WORKSHEET_DATA th div {
    color: black;
 }

.apexir_WORKSHEET_DATA th {
    color: black;
}

.apexir_WORKSHEET_DATA th.current {
    background: none repeat scroll 0 0 #C2B7A1;
}


/*
 * 11-19-2015: Overrides
 * CSS conflict for Apex upgrade regarding
 * 'No Attachments' icon.
 */
.a-IRR-noDataMsg {
    margin: 0 !important;
    padding: 0 !important;
}

.a-IRR-noDataMsg-icon {
    display: none !important;
}

