﻿
table.topBorder {
    border-collapse: collapse;
}

    table.topBorder caption {
        border-bottom: 1px solid lightgray;
        padding: 5px;
    }

.worklistcaption {
    color: gray;
    font-size: 10pt;
    font-family: Arial, Verdana;
}

.worklistalert {
    color: red;
    font-size: 10pt;
    font-family: Arial, Verdana;
    cursor: pointer;
}

.worklistnormal {
    font-size: 10pt;
    font-family: Arial, Verdana;
    cursor: pointer;
}

.worklistnormalHover {
    font-size: 10pt;
    font-family: Arial, Verdana;
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

.worklistAlertHover {
    font-size: 10pt;
    font-family: Arial, Verdana;
    cursor: pointer;
    text-decoration: underline;
    color: red;
}

.worklistblank {
    font-size: 10pt;
    font-family: Arial, Verdana;
    cursor: default;
}

.worklistdrug {
    font-size: 8pt;
    font-family: Arial, Verdana;
    color: gray;
    cursor: default;
}

div.pdchealthy {
    width: 175px;
    height: 50px;
    color: #195C2d;
    font-size: 14pt;
    font-family: Arial, Verdana;
    background-color: #C7E6D0;
    margin: auto;
    cursor: pointer;
}

div.pdchealthysmall {
    color: #195C2d;
    font-size: 8pt;
    font-family: Arial, Verdana;
    cursor: pointer;
}

div.pdcwarning {
    width: 200px;
    height: 50px;
    color: #DD9737;
    font-size: 14pt;
    font-family: Arial, Verdana;
    background-color: #F8EBD8;
    margin: auto;
    cursor: pointer;
}

div.pdcwarningsmall {
    color: #DD9737;
    font-size: 8pt;
    font-family: Arial, Verdana;
    cursor: pointer;
}

div.pdcalert {
    width: 175px;
    height: 50px;
    color: #BB4133;
    font-size: 14pt;
    font-family: Arial, Verdana;
    background-color: #EFD2CF;
    margin: auto;
    cursor: pointer;
}

div.pdcalertsmall {
    color: #BB4133;
    font-size: 8pt;
    font-family: Arial, Verdana;
    cursor: pointer;
}

div.pdccaption {
    color: gray;
    font-size: 10pt;
    font-family: Arial, Verdana;
}

.button {
    color: black;
    font-size: 10pt;
    font-family: Arial, Verdana;
    border: none;
}

div.pdcsmall {
    color: gray;
    font-size: 8pt;
    font-family: Arial, Verdana;
}

div.pdctiny {
    font-size: 2pt;
    font-family: Arial, Verdana;
}

div.pdcnone {
    width: 50px;
    height: 50px;
    font-size: 14pt;
    font-family: Arial, Verdana;
    border: solid;
    border-color: black;
    background-color: white;
    margin: auto;
    cursor: pointer;
}
