﻿body
{
    color: #800000;
    background-color: #010101;
    font-size: medium;
}

.background_container
{
}

.background_container_noborders
{
    background-image: url('Resources/background_CC.png');
}

.background_top
{
    background-image: url('Resources/background_CC.png');
}

.background_center
{
    background-image: url('Resources/background_CC.png');
}

.background_bottom
{
    background-image: url('Resources/background_CC.png');
}

.DocumentFrame
{
}

.DocumentBackgroundFrameSolid
{
    background-image: url('Resources/background_CC.png');
    background-repeat: repeat;
    background-color: #010101;
    background-attachment: fixed;
}

.DocumentBackgroundFrameFade
{
    background-image: url('Resources/background_fade.png');
    background-repeat: repeat-x;
    background-color: #010101;
    background-attachment: fixed;
}

.DocumentBackgroundFrameRuled
{
    background-image: url('Resources/background_ruled.png');
    background-repeat: repeat;
    background-color: #010101;
    background-attachment: fixed;
}

.FormFrame
{
    background-color: Transparent;
}

.PageFrame
{
    background-color: Transparent;
}

.HeaderSectionFrame
{
    background-color: Transparent;
}

.ContentSectionFrame
{
    background-color: Transparent;
}

.FooterSectionFrame
{
    background-color: Transparent;
}

.PageTabSectionFrame
{
    background-color: Transparent;
}

.PageTab
{
    width: 24px;
    height: 200px;
}

.MainMenuSectionFrame
{
    color: #FFD7D7;
    background-color: Transparent; /* #400000; */
    font-family: Verdana;
    font-size: 1.0em;
    text-align: center;
    margin: 2px 40px;
}

.ContentBlockFrame
{
    /* The scrollbar styles in this section are applicable to IE only */
    scrollbar-face-color: #F0DDD0;
    padding-right: 5px;
}

/*
    Content modifiers
*/

.Content
{
    color: #800000;
    font-family: Verdana;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
}

.FooterContent
{
    color: #800000;
    font-family: Verdana;
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
}

.FooterLinks
{
    color: #800000;
    font-family: Verdana;
    font-size: 9pt;
    font-style: normal;
}

.Copyright
{
    color: #800000;
    font-family: Verdana;
    font-size: 9pt;
    font-style: normal;
}

.LogoText
{
    color: #800000;
    font-family: Verdana;
    font-size: 11pt;
    font-style: normal;
}
