﻿h1, h2, h3, h4, h5, h6 {
    padding: 0px !important;
    margin: 0px !important;
}

body {
    background-color: #dbd5d5 !important;
    margin: 0;
    padding: 0;
}

#body, header, footer {
    width: 1300px;
    margin: 0 auto;
    background-color: white;
}

nav #sitemapMenu {
    font-family: 'proxima-nova', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-right: 0px;
}

    nav #sitemapMenu ul li a {
        font-weight: 300;
        letter-spacing: 1px;
        background-color: transparent;
        padding: .4em 1em !important;
    }

    nav #sitemapMenu ul {
        border: 0;
    }

footer {
    text-align: right;
}

input[type="radio"] {
    float: left;
}

.inputChildrenWidth95 input {
    width: 95%;
}

div.dashboardNoHBar {
    float: left;
    width: 98%;
    border: 1px solid #DFDFDF;
    padding: 10px;
    margin-top: 15px;
    overflow: auto;
}

div.dashboardWidget {
    float: left;
    border: 1px solid #DFDFDF;
    padding: 10px;
    margin-top: 15px;
    width: 98%;
}

div.dashboardSingleRow {
    float: left;
    border: 1px solid #DFDFDF;
    padding: 10px;
    margin-top: 15px;
    width: 98%;
}

div.dashboardWidget div.scrollableData {
    max-height: 250px;
    overflow-y: auto;
}

div.dashboardSingleRow div.scrollableData {
}

div.dashboardNoHBar div.scrollableData {
    max-height: 300px;
}

div.dashboardWidget div.scrollableData table {
    width: 99%;
}

div.dashboardSingleRow div.scrollableData table {
    width: 99%;
}

div.leftWidget {
}

div.rightWidget {
    margin-left: 10px;
}

input[type='checkbox'] {
    width: auto;
}

div.dashboardWidgetAutoWidth {
    float: left;
    height: auto;
    margin: 10px;
    border: 1px solid #DFDFDF;
    padding: 10px;
}

.widgetHeader h2 {
    padding-left: 5px !important;
    background-color: white !important;
    margin-bottom: 5px !important;
}
