﻿table.normal {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000000;
    margin-top: 10px;
    background: white;
}

    table.normal thead {
    }

        table.normal thead th {
            border: 1px solid #999999;
            background: #5C5C5C;
            color: #FFFFFF;
        }

    table.normal tbody td {
        border: 1px solid #999999;
    }

    /*table.normal tr:hover {
    background-color: #e2eaf1;
}*/

    table.normal tr {
        border: 1px outset #404040;
        margin: 1px;
    }



    table.normal:not(.noHover) tr:hover {
        background: #DDD;
    }

    /*table.noHover tr:hover {
        background: inherit!important;
    }*/


    table.normal tr a {
        color: #cda700;
    }

        table.normal tr a:hover {
            color: #5C5C5C;
        }

    table.normal td {
        border: 1px outset #404040;
        font-size: 10pt;
    }

        table.normal td:not(.tdLink) {
            padding: 1px 8px;
        }

        table.normal td a {
            color: #cda700;
        }

            table.normal td a:hover {
                color: #5C5C5C;
            }

.tdLink a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1px 8px;
}

table.normal th {
    border: 1px solid #999999;
    background: #5C5C5C;
    color: #FFFFFF;
}

    table.normal th a {
        color: white;
    }

        table.normal th a:hover {
            color: #e2eaf1;
        }

div.invoice {
    width: 880px;
    border: 1px solid;
    /*padding-left: 50px;
    padding-right: 50px;*/
    background: white;
    color: black;
    font-size: 11pt;
    font-family: Arial;
    border-collapse: collapse;
    padding: 20px 20px 20px 20px;
}

    div.invoice td.normalBorder {
        border: solid 1px #000000;
    }

    div.invoice td.boldBorder {
        border: solid 2px #000000;
    }

    div.invoice td.postAddress {
        font-size: 18pt;
        padding-left: 10px;
    }

    div.invoice td.smallFont {
        font-size: 9pt;
    }

    div.invoice table.invoiceTopHeader {
        width: 99%;
        table-layout: fixed;
    }

    div.invoice table.invoiceHeader {
        width: 99%;
        table-layout: fixed;
    }

    div.invoice table.invoiceItems {
        width: 99%;
        table-layout: fixed;
    }

        div.invoice table.invoiceItems thead tr {
            border-bottom: solid 1px #000000;
            font-size: 9pt;
        }

    div.invoice table.invoiceTaxes {
        width: 99%;
    }

        div.invoice table.invoiceTaxes thead th {
            border: solid 1px #000000;
            font-size: 9pt;
        }

        div.invoice table.invoiceTaxes tbody td {
            border: solid 1px #000000;
        }

        div.invoice table.invoiceTaxes td.noBorder {
            border: 0;
        }

    div.invoice table.invoiceHeader table.innerTab {
        width: 99%;
        table-layout: fixed;
    }

    div.invoice table.invoiceTopHeader td.invoiceNumber {
        text-align: right;
        font-size: 12pt;
        font-weight: bold;
    }
/*
.invoicehead tr, td, th
{
    padding: 0px 8px 0px 8px;
    border: none;
}

.invoicehead th, td
{
    font-weight: normal;
}

.invoicehead th
{
    text-align: right;
}

.invoicebody table
{
    width: 800px;
}

.invoicebody tr, td, th
{
    padding: 0px 8px 0px 8px;
}

.invoicebody th, td
{
    font-weight: normal;
}

.invoicebody th
{
    text-align: right;
}
    */

/* Reports
 *******************************************/

table.report {
    border-collapse: collapse;
    margin: 10px;
}

    table.report caption {
        font-size: 2em;
        font-weight: bold;
        padding: 0 0 10px 0;
        text-align: left;
    }

    table.report thead {
    }

        table.report thead th {
            border: 1px solid #999999;
            background: #5C5C5C;
            color: #FFFFFF;
        }

    table.report tbody td {
        border: 1px solid #999999;
        color: #000000;
        white-space: nowrap;
    }

        table.report tbody td.bigBottomBorder {
            border-bottom: 2px solid #000000;
        }

        table.report tbody td.clear {
            border-left: 0;
            border-right: 0;
        }

    table.report tfoot td.generatedBy {
        font-size: 0.8em;
        padding: 10px 0 0 0;
    }

/* Calendar
 *******************************************/
table.calendar {
    table-layout: fixed;
    width: 100%;
}

    table.calendar thead tr.dayNames td {
        background-color: #DDDDDD;
        border: 1px solid #AAAAAA;
        padding: 1px 0 1px 5px;
    }

    table.calendar tfoot td {
        border-top: 1px solid #AAAAAA;
    }

    table.calendar tbody {
        background-color: #FFFFFF;
    }

        table.calendar tbody td.day {
            border-left: 1px solid #AAAAAA;
            border-top: 1px solid #AAAAAA;
            border-right: 1px solid #AAAAAA;
            padding: 1px 0 1px 5px;
        }

        table.calendar tbody td.otherMonth {
            color: #AAAAAA;
            background-color: #EEEEEE;
        }

        table.calendar tbody td.event {
            border-left: 1px solid #AAAAAA;
            border-right: 1px solid #AAAAAA;
            padding: 1px;
        }

.div_EduActivity {
    background: #d2f5b0;
    border: 1px solid #000000;
    margin: 0;
    padding: 1px 5px 1px 5px;
    color: #000000;
}

.stornoActivity {
    background: #AAA;
}

.div_AdditionalActivity {
    background: skyblue;
    border: 1px solid #000000;
    margin: 0;
    padding: 1px 5px 1px 5px;
    color: #000000;
}

table.calendar tbody td.event a {
    color: #000000;
}

table.calendar tbody td.empty {
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}

.warning_Color {
    background-color: #ffed9f;
}
