            table#forumList, table#topicList {
                width: 100%;
                border-right: 1px solid #e8e8e8;
            }

            table#forumList div.forumSummaryName a {
                font-weight: bold;
                text-decoration: none;
            }

            table#forumList div.forumSummaryDescription {
                color: #878787;
            }

            table#forumList thead tr th, table#topicList thead tr th {
                background-color: #e8e8e8;
                padding: 3px;
                color: #3b3b3b;
            }

            table#forumList tbody tr td, table#topicList tbody tr td {
                padding: 3px;
                border-left: 1px solid #e8e8e8;
                border-bottom: 1px solid #e8e8e8;
            }

            div#forumStatusBox {
                font-size: 12px;
                text-align: left;
                margin-left: 30px;
                float: left;
            }

            div#loginStatusBox {
                font-size: 12px;
                text-align: right;
                margin-right: 30px;
            }

            div#loginStatusBox a {
                color: blue;
            }

            div#loginBox {
            }

            div#newResponseBox, div#newTopicBox {
                border: 1px solid #dcdcdc;
            }

            div.formBox div.formDescription {
                background-color: #fcf197;
                border-bottom: 1px solid #dcdcdc;
                padding: 5px;
                margin-bottom: 10px;
            }

            div.formBox form {
                padding: 5px;
                margin-bottom: 5px;
            }

            div.formBox form fieldset {
                border: none;
                padding: 0px;
                margin: 0px;
            }

            div.formBox form fieldset legend {
                display: none;
            }

            div.formBox form fieldset label {
                clear: left;
                float: left;
                width: 150px;
            }

            div.formBox div.loginFailure {
                color: red;
                font-weight: bold;
                margin-bottom: 5px;
            }

            div.infomsg {
                border: 1px solid #E5DE98;
                background-color: #F6F1D1;
                text-align: center;
                font-weight: bold;
                margin-bottom: 10px;
            }

            div.errormsg {
                color: red;
                background-color: #fbd9d9;
                padding: 5px;
                margin-top: 10px;
                border: 1px solid red;
                text-align: center;
                font-weight: bold;
            }

            div.forum_response_first {
                border-bottom: 1px solid #dcdcdc;
                margin-bottom: 10px;
            }

            div.forum_response {
                background-image: url(/commenttop.gif);
                background-position: 30px 0px;
                background-repeat: no-repeat;
                border-bottom: 1px solid #dcdcdc;
                border-top: 1px solid #dcdcdc;
                padding-top: 0px;
                margin-bottom: 10px;
            }

            div.forum_response_header {
                border-left: 1px solid #dcdcdc;
                border-right: 1px solid #dcdcdc;
                background-image: url(/commenttop_background.gif);
                background-repeat: no-repeat;
                padding: 5px;
                font-weight: bold;
            }

            div.forum_response_first div.forum_response_header {
                border-top: 1px solid #dcdcdc;
                background: none;
            }

            div.forum_response_content {
                border-left: 1px solid #dcdcdc;
                border-right: 1px solid #dcdcdc;
                padding: 5px;
            }

            div.forum_response_footer {
                background-color: #b0e590;
                text-align: right;
            }
