body { font-size:85%; }
/* This is the border line & background colour round the entire page */
.bodyline	{ background-color:#fff; }

/* This is the outline round the main forum tables */
.forumline	{ background-color:#fff; border:1px #696 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color:#e9ebe1; }
td.row2	{ background-color:#e4ebcf; }
td.row3	{ background-color:#ced6ad; }


/*
  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:#fff;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	border-bottom:solid 1px #696;
	padding:.2em;
	text-align:left;
	color:#696;
	background:#e4ebcf url(/_i/button_bg.gif) repeat-x;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background:#fff;
	border-bottom:solid 0px #696;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it:-)

td.cat,td.catHead,td.catBottom {
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight:bold;  }
td.row3Right,td.spaceRow {}

th.thHead,td.catHead {  }
th.thSides,td.catSides,td.spaceRow	 { border-width:0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width:0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width:0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width:0px 1px 1px 1px; }
th.thTop	 { border-width:1px 0px 0px 0px; }
th.thCornerL { border-width:1px 0px 0px 1px; }
th.thCornerR { border-width:1px 1px 0px 0px; }
*/
td.spaceRow { border-bottom:solid 1px #696;}
/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
			font-size:120%;
			color:#696;
			text-decoration:none;
}


/* General text */
.gen {  }
.genmed { font-size:x-small; }
.gensmall { font-size:x-small; }


/* The register, login, search etc links at the top of the page */
span.mainmenu		{ font-size:x-small; }


/* Forum category titles */
.cattitle		{ font-weight:bold;color:#696}


/* Forum title:Text and link to the forums used in:index.php */
.forumlink		{ font-weight:bold; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight:bold; font-size:x-small; }

/* titles for the topics:could specify viewed link colour too */
.topictitle			{ font-weight:bold;color:#696;text-decoration:none; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ color:#390;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size:x-small; color:#000; }


/* The content of the posts (body of text) */
.postbody { font-size:inherit; }


/* Quote & Code blocks */
.code {
	font-family:"Andale Mono", Courier, 'Courier New', sans-serif; 
	color:#006600;
	padding:.5em;
	border:solid 1px #390;
	background:#fff;
	-moz-border-radius:5px; /* mozilla only */
}

.quote {
	margin:1em 1em 1em 0;
	padding:.5em;
	font-style:italic;
	border:solid 1px #390;
	background:#fff;
	-moz-border-radius:5px; /* mozilla only */
}

/* The buttons used for bbCode styling in message post */
input.button {
	color:#660;
	background:#e4ebcf url(/_i/button_bg.gif) repeat-x;
	border:solid 1px #fff;
	border-bottom-color:#660;
	border-right-color:#660;
}

/* The main submit button option */
input.mainoption {
	color:#660;
	background:#e4ebcf url(/_i/button_bg.gif) repeat-x;
	border:solid 1px #fff;
	border-bottom-color:#660;
	border-right-color:#660;
}

/* None-bold submit button */
input.liteoption {
	color:#660;
	background:#e4ebcf url(/_i/button_bg.gif) repeat-x;
	border:solid 1px #fff;
	border-bottom-color:#660;
	border-right-color:#660;
}

