#topicView ul {
	list-style-type: disc;
	margin: 0;
	padding: 0px;
	padding-left: 20px;
	list-style-image: url(/img/system/replyarrow.gif);
	list-style-position: inside;
}

table.forums td.new,
table.forums td .new
{
    color: #f7941d;
    font-weight: bold;
}

table.forums td.new small
{
    font-size: 8px;
    font-weight: normal;
}

table.forums tr.alt td { background: #FFF; }
table.forums td.children {
	padding: 5px 5px 20px 90px;
	margin-top: 10px;
	border-top: 1px dashed #998;
	background: #FFF;
}
.closed td { background-color: #D8D8D0; }
table.dataTable tr.closed td { background-color: #E8E8E0; }
table.dataTable tr.offline td { background-color: #FCC; }

td.postInfo 
{
	font-size: 10px;
	color: #000;
	padding: 0 0 10px 0;
	height: 17px;
	color: #AAA;
}

table.forums td 
{
    padding: 5px 6px; 
}

table.forums td a
{
    font-size: 18px;
    color: #ff6600;
    font-weight: normal;
    text-decoration: none;
}

table.forums td a:hover
{
    text-decoration: underline;
}

table.forums td.postInfo a
{
    text-decoration: underline;
}

table.forums .postData
{
    margin-top: 8px;
    line-height: 17px;
    font-family: Arial, sans-serif;
    font-size: 12px;    
}

table.forums .postData a
{
    font-size: 12px;    
    color: #ff6600;
    font-weight: bold;
    text-decoration: none;
}

.deleted td {
	background-color: #FCC;
	color: #633;
}
.deleted td b {
	color: #966;
}
	
