
table.data_table_with_row_borders
{
    text-align: left;
    border: none;
    padding: 0px;
    /*font-size: 12pt;*/
    font-style: normal;
    margin: 0px;
    border-spacing: 0px;

}
table.data_table_with_row_borders tr th {
    font-weight: bold;
    background-color: #cccccc;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: nowrap;
    border-left: none;
    border-right: none;
    border-top: none;

    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

}

table.data_table_with_row_borders tr td {
    background-color: #f0f0f0;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: normal;

    border-left: none;
    border-right: none;
    border-top: none;

    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

}

table.data_table_with_row_borders tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

table.data_table_with_row_borders tr:nth-child(even) td {
    background-color: #f0f0f0;
}


table.data_table_with_row_borders tr:first-child th {
    border-collapse: collapse;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;

}


table.data_table_with_row_borders tr:last-child th {
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
}


table.data_table_with_row_borders tr:first-child td {
    border-collapse: collapse;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;

}

table.data_table_with_row_borders th:first-child {
    border-collapse: collapse;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;

}

table.data_table_with_row_borders th:last-child {
    border-collapse: collapse;
    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;

}

table.data_table_with_row_borders tr:last-child td {
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
}


table.data_table_with_row_borders td:first-child {
    border-collapse: collapse;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;

}

table.data_table_with_row_borders td:last-child {
    border-collapse: collapse;
    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;

}

table.data_table_with_row_borders tr:hover td {
    background-color: #b0b0b0;
}






table.data_table_with_cell_borders
{
    text-align: left;
    border: none;
    padding: 0px;
    /*font-size: 12pt;*/
    font-style: normal;
    margin: 0px;
    border-spacing: 0px;

}
table.data_table_with_cell_borders tr th {
    font-weight: bold;
    background-color: #cccccc;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: nowrap;

    border-right: none;
    border-top: none;


    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;

}

table.data_table_with_cell_borders tr td {
    background-color: #f0f0f0;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: normal;

    border-right: none;
    border-top: none;


    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;

}

table.data_table_with_cell_borders tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

table.data_table_with_cell_borders tr:nth-child(even) td {
    background-color: #f0f0f0;
}



table.data_table_with_cell_borders tr:first-child th {
    border-collapse: collapse;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;

}




table.data_table_with_cell_borders tr:first-child td {
    border-collapse: collapse;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;

}

table.data_table_with_row_borders th:first-child {
    border-collapse: collapse;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;

}

table.data_table_with_cell_borders th:last-child {
    border-collapse: collapse;
    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;

}

table.data_table_with_cell_borders tr:last-child td {
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
}


table.data_table_with_cell_borders td:first-child {
    border-collapse: collapse;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;

}

table.data_table_with_cell_borders td:last-child {
    border-collapse: collapse;
    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;

}

table.data_table_with_cell_borders tr:hover td {
    background-color: #b0b0b0;
}



table.data_table_with_row_only_borders
{
    text-align: left;
    border: none;
    padding: 0px;
    /*font-size: 12pt;*/
    font-style: normal;
    margin: 0px;
    border-spacing: 0px;

}
table.data_table_with_row_only_borders tr th {
    font-weight: bold;
    background-color: #cccccc;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: nowrap;
    border-left: none;
    border-right: none;
    border-top: none;

    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

}

table.data_table_with_row_only_borders tr td {
    background-color: #f0f0f0;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    white-space: normal;

    border-left: none;
    border-right: none;
    border-top: none;

    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;

}

table.data_table_with_row_only_borders tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

table.data_table_with_row_only_borders tr:nth-child(even) td {
    background-color: #f0f0f0;
}


table.data_table_with_row_only_borders tr:first-child th {
    border-collapse: collapse;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;

}



table.data_table_with_row_only_borders tr:first-child td {
    border-collapse: collapse;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;

}



table.data_table_with_row_borders tr:hover td {
    background-color: #b0b0b0;
}




/*# sourceMappingURL=data_table_with_borders.css-b08b77ba3ba8cd1de02ec3cac669f139a1dc4070524b09809863b4fe4a4e6dd6.map */
