



a:link,a:active,a:visited { color : #006699; text-decoration: underline; }
a:hover		{ color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px; width:90%}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid;}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #003399 solid; border-collapse: collapse; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }



/*
  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-color: #FFFFFF;
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
}


th.thCornerL{
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 20px; }




th.thCornerL { border-width: 1px 0px 0px 1px; background-image: url(cellpic3.gif); color:#ffffff; text-align: center}



/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; 	white-space: nowrap;}
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }

/* General font families for common tags */
/* font,table,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; } */

