/*
REPORT table.reportTable
*/
table.reportTable {
    border-collapse: separate;
    border-spacing: 0;
    /* margin: 0 0 1em; */
    color: #000;
    width: 100%;
    word-wrap: break-word;
}

table.reportTable a:hover {
    text-decoration: underline;
}

table.reportTable thead th, table.reportTable thead td, table.reportTable tfoot th, table.reportTable tfoot td {
    border: 1px solid #523A0B;
    border-width: 1px 0;
    background: #EBE5D9;
}

table.reportTable th {
    font-weight: bold;
    line-height: normal;
    padding: 0.25em 0.5em;
    text-align: left;
    font-size: 14px;
}

table.reportTable thead th, table.reportTable thead .hotelControlIcons {
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    background: #EBE5D9;
    padding: 5px 5px;
    text-align: center;
}

table.reportTable thead .hotelControlIcons {
    min-width: 90px;
    border-width: 0 1px 0 0;
}

table.reportTable tbody th, table.reportTable tbody td {
    padding: 0.25em 0.5em;
    text-align: left;
    vertical-align: top;
}

table.reportTable tbody th {
    font-weight: normal;
    white-space: nowrap;
}

table.reportTable tbody th a:link, table.reportTable tbody th a:visited {
    font-weight: bold;
}

table.reportTable tbody td, table.reportTable tbody th {
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    vertical-align: middle;
}

table.reportTable tbody tr.odd th, table.reportTable tbody tr.odd td {
    border-color: #EBE5D9;
    background: #F7F4EE;
}

table.reportTable tbody tr:hover td, table.reportTable tbody tr:hover th {
    background: #ffffee;
}

table.cancellationTable {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1em;
    color: #000;
    width: 100%;
}

table.cancellationTable a:hover {
    text-decoration: underline;
}

table.cancellationTable thead th, table.cancellationTable thead td, table.cancellationTable tfoot th, table.cancellationTable tfoot td {
    border-width: 2px 0;
    border-style: solid;
    border-color: #E55E23;
    padding: .2em;
    text-align: center;
}

table.cancellationTable tbody th, table.cancellationTable tbody td {
    padding: 0.1em 0.2em;
    text-align: left;
    vertical-align: top;
}

table.cancellationTable tbody td.even {
    background-color: #F4F4F4;
}

table.paymentTable {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1em;
    color: #000;
    width: 100%;
}

table.paymentTable a:hover {
    text-decoration: underline;
}

table.paymentTable thead th, table.paymentTable thead td {
    border-width: 2px 0;
    border-style: solid;
    border-color: #5FA048;
    padding: .2em;
    text-align: center;
    vertical-align: middle;
}

table.paymentTable tfoot th, table.paymentTable tfoot td {
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #5FA048;
    padding: .2em;
    text-align: center;
}

table.paymentTable tbody th, table.paymentTable tbody td {
    padding: 0.4em;
    text-align: center;
    vertical-align: top;
}

table.paymentTable tbody tr.even th, table.paymentTable tbody tr.even td {
    background: #F4F4F4;
}

table.paymentDetailsTable {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1em;
    color: #000;
    width: 100%;
}

table.paymentDetailsTable a:hover {
    text-decoration: underline;
}

table.paymentDetailsTable thead th, table.paymentDetailsTable thead td, table.paymentDetailsTable tfoot th, table.paymentDetailsTable tfoot td {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #E55E23;
    padding: .2em;
    text-align: center;
}

table.paymentDetailsTable tbody th, table.paymentDetailsTable tbody td {
    padding: 0.1em 0.2em;
    text-align: center;
    vertical-align: top;
}

table.pricingTable {
    border-collapse: separate;
    margin: 0 0 1em;
    color: #000;
    width: 100%;
}

table.pricingTable a:hover {
    text-decoration: underline;
}

table.pricingTable thead th, table.pricingTable thead td, table.pricingTable tfoot th, table.pricingTable tfoot td {
    width: 14%;
    margin: 1px;
    background-color: #2A005D;
    padding: .2em;
    text-align: center;
}

table.pricingTable tbody th, table.pricingTable tbody td {
    padding: 0.1em 0.2em;
    text-align: center;
    vertical-align: top;
    min-height: 30px;
    background-color: #F8F8F8;
}

table.priceDateTable {
    border-collapse: collapse;
    margin: 0 0 1em;
    color: #2D2D2D;
    width: 100%;
}

table.priceDateTable a:hover {
    text-decoration: underline;
}

table.priceDateTable thead th, table.priceDateTable thead td, table.priceDateTable tfoot th, table.priceDateTable tfoot td {
}

table.priceDateTable tbody th, table.priceDateTable tbody td {
    border: none;
    padding: 0.1em 0.2em;
    text-align: center;
    vertical-align: top;
}

table.priceDateTable tbody tr.even th, table.priceDateTable tbody tr.even td {
    background: #F4F4F4;
}

/* Delivery Report Table */
table.deliveryReportTable {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1em;
    color: #000;
    width: 100%;
}

table.deliveryReportTable a:hover {
    text-decoration: underline;
}

table.deliveryReportTable thead th, table.deliveryReportTable thead td {
    border-width: 2px 0;
    border-style: solid;
    border-color: #5FA048;
    padding: .2em;
    text-align: center;
}

table.deliveryReportTable tfoot th, table.deliveryReportTable tfoot td {
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #5FA048;
    padding: .2em;
    text-align: center;
}

table.deliveryReportTable tbody tr.first th, table.deliveryReportTable tbody tr.first td {
    padding: 0.4em;
    text-align: center;
    text-align: center;
    vertical-align: top;
}

table.deliveryReportTable tbody tr.last th, table.deliveryReportTable tbody tr.last td {
    padding: 0.4em;
    text-align: center;
    vertical-align: top;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #5FA048;
}

table.deliveryReportTable tbody tr.even th, table.deliveryReportTable tbody tr.even td {
    background: #F4F4F4;
}

.DTFC_ScrollWrapper {
    border-bottom: 1px solid #ccc;
}