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

	background: #A13324 url('images/yvbackround21.jpg'); color:#333333; margin:0px; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; background-repeat:repeat
}

/* General font families for common tags */
a:link, a:active, a:visited { color : #666666; font-weight: bold; }
a:hover		{ text-decoration: none; color : #666666; }
hr	{ height: 0px; border: solid #CEBB93 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #F0EFD0; border: 1px solid #4E2A19; }

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


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #F0EFD0; border-color: #FAFAFA;
        border-style: solid;
	border-width: 1px 1px 1px 1px; }
td.row2	{ background-color: #F0EFD0; border-color: #FAFAFA;
        border-style: solid;
	border-width: 1px 1px 1px 1px; }
td.row3	{ background-color: #CEBB93; border-color: #FAFAFA;
        border-style: solid;
	border-width: 1px 1px 1px 1px; }
td.row4       { background-color: #F0EFD0; border-color: #FAFAFA;
        border-style: solid;
	border-width: 1px 1px 1px 1px; }


/*
  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: #CEBB93;
		background-image: url('images/cellpic2.jpg');
		background-repeat: repeat-y
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #F0EFD0; font-size: 10px; font-weight : bold;
	background-color: #A13324; 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:#CEBB93; border: medium solid #4E2A19; height: 28px
}


/*
  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-color: #FAFAFA;
        border-style: solid;
	border-width: 1px 1px 1px 1px;
}
th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
	font-weight: bold; border: #4E2A19; border-style: solid; height: 28px; }
td.row3Right, td.spaceRow {
	background-color: #FAFAFA; border: #A13324; border-style: solid; }

th.thHead, td.catHead { font-size: 10px; border-width: 0px 0px 0px 0px; }
th.thSides, td.catSides, td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight, td.catRight, td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft, td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom, td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL {
	border-width: 0px 0px 0px 0px;
	text-transform: uppercase;
}
th.thCornerR { border-width: 0px 0px 0px 0px; }


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


/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 10px; }
.gensmall { font-size : 10px; }
.gen, .genmed, .gensmall { color : #4E2A19; }
a.gen, a.genmed, a.gensmall { color: #A13324; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #A13324; text-decoration: underline; }


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


/* Forum category titles */
.cattitle		{
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	color : #333333;
	text-transform: uppercase;
}
a.cattitle		{ text-decoration: none; color : #F0EFD0; }
a.cattitle:visited	{ text-decoration: none; color : #F0EFD0; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 10px; color : #A13324; }
a.forumlink 	{ text-decoration: none; color : #A13324; }
a.forumlink:visited 	{ text-decoration: none; color : #A13324; }
a.forumlink:hover{ text-decoration: underline; color : #A13324; }


/* 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 : #A13324; }
a.nav			{ text-decoration: none; color : #A13324; }
a.nav:visited	{ text-decoration: none; color : #A13324; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 10px; color : #A13324; }
a.topictitle:link   { text-decoration: none; color : #A13324; }
a.topictitle:visited { text-decoration: none; color : #A13324; }
a.topictitle:hover	{ text-decoration: underline; color : #A13324; }


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 11px;}
a.postlink:link	{ text-decoration: none; color : #A13324}
a.postlink:visited { text-decoration: none; color : #A13324; }
a.postlink:hover { text-decoration: underline;}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #CEBB93; 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: #CEBB93; 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: #999999; letter-spacing: -1px;}
.copyright	a	{ color: #A13324; text-decoration: none;}
.copyright a:visited	{ color: #A13324; text-decoration: none;}
.copyright a:hover { color: #A13324; text-decoration: underline;}


/* Form elements */
input, textarea, select {
	color : #4E2A19;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #A13324;
}

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

input {
	padding-right: 3px;
	padding-left: 3px;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F0EFD0;
	color : #4E2A19;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

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


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

/* Header Logo Background.
.logobg	{ background-color: #E2E2E4; border: 1px #98AAB1 solid; }

/* This is the outline round the images folder table */
.foldersline	{ background-color: #F0EFD0; border: 1px #4E2A19 solid; }

/* The new maintitle */
.newtitle { font-weight: bold; font-size: 10px; color : #757978; }

.orange {
	color: #A13324;
}
a.orange {
	color: #A13324;
}
a.orange:visited {
	color: #FF9966;
}
a.orange:hover {
	text-decoration: none;
	color: #FF6600;
}
#top_nav {
	background-color: #A13324;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2.5em;
}
#top_nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#top_nav li {
	display: inline;
	list-style-image: url('none');
	list-style-type: none;
	background-image: url('none');
	margin-left: 12px
}
#top_nav li a:link{
	color: #F0EFD0; 
	text-decoration: none;
	padding-bottom: 2px; 
}
#top_nav li  a:visited {
	color: #F0EFD0; 
	text-decoration: none;
}
#top_nav li a:hover {
	color: #F0EFD0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4E2A19;
}
.noborder {
	border: none;
}
.main_bg {
	background-image: url('images/bgforum.jpg');
	cellpic3.gif
	background-repeat: repeat-y;
	background-position: center top
}