<!--
#djangoForumBody {
    text-align: left;
}

#djangoForumList,
#djangoForumThreadList,
#djangoForumThreadPosts {
    border-collapse: collapse;
    width: 100%;
}

#djangoForumList td,
#djangoForumThreadList td,
#djangoForumThreadPosts td {
    border: solid #930c13 1px;
    padding: 6px;
}

#djangoForumList .djangoForumListDetails {
    width: 70%;
}

#djangoForumList .djangoForumListDetails strong {
    font-size: 120%;
}

#djangoForumList .djangoForumListDetails .djangoForumStats {
}

.djangoForumListLastPost,
.djangoForumThreadLastPost {
    border-bottom: solid #930c13 1px;
}

#djangoForumList th,
#djangoForumThreadList th,
#djangoForumThreadPosts th {
    background-color:#930c13;
    border: solid #930c13 1px;
    color: #fff;
    text-align: left;
    padding: 4px;
}

#djangoForumThreadPosts th {
    width: 20%;
}

#djangoForumBreadcrumbs {
    background-color:black;
padding: 10px;
}

#djangoForumBody label {
    font-size: 110%;
    font-weight: bold;
    display: block;
    padding: 4px;
}

.djangoForumThreadPostDetail {
    width: 20%;
vertical-align:top;
}
.djangoForumThreadPostDetail img {
float:left;
margin-right:10px;
}

.djangoForumPagination {
    display: inline;
}
-->
