#header a {
    color: white;
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
}

#header {
    background-color: #1E4176;
    padding: 5px 10px;
    color: white;
}

@media print {
    #header {
        display: none;
    }

    .x-tab-panel-footer {
        display: none;
    }

    .navigation {
        display: none;
    }

    #workspace {
        left: 75px !important;
    }

    .x-panel-body {
        border: none;
    }
}

td.rightsheader {
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 66px;
}

td.rightsdata {
    text-align: center;
    background-color: #cccccc;
    color: #000000;
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
    width: 66px;
}

#title {
    font-size: 16px;
    padding: 6px 0px 8px 6px;
}

.loading {
    background-image: url('../gxt/images/default/grid/grid-loading.gif') !important;
    height: 16px;
    width: 16px;
}

.x-form-readonly-red-bg input {
    color: #ffffff;
    background-color: #ff6688;
    background-image: none;
}

.x-form-readonly-yellow-bg input {
    color: #000000;
    background-color: #ffff99;
    background-image: none;
}

.x-form-readonly-green-bg input {
    color: #000000;
    background-color: #71fbaf;
    background-image: none;
}

table.reportSummary {
    border-collapse: collapse;
}

table.reportSummary td {
    padding: 5px 20px;
}

table.reportSummary th {
    background-color: black;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    padding: 5px;
}

table.reportSummary tr.bottomBorder td {
    border-bottom: 1px solid black;
}

table.profitabilityReport th {
    background-color: white;
    color: black;
    font-size: 14px;
}

table.profitabilityReport td:nth-child(2) {
    text-align: right;
}

table.profitabilityReport td:nth-child(3) {
    text-align: right;
}

strong {
    font-weight: bold;
}

.strong {
    font-weight: bold !important;
}

.spacer {
    border-right: 2px dashed #A3BAE9 !important;
}

hr {
    color: #A3BAE9;
    background-color: #A3BAE9;
}