a#menuforum:link, a#menuforum:visited {
    background-image: url(/templates/images/forum_active.png);
}

#djangoForumBody {
/*  width: 90%;
    margin: 0 auto; */  /* COMMENTED OUT BY ELIZA 8/8/08 */
    margin: 0;          /* ADDED BY ELIZA 8/8/08 */
    text-align: left;
}

#djangoForumList,
#djangoForumThreadList,
#djangoForumThreadPosts {
    border-collapse: collapse;
    width: 100%;
}

#djangoForumList td,
#djangoForumThreadList td,
#djangoForumThreadPosts td {
    border: solid #777 1px;
    padding: 6px;
}

#djangoForumList .djangoForumListDetails {
    background-color: #dedede;
    width: 70%;
}

#djangoForumList .djangoForumListDetails strong {
    font-size: 120%;
}

#djangoForumList .djangoForumListDetails .djangoForumStats {
    font-size: 80%;
}

.djangoForumListLastPost,
.djangoForumThreadLastPost {
    background-color: #ccc;
    border-bottom: solid #777 1px;
}

#djangoForumList th,
#djangoForumThreadList th,
#djangoForumThreadPosts th {
    background-color: #ccc;
    border: solid #777 1px;
    text-align: left;
    font-size: 90%;
    padding: 4px;
}

#djangoForumThreadPosts th {
    width: 25%;
}

#djangoForumBreadcrumbs {
    padding: 10px;
}

#djangoForumBody label {
    font-size: 110%;
    display: block;
    padding: 2px;
}

#djangoForumThreadPostDetail {
    width: 25%;
}
