/****************************************************************************************/
/* SECTION 1 - page style adapted from Dreamweaver model code                           */
/****************************************************************************************/
@media screen {
.printonly { display: none; }
body {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* line-height: 24px;  RDM - why? */
	/* color: #336699; */
}

a:link,a:active,a:visited,a:hover { text-decoration: underline; }
a:link   { color : #006699; }
a:active { color : #006699; }
a:visited { color : #5493B4; }
a:hover	{ color : #DD6900; }

/* Header cells */
th	{
/* orig phpBB colors
	color: #FFA34F; 
	background-color: #006699; 
*/
	color: #FFEEBE; 
	background-color: #ABAD85; 
	font-size: 11px; 
	font-weight : bold;
	height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

TABLE.maintbl
{
background-color : #D1D7DC; /* #cccccc; */
}
TABLE.lightbox
{
background-color : #FFEEBE/* #99ffff; */
}
/* This is the outline around the main forum tables */
TABLE.forumline
{
background-color: #CACCB4; 
border: 2px #666666 solid;
margin-left:auto;
margin-right:auto;
}
TABLE.forumline TD, TABLE.forumline TH
{
font-size : 13px;
}

/* This is a darker brown table with an outline */
TABLE.darktable
{
background-color: #ABAD85; 
border: 1px #000000 solid;
margin-left:auto;
margin-right:auto;
}
TABLE.darktable TD, TABLE.darktable TH
{
font-size : 13px;
}

TABLE.volform
{
background: #DEDECF; /* #ABAD85; */
border:1px solid black;
}
/* obsolete - use forumline which is same thing
TABLE.voltbl
{
background-color: #CACCB4;
border:1px solid black;
margin-left:auto;
margin-right:auto;
}
TABLE.voltbl TD, TABLE.voltbl TH
{
font-size : 13px;
}
*/
TR.volformhdr
{
/* background-color: #33cccc; */
background-color: #ABAD85; /* #CACCB4; */
border:1px solid black;
}

TR.colhdr
{
background-color : #999999; /* dark gray */
}

.lft
{
text-align:left;
line-height: 100%;
}
.cen
{
text-align:center;
line-height: 100%;
}
.rgt
{
text-align:right;
line-height: 100%;
}

/* obsolete - orig phpBB color scheme
.ltrow { background-color : #efefef; }
.dkrow { background-color: #dee3e7; }
*/
.ltrow { background-color : #DEDECF; }
.dkrow { background-color: #CACCB4; }

input.sorta {  /* sort ascending */
	background-image: url(images/ic_sort_a.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight:bold;
	background-color:#DEDECF;
}
input.sortd {  /* sort descending */
	background-image: url(images/ic_sort_d.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight:bold;
	background-color:#DEDECF;
}
input.sortn {  /* no sorting */
	font-weight:bold;
	background-color:#DEDECF;
}

/* This is a highlighted error or status message */
.statmsg { background-color:yellow; }

pre {text-indent: 30px}

/* tab stuff for the screen */
/* these defs were brought over from old planstyle.css */
/* RDM disabled - dup defines - let's use ones later
#tabmenu {
	color: #000;
	border-bottom: 2px solid black;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px }
#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }
#tabmenu li.note {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	font: 12px arial, sans-serif;
	background: #CACCB4;
}
#tabmenu input {
	font-size: 11px; }
*/
/* end tabmenu defs brought from old planstyle.css */

#tabmenu a.noprint, a.active {
	color: #DEDECF;
	background: #898B5E;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid black;
	padding: 2px 5px 0px 5px; 
	margin: 0px;
	text-decoration: none; }

#tabmenu a.active {
	background: #ABAD85;
	border-bottom: 3px solid #ABAD85; }

#tabmenu a:hover {
	color: #fff;
	background: #ADC09F; }

#tabmenu a:visited {
	color: #E8E9BE; }

#tabmenu a.active:hover {
	background: #ABAD85;
	color: #DEDECF; }
	
/* content mostly defined later but define screen-only attributes here */
#content { background: #ABAD85; }
#content-notabs { background: #ABAD85; }
#content a {
	text-decoration: none;
	color: #006699;  
}
#content a:hover {
 background: #E8E9BE; 
}
/* end screen-only #content */

fieldset
{
padding: 6px;
}
legend
{
color: #000;
font-weight: bold;
font: 11px Geneva,Arial,Helvetica,sans-serif;
padding: 2px 6px;
}
.efill
{
font: 11px Geneva,Arial,Helvetica,sans-serif;
display: inline;
margin-top: 2px;
margin-right: 0;
margin-bottom: 2px;
margin-left: 0;
}

/* suggestion list styles */
.suggestion_list
{
background: white;
border: 1px solid;
padding: 4px;
}

.suggestion_list ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

.suggestion_list a
{
text-decoration: none;
color: navy;
}

.suggestion_list .selected
{
background: navy;
color: white;
}

.suggestion_list .selected a
{
color: white;
}

#autosuggest
{
display: none;
}
/* end suggestion list styles */
}

@media print {
.noprint {display: none;}
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
a,a:active,a:visited,a:hover {
color: #000000;
text-decoration: none;
}

/* Header cells */
th	{
	color: #000000; font-size: 11px; font-weight : bold;
	background-color: #ffffff; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:#ffffff; border: #FFFFFF; border-style: solid; height: 28px;
}

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

/* This is a highlighted error or status message */
.statmsg { background-color: #ffffff; }

/* tab stuff for printing */
#content { background: #ffffff; }
#hrscontent { background: #ffffff; }
#tabmenu a.active {
color: #000000;
background: #ffffff;
border: 0px;
}
#tabmenu li.note { background: #ffffff; }
TABLE.voltbl { background-color: #ffffff; }
TABLE.volform { background-color: #ffffff; }
.volformhdr { background-color: #ffffff; }
.frm { background-color: #ffffff; }
.brkafter {page-break-after: always; }

}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
	font-weight: bold;
  /* 
   background-color: #006666;
	color: #DCDCDC;
	*/
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	/*  color: #006666; */
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

/* form classes */
TABLE.maintbl
{
border:2px solid black;
font-weight: normal; 
font-size : 12px;
}
TABLE.lightbox
{
border:1px solid black;
}
.fms
{
font-weight: normal; 
font-size : 12px;
}
.fml
{
font-weight: bold; 
font-size : 12px;
}
.frm
{
font-size: 11px;
font-family: sans-serif;
}
/* from orig ctlstyle.css */
.frmlg
{
font-size: 13px;
font-family: sans-serif;
}

.frmlgrt
{
font-size: 13px;
font-family: sans-serif;
text-align: right;
}
td.smlf
{
font-size: 11px;
line-height: 120%;
text-align: left;
}



/****************************************************************************************/
/* SECTION 2 - rdm adaptation of phbBB subSilver style                                  */
/****************************************************************************************/
/* rdm copied & adapted from phpBB subsilver.css */

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
/* RDM removed - don't want colors on printouts
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
*/
/* rdm - why?
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
*/

/*
  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: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; 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: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.genmedtight { font-size : 11px; line-height: 130%; }								/* RDM addition */
.genmedsqz { font-size : 10px; font-style: normal; line-height: 120%; }		/* RDM addition */
.genmedsqzi { font-size : 10px; font-style:italic; line-height: 120%; }		/* RDM addition */
.gensmall { font-size : 10px; }
.gentiny { font-size : 9px; line-height: 120%; }		/* gentiny: RDM addition */
.gen,.genmed,.genmedtight,.genmedsqz,.gensmall,.gentiny { color : #000000; }
/* RDM removed - don't want colors on printouts
a.gen,a.genmed,a.genmedsqz,a.gensmall,a.gentiny { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.genmedsqz:hover,a.gensmall:hover,a.gentiny:hover	{ color: #DD6900; text-decoration: underline; }
*/

/* RDM general text */
.largertext
{
font-size: 14px;
}
.normaltext
{
font-size: 13px;
}
.smallertext
{
font-size: 12px;
line-height: 120%;
}
.smalltext
{
font-size: 11px;
line-height: 120%;
}
.xsmalltext
{
font-size: 10px;
line-height: 120%;
}
.tinytext
{
font-size: 9px;
line-height: 120%;
}
.txtarea
{
font-size: 12px;
}

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
/* RDM removed - don't want colors on printouts
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
*/

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
/* RDM removed - don't want colors on printouts
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }
*/

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
/* RDM removed - don't want colors on printouts
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
*/

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
/* RDM removed - don't want colors on printouts
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }
*/

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
/* RDM removed - don't want colors on printouts
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }
*/

/* 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;}
/* RDM removed - don't want colors on printouts
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}
*/

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

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

input.post { text-indent : 2px; }

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


/* RDM Additions */

/* used by planscript.js */
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

/* RDM tab stuff */
#tabmenu {
	color: #000;
	border-bottom: 2px solid black;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px }

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }

#tabmenu input {
	font-size: 11px; }
	
#content
{
	font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
	text-align: justify;
	/* moved to screen-only section
	background: #ABAD85;
	*/
	padding: 20px;
	border: 2px solid black;
	border-top: none;
	z-index: 2;
}

#content-notabs
{
	font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
	text-align: justify;
	padding: 20px;
	border: 2px solid black;
	z-index: 2;
}

/* moved to screen-only section
#content a {
	text-decoration: none;
	color: #E8E9BE; 
}

#content a:hover {
 background: #898B5E;
}
*/

/* CSS Buttons - alternative to <input ... onClick="..."> buttons
	Usage: <a class="btn" href="xxx.php">Button 1</a>
*/
a.btn
{
text-decoration: none;
}

a.btn:link, a.btn:visited
{
/* float: center; */
margin: 2px 5px 2px 5px;
padding: 3px;
/* width: 100px; */
border-top: 2px solid #CACCB4; /* #cccccc; */
border-bottom: 2px solid black;
border-left: 2px solid #CACCB4; /* #cccccc; */
border-right: 2px solid black;
background: #dedecf; /* #eeeeff; */
text-align: center;
color: #000000;
}

a.btn:hover
{
background: #CACCB4; /* #ddddff; */
}

a.btn:active
{
border-bottom: 2px solid #eeeeee;
border-top: 2px solid black;
border-right: 2px solid #eeeeee;
border-left: 2px solid black;
}
/* end CSS buttons */


