/* styles for printing topics */
table#topic-posts-list #reply {
	display:none;
}

table#topic-posts-list tr.even, table#topic-posts-list tr.odd {
	background-color:#ffffff;
}
table#topic-posts-list td {
	color:#555555;
	padding:4px;
}

table.top_head .smallprint {
	font-weight:normal;
}

table#topic-posts-list td {
	padding:10px 0px 0px 0px;
}

table#topic-posts-list td.poster {
  width:200px;
}