body { background: rgb(243,241,238) }
p, td, th, ul, ol, li, form, body { color: black; font: 14px arial, sans-serif }
h1, h2, h3, h4, h5, h6 { color: rgb(67,77,67); text-align: center; font-family: arial, sans-serif }
h2 { font-size: 150% }
h3 { font-size: 125% }
h4 { font-size: 110% }
em { color: rgb(67,77,67); font-style: italic }
strong { color: rgb(67,77,67); font-weight: bold }

/* anchor/links */
a:link, a:active, a:visited { color: rgb(67,77,67); text-decoration: underline }
a:hover { color: rgb(67,77,67); text-decoration: underline }
a.nav:link, a.nav:active, a.nav:visited,
 td.em a:link, td.em a:active, td.em a:visited,
 td.emc a:link, td.emc a:active, td.emc a:visited { color: rgb(243,241,238); text-decoration: none }
a.nav:hover, td.em a:hover, td.emc a:hover { color: rgb(243,241,238); text-decoration: underline }
a.current:link, a.current:active, a.current:visited { color: rgb(243,241,238); text-decoration: underline }
a.current:hover { color: rgb(243,241,238); text-decoration: underline }
.navlink a:link, .navlink a:active, .navlink a:visited { font-size: 11px; text-decoration: none }
.navlink a:hover { font-size: 11px; text-decoration: underline }
 
/* background fixes */
#none { background-color: white; background-image: none }
#clear, td { background-image: none }

/* headings & navigation */
.title { border: 1px solid black }
.heading, th, .title { background-color: rgb(67,77,67); color: rgb(243,241,238); text-align: center }
td.em, .catleft, .rowpic, .cathead, .cattitle { color: black; background-color: rgb(133,153,135) }
td.emc { color: black; background-color: rgb(133,153,135); text-align: center }
.rel { font-size: 11px; text-align: center }
td.nav { background-color: rgb(67,77,67); margin-top: 2px; margin-bottom: 2px; border-top: 1px solid black; border-bottom: 1px solid black }
.navlink { font-size: 11px }
.chart, .forumline { background-color: black; border: 1px solid black }
.chart tr, .forumline tr { background-color: rgb(220,220,215) }

.small, .gensmall { font-size: 8pt }
.date { font-size: 8pt; text-align: right }
.left { text-align: left }
.right { text-align: right }
.center { text-align: center }
.quote { font-family: serif; font-size: 12px; margin-right: 30pt; margin-left: 30pt }
.form { background-color: rgb(214,210,206); font-size: 10px }
.strong { font-weight: 700 }

/* flagging faq */
.blue { color: mediumblue }
.grey { color: #646464 }
.red { color: #FF0000 }
.orange { color: #FF6600 }
.green { color: #008000 }

/*******
light blue = rgb(205,210,212)
medium blue = rgb(107,139,153)
dark blue = rgb(38,82,105)

putty = rgb(214,210,206)
*******/

/* forum crap */
hr	{ height: 0px; border: solid black 0px; border-top-width: 1px;}

/* 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: rgb(38,82,105); border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote td { background-color: #FAFAFA }


/* Copyright and bottom info */
.copyright		{ font-size: 10px; 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;}


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

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

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	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; }


/* Main table cell colours and backgrounds
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; } */


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

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 10px; }
.gensmall { font-size : 10px; }

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