/* Forum */
	table.forum-around {
		border: 1px solid #000000;
	}
	
	tr.forum-top {
		border: 1px solid #000000;
		background-color: #559EDC;
		font-family: Verdana;
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
	}
	
	tr.forum-bottom-1 {
		text-align: center;
		background-color: #ECECEC;
		vertical-align: middle;
	}
	
	tr.forum-bottom-2 {
		text-align: center;
		background-color: white;
		vertical-align: middle;
	}

/* Forumlayout */
	.content-around #top-forum {
			width: 816px;
			height: 7px;
			margin-top: 4px;
			font-family: Verdana;
			font-size: 5px;
			text-align: left;
			background-color: white;
			border-left: 1px solid #AEAEAE;
			border-right: 1px solid #AEAEAE;
			border-top: 1px solid #AEAEAE;
	}
	
	.content-around #bottom-forum {
			width: 816px;
			height: 7px;
			margin: 0px;
			font-family: Verdana;
			font-size: 5px;
			text-align: left;
			background-color: white;
			border-left: 1px solid #AEAEAE;
			border-right: 1px solid #AEAEAE;
			border-bottom: 2px solid #AEAEAE;
	}
	
	.content-around .background-forum { 
		margin-top: 0px; 
		border-left: 1px solid #AEAFA6; 
		border-right: 1px solid #AEAFA6; 
		width: 816px; 
		background-color: #FFFFFF; 
		text-align: left;
	}		
	
/* Topic layout */
	
	#topic-around {
		width: 100%;
	}
	
	.background-forum #topic-around #left { 
		float: left;
		width: 14%;
		text-align: left;
		border-top: 1px solid #AEAEAE;
		border-right: 1px solid #AEAEAE;
		border-left: 1px solid #AEAEAE;
		border-bottom: 3px solid #AEAEAE;
		padding: 2px;
		margin-right: 4px;
	}
	
	.background-forum #topic-around #right {
		width: 84%;
		float: right;
	}
			
	.background-forum #gepost {
		font-family: Verdana;
		font-size: 9px;
		color: #AEAEAE;
		text-align: right;
		width: 100%;
	}			
