
.info em {
	font-style:normal;
	font-weight:bold;
}

div.addthread {
	text-align:center;
	width:100%;
	font-weight:bold;
}

div.addthread img {
	margin-right:5px;
}

div#addthreadbutton {
	margin-top:15px;
}

table#threadtable tr.new A.threadname {
	font-weight:bold;
}

table#threadtable {
	margin-top:10px;
	width:100%;
	margin-bottom:10px;
}

table#threadtable tr td {
	background-color:white;
	vertical-align:center;
}

table#threadtable tr td.title {
	width:60%;
	padding-left:4px;	
}

table#threadtable tr td.title em {
	color:red;
}

table#threadtable tr td.title img {
	margin-left:5px;
}

table#threadtable tr td.author {
  width:10%;
  text-align:center;
}

table#threadtable tr td.typ {
  font-size: 10px;
  padding: 0px 4px;
}

table#threadtable tr td.count {
	width:10%;
	text-align:center;
}

table#threadtable tr td.last {
	width:20%;
	text-align:center;
	font-size:11px;
	line-height:14px;
}

table#threadtable tr td.action {
	padding:2px;
}

table#threadtable tr.header td {
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:11px;
}

table#threadtable tr td.root {
    background-color: #CCE6CC;
}

table#searchtable {
	width:753px;
}
table#searchtable td {
	vertical-align:bottom
}

table#searchtable td#addthread {
	text-align:right;
	font-weight:bold;
}	
