﻿body
{
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.Title
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #000;
    padding-top: 0px;
    background-color: #088;
    height: 85px;
    background-image: url(../../Images/top2.gif);
}
.Title h1
{
    padding-right: 1em;
    padding-left: 0.5em;
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 0.6em;
    margin: 0px;
    padding-top: 0.6em;
}
H1 A:visited
{
    color: #fff;
    text-decoration: none;
}
H1 A:active
{
    color: #fff;
    text-decoration: none;
}
H1 A:link
{
    color: #fff;
    text-decoration: none;
}
H1 A:hover
{
    text-decoration: none;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.Menu
{
    height: 20px;
    border-bottom: solid 1px #000000;
    text-align: left;
    padding-left: 10px;
    background-image: url(../../Images/top_back2.gif);
}
.Menu span
{
    padding-left: 2px;
    padding-right: 2px;
    height: 20px;
    line-height: 150%;
}
.Menu .SelectedSpan
{
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
    top: 2px;
    width: 30px;
    height: 20px;
    line-height: 150%;
    background-color: White;
    border-left: solid 1px #000000;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom: solid 1px white;
}
.SubMenu
{
    height: 20px;
    background-color: white;
    text-align: left;
    padding-left: 10px;
}
.SubMenu span
{
    padding-left: 3px;
    padding-right: 3px;
    height: 20px;
    line-height: 150%;
}
.SubMenu .SelectedSpan
{
    background-color: Yellow;
}
.LeftBar
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 0.9em;
    float: left;
    padding-bottom: 0px;
    margin: 0px;
    width: 180px;
    padding-top: 0px;
    background-color: #dee;
}
caption
{
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
}
table
{
    border-collapse: collapse;
}
.LeftMargin15
{
    padding-left: 15px;
    width: 50%;
}
.Column
{
    height: 150px;
    margin-top: 10px;
}
h3
{
    margin-top: 3px;
}

.SelectImg
{
    cursor: hand;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 400px;
    text-align: center;
}
.modalPopup2
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 600px;
    text-align: center;
}
.TableFixed
{
    table-layout: fixed;
    width:95%;
    border:solid 1px #cccccc;
}
.header
{
    font-weight:bold;
    height:22px;
}

