﻿body
{
    width: 100%;
    min-width: 1000px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 11pt;
    color: #ffffff;
}

html
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #9d9d9d;
}

form
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.webSectionContent
{
    text-align: left;
    vertical-align: top;
}

.webSectionContent a:link
{
    text-decoration: none;
    color: #00aeef;
}

.webSectionContent a:visited
{
    text-decoration: none;
    font-style: italic;
    color: #00aeef;
}

.webSectionContent a:hover
{
    color: #9e0b0f;
    text-decoration: underline;
}

img
{
    border: none;
    padding: 0px;
    margin: 0px;
}

.imageListDiv img
{
    margin: 2px;
    padding: 1px;
    border: solid 2px transparent !important;
    display: inline-block;
    cursor: pointer;
}

.imageListDiv img:hover
{
    border: solid 2px #ffff00 !important;
}

.jsModalHolder
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.jsModal
{
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0px;
    padding: 0px;      
}

.jsModalBg
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 8999;
    background-color:#000000;
    opacity:0.70;
    filter:alpha(opacity=70);
}