body {
    background-color: White;
    color: Black;
    font-family: Verdana, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, td, th {
    font-family: Verdana, Helvetica, sans-serif;
}

img {
    border: 0px;
}

    img.logo {
        float: left;
        margin-right: 20px;
    }

a:link, a:visited {
    color: #3300CC;
    text-decoration: underline;
}

a:active, a:hover {
    color: #CC0000;
    text-decoration: none;
}

table {
    background-color: #E8E8E8;
}

td {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

th {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
}

hr {
    color: Black;
    border-style: solid;
    height: 2px;
}

/* Styles for new Stone Steps Webalizer version */

div.links {
    font-size: 9pt;
    float: right;
    margin-left: 20px;
    text-align: right;
}
div.links a { white-space: nowrap; }

div.page_header_div h1 {
    font-size: 14pt;
    margin: 0.5em 0;
}

/* -----------------------------------------------------------------------
   webalizer - a web server log analysis program

   Copyright (c) 2004-2017, Stone Steps Inc. (www.stonesteps.ca)

   See COPYING and Copyright files for additional licensing and copyright information 
*/

/*
 * Shared Classes
 */
pre.details_pre {
    font-size: 8pt;
    margin-left: 5px;
}

p.note_p {
    margin: 1em 30px;
    color: #606060;
    font: 8pt Arial, sans-serif;
    text-align: center;
}

/*
 *
 */
td.spammer, span.spammer {
    color: red;
}

td.robot, span.robot {
    color: green;
}

td.converted, span.converted {
    color: inherit;
}

td.target, span.target {
    color: inherit;
}

/*
 * PNG image charts
 */
div.graph_holder {
    margin: 1em auto;
    padding: 0;
    border: 1px solid #333333;
    background-color: #E3E3E3;
}

div#monthly_summary_graph {
}

div#daily_usage_graph, div#hourly_usage_graph, div#country_usage_graph {
    width: 512px;
}

/*
 * Colorized Header Cells (Hits, Pages, Visits, etc)
 */
th.counter_th, .counter {
    background-color: #C0C0C0;
}

th.hits_th, .hits {
    background-color: #008040;
}

th.files_th, .files {
    background-color: #0080FF;
}

th.pages_th, .pages {
    background-color: #00E0FF;
}

th.visits_th, .visits {
    background-color: #FFFF00;
}

th.duration_th, .duration {
    background-color: #FFD700;
}

th.hosts_th, .hosts {
    background-color: #FF8000;
}

th.kbytes_th, .xfer {
    background-color: #FF2F2F;
}

th.time_th, .time {
    background-color: #66A1FF;
}

th.errors_th, .errors {
    background-color: #FFD700;
}

th.count_th, .count {
    background-color: #FFD700;
}

th.item_th, .item {
    background-color: #00E0FF;
}

th.method_th, .method {
    background-color: #8FBC8F;
}

th.dlname_th, .dlname {
    background-color: #8FBC8F;
}

th.country_th, .country {
    background-color: #B0E0E6;
}

tr.weekend_tr, .weekend {
    background-color: #D2EDF1;
}

/* 
 * Highlight the row under the mouse pointer (IE doesn't support this) 
 */
tbody.summary_data_tbody tr:hover th,
tbody.summary_data_tbody tr:hover td,
tbody.totals_data_tbody tr:hover th,
tbody.totals_data_tbody tr:hover td,
tbody.stats_data_tbody tr:hover td,
tbody.stats_data_tbody tr:hover th {
    background-color: #FFFFD4;
}

tbody tr.group_shade_tr:hover td,
tbody tr.group_shade_tr:hover th {
    background-color: #ADD8E6;
}

/*
 * Search Type Span
 */
span.search_type {
    color: gray;
}

/*
 * Page Header & Footer Classes
 */
div.page_header_div {
    margin: 0;
    padding: .5em;
    display: inline-block;
}

div.usage_summary_div {
    font-size: 8pt;
    margin: 0;
}

    div.usage_summary_div em {
        font-size: 10pt;
        font-weight: bold;
        font-style: normal;
    }

div.page_footer_div {
    border-top: 1px solid #CCCCCC;
    margin-top: 1em;
    padding: .5em 1em;
    font-size: 9pt;
}

    div.page_footer_div div {
        float: right;
    }

/*
 * Page Links
 */
