html, body
{
    height: 100%;
    width: 100%;
    font-family: Segoe UI, Verdana, Arial;
    font-size: 12px;
    color: #000000;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
a, a:link, a:visited
{
    font-size: 0.9em;
    color: #3165C6;
    text-decoration: none;
}
a:hover
{
    color: #3165C6;
    text-decoration: underline;
}

.HelpBody
{
    height: 100%;
    font-family: Segoe UI, Verdana, Arial;
    font-size: 12px;
    color: #000000;
}
.HelpStart
{
    font-size: 1.8em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom: 0px solid #666666;
    margin-bottom: 0;
    background: url(../images/HeaderGradientImage.Gif);
}
h1, .HelpHeader
{
    font-size: 1.3em;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #666666;
    margin-bottom: 3;
}
h2, .HelpSubHeader
{
    font-size: 1.1em;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #666666;
    margin-bottom: 3;
}
h3, .HelpSubSubHeader
{
    font-size: 0.9em;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #666666;
    margin-bottom: 3;
}
.HelpExample
{
    font-family: Segoe UI, Verdana, Arial;
    font-size: 11px;
    color: #4D4D4D;
    text-indent: 10;
    margin-left: 5;
    margin-right: 5;
    margin-top: 5;
    margin-bottom: 10;
}
.line_sep
{
    border-top: 1px solid #3165C6;
    padding-bottom: 10px;
    padding-top: 220px;
}

.imgThumbNail
{
    /* visibility = hidden; */
    width: 50%;
    border: 2px outset #C0C0C0;
    margin: 5;
    padding: 5px;
    border: 5px groov #c0c0c0;
    background: #f1f5f5;
}
.shiftcontainer
{
    width: 100%;
    text-align: center;
    position: relative;
    left: 5px;
    top: 5px;
}
.shadowcontainer
{
    width: 85%;
    text-align: center;
    background-color: #d1cfd0;
}
.shadowcontainer .innerdiv
{
    text-align: center;
    background-color: white;
    border: 1px solid gray;
    padding: 6px;
    position: relative;
    left: -5px;
    top: -5px;
}
