﻿/* Reset */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, input, table {
    font-size: 11px;
    /* Note: This should be the same as body but we can't use inherit as IE7 doesn't support it */
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 12px;
}

h3, h4, h5, h6 {
    font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

/* Navigation */
a, a:link, a:visited {
    font-size: 12px;
    text-decoration: none;
}

    a:hover {
        font-size: 12px;
        text-decoration: underline;
    }

    li.mdl-navigation a, a.LinkBarLevel1:link, a.LinkBarLevel1:visited, a.LinkBarLevel1Disabled:link, a.LinkBarLevel1Disabled:visited {
        text-decoration: none;
    }

/* General */
span.validation-summary-errors {
    font-weight: bold;
}

/* Unsupported */
.unsupportedBrowser h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.unsupportedBrowser h2 {
    font-size: 16px;
}