HTML
{
    height: 100%;
}
BODY
{
    height: 100%;
}
.SubHead
{
    margin: 0px;
}
HR, .HR, TD.HR, .DivHR
{
    font-size: 0em;
}
HR
{
    padding: 0px;
    margin: 0px;
    height: 1px;
}
B, H1, H2, H3, H4, H5, H6, .SubHead, TH, TH.Normal, TH.NormalOdd, TH.NormalEven, TH.Highlight, TH.NormalError, TH.Error, TH.NormalDisabled, TD.Caption, TD.CaptionOdd, TD.CaptionEven, TD.CaptionHighlight, TD.CaptionError, TD.CaptionDisabled, .FieldName, .FieldNameError, .FieldNameDisabled
{
    font-weight: 600;
}
B, H1, H2, H3, H4, H5, H6, .FieldName
{
    color: #333333;
}
TH.Normal, TH.NormalOdd, TD.Caption, TD.CaptionOdd, DIV.FrameworkDialogCaption
{
    background-image: url(/images/Header_Background.png);
    background-attachment: fixed;
}
TH.Highlight, TH.NormalEven, TD.CaptionEven, TD.CaptionHighlight
{
    background-image: url(/images/Header_Background_Dark.png);
    background-attachment: fixed;
}
TH.NormalDisabled, TH.Disabled, TD.CaptionDisabled
{
    background-image: url(/images/Header_Background_Disabled.png);
    background-attachment: fixed;
}
TD.Normal, TD.NormalOdd
{
    background-image: url(/images/Cell_Background.png);
    background-attachment: fixed;
}
TD.NormalEven, TD.Highlight
{
    background-image: url(/images/Cell_Background_Dark.png);
    background-attachment: fixed;
}
TD.NormalDisabled, TD.Disabled
{
    background-image: url(/images/Cell_Background_Disabled.png);
    background-attachment: fixed;
}
IMG
{
    border: 0px solid black;
}
UL
{
    padding-left: 20px;
}
.BodyTitle
{
    font-family: Segoe UI, Arial;
    font-size: 20px;
    vertical-align: middle;
    text-transform: uppercase;
    padding-top: 4px;
}
.Title
{
    font-family: Segoe UI, Arial;
    font-size: 24px;
    text-transform: none;
    color: #333333;
}
A.Navigation, SPAN.Navigation
{
    color: #ffffff;
    font-weight: 600;
}
A.Navigation:hover, SPAN.Navigation:hover
{
    text-decoration: underline;
}
TD.Navigation, TD.NavigationSelected, TD.NavigationDeveloper, TD.NavigationDeveloperSelected
{
    vertical-align: middle;
    border-bottom: 1px solid white;
    height: 26px;
    padding-left: 10px;
    font-weight: 600;
}
TD.Navigation, TD.NavigationSelected, TD.NavigationDeveloper, TD.NavigationDeveloperSelected
{
    background-image: url(/Images/Navigation_Background_Normal.png);
}
TD.NavigationSelected
{
    background-image: url(/Images/Navigation_Background_Selected.png);
}
TD.NavigationDeveloper
{
    background-image: url(/Images/Navigation_Background_Developer_Normal.png);
}
TD.NavigationDeveloperSelected
{
    background-image: url(/Images/Navigation_Background_Developer_Selected.png);
}
.YellowBubble
{
    text-align: left;
    color: #333333;
    border: 1px solid #666666;
    background-color: #ffff00;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-block;
}
.YellowBubble B
{
    color: #000000;
}
.DeveloperLinks,
.DeveloperLinks A
{
    font-size: 8pt;
    font-style: italic;
    color: #333399;
}
