/****************************************************************************
*** Structure ***************************************************************
****************************************************************************/

    /* Uncomment to hide Site Title and Site Description if shown in wide logo graphic */
    /*
    .CommonTitleBarTitle,
    .CommonTitleBarDescription
    {
        display: none;
    }
    */

/****************************************************************************
*** Backgrounds *************************************************************
****************************************************************************/

    BODY /* Uncomment one of the choices */
    {
        /* For a background color */
            background-color: #CCCCCC;
            background-image: none;
        /* Or for a background image */
        /*  background-color: #000000;
            background-image: url(http://path/to/image.gif);
            background-repeat:repeat;*/
    }

    #Common
    {
        border-top: solid 3px #990000; /* Set to 0px or change color to mimic MenuBar Background Color */
    }

/****************************************************************************
*** Major Colors ********************************************************
****************************************************************************/

    .CommonTitleBarTitle
    {
        color: #990000; /* Site Title Color */
    }

    .CommonTitleBarDescription
    {
        color: #990000; /* Site Description Color */
    }

    .CommonTitle,
    .CommonTitle a:link,
    .CommonTitle a:hover,
    .CommonTitle a:visited,
    .BlogPostHeader,
    #comments h3

    {
        color: #104177; /* Major Headings Color */
    }

    #welcome, #welcome A,
    #welcome A:VISITED,
    #welcome A:ACTIVE,
    #welcome A:HOVER
    {
        color: #104177; /* Color for "Signed in as..." block */
    }


    a:link,
    a:visited,
    a:hover,
    .CommonSidebarContent a:link,
    .CommonSidebarContent a:hover,
    .CommonSidebarContent a:visited,
    .CommonSidebarArea a:link,
    .CommonSidebarArea a:hover,
    .CommonSidebarArea a:visited,
    .CommonInlineMessageArea a:link,
    .CommonInlineMessageArea a:hover,
    .CommonInlineMessageArea a:visited
    {
        color: #104177;             /* Default Link Color */
    }

    .CommonSidebarHeader,
    .CommonSidebarHeader a:link,
    .CommonSidebarHeader a:visited,
    .CommonSidebarHeader a:hover
    {
        background-color: #990000;  /* Sidebar Title Bar Background Color */
        color: #FFFFFF;             /* Sidebar Title Bar Text Color */
    }

    .CommonInlineMessageTitle,
    .CommonInlineMessageTitle a:link,
    .CommonInlineMessageTitle a:hover,
    .CommonInlineMessageTitle a:visited,
    .CommonListTitle,
    .CommonListTitle a:link,
    .CommonListTitle a:hover,
    .CommonListTitle a:visited
    {
        color: #FFFFFF;             /* Title Bar Text Color */
        background-color: #990000;  /* Title Bar Background Color */
    }

    .CommonListHeader,
    .CommonListHeaderLeftMost
    {
        background-color: #CC6666;  /* Column Headers Background Color */
        color: #000000;             /* Column Headers Text Color */
    }

    .CommonBreadCrumbArea,
    .CommonBreadCrumbArea a:link,
    .CommonBreadCrumbArea a:hover,
    .CommonBreadCrumbArea a:visited
    {
        color: #CC6666;             /* Color of breadcrumb links */
        background-color: #CC6666;  /* Background color for breadcrumbs bar */
    }


/****************************************************************************
*** Menu Bar ****************************************************************
****************************************************************************/

    .CommonTabBar
    {
        background-color: #990000;  /* Background Color */
        background-image: none;
    }

    .CommonSimpleTabStripTab,
    .CommonSimpleTabStripTab A:LINK,
    .CommonSimpleTabStripTab A:VISITED,
    .CommonSimpleTabStripTab A:ACTIVE
    {
        color: #FFFFFF; /* Link Text Color */
        background-color: #990000;  /* Background Color */
        background-image: none;
    }

    .CommonSimpleTabStripTabHover,
    .CommonSimpleTabStripTabHover A:LINK,
    .CommonSimpleTabStripTabHover A:VISITED,
    .CommonSimpleTabStripTabHover A:ACTIVE,
    .CommonSimpleTabStripTab A:HOVER,
    .CommonSimpleTabStripTabHover A:HOVER
    {
        color: #ffffff; /* Hover Tab Link Color */
        background-color: #CC6666; /* Hover Tab Background Color */
        background-image: none;
    }

    .CommonSimpleTabStripSelectedTab,
    .CommonSimpleTabStripSelectedTab A:LINK,
    .CommonSimpleTabStripSelectedTab A:VISITED,
    .CommonSimpleTabStripSelectedTab A:ACTIVE,
    .CommonSimpleTabStripSelectedTab A:HOVER
    {

        color: #ffffff; /* Selected Tab Link Color */
        background-color: #CC6666; /* Selected Tab Background Color */
        background-image: none;
    }

/****************************************************************************
*** Forums Only *************************************************************
****************************************************************************/

    .ForumPostHeader
    {
        background-color: #990000; /* Background color for forum post title bar where date is shown */
    }

    .ForumPostUserArea
    {
        background-color: #CC6666; /* Background color for part of forum post on left where user info is shown */
    }

    .ForumPostTitleArea
    {
        background-color: #CC6666; /* Background color for part of forum post on top where title and buttons is shown */
    }

    .ForumPostBodyArea,
    .ForumPostFooterArea,
    .ForumPostContentArea
    {
        background-color: #CC6666; /* Background color for content of forum post */
    }

    .ForumGroupNameRead:link,
    .ForumGroupNameRead:hover,
    .ForumGroupNameRead:visited,
    .ForumGroupNameUnRead:link,
    .ForumGroupNameUnRead:hover,
    .ForumGroupNameUnRead:visited
    {
        color: #104177;             /* Forum Name Link Color */
    }

    .ForumNameRead:link,
    .ForumNameRead:hover,
    .ForumNameRead:visited
    {
        color: #5485AA;             /* Link color for forum thread that has been read */
    }

    .ForumNameUnRead:link,
    .ForumNameUnRead:hover,
    .ForumNameUnRead:visited
    {
        color: #104177;             /* Link color for unread forum thread */
    }