/* $Id: forum.css 789 2010-05-22 14:57:30Z tigra $ */
@CHARSET "UTF-8";
.forum {
    padding: 10px;
}
    .forum .division {
    }
        .forum .division .title {
            padding: 4px;
            background-color: #e9e9e9;
        }
            .forum .division .title h3 {
                font-size: 16px;
                margin: 0; padding: 0;
            }
        .forum .division .categories,
        .forum .category .topics {
            width: 100%;
            margin: 0 0 20px 0;
        }
            .forum .division .categories .edit-links,
            .forum .category .topics .edit-links {
                width: 43px;
                float: none;
            }
            .forum .division .categories thead th,
            .forum .category .topics thead th {
                background: #e8eef7;
                border-bottom: 1px solid #e8eef7;
                padding: 5px;
            }
            .forum .division .categories .date,
            .forum .category .topics .date {
                width: 150px;
            }
            .forum .division .categories .topics {
                width: 40px;
                text-align: center;
            }
            .forum .division .categories .last-answer {
                width: 160px;
                text-align: center;
            }
            .forum .division .categories tr td,
            .forum .category .topics tr td {
                background: transparent;
                border-bottom: 1px solid #e9e9e9;
                padding: 5px;
            }
            .forum .division .categories tr:hover td,
            .forum .category .topics tr:hover td {
                background: #ffa;
                color: #036;
            }
            .forum .category .topics {
                position: relative;
            }
                .forum .category .topics .shorttext {
                    color: #999;
                }
    .forum .breadcrumbs {
        margin-bottom: 10px;
    }
        .forum .breadcrumbs .last {
            text-decoration: none;
            border-bottom: 1px dotted gray;
        }
    .forum .topic-itself {
        border: 1px solid #e9e9e9;
        margin-bottom: 10px;
    }
        .forum .topic-itself .userbar {
            padding: 2px;
            width: 200px;
            float: left;
        }
            .forum .topic-itself .userbar dl.profile dt {
                color: #999 !important;
                font-size: 10px !important; line-height: 12px !important;
                margin: 0 !important; padding: 0 !important;
                clear: left !important; float: left !important;
            }
            .forum .topic-itself .userbar dl.profile dd {
                font-size: 10px !important; line-height: 12px !important;
                margin: 0 0 0 5px !important; padding: 0 !important;
                float: left !important;
            }
        .forum .topic-itself .forum-content {
            border-left: 1px solid #e9e9e9;
            margin-left: 204px;
        }
            .forum .topic-itself .forum-content .toolbar {
                padding: 3px;
            }
                .forum .topic-itself .forum-content .toolbar .title {
                }
                .forum .topic-itself .forum-content .toolbar .date {
                    color: #999;
                }
                .forum .topic-itself .forum-content .toolbar .quote {
                    text-align: right
                }
            .forum .topic-itself .forum-content .text {
                padding: 3px;
            }





.link-order-up {
    background-image: url('../images/up-16.png');
}
.link-order-down {
    background-image: url('../images/down-16.png');
}











