/* General page style. */
body { background-image:url('images/bg_head_1.gif'); }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover { text-decoration:none; }
hr { border-top-width:0px; border-style:solid; height:0px; }

.bodyline { border-width:0px; }

/* This is the outline round the main forum tables */
.forumline	{  }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; border-width:1px; border-color: #C1C1C1; border-style:solid; }
td.row2	{ background-color: #EBEDEF; border-width:1px; border-color: #C1C1C1; border-style:solid; }
td.row3	{ background-color: #EFEFEF; border-width:1px; border-color: #C1C1C1; border-style:solid; }

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

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
		background: url(images/bg3.jpg) top repeat-x;
		background-color:#B2B2B2;
		height: 28px;

}

th	{
		color: #FFCC00; font-size: 11px;
		font-weight : bold;
		background-color: #808181; height:20px;
		background-image: url(images/bg2.jpg);
		border: 0;

}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {

		font-weight: bold;
		height: 20px; }

td.row3Right { background-color: #EFEFEF; border-width:1px; border-color: #C1C1C1; border-style:solid; }


td.spaceRow {
	background-color: #EFEFEF; border: #FFFFFF; border-style: solid;
}

td.catHead { border-bottom-width:0; }
td.catSides, td.spaceRow { border-top-width:0px; border-bottom-width:0px; }
td.catRight { border-top-width:0px; border-bottom-width:0px; border-left-width:0px; }
td.catLeft { }
td.catBottom { border-top-width:0px; }

.maintitle { font-weight:bold; font-size:20px; line-height:120%; text-decoration:none; }

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 10px; }
.gensmall { font-size : 9px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #2D5787; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #C19D00; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #2D5787;  }
a.mainmenu:hover{ text-decoration: none; color : #C19D00; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #2D5787}
a.cattitle		{ text-decoration: none; color : #2D5787; }
a.cattitle:hover{ text-decoration: none; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #2D5787; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: none; color : #C19D00; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 10px; color : #000000;}
a.nav			{ text-decoration: none; color : #2D5787; }
a.nav:hover		{ text-decoration: none; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 10px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #2D5787; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: none; color : #C19D00; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 10px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 9px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #2D5787 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: none; color : #C19D00}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 10px; color: #339900;
	background-color: #F1F1F1; border: #EFEFEF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote { font-family:Arial; font-size:xx-small; color:rgb(0,102,153); line-height:125%; background-color:rgb(223,220,220); border-width:1px; border-color:rgb(0,102,153); border-style:solid; }

/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; letter-spacing: -1px;}
a.copyright		{ color: #333333; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { color:rgb(0,102,153); text-indent:2px; background-color:rgb(222,227,231); }

input.button { font-weight:bold; color:rgb(0,102,153); background-color:rgb(222,227,231); }

/* The main submit button option */
input.mainoption {
	background-color : #F1F1F1;
	font-weight : bold;
}

input.liteoption { font-weight:normal; color:rgb(0,102,153); background-color:rgb(222,227,231); }

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #EBEDEF; border-style: none; }