@charset "UTF-8";

/* ====== TABLE BASE ====== */

table {
    border: 1px solid #2a2a2a;
    margin-left: 7px;
    margin-bottom: 15px;
    background-color: #0a0a0a;
    width: 100%;
}

td {
    padding: 5px 8px;
    font-size: 11px;
    color: #cccccc;
    border-color: #2a2a2a;
}

tr {
    border-bottom: 1px solid #2a2a2a;
}

/* No hover effect — rows are not interactive */


/* ====== COLUMN HEADER (Revenue Item, Rate, Gross, etc.) ====== */

.header_one {
    background-color: #c9a84c;
    color: #000000;
    font-weight: 700;
}

.header_one td {
    color: #000000;
}


/* ====== SECTION HEADERS (Theatrical Revenue, TV Distribution, etc.) ====== */

.sub_header_one {
    background-color: #1a1a1a;
    color: #c9a84c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sub_header_one td {
    color: #c9a84c;
}


/* ====== REFERENCE ROWS (Revenue Ref.) ====== */

.sub_header_two {
    background-color: #111111;
    color: #888888;
    font-weight: 600;
}

.sub_header_two td {
    color: #888888;
}


/* ====== TOTALS SECTION HEADER ====== */

.sub_header_three {
    background-color: #1a1a1a;
    color: #c9a84c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sub_header_three td {
    color: #c9a84c;
}


/* ====== NET SUBTOTALS ====== */

.footer_total {
    background-color: #111111;
    color: #ffffff;
    font-weight: 700;
}

.footer_total td {
    color: #ffffff;
}


/* ====== GRAND TOTAL ====== */

.footer_total_grand {
    background-color: #c9a84c;
    color: #000000;
    font-weight: 700;
}

.footer_total_grand td {
    color: #000000;
}
