﻿h1, h2, h3, h4, h5, h6 {
    color: inherit;
}

h3 {
    color: inherit;
}

nav #sitemapMenu {
    background: url("images/main_nav.png") repeat-x scroll 50% 50%;
}

div.dashboardNoHBar {
    background-color: white;
}

div.dashboardWidget {
    background-color: white;
}

.widgetHeader h2 {
    color: #112e51; 
}

div.center100NoBorder {
    margin: auto;
    width: 100%;
    padding: 10px;
}

div.dashboardSummaryContainer{
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 30%;
    margin: auto
}

div.dashboardSummaryContainer div.tableRow {
    display: table-row;
}

    div.dashboardSummaryContainer .tableRow .tableCell {
        display: table-cell;
        padding: 3px;
        vertical-align: middle;
    }

        div.dashboardSummaryContainer .tableRow .tableCell h2 {
            background-color: #112e51;
            color: white;
            text-align: center;
        }

    div.dashboardSummaryContainer .tableRow .tableCellWithBorder {
        display: table-cell;
        padding: 3px;
        vertical-align: middle;
        border: 1px solid #000000;
        width: 100%;

        
    }

        div.dashboardSummaryContainer .tableRow .tableCellWithBorder h3 {
            background-color: white;
            color: black;
            text-align: center;
        }
