/* -----------------------------------------------
	Forum
	version:  2004.02.26
----------------------------------------------- */
#content {
	line-height: 1em;
}
	
/* Link color */
a:link,a:active,a:visited { color: #468; }
a:hover		{ text-decoration: underline; color: #DD6900; }

/* Round Arial 10px font */
.gensmall, .postdetails {
	font-weight: bold;
}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #999 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #F6F9FA; }
td.row2	{ background-color: #E3E9EC; }
td.row3	{ background-color: #B9C8D0; }

/* Forum category titles */
.cattitle		{ color : #468}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-image: url(../graphics/forum/cellpic2.jpg);
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #F4F4F4;
	background-image: url(../graphics/forum/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(../graphics/forum/cellpic1.gif);
}

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ color: #333; }
a.topictitle:link   { color: #468; }
a.topictitle:visited { color: #567; }

.copyright {
	border: 0;
	background: none;
}