/* phpBB CSS settings */
/* written by Tom Beddard */
/* www.subblue.com */

body            { font-family: verdana, arial;
                                        font-size: 11px;
                                        background-color: #333333;
                                        color: #999999;
                                        scrollbar-base-color: #333333;
                                        scrollbar-face-color: #212121;
                                        scrollbar-shadow-color: #666666;
                                        scrollbar-highlight-color: #666666;
                                        scrollbar-3dlight-color: #000000;
                                        scrollbar-darkshadow-color: #000000;
                                        scrollbar-track-color: #333333;
                                        scrollbar-arrow-color: #666666
		}

font{ font-family: Verdana, Arial, Helvetica, sans-serif;}
td	{ font-family: Verdana, Arial, Helvetica, sans-serif;}


/* The register, login, search etc links at the top of the page */
font.mainmenu		{ font-size : 11px; text-decoration : none; line-height : 150%; color : #999999 }

a.linker { color: #FFCC99; text-decoration: none}
a:hover.linker { color: #FFCC99; text-decoration: underline}

a.mainmenu			{ text-decoration: none; color : #ff6600  }
a:hover.mainmenu	{ text-decoration: underline; color : #ff9900}


/* Forum categories */
font.category		{ font-size : 12px; letter-spacing: 1px; font-weight : bold; text-decoration : none; line-height : 150%; color : #999999 }
a.category			{ text-decoration: none; color : #ff6600 }
a:hover.category	{ text-decoration: underline }


/* Forum stats */
font.statsblock		{ font-size : 11px; line-height : normal; color : #999999 }
a.statsblock		{ color:#ff6600; text-decoration: none }
a:hover.statsblock	{ color:#ff9900; text-decoration: underline }


/* Forum title: Text and link to the forums used in: index.php */
font.forumlink		{ font-size : 12px; font-weight : bold; text-decoration : none; line-height : 150%; color : #999999 }
a.forumlink			{ text-decoration: none; color : #ff6600 }
a:hover.forumlink	{ text-decoration: underline; color : #ff9900 }


/* Description to go with the forum name: also used for multiple page spans on the topic title */
font.forumlinkdesc	{ font-size : 10px; font-weight : plain; text-decoration : none; color : #999999 }
a.forumlinkdesc		{ text-decoration: none; color : #ff6600 }
a:hover.forumlinkdesc	{ text-decoration: underline; color : #ff9900 }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
font.nav			{ font-size : 11px; font-weight : bold; text-decoration : none; line-height : 150%; color : #999999 }
a.nav				{ text-decoration: none; color : #ff6600 }
a:hover.nav			{ text-decoration: underline }


/* titles for the topics: can specify viewed link colour too */
font.topictitle		{ font-size : 12px; font-weight : bold; line-height : 150%; color : #999999}
a.topictitle		{ text-decoration: none; color : #ff6600 }
a:hover.topictitle	{ text-decoration: underline; color : #ff9900 }
a:visited.topictitle	{ text-decoration: none; color : #cccccc }


/* Name of poster in viewmsg.php and viewtopic.php */
font.normalname		{ font-size : 11px; font-weight : bold; text-decoration : none; line-height : 150%; color : #999999}
a.normalname		{ color: #ff6600; text-decoration: none}
a.normalname:hover	{ color: #ff9900; text-decoration: underline}


/* Titles for types of membership */
font.membertitle	{ font-size : 10px; font-weight : bold; text-decoration : none; line-height : 150%; color : #999999}


/* Small info like poster, replies, views etc in:  viewforum.php */
font.topicinfo		{ font-size : 10px; line-height : 150%; color : #999999 }
a.topicinfo			{ color: #ff6600; text-decoration: underline }
a:hover.topicinfo	{ color: #ff9900; text-decoration: underline }


/* Location, number of posts, post date etc in:  viewtopic.php and viewmsg.php */
font.postdetails	{ font-size : 10px; color : #999999 }
a.postdetails		{ color: #ff6600; text-decoration: none }
a:hover.postdetails	{ color: #ff9900; text-decoration: underline }


/* The content of the posts in:  viewtopic.php, viewmsg.php, faq.php (body of text) */
font.postbody,td.postbody { font-size : 12px; line-height : 150%; color : #999999 }
a.postbody			{ text-decoration: none; color : #ff6600 }
a:hover.postbody	{ text-decoration: underline; color : #ff9900 }


/* Quote Code */
font.code			{ font-family:Courier, Courier New; font-size:11px; color: #999999; line-height: 150% }
font.quote			{ font-family:Verdana, Arial; font-size:11px; color: #cccccc; line-height: 150% }
font.signature		{ font-size : 11px; font-weight : plain; text-decoration : none; line-height : 150%; color : #ffffff }
font.editedby		{ font-size : 10px; line-height : 100%; color : #999999 }
font.general,td.general      { font-size : 12px; line-height : 135%; color : #999999 }


/* Used in the section titles for the FAQ */
font.titlelarge,td.titlelarge  { font-size : 14px; font-weight : bold; text-decoration : none; color : #999999 }


/* General title: used for the topic title in viewtopic.php and viewmsg.php */
font.titlemedium	{ font-size : 12px; font-weight : bold; text-decoration : none; line-height : 150%; color : #cccccc}


/* Headers of columns for viewforum.php etc */
font.columnhead		{ font-size : 11px; font-weight : bold; text-decoration : none; line-height : 150%; color : #cccccc}
a.columnhead		{ text-decoration: underline; color : #ff6600 }
a:hover.columnhead	{ text-decoration: none; color : #ff9900 }


/* error message */
font.errormsg		{ font-size : 12px; font-weight : bold; text-decoration : none; line-height : 150%; color : #ffffff}


/* Used lots of places for small sub text */
font.misc,td.misc	{ font-size : 10px; line-height : 150%; color : #999999 }
a.misc				{ text-decoration: none; color : #ff6600 }
a:hover.misc		{ text-decoration: underline; color : #ff9900 }


/* Used loads of places for general text such as confirmation messages etc */
a.general			{ color: #ff6600; text-decoration: none }
a:hover.general		{ color: #ff9900; text-decoration: underline }


/* The field names on forms, i.e. username etc */
font.field,td.field	{ font-size : 12px; font-weight : bold; text-decoration : none; line-height : 150%; color : #ffffff}


/* Form elements */
input,textarea, select {
	color : #999977;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #999977;
}

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

input { text-indent : 2px; }

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

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

.gen { font-size : 12px; }
SELECT, option, textarea, input { font-family: Verdana, Arial; font-size: 11px; background: #333333; color: #cccccc; border: 1 solid #000000}
.box {

	border: 1px solid black;
	background: #333333;
	font-family: Verdana, Arial;
	font-size: 11pt;
	color: cccccc;
	}


/* Copyright and bottom info */
font.copyright		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #cccccc; font-size: 11px; line-height: 135%; letter-spacing: 1px}
a.copyright 		{ color: #ff6600; text-decoration: none}
a.copyright:hover 	{ color: #ff9900; text-decoration: underline}
titel { color: #ff6600; text-decoration: none }
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #666666; height: 25px;
	/* background-color: #BBBBBB; height: 25px; */
}
th.thHead,td.catHead { font-size: 12px; } /*  border-width: 1px 1px 0px 1px; } */
.forumline	{ background-color: #333333; } /* border: 2px #FFCC99 solid; } */
tr.row1	{ background-color: #444444; }
tr.row2	{ background-color: #555555; }

td.row1	{ background-color: #444444; }
td.row2	{ background-color: #555555; }
td.row3	{ background-color: #666666; }
td.blanko	{ background-color: #664444; }
tr.blanko	{ background-color: #664444; }
i.blanko	{ background-color: #664444; }

div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 2,4em;
  left: 3em;
  width: 20em;
  right: auto;
}
div.banner p {
  margin: 0; 
  font-family: Arial, sans-serif;
  background: #111111;
  border: thin outset #111111;
  color: white;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #900 }
div.banner a:first-child { border-top: none }
div.banner em { color: #CFC }



