/* General font families for common tags */

hr	{ 
	height: 0px; 
	border: solid #C8C8C8; 
	0px; 
	border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline { 
}

/* This is the outline round the main forum tables */
.forumline	{ 
	background-color: #EAEAEA; 
	border: 2px #D0D0D0 solid; 
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EEEEEE; }
td.row2	{ background-color: #E2E1E1; }
td.row3	{ background-color: #FBFBFB; }


/*
  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: #C0C0C0;
}

/* Header cells - the blue and silver gradient backgrounds */

th	{
	color: #000000; 
	font-size: 12px; 
	font-weight : bold; 
	background-color: #CECDCD; 
	height: 25px;
}


td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
	background-color: #C0C0C0; 
	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-width: 3px 3px 3px 3px;
}

th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
	font-weight: bold; 
	border: 0px solid #EAEAEA; 
	height: 28px;
}

td.row3Right, td.spaceRow {
	background-color: #EAEAEA;

	border: 0px solid #EAEAEA;
}

th.thHead,td.catHead { 
	font-size: 12px; 
	border-width: 1px 1px 0px 1px; 
}

th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 1px; }
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; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; 
	font-size: 22px; 
	font-family: Arial, Helvetica;
	text-decoration: none; 
	line-height : 120%; 
	color : #000000;
}

/* General text */
.gen { 
    font-size : 12px; 
}
.genmed { 
    font-size : 11px; 
}
.gensmall { 
    font-size : 10px; 
}
.gen, .genmed, .gensmall { 
    color : #000000; 
}
a.gen, a.genmed, a.gensmall { 
    color: #A65200; 
    text-decoration: none; 
}
a.gen:hover, a.genmed:hover, a.gensmall:hover { 
    color: #FF7E00; 
    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: #A65200;  
}
a.mainmenu:hover { 
    text-decoration: underline; 
    color: #FF7E00; 
}

/* Forum category titles */
.cattitle { 
    font-weight: bold; 
    font-size: 12px; 
    letter-spacing: 1px; 
    color: #000000;
}
a.cattitle { 
    text-decoration: none; 
    color : A65200; 
}
a.cattitle:hover {
    text-decoration: underline; 
}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink { 
    font-weight: bold; 
    font-size: 11px; 
    color: #A65200; 
}
a.forumlink { 
    text-decoration: none; 
    color: #A65200; 
}
a.forumlink:hover{ 
    text-decoration: underline; 
    color: #FF7E00; 
}

/* 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: #A65200; 
}
a.nav:hover { 
    text-decoration: underline; 
}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { 
    font-weight: none; 
    font-size: 11px; 
    color: #747474; 
}
a.topictitle:link { 
    text-decoration: none; 
    color: #A65200; 
}
a.topictitle:visited { 
    text-decoration: none; 
    color: #874403; 
}
a.topictitle:hover { 
    text-decoration: underline; 
    color: #FF7E00; 
}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { 
    font-size : 11px; 
    color: #000000;
}

/* Location, number of posts, post date etc */
.postdetails { 
    font-size: 10px; 
    color: #000000 ; 
}

/* The content of the posts (body of text) */
.postbody { 
    font-size : 12px; 
    line-height: 18px;
}
a.postlink:link	{ 
    text-decoration: none; 
    color: #A65200; 
}
a.postlink:visited { 
    text-decoration: none; 
    color: #A65200; 
}
a.postlink:hover { 
    text-decoration: underline; 
    color: #FF7E00;
}

/* Quote & Code blocks */
.code { 
	font-family: Couries; 
	font-size: 12px; 
	color: #505050;
	background-color: #DBDBDB; 
	border: #8C8C8C; 
	border-style: solid;
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px;
}