table.page_links_table {
    font-size: 9pt;
    margin: 1em auto 0;
    border-collapse: collapse;
    text-align: center;
    border-style: none;
}

    table.page_links_table td {
        padding: 0;
        border: 1px solid #578EBE;
        background: #EEE linear-gradient(#FFF, #DCDCDC);
    }

    table.page_links_table a {
        color: blue;
        text-decoration: none;
        border-style: none;
        display: block;
        padding: 1px 5px;
        margin: 0;
    }

        table.page_links_table a:visited {
            color: blue;
        }

        table.page_links_table a:hover {
            color: red;
            background: #FFF6BF linear-gradient(#FFF, #FFF6BF);
        }

/*
 * Report table base classes
 */
table.report_table {
    border-collapse: collapse;
    background-color: #FAFAFA;
    margin: 1em auto;
    border-spacing: 1px;
    font-size: 9pt;
}

    table.report_table thead {
        background-color: #CCC;
    }

    table.report_table th,
    table.report_table td {
        padding: 2px 4px;
        border: 1px solid #888;
    }

    table.report_table thead th {
        border-color: #333;
    }

    table.report_table tr.table_title_tr {
        text-align: center;
        font-size: 12pt;
        background-color: #DDD;
    }

    table.report_table tr.table_footer_tr {
        background-color: #DDD;
    }

    table.report_table tr.all_items_tr {
        background-color: #D8D9E6;
    }
        /* anchors are not links in XML reports, so style them to look like links */
        table.report_table tr.all_items_tr a {
            cursor: pointer;
        }

            table.report_table tr.all_items_tr a:hover {
                text-decoration: underline;
            }
    /* turn off highlighting for the max-items-displayed row */
    table.report_table tr.max_items_tr {
        background-color: #D8D9E6;
    }

        table.report_table tr.max_items_tr:hover th {
            background-color: inherit;
        }

    table.report_table th.small_font_th {
        font-size: 7pt;
    }

    table.report_table tr.group_shade_tr {
        background-color: #D8D9E6;
    }

/*
 * Monthly Summary Table
 */
table.monthly_summary_table {
    width: 600px;
}

    table.monthly_summary_table tbody.summary_data_tbody {
        text-align: right;
    }

        table.monthly_summary_table tbody.summary_data_tbody th {
            text-align: left;
            font-weight: normal;
            white-space: nowrap;
        }

    table.monthly_summary_table tbody.summary_footer_tbody td {
        text-align: right;
        font-weight: bold;
    }

    table.monthly_summary_table tbody.summary_footer_tbody th {
        text-align: left;
    }

/*
 * Monthly Totals Table
 */
table.monthly_totals_table {
    width: 510px;
}

    table.monthly_totals_table tbody.totals_data_tbody th {
        text-align: left;
        font-weight: normal;
    }

    table.monthly_totals_table tbody.totals_data_tbody td {
        text-align: right;
        font-weight: bold;
    }

    table.monthly_totals_table tbody.totals_header_tbody {
        background-color: #DDD;
    }

        table.monthly_totals_table tbody.totals_header_tbody th {
            text-align: left;
        }

        table.monthly_totals_table tbody.totals_header_tbody td {
            text-align: right;
            font-weight: bold;
        }

    table.monthly_totals_table col.totals_data_col {
        width: 65px;
    }

/*
 * Daily and Hourly Totals Tables
 */
table.totals_table {
    width: 510px;
}

    table.totals_table tbody.totals_data_tbody td {
        text-align: right;
        font-weight: bold;
    }

        table.totals_table tbody.totals_data_tbody td.data_percent_td {
            font-size: 7pt;
            font-weight: normal;
        }

/*
 * Stats Table
 */
table.stats_table {
    width: 510px;
}

    table.stats_table tbody.stats_data_tbody td {
        text-align: right;
        font-weight: bold;
    }

        table.stats_table tbody.stats_data_tbody td.data_percent_td {
            font-size: 7pt;
            font-weight: normal;
        }

        table.stats_table tbody.stats_data_tbody td.stats_data_item_td {
            font-weight: normal;
            text-align: left;
            white-space: nowrap;
        }

    table.stats_table tbody.stats_footer_tbody td {
        text-align: center;
    }

    table.stats_table tbody.all_items_tbody {
        display: none;
    }

    table.stats_table tbody.stats_data_tbody tr.group_shade_tr td.stats_data_item_td {
        font-weight: bold;
    }

    table.stats_table tbody.stats_data_tbody td.ext_map_url {
        cursor: pointer
    }
