.topiclist dd.posts_wiki {
	float:left;
	text-align:left;
	font-size: 1.1em;
	padding:6px 5px 6px 5px;
}

.gensmall {
	margin: 1px 1px;
	font-size: 10px;
}

small, .small {
	font-size:10px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/* Container for sub-navigation list */
#navigation {
	padding-top: 0px;
	font-size: 1.1em;
}

/* Link styles for the sub-section links */
#navigation a {
	color: #105289;
	font-weight: normal;
	padding: 2px;
	background: #ecf1f3 none repeat-y 100% 0;
}

#navigation a:hover {
	background-color: #F9F9F9;
	color: #d31141;
}

.currentPage {
	color: #d31141;
}

.bugList {
	background: #F9F9F9 none repeat-y 100% 0;
}

/* News listing */
ul.news {
	border-top: 1px solid #FFFFFF;
	list-style: none;
	margin-left: 0;
}
ul.news li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
}
ul.news li.last {
	border-bottom: none;
}
ul.news {
	border-top: none;
}
ul.news li {
	padding: 0 0 4px 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-color: #E0E0E0;
}
ul.news span {
	text-decoration: underline;
}

.postbody_wiki {
	width: 100%;
}