/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
@import url("icons.css");
/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Tahoma, "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #000000;
	background: #CCCCCC url('images/bg_cat.gif') fixed;
	font-size:62.5%; margin:0; padding:0px; /* This sets the default font size to be equivalent to 10px */
	
}

#wrap {
	background: #FFFFFF url('images/bgheader.jpg') no-repeat;
	width: 950px;
	margin: auto;
	clear: both;
	border: 1px solid #CCCCCC; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px
}

#wrapheader {
	height: auto !important;
	padding: 10px 0px 0px 0px;
}

#wrapcentre {
}

#wrapfooter {
	text-align: left;
	float: left;
	padding: 10px 5px;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	background: url('images/td-404.png');
	height: 250px
}

#menubar {
	background: #333333;
	margin: 0px;
	font: bold 8pt Tahoma;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#menubar a:link, #menubar a:active, #menubar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menubar a:hover {
	color: #FF0000;
	text-decoration: none;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #DCE1E5;
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 9pt Tahoma;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font: bold 8pt Tahoma;
}

p {
	font-size: 1.1em;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	white-space: normal;
	font: 9pt Tahoma;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	color: #333333;
	padding-bottom: 4px;
	font: 8pt Tahoma;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight: bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight: bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
	font: bold 1.8em Arial;
}

.postdetails {
	color: #000000;
	font: 8pt Tahoma;
}

.postbody {
	line-height: 1.4em;
	color: #000000;
	font: 9pt Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font: bold 8pt Tahoma;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font: 8pt Tahoma;
}

.gennormal {
	margin: 1px 1px;
	font: 9pt Tahoma;
}

.copyright {
	color: #000000;
	font: 9pt Tahoma;;
}

.titles {
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #000000;
	;
	background-color: #006699;
	background-image: url('images/th_cat.png');
	white-space: nowrap;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:8pt; font-family:Tahoma; padding-left:3px; padding-right:3px; padding-top:5px; padding-bottom:5px
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #CCC;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
}
.rtl {
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0px;
	border: 0 none;
	color: #FFFFFF;
	background: #333333 url('images/bg_cat.gif');
	text-indent: 4px; font-style:normal; font-variant:normal; font-weight:bold; font-size:9pt; font-family:Tahoma
}

.cat a:link, .cat a:active, .cat a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.cat a:hover {
	color: #FF0000;
	text-decoration: none;
}

.cat2 {
	height: 45px;
	margin: 0;
	border: 0 none;
	color: #FFFFFF;
	background: #C7D0D7 url('images/bg_cat.gif');
	text-indent: 4px; padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

.cat2 a:link, .cat2 a:active, .cat2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.cat2 a:hover {
	color: #C0C0C0;
	text-decoration: none;
}

.row1 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row2 {
	background-color: #FFFFFF;/*#DCE1E5*/
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #000000;
	text-decoration: none;
}

a:active,
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #6D6D6D;
	text-decoration: none;
}

.forumlink {
	background: url('images/bullet.gif') no-repeat center left;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:10pt; font-family:Tahoma; padding-left:15px; padding-right:3px; padding-top:3px; padding-bottom:2px	
}

.topictitle {
	margin: 1px 0;
	font: 9pt Tahoma;
}

/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

fieldset {
	padding: 10px;
	height: 160px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	position: relative;
	font: 9pt Tahoma;
	color: #000000;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 0px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #000000;
	background-color: #A9B8C2;
	font-size: 9pt;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #6D6D6D;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: normal;
}

/* Pagination
---------------------------------------- */

.pagination span strong {
	color: #000;
	background-color: #DCE1E5;
	border: 1px solid #CCCCCC;
	padding: 3px 6px;
	margin: 2px;
	font: bold 8pt Verdana;
}

.pagination span.page-sep {
	display:none;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	text-decoration: none;
	margin: 2px;
	padding: 3px 6px;
	font: bold 8pt Verdana;
	line-height: 1.6em;
}

.pagination span a:hover {
	border-color: #CCCCCC;
	text-decoration: none;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	color: #5C758C;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.pagination span a:hover, li.pagination span a:hover {
	background-color: #C0C8D0;
	color: #000000;
	border-color: #CCCCCC;
}

/* Header menu */

#headermenu {
	margin: 0px;
}

.tr_row1 {
	height: 30px;
	background: #333333;
	color: #FFFFFF;
	padding: 2px;
}

.menu_row1 {
	float: right;
	text-align: center;
	font: 9pt Arial;
}

.menu_row1 a:link, .menu_row1 a:active, .menu_row1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_row1 a:hover {
	color: #FF0000;
	text-decoration: none;
}

.menu_row2 {
	text-align: center;
	font: bold 2em Arial;
}

.menu_row2 a:link, .menu_row2 a:active, .menu_row2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_row2 a:hover {
	color: #FF0000;
	text-decoration: none;
}

#search_input {
	color: #969696;
	background: #333333 url('images/header_search.gif') no-repeat left center;
	margin-left: 4px;
	width: 200px;
	border: 1px solid #404040; font-style:normal; font-variant:normal; font-weight:normal; font-size:9pt; font-family:Tahoma; padding-left:22px; padding-right:4px; padding-top:4px; padding-bottom:4px
}

.gobutton {
	background: #1A1A1A;
	border: #404040;
	color: #FFFFFF;
	padding: 3px;
	height: 24px;
	font-weight: bold;
}

.clock {
	font: bold 2em Arial;
	color: #FFFFFF;
}

.signal {
	border-top: 1px solid #CCCCCC;
	padding: 5px 0px 0px 0px;
	font: 9pt Tahoma;
}

#dhtmltooltip
{
	border: 1px solid #666666;
	padding: 5px;
	color: #000000;
	z-index: 100;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	left: -300px; top:0px;
	visibility: hidden;
	font: 8pt Tahoma;
	position: absolute;
	background: #FFFFFF;
	width: 300px;
	text-align:left;
}
#dhtmlpointer
{
	z-index: 101;
	left: -300px; top:0px;
	visibility: hidden;
	position: absolute;
}

.sidebar {
	width: 160px;
	float: right;
}

.content {
	width: 780px;
	float: left;
}

.top_news {
	background: url('images/bg_news.png') no-repeat;
	width: 310px;
	height: 240px;
	padding: 5px;
	float: right
}

#dhtmltooltip
{
	border: 1px solid #666666;
	padding: 5px;
	color: #000000;
	z-index: 100;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	left: -300px; top:0px;
	visibility: hidden;
	font: 8pt Tahoma;
	position: absolute;
	background: #FFFFFF;
	width: 300px;
	text-align:left;
}
#dhtmlpointer
{
	z-index: 101;
	left: -300px; top:0px;
	visibility: hidden;
	position: absolute;
}
*/

@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("chat.css");