
body {
	background-color: #272727;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

font,th,td,p { font-family: Arial, serif; font-size: 70%; LINE-HEIGHT: 125%; color:#333333;}
a:link {COLOR: #0008CB;}
a:visited {COLOR: #0008CB;}
a:hover {COLOR: #0008CB;}


/* This is the border line & background colour round the entire page */


/* This is the outline round the main forum tables */
.forumline	{ background-color: #272727; border: 0px #cccccc solid; }





td.row2	{ background-color: #CFCFCF; padding-left: 10px; padding-right: 10px;}
td.row1	{ background-color: #E5E5E5; padding-left: 10px; padding-right: 10px;}
td.row3	{ background-color: #FAFAFA; padding-left: 5px; padding-right: 5px;}
td.row4	{ background-color: #807F7D; padding-left: 10px; padding-right: 10px;}
td.row5	{ background-color: #000000; padding-left: 5px; padding-right: 5px;}

/*
  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-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color:#999999; font-size: 11px;
	 height: 25px;
	
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			
			 border: #999999; border-style: solid; height: 20px;
}


/*
  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 {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	 border: #272727; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
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; }



.mainmenu		{ font-size : 11px; color : #FFFFFF }
a.mainmenu		{  text-decoration: none; color : #FFFFFF;  }
a.mainmenu:visited		{ text-decoration: none; color : #FFFFFF;  }
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }


/* Forum category titles */
.cattitle		{font-size: 13px; color:#FFFFFF; FONT-WEIGHT: bold; margin-left: 10px; margin-right: 2pt; margin-top: 6px; margin-bottom: 1px; LINE-HEIGHT: 18px;}
a.cattitle		{ text-decoration: none; color : #FFFFFF }
a.cattitle:visited	{ text-decoration: none; color : #FFFFFF }
a.cattitle:hover{ text-decoration: none; color : #F19723;}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 100%; color : #000000; }
a.forumlink 	{  text-decoration: none; color : #000000; }
a.forumlink:visited	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ font-size: 120%; text-decoration: none; color : #000000; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color :#F19723;}
a.nav			{ text-decoration: none; color : #F19723; }
a.nav:visited	{ text-decoration: none; color : #F19723; }
a.nav:hover		{ text-decoration: none; color : #000000; background-color: #F19723; }


/* titles for the topics: could specify viewed link colour too */
.maintitle		{ font-weight: bold; font-size: 15px; color : #252D42; }
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #000000; }
a.topictitle:visited { text-decoration: none; color : #333333; }
a.topictitle:hover	{ text-decoration: underline; color : #333333; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 120%; color : #000000;}

.name_title			{ font-size : 130%; color : #FFFFFF;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000;}


/* The content of the posts (body of text) */
.postbody { font-size : 120%; LINE-HEIGHT: 140%; color : #000000;}
a.postlink:link	{  text-decoration: none; color : #252D42 }
a.postlink:visited {  text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #666666; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

.gensmall { font-size : 10px; color : #B3B3B3;}
a.gensmall	{ text-decoration: none; color : #F19723; }
a.gensmall:visited { text-decoration: none; color : #F19723; }
a.gensmall:hover { text-decoration: none; color : #000000; background-color: #F19723; }


.forum_menu3{ color: #FFFFFF; font-size: 14px; margin-left: 10px; margin-right: 2pt; margin-top: 1px; margin-bottom: 4px; LINE-HEIGHT: 18px;}