.quote {
	font-size: 12px; 
	color: #505050;
	background-color: #DBDBDB; 
	border: #8C8C8C; 
	line-height: 125%;
	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: Arial, Helvetica; 
    color: #9A9A9A; 
    letter-spacing: -1px;
}
a.copyright { 
    color: #A65200; 
    text-decoration: none;
}
a.copyright:hover { 
    color: #FF7E00; 
    text-decoration: underline;
}

/* Form elements */
input, textarea, select {
	color: #000000;
	font: normal 12px Verdana, Tahoma, Arial, Helvetica;
	border: 2px solid #8C8C8C;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
	border: 2px solid #8C8C8C;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FFFFFF;
	color : #000000;
	font-size: 12px; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	border: 2px solid #8C8C8C;
}

/* The main submit button option */
input.mainoption {
	background-color : #FFFFFF;
	font-weight : bold;
	border: 2px solid #8C8C8C;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FFFFFF;
	font-weight : normal;
	border: 2px solid #8C8C8C;
}

/* 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: #FFFFFF; border-style: none; 
}















table.main {
  	width: 970px;
  	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	background: #B9B9BA;
}



td.cell001a {
	width: 150px;
	height: 17px;
	background-image: url(images/pic/001_a.jpg);
}

td.cell001b {
	width: 800px;
	background-image: url(images/pic/001_b.jpg);
}

td.cell001d {
	width: 20px;
	background-image: url(images/pic/001_d.jpg);
}



td.cell002a {
	background-image: url(images/pic/002_a.jpg);
	height: 9px;
}

td.cell002b {
	background-image: url(images/pic/002_b.jpg);
}



td.cell003a {
	background-image: url(images/pic/003_a.jpg);
	height: 148px;
}

td.cell003b {
	background-image: url(images/pic/003_b.jpg);
}



td.cell004a {
	vertical-align: top;
	background: #F4F4F4;

	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}

/** content **/
td.cell004b {
	background: #F4F4F4;
	vertical-align: top;

	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}

td.cell004c {
	vertical-align: top;
	width: 200px; 	
	background-image: url(../pic/004_c.jpg);
}

td.cell004d {
	background-image: url(images/pic/001_d.jpg);
	height: 100%;
}



td.cell005a {
	background-image: url(images/pic/005_a.jpg);
	height: 15px;
}

td,th {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

table.moduletablemainmenu {
	margin-bottom: 20px;
	width: 150px;
}

table.moduletablemainmenu td {
}

table.moduletablemainmenu th {
	background: url(../pic/menutitle.jpg);
	height: 27px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;	
	text-align: right;
	padding-right: 40px;
	vertical-align: middle;
}

a.mainlevelmainmenu {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #515151;
	padding-left: 10px;
}

/** Poll **/
.poll {

}

.sectiontableentry2, .sectiontableentry1, .poll {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}

table.moduletablecontent {
	margin-bottom: 20px;
}

table.moduletablecontent td {
	padding-left: 10px;
}

table.moduletablecontent th {
	background: url(images/pic/titlebg.jpg);
	width: 600px;
	height: 27px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;	
	text-align: left;
	padding-left: 70px;
	vertical-align: middle;
}

.right {
	padding-left: 3px;
}

table.moduletableright  {
	width: 197px;
}

table.moduletableright td {
	padding: 5px;
	font-size: 10px;
}

table.moduletableright th {
	background: #B1B1B1;
	width: 197px;
	height: 18px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #585858;	
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
}

.mainbody {
	padding: 20px;
	width: 100%;
}

table.contentpane td {
	padding-bottom: 5px;
}

td.pathway {
	width: 950px;
	height: 25px;
	background: url(images/pic/pathwaybg.jpg);
	vertical-align: middle;
	padding-left: 20px;
}

.componentheading, h1 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
}


a {
	color: #A65200;
}
a:hover {
	color: #FF7E00;
	text-decoration: none;
}
a:active {
}
a:visited {
}

.contentheading {
	font-size: 16px;
	font-weight: bold;
}

.createdate {
	font-size: 10px;
	font-style: italic;
}