﻿.FormTable
{
    width: 80%;
}
.FormQuestion
{
    background-color: #0099cc;
    color: #ffffff;
    font-weight: bold;
    width: 150px;
    padding: 3px;
    font-family: "trebuchet MS";
    font-size: 11px;
    vertical-align: top;
}
/* the Previous need to remain together in this order */

.watermark
{
    background: #FFAAFF;
}

.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground
{
    background-color: Gray;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

/* Search Results Page */
.SearchResultsTitle
{
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    padding-top: 20px;
    font-size: 120%;
}


.SearchResultsDescription
{
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    padding-top: 4px;
}

.SearchResultsURL
{
    font-size: 80%;
    color: #aaaaaa;
    padding: 0px;
    margin: 0px;
    padding-top: 4px;
}

/* End Search Results Page */

hr
{
    border: 1px solid #0083a6;
    color: #0083a6;
    background-color: #0083a6;
    height: 1px;
}
.white:link
{
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.white:visited
{
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.white:hover
{
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
}
h1
{
    font-family: Arial;
    font-size: 16px;
    color: #0083a6;
    line-height: normal;
}

h2
{
    font-family: Arial;
    font-size: 14px;
    color: #0083a6;
}
h3
{
    font-family: Arial;
    font-size: 12px;
    color: #0083a6;
}

h4
{
    font-family: Arial;
    font-size: 10px;
    color: #0083a6;
}
