/* replace background color */

html, body {
	background-color: #000000;
	color: #FFFFFF;
}

.outside {
	margin: 0 auto;
	/*width : 950px;*/
	padding: 0;
}
	
	.topiclist dd.posts_portal {
		float:left;
		text-align:left;
		padding:6px 5px 6px 5px;
	}

	ul.topiclist dt {
		float:left;
		width: 90%;
	}

	.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;
	}

	/* Link styles for the sub-section links */
	#navigation a {
		color: #CCCCCC;
		font-weight: normal;
		padding: 2px;
		background: #300000 none repeat-y 100% 0;
	}

	#navigation a:hover {
		background-color: #800000;
		color: #FFFFFF;
	}

	ul li.navi {
		margin-left: 10px;
		padding-left: 10px;
	}
	
	/* News listing */
	
	li {list-style: none}
	
	ul.news {
		border-top: 1px solid #FFFFFF !important;
		list-style: none !important;
		margin-left: 0 !important;
	}
	ul.news li {
		padding: 5px 0 4px 0 !important;
		border-bottom: 1px solid #CCCCCC !important;
	}
	ul.news li.last {
		border-bottom: none !important;
	}
	ul.news {
		border-top: none !important;
	}
	ul.news li {
		padding: 0 0 4px 0 !important;
		margin-bottom: 5px !important;
		margin-left: 0 !important;
		border-bottom-color: #CCCCCC !important;
	}

	.postbody_portal {
		width: 100%;
	}
