﻿A.DarkRedBoldLinkButton:hover {
    text-decoration: underline;
    color: red;
    cursor: pointer;
    font-weight: 700;
}

.SiteLink {
    font-size: 11px;
    font-weight: 700;
}

A.SiteLink:link {
    text-decoration: none;
    color: white;
}

A.SiteLink:hover {
    text-decoration: underline;
    color: white;
}

.Head {
    font-size: 20px;
    font-weight: 400;
    color: #666644;
}

.ReportTitle {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.SubHead {
    font-size: 14px;
    font-weight: 700;
    color: navy;
}

.SubSubHead {
    font-size: 11px;
    font-weight: 700;
    color: black;
}

.NormalDarkRed {
    font-size: 11px;
    font-weight: 700;
    color: darkred;
}

.NormalNavy {
    font-size: 11px;
    font-weight: 400;
    color: Navy;
}

A.CommandButton:hover {
    text-decoration: underline;
    color: red;
}

.RadioButtonList {
    font-size: 11px;
    font-weight: 400;
    border-style: outset;
    border-width: 0;
}

.lijntjes {
    background-color: #666633;
}

.noviewcel {
    background-color: #CCCCCC;
}

.TableCalendar {
    border-right: lightgrey 0 solid;
    table-layout: fixed;
    border-top: lightgrey 0 solid;
    border-left: lightgrey 0 solid;
    border-bottom: lightgrey 0 solid;
    border-collapse: collapse;
}

A.DarkRedBoldLinkButton:link, A.DarkRedBoldLinkButton:visited, A.DarkRedBoldLinkButton:active {
    text-decoration: none;
    color: darkred;
    cursor: pointer;
    font-weight: 700;
}

A.DarkRedLinkButton:link, A.DarkRedLinkButton:visited, A.DarkRedLinkButton:active {
    text-decoration: none;
    color: darkred;
    cursor: pointer;
    font-weight: normal;
}

A.SiteLink:visited, A.SiteLink:active {
    text-decoration: none;
    color: #eeeeee;
}

.Accent, .NormalRed {
    font-size: 11px;
    font-weight: 700;
    color: red;
}

.NormalSelection, .NormalNavyBold {
    color: Navy;
}
.NormalSelection, .NormalNavy {
    font-size: 11px;
    color: #000000;
}

A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
    text-decoration: underline;
    color: darkred;
}