/* ------- Basic Styles --------------------------------- */
body
	{
	background-color : #fff;
	color : #000;
	}
body, td, th, p, input, textarea, select
	{
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	}
a
	{
	background-color : inherit;
	color : #804000;
	text-decoration : none;
	}
a:visited
	{
	color : #804000;
	}
a:hover, a:active
	{
	color : #f93;
	text-decoration : underline;
	}
hr
	{
	height : 0px;
	border : none;
	border-top : 1px solid #eaeaea;
	}

/* ------- phpBB specific styles --------------------------------- */
	
/* Main table cell colours and backgrounds */
td.row1	{ background-color : #e1e1c4; }
td.row2	{ background-color : #e1e1c4; }
td.row3	{ background-color : #C4C4A4; }
td.spaceRow
	{
	padding: 0px;
	border-top: 4px solid #C4C4A4;
	line-height: 10px;
	}

/* Header cells */
th
	{
	color : #fff;
	font-size : 9pt;
	font-weight : bold;
	background-color : #7da97d;
	border-top: 1px solid #363;
	border-bottom: 1px solid #363;
	}
td.cat, td.catHead, td.catBottom
	{
	background-color : #fff;
	border-top: 2px solid #363; 
	border-bottom: 2px solid #363;
	padding-left : 5px;
	line-height: 16px;
	}
th.thHead, td.catHead, td.catBottom 
	{ 
	font-size: 9.5pt; 
	padding-left : 5px;
	}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	
	{
	font-weight: bold; 
	font-size: 12pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color : #000000;
	}
/* General text */
.small
	{
	font-size : 7.5pt;
	}
/* Forum category titles */
.cattitle		
	{ 
	font-weight: bold; 
	font-size: 9pt; 
	letter-spacing: 0.1em; 
	font-color : #000000; 
	}
.cattitle a		
	{ 
	text-decoration: none; 
	color : #804000; 
	}
.cattitle a:hover 
	{ 
	text-decoration: underline; 
	}
/* Forum title: Text and link to the forums used in: index.php */
.forumlink		
	{ 
	font-weight: bold; 
	font-size: 9pt; 
	color : #e70; 
	}
.forumlink a, .forumlink a:visited, .forumlink a:hover 
	{
	color : #e70; 
	}
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			
	{ 
	font-weight: bold; 
	font-size: 8pt; 
	color : #000000;
	}
.nav a, #adminNav a, .nav a:visited, #adminNav a:visited, .nav a:hover, #adminNav a:hover
	{ 
	white-space : nowrap; 
	text-decoration: none; 
	color :  #804000; 
	}
.nav a:hover, #adminNav a:hover 
	{ 
	text-decoration : underline; 
	}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	
	{ 
	font-weight: bold; 
	font-size: 8pt; 
	color : #000000; 
	}
/*a.topictitle:link   { text-decoration: none; color : #FF9900; }
a.topictitle:visited { text-decoration: none; color : #CC6600; }
a.topictitle:hover	{ text-decoration: underline; color : #FF9900; }*/


/* titles for unapproved topics */
.topicUnapproved         { font-weight: bold; color: #444444; }
.topicUnapproved a       { text-decoration: none; color: #444444; }
.topicUnapproved a:hover { text-decoration: underline; color: #DD6900; }
.postUnapproved          { color: #444444; }

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

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

/* The content of the posts (body of text) */
.postbody 
	{ 
	font-size : 9pt; 
	line-height: 1.5em;
	}

/* Quote & Code blocks */
.code 
	{
	font-family: Courier, 'Courier New', sans-serif; 
	font-size: 11px; 
	color: #3366FF;
	background-color: #D9D9D9; 
	border: #EAEAEA; 
	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: 8pt; color: #444444; 
	line-height: 1.25em;
	background-color: #D9D9D9; 
	border: #EAEAEA; 
	border-style: solid;
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px;
	}
	
/* Form elements */
input,textarea, select 
	{
	color : #000;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	border-color : #000;
	}

/* 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 : #EAEAEA;
	color : #000000;
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

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

/* None-bold submit button */
input.liteoption 
	{
	background-color : #D9D9D9;
	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: #E4E4E4; 
	border-style: none; 
	}

/* This is the outline round the admin forum tables */
.forumline	
	{ 
	border : 1px #363 solid;
	}
/* pixel indent from outside border */
.marginOne
	{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
	}
.marginTwo
	{
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	}
/* FAQ section end */
.sectionEnd
	{
	font-size : 1px;
	line-height : 1px;
	background-color : #7da97d;
	color : #363;
	text-align : center;
	border-top: 1px solid #363;
	border-bottom: 2px solid #363;
	width : 100%;
	padding : 1px;
	}
.copyright, .adminLink
	{
	font-size: 7pt;
	text-align : center;
	color: #444;
	letter-spacing: -0.1em;
	margin-top : 1em;
	}
.adminLink
	{
	font-size : inherit;
	}

/* ------- STM Header Styles --------------------------------- */
#masthead {
	position: relative;
	width: 650px;
	height: 100px;
	margin-bottom: 4px;
}
#masthead #first-column, #masthead #second-column, #masthead #third-column {
	position: absolute;
	top: 33px;
	height: 36px;
	background-color: #7DA97D;
	padding: 2px 4px;
	border: 1px solid #336633;
}
#masthead #first-column  {
	left: 315px;
	width: 117px;
}
#masthead #second-column {
	left: 446px;
	width: 90px;
}
#masthead #third-column  {
	left: 550px;
	width: 90px;
}
#masthead #first-column a, #masthead #second-column a, #masthead #third-column a {
	color: #336633;
	text-decoration: none;
}
#masthead .box {
	position: absolute;
	left: -1px;
	height: 13px;
	background-color: #FFFFFF;
	padding: 2px 4px;
	border: 1px solid #336633;
}
#masthead #first-column .box {
	width: 117px;
}
#masthead #second-column .box, #third-column .box {
	width: 90px;
}
#masthead .box.top {
	top: -1px;
}
#masthead .box.bottom {
	top: 22px;
}
#masthead #details {
	position: absolute;
	left: 320px;
	top: 12px;
}
#masthead #path {
	position: absolute;
	left: 0;
	top: 88px;
	font-size: 7.5pt;
	padding-left: 2.25em;
	text-indent: -2em;
}
#masthead a img {
	border: none;
}
#masthead #logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 190px;
	height: 75px;
}
#masthead #logo-bottom {
	position: absolute;
	left: 0;
	top: 75px;
	width: 190px;
	height: 11px;
}
#masthead #menu {
	position: absolute;
	left: 190px;
	top: 33px;
	width: 121px;
	height: 42px;
}

