#tforumindex {
    width: 95%;
}

#tforumindex td {
    border:  1px solid #999999;
    margin:  0;
    padding: 2px;
}

#tforumindex td.topics {
    width: 75px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
#tforumindex td.posts {
    width: 75px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
#tforumindex td.last {
    width: 150px;
}
#tforumindex td.ico {
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

#tforumindex tr.category {
    background-color: #eeeeee;
    font-size: 12px;
    font-weight: bold;
}
#tforumindex h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 5px;
}

#tforumindex td.name {
    padding: 0;
}
#tforumindex .forum .name h3 {
    margin: 2px 0 2px 3px;
    font-weight: bold;
}
#tforumindex .forum .name .desc {
    margin: 2px 0 2px 3px;
}
#tforumindex .forum .name .moders {
    margin: 2px 0 2px 3px;
    color: #999999;
}
#tforumindex .forum .name .moders a {
    font-size: 95%;
    color: #999999;
}

#tforumindex .forum .name .subforums {
    border-top: 1px solid #999999;
    background-color: #f5f5f5;
    margin: 2px 0 0 0;
}



/* ------------------ TOPICS -------------------*/

.topicslist {
    border-collapse: collapse;
    width: 95%;
}

.topicslist tr.sticky {
    background-color: #aaffaa;
}

.topicslist td {
    border: 1px solid #999999;
    text-align: center;
    padding: 2px;
}

.topicslist .head {
    font-weight: bold;
    background-color: #eeeeee;
}

.topicslist .title {
    font-weight: bold;
    text-align: left;
}

/* ----------------- POSTS ---------------------- */

.poststable {
    width: 95%;
}
.poststable td {
    border: 1px solid #999999;
    padding: 0;
    margin: 0;
}

.poststable td.left {
    padding: 2px;
    width: 50px;
}
.poststable div.top {
    margin: 0;
    padding: 2px;
    height: 20px;
    font-style: italic;
    border-bottom: 1px solid #999999;
    background-color: #eeeeee;
}

.poststable .content {
    padding: 2px;
    overflow: hidden;
}

.poststable .moder {
    border-top: 1px solid #999999;
    background-color: #eeffee;
}

.paginator {
	margin: 3px 0 3px 0;
}
.paginator span {
	padding: 2px 5px 2px 5px;
}
.paginator span.current {
	border: 1px solid #999999;
}
