/*
 * Forum list.
 */
table { width:100%;}

#fores .r {
    margin-bottom: 1em;
}

.forum-group {
    padding: 0;
}

.forum-group .title {
    font-size: 150%;
    font-weight: bold;
    padding: 1.3em 0 0.4em;
    color:#222;
}

.forum-group .fores {
    margin: 0;
    padding: 0;
}

.forum-group table {    
    border-spacing: 0;
}

.forum-group .fores tr {
    margin: 0.2em 0 0.6em;
    padding: 0;
}

.forum-group .fores td {
    border-top: solid 1px #dedcdc;
    padding: 0.2em 0.3em 0.5em 0.3em;
}

.forum-group .fores td p {
    margin: 0;
    padding: 0.2em 0 0.2em;
}

.forum-group .fores .title {
    font-size: 100%;
    font-weight: normal;
    width: 15em;
    height: 5em;
}

.forum-group .fores .description {
    width: 30em;
}

.forum-group .fores .threads {
    height: 5em;
    width: 8em;
    text-align: right;
    padding-right: 0.8em;
}

.forum-group .fores .threads .unread {
    font-weight: normal;
}

.forum-thread {
    padding: 0;
}

.forum-thread table {
    width: 100%;
    border-spacing: 0;
}

.forum-thread th {
    text-align: left;
    padding-bottom: 1em;
    padding-right:1em;
}

.forum-thread td {
    border-top: solid 1px #dedcdc;
    padding: 1.4em 0 1em 0.1em;
}

.forum-thread .title {
    width:100%;
}

.forum-thread .last {
    white-space: nowrap;
}

.forum-thread .title>a {
    color:#444;
}


.forum-thread .closed .title>a {
    color: #aaa;
}

.forum-thread .closed td {
    color: #aaa;
}

.forum-thread .title>a:hover {
    color:red;
}

.forum-thread .title .description,
.forum-thread .title .author {
    padding-left: 1em;
    display:inline;
}

.forum-thread .title .author a {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
    display: inline;
}


.forum-thread .last a  {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
    display: inline-block;
    width: 90px;
}

.forum-thread .comments {
    font-weight: bold;
    text-align: center;
}

.forum-thread .comments .unread {
    font-weight: normal;
}

.thread-comments .thread-comment {    
    padding-top: 1em;
}

.thread-comment {
    border-bottom: dotted 1px #dedcdc;
    clear: both;
    padding: 0.4em 0 0.4em;
}

.thread-comment .author {
    float: right; 
    width: 9em;
    padding: 0 0 1em 1em;
    position: relative;
    z-index: 1;
}

.thread-comment .author .br {
    padding-left: 0.5em;
}

.thread-comment .author a {
    display: block;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
}

.thread-comment .comment {
    position: relative;
    margin: 0;
}

li.remove span {
    display: none;
}

li.remove {
    height: 12px;
    width: 12px;
    background-image: url(../img/trash.png);
    cursor: pointer;
}

