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 {
	/*background-color: #FAFAFA;*/
}
.responses .odd, .topics .odd {
	/*background-color: #F3F3F3;*/
}
.responses {
	margin-left: 0px;
	padding-left: 0px;
}
.responses li { 
	list-style-type: none; 
	background: url(../images/comment.png) no-repeat 56px 17px;
}
td.meta {
	width: 100px;
	margin: 4px;
}
div.meta {
	float: left;
	margin: 4px;
	padding: 4px;
}
div.bulk {
	margin-left: 85px;
	padding: 10px;
	background-color: #DFDFDF;
	margin-bottom:10px;
	
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
.hidden { display: none; }
.thread-0 { border-left: 0px; }
.thread-1 { margin-left: 30px; }
.thread-2 { margin-left: 60px; }
.thread-3 { margin-left: 90px; }
.thread-4 { margin-left: 120px; }
.thread-5 { margin-left: 150px; }
.thread-6 { margin-left: 180px; }
.thread-7 { margin-left: 210px; }
.thread-8 { margin-left: 240px; }

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