/* this has some overlap with comments.css and needs review */

table.topic, table.topics {
    width: 100%;
}
table.topic td, table.topics td {
    vertical-align: top;
    padding: 5px 20px 5px 5px;
}
table.topic td h1, table.topics td h2 {
    margin: 0;
    padding: 0;
}
.responses .even, .topics .even {
    margin-bottom:5px;
    background-color: #FAFAFA;
    border:1px solid whitesmoke;
}
.responses .odd, .topics .odd {
    margin-bottom:5px;
    background-color: #F3F3F3;
    border:1px solid Whitesmoke;
}
.responses {
    margin-left: 0px;
    padding-left: 0px;
}
.responses li {
    list-style-type: none;
}
td.meta {
    width: 100px;
    margin: 4px;
}
div.meta {
//  border:1px solid whitesmoke;
    width: auto;
    margin: 4px;
    padding: 4px;
}

div.bulk {
    margin-left: 150px;
    padding: 4px;
    margin:2px;
}

div.bulk .details {
    float:left;
    width:auto;
}

div.bulk .body {
    clear:left;
//    background:White;
    padding:0px 10px;
    margin-top:2px;
//    border:1px solid WhiteSmoke;
//    -moz-border-radius: 5px;
//    -webkit-border-radius: 5px; 
}

.hidden { display: none; }
.thread-0 { margin-left: 0px; }
.thread-1 { margin-left: 20px; }
.thread-2 { margin-left: 40px; }
.thread-3 { margin-left: 60px; }
.thread-4 { margin-left: 80px; }
.thread-5 { margin-left: 100px; }
.thread-6 { margin-left: 120px; }
.thread-7 { margin-left: 140px; }
.thread-8 { margin-left: 160px; }

table.topics .created {
    color: #999;
    font-size: 90%;
}
table.topics .comment_stats {
    color: #999;
    border-top: 1px solid #CCC;
    font-size: 90%;
}

.reply_topic {
//    -moz-border-radius: 5px;
//    -webkit-border-radius: 5px;
    float:right;
    padding:1px 6px; 
    margin-bottom:5px; 
    font-size:10px;  
    border:1px solid LightGray; 
    background:WhiteSmoke#;
    color:SlateGray;
}

.reply_topic:hover {
    text-decoration:none;
    color:black;
}