 /* General page style. The scroll bar colours only visible in IE5.5+ */

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


/* This is the border line & background colour round the entire page */
/* .bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; } */
.bodyline {
  background: transparent url(/images/bg-metal.png) repeat;
  padding: 2px 2px 2px 2px;
  border: solid 2px;
  border-color: #666 #ddd #aaa #333;
}

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

#globalannounce {
  background-color: #a09696;
  color: #000;
  border: 1px solid;
  border-color: #000000 #bbbbbb #bbbbbb #666666;
  padding: 3px;
  margin: 8px;
  position: relative;
}

#globalannounce h3 {
  text-transform: capitalize;
}

#nav {
  background-color: #444;
  color: #ababab;
  border: 1px solid;
  border-color: #000000 #bbbbbb #bbbbbb #666666;
  margin: 0px;
  padding: 0px;
}
#loginarea {
  display: none;
  padding: 2px;
  border-style: double;
  float: right;
}

#userlinks , #forumlinks {  list-style: none; padding: 0px; }
#boardlinks li { 
  display: inline; 
  padding-left: 3px;
  padding-right: 3px;
  border-right: double;
  border-color: #cc3;
}
#boardlinks li a:link, #boardlinks li a:visited {
  color: #ababab;
  font-weight: bold;
  text-decoration: none;
}
#boardlinks li a:hover, #boardlinks li a:active {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

#boardlinks li.ltitle { color: #cc3; border: none; }
#boardlinks li.bold a { font-weight: bold; font-size: 115%; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #f0f0f0; }
td.row2	{ background-color: #dedede; }
td.row3	{ background-color: #d1d1d1; }


/*
  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: #ddd;
	background-image: url(/images/cellpic1.gif);
	background-repeat: repeat-x;
        height: 25px;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; 
        font-weight : bold;
	background-color: #721616; 
        height: 25px;
	background-image: url(/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(/images/cellpic1.gif);
	background-color:#D1d1d1; 
        border: #fafafa; 
        border-style: solid; 
        height: 25px;
}


/*
  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 {
	background-color: #D1d1d1; border: #fafafa; border-style: solid; }

th.thHead,td.catHead { font-size: 110%; 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; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{ font-weight: bold; font-size: 150%; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 150%; color : #000000;
}


/* General text */
.gen { font-size : 110%; }
/* .genmed { font-size : 12px; } */
.gensmall { font-size : 90%; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #721616; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #5e5e5e; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
/* .mainmenu		{ font-size : 12px; color : #000000 } */
.mainmenu		{ color : #000000 } 
a.mainmenu		{ text-decoration: none; color : #721616;  }
a.mainmenu:hover{ text-decoration: underline; color : #5e5e5e; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 110%; letter-spacing: 1px; color : #721616}
a.cattitle		{ text-decoration: none; color : #721616; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 110%; color : #721616; }
a.forumlink 	{ text-decoration: none; color : #721616; }
a.forumlink:hover{ text-decoration: underline; color : #5e5e5e; }


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


/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #721616; }
a.topictitle:visited { text-decoration: none; color : #505050; }
a.topictitle:hover	{ text-decoration: underline; color : #5e5e5e; }


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

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


/* The content of the posts (body of text) */
/* .postbody { font-size : 110%;} */
a.postlink:link	{ text-decoration: none; color : #721616 }
a.postlink:visited { text-decoration: none; color : #505050; }
a.postlink:hover { text-decoration: underline; color : #5e5e5e}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; color: #4c1515;
	background-color: #FAFAFA; border: #D1d1d1; 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; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1d1d1; 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: 90%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* 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: #dedede; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/*
@import url("formIE.css");
*/