.forum_header_border
{
    border: 1px SOLID #006633;
}

.forum_header_border_normal
{
    border: 1px SOLID #003b78;
}


.forum_header_border tr:hover
{
    background-color: #eeb;
}

.forum_header_border tr
{
    background-color: #d8eafc;
}

.forum_header_border_normal tr
{
    background-color: #d9ebfb;
}

.forum_space_border tr
{
    background-color: #000000;
}


.forum_header
{
    background-color: #c0dbf6;
    padding: 8px;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: left;
}

.forum_header_menu
{
    background-color: #0f559d;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
    color: #c0dbf6;
}

a.header { color: #FFFFFF; text-decoration: none; }
a.header:hover { color: #FFFFFF; text-decoration: underline; }
a.header:visited { COLOR: #FFFFFF; }

.section_header
{
    border-bottom: 1px SOLID #003b78;
    background-color: #093a83;
    color: #dfecff;
    text-align: left;
    padding: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.section_menu
{
    padding: 10px;
}

.section_header_text
{
    background-color: #d8eafc;
    padding: 10px;
    font-size: 16px;
}

.section_create
{
    background-color: #d8eafc;
    padding: 8px;
}

.section_submit
{
    background-color: #b6c8da;
    text-align: center;
    padding: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.section_post_header
{
    border-bottom: 1px SOLID #003b78;
    background-color: #093a83;
    color: #dfecff;
    text-align: left;
    padding: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.section_post
{
    background-color: #d1dde9;
    text-align: left;
    padding: 8px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.section_error_header
{
    border-bottom: 1px SOLID #003b78;
    background-color: #093a83;
    color: #dfecff;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.section_error
{
    background-color: #b6c8da;
    text-align: center;
    padding: 8px;
    padding-bottom: 4px;
    padding-top: 4px;
}

/*  */

a.thread { color: #1244e8; text-decoration: none; }
a.thread:hover { color: #1244e8; text-decoration: underline; }
a.thread:visited { COLOR: #1244e8; }

a.thread_link { color: #275ecd; text-decoration: none; font-weight: bold; }
a.thread_link:hover { color: #153473; text-decoration: none; font-weight: bold; }
a.thread_link:visited { color: #275ecd; text-decoration: none; font-weight: bold; }

.forum_thread_header
{
    background-color: #0f559d;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
    color: #c0dbf6;
    border-right: 1px SOLID #000000;
    border-bottom: 1px SOLID #000000;
}

.forum_thread_footer
{
    border-top: 1px SOLID #000000;
    background-color: #c0dbf6;
    padding: 8px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: left;
}

.forum_thread_post
{
    padding: 8px;
    padding-bottom: 1px;
    padding-top: 1px;
    color: #000000;
    border-right: 1px SOLID #cecece;
    border-bottom: 1px SOLID #cecece;
}
/*  */

.forum_post_header
{
    background-color: #c0dbf6;
    padding: 8px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: left;
}

.forum_post_footer
{
    background-color: #c0dbf6;
    padding: 3px 8px 3px 3px;
    border-top: 1px SOLID #000000;
}

.gap
{
    border: 0px;
    border-top: 1px SOLID #000000;
}

.quote_header
{
    background-color: #0f559d;
    padding: 3px;
    color: #c0dbf6;
    border-right: 1px SOLID #000000;
    border-bottom: 1px SOLID #000000;
}

.quote_post
{
    background-color: #d9ebfb;
    padding: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: #000000;
    border-right: 1px SOLID #cecece;
    border-bottom: 1px SOLID #cecece;
}
