﻿body
{
    background-color: #FFFFFF;
    font-family: Arial, Sans-Serif;
    color: black;
    font-size: 10pt;
}
.HeaderRow
{
    border-style: none none dotted none;
    border-width: 1px;
    border-color: #FEAB26;
    padding-bottom: 3px;
    padding-top: 3px;
}
.StepRow
{
    border-style: none none dotted none;
    border-width: 1px;
    border-color: #212121;
    padding-bottom: 3px;
    padding-top: 3px;
}
.PageTitle
{
    font-size: 14pt;
    font-weight: bold;
}
.SectionTitle
{
    border-color: #C0C0C0;
    font-size: 14pt;
    font-weight: bold;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}
.Button
{
    border-style: none;
    background-image: url('../images/btnBg_Medium.gif');
    height: 26px;
    width: 100px;
    background-repeat: repeat-x;
}
.ButtonS
{
    border-style: none;
    background-image: url('../images/btnBg_S.gif');
    height: 26px;
    width: 75px;
    background-repeat: repeat-x;
}
.ButtonL
{
    border-style: none;
    background-image: url('../images/btnBg_L.gif');
    height: 26px;
    width: 150px;
}
.ButtonXL
{
    border-style: none;
    background-image: url('../images/btnBg_XL.gif');
    height: 26px;
    width: 200px;
}
.WarningText
{
    color: red;
    font-weight: bold;
}
.GridviewHeader
{
    background-color: #FEAB26;
}
.Label
{
    font-weight: bold;
    text-align: center;
}
.LabelVisited
{
    font-weight: normal;
    text-align: center;
    color: #C0C0C0;
}
.PopWindow
{
    z-index: 9;
    position: fixed;
    top: 50%;  
    left: 0px;  
    width: 100%;  
    overflow: visible;  
    height: 1px;
    text-align: center;
}
.PopWindowContent
{
    background-color: #FFFFFF;
    border: thick solid #FEAB26;
    padding: 10px;
    top: -150px;
    width: 400px;
    height: 300px;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    clear:both;
}
.PopWindowContentL
{
    background-color: #FFFFFF;
    border: thick solid #FEAB26;
    padding: 10px;
    top: -200px;
    width: 800px;
    height: 400px;
    left: 50%;
    margin-left: -400px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    overflow:scroll;
    clear:both;
}

.Flyout
{
    margin: 10px;
    background-color: #FFFFFF;
    border: thick solid #FEAB26;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    clear: both;
    width: 300px;
    z-index: 1001;
    overflow: visible;
}
.Loading
{
    background-color: #FFFFFF;
    border: thick solid #FEAB26;
    padding: 10px;
    top: 100px;
    text-align: center;
    vertical-align: middle;
    overflow:hidden;
    clear:both;
}
.DotDivider
{
    font-weight: lighter;
    color: #C0C0C0;
}
.InfoTable
{
    border: thin dotted #C0C0C0;
}
a:link
{
    color: #FEAB26;
}
a:visited
{
    color: #FEAB26;
}
a:active
{
    color: #FEAB26;
}

