/*/*/
/* Forum front page */

	#frontboard {
		border:solid 1px #ccc;
		font-size:120%;
	}
	
	#frontboard th {
		background-color:#036;
		font-size:90%;
		color:#fff;
	}

	#frontboard .section {
		background-color:#c5ced8;
		color:#036;
		font-weight:bold;
		font-size:120%;
		padding:5px 0px 5px 5px;
	}
	
	#frontboard .altrow {
		background-color:#e5e5e5;
	}	
	
	#frontboard .altcol {
		background-color:#c7ced4;
	}	

	/*/*/
	
	#forumsection {
		border:solid 1px #ccc;
	}
	
	#forumsection .section {
		background-color:#036;
		
		font-family:arial,helvetica,sans-serif;
		font-size:120%;
		font-weight:bold;
		color:#fff;
	}
	
	#forumsection th {
		background-color:#9eafc1;
		font-size:85%;
		color:#036;
	}
	
	#forumsection td {
		padding:5px;
	}	
	
	a.topic:link, a.topic:visited {
		text-decoration:none;
		color:#036;
	}
	
	a.topic:hover {
		text-decoration:underline;
		color:#00f;
	}
	
	.messagetop {
		position:relative;
		text-align:right;
		width:49%;
	}
	
	.dateline {
		font-size:85%;
		border-bottom:dashed 1px #666;
		padding:2px;
		margin-bottom:5px;
	}	
	
	.editnotice {
		font-size:85%;
		margin-top:20px;
		color:#666;
	}	