/* STM PageBox Styles */
.contentBox
	{
	padding : none;
	border : 1px solid #363;
	}
.contentBoxHeader
	{
	background-color : #e1e1c4;
	border-right : 1px solid #363;
	border-bottom : 1px solid #363;
	padding : 4px 4px 4px 8px;
	font-weight : bold;
	text-transform : uppercase;
	width : 90px;
	}
.spacer, .fourPx
	{
	font-family : "Courier New", Courier, monospace;
	font-size : 10px;
	font-style : normal;
	line-height : 10px;
	font-weight : normal;
	padding : 0px;
	margin : 0px;
	}
.fourPx
	{
	font-size : 4px;
	line-height : 4px;
	}
	
/* ------- STM Footer Styles --------------------------------- */
#footerNav
	{
	background-color : #7da97d;
	color : #363;
	text-align : center;
	border : 1px solid #363;
	padding : 0.3em;
	width : 650px;
	margin-top : 1em;
	}
#footerNav a:link, #footerNav a:link:hover, #footerNav a:visited, #footerNav a:visited:hover, #footerNav a:link:active
	{
	color : #fff;
	margin : 0px 3px 0px 3px;
	}
#copyright
	{
	font-size : 7pt;
	text-align : center;
	margin-top : 1em;
	}
.copyright a
	{
	color: #444;
	text-decoration: none;
	}
.copyright a:hover
	{
	color: #000;
	text-decoration: underline;
	}

