.alt {
	background: #fff;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

#latest td, #forumlist td, #favorites td {
	padding: 5px 10px;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { 
	background: #e4f3e1;
}

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background: #f7f7f7;
	margin: 5px 0 5px 0;
	width: 100%;
	color : black;
}



#thread {
	background: #eee;
	list-style-type : none;
	margin: 5px 0 5px 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { 
	margin-left: 40px;
}

#thread li ol li, #thread li ul li { 
	padding: 0;
}





#by-author {
	background: #eee;
	list-style-type : none;
	margin: 5px 0 5px 0px;
	padding: 0;
}

#by-author li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#by-author li ol, #by-author li ul { 
	margin-left: 0px;
}

#by-author li ol li, #by-author li ul li { 
	padding: 0;
}





.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.threadauthor strong {
	font-size: 10px;
	font-weight : bold;
}

.avatar
{
	margin : 5px 0 0 0;
	padding : 0;
}

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.threadpost 
{
	min-height : 110px;
	color : black;
}

.topiclink {
	display: block;
}

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}
