﻿body, h1, h2, li, p, label, td
{
    font-family: Verdana;
    font-size: 10pt;
}
table
{
    width: 100%;
}
th
{
    font-size: 10pt;
    font-weight: bold;
    color: Blue;
    text-align: left;
}
h1, h2
{
    color: Blue;
    font-size: 14pt;
    font-weight: bold;
    height: 30px;
    padding-top: 6px;
}
h2
{
    font-size: 12pt;
    border-top-style: solid;
    border-top-width: thin;
}
label
{
    padding-left: 6px;
}
input[type="text"], textarea
{
    background-color: #F0F0FF;
}
.hide
{
    display: none;
}
.show
{
    display: inline;
}
.message
{
    color: Red;
}
.qleft
{
    width: 50%;
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #F0F0FF;
}
.qright
{
    width: 50%;
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #F0F0FF;
}
.qtext
{
    color: Navy;
}
.notes
{
    background-color: #F0F0FF;
    width: 100%;
    padding: 12px, 12px, 12px, 12px;
    color:Black;
}
.rleft
{
    width: 30%;
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #F0F0FF;
    color:Blue;
}
.rright
{
    width: 70%;
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #F0F0FF;
}
.popup
{
    position: absolute;
    background-color: #F0F0FF;
    left: 10px;
    top: 10px;
    border-style: double;
    padding: 12px 12px 12px 12px;
}
.icon
{
    float: right;
    cursor: pointer;
    margin-left: 3px;
    height: 27px;
    
}
.greyedOut
{
    color: Gray;
}