/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Legacy 1.2.8
	Based on style: 	subSilver (the default phpBB 2.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Big Monstro ( http://www.win3x.org/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
margin:0;
padding:0;
}

html {
	font-size: 100%;
	height: 101%;
}

body {
	color: #9998A6;
	background-image:url('./images/page_bk.gif');
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	margin: 20px 0;
}

#wrap {
width:89%;
background-color:#1E1F2E;
margin:0 auto;
border:1px solid black;
}

#wrapheader {
min-height:100px;
height:auto!important;
margin:0;
padding:0;
}

#wrapcentre {
margin:0;
}

#wrapfooter {
text-align:center;
clear:both;
}

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

#logodesc {
margin-bottom:5px;
background:#D9DFE4;
border-bottom:1px solid #4787A7;
padding:5px 25px;
}

#menubar {
margin:0 25px;
}

#datebar {
margin:0 25px;
padding:20px 0;
}

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

#pageheader {
background-image:url('./images/cellpic_spacertable.jpg');
background-position:top left;
background-repeat:repeat-y;
}


/* Text
 --------------------- */
code, kbd, pre, samp {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	margin: 0;
}

h1 {
color:#000;
font-family:"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
font-weight:700;
font-size:1.8em;
text-decoration:none;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
font-size:1.5em;
text-decoration:none;
line-height:120%;
}

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

h4 {
font-size:1.1em;
font-weight:700;
margin:0;
}

p {
font-size:1.3em;
}

p.moderators {
float:left;
color:#000;
font-weight:700;
margin:0;
}

p.breadcrumbs {
float:left;
color:#000;
font-weight:700;
white-space:normal;
font-size:1em;
margin:0;
}

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

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

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

ol, ul {
	margin: 0.8em 0 0.9em 3em;
	padding: 0;
}

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

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

.error, .forumrules {
	color: #FF0000;
}

.forumdesc {
	font-size:14px;
	color:#9998A6;
	margin:1px;
	line-height:1.3em
}

.locked {
	color: #C0C0C0;
}

.navigation {
	font-weight: bold;
	line-height: 1.75em;
}

.offline {
	color: #B73636;
}

.online {
	color: #4FA343;
}

.postbody {
	font-size:1.1em;
	line-height:1.5em;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}

.posthilit {
	background-color: #FFFF00;
}

.rtl ol, .rtl ul {
	margin: 0.8em 3em 0.9em 0;
}

.small {
	font-size: 0.9em !important;
}


/* Tables
 ------------ */
table {
	/* font-size: 1em; */
}

td {
}

tr.bg1 {
	background-color:#000;
	padding:7px;
}

td.bg1 {
	background-color:#000;
	padding: 7px;
}
td.bg2 {
	background-color:#31324D;
	padding:7px;
}
td.bg3 {
	background-color:#31324D;
	padding:7px;
}

td.cat {
background-image:url('./images/cellpic1.jpg');
background-repeat:repeat-x;
height:25px;
}

td.member {
	font-size: 1.1em;
	padding: 5px;
}


th {
color:#43434F;
font-size:1.1em;
font-weight:700;
background-color:#1E1F2E;
background-image:url('./images/cellpic3.gif');
white-space:nowrap;
}

th a,th a:visited {
	color:#43434F!important;
	text-decoration:none;
}


th.thLeader {
background-image:url('./images/cellpic_headleader.jpg');
background-position:top left;
background-repeat:no-repeat;
}

th.thHead,td.catHead {
font-size:12px;
border-width:0;
}

td.catLeader {
background-image:url('./images/cellpic_topleader.jpg');
background-position:top left;
background-repeat:no-repeat;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image:url('./images/cellpic1.jpg');
background-repeat:repeat-x;
height:25px;
}

td.row1bk {
                background-color: #000000;
                background-image: url('./images/cellpic_bk.gif');
                background-repeat: repeat-y;
                background-position: right top;
}
 
td.rowpic {
background-color:#1E1F2E;
background-image:url('./images/cellpic2.jpg');
background-repeat:no-repeat;
background-position:right top;
}

td.row1icon {
background-color:#000;
background-image:url('./images/cellpic_iconleader.gif');
background-repeat:repeat-y;
background-position:left top;
}

td.row1icon2 {
background-color:#000;
background-image:url('./images/cellpic_iconleader2.gif');
background-repeat:repeat-y;
background-position:left top;
}
td.footLeader {
background-image:url('./images/cellpic_bottomleader.jpg');
background-position:top left;
background-repeat:no-repeat;
}

td.footBottom {
background-image:url('./images/cellpic4.gif');
background-repeat:repeat-x;
background-position:top left;
}

td.footEnd {
background-image:url('./images/cellpic5.jpg');
background-repeat:no-repeat;
background-position:top right;
background-size: 100% auto;
border:#000;
}

td.topicTop {
background-image:url('./images/totop_topics.gif');
background-position:bottom left;
background-repeat:no-repeat;
display:table-cell;
color: black
}

td.row1 {
background-color:#000;
padding:7px;
}
th.thSides,td.catSides,td.spaceRow,th.thRight,td.catRight,td.row3Right,th.thLeft,td.catLeft,th.thBottom,td.catBottom,th.thTop,th.thCornerL,th.thCornerR {
	border-width:0;
}

td.row2 {
background-color:#31324D;
padding:7px;
}

th.category {
	padding: 7px 9px;
}

table.fixed {
	border-collapse: collapse;
	width: 100%;
	/* **/ table-layout: fixed;
	*width: auto; /** */
}

table.fixed td {
	overflow: hidden;
	padding: 0;
	word-wrap: break-word;
}

table.main {
	/* background-color: #C0C0C0; */
}

table.profile {
	border-collapse: collapse;
	background-color: #000;
	background-image: url('./images/cellpic_bk.gif');
	background-repeat: repeat-y;
	background-position: right top;
}

table.profile td {
	padding: 0;
}

table.table1 {
	border-collapse: collapse;
	width: 100%;
}

table.table1 td, table.table1 th {
	border: 1px solid #C0C0C0;
	padding: 5px;
}

div.gensmall, p.gensmall {
	font-size:13px;
	font-weight:700;
	color:#9998A6;
	margin:1px;
	line-height:1.3em
}

.cat .gensmall,.cat .genmed,.cat .gen,form.bottomsearch span.gensmall,.syntaxbg {
color:#FFF;
}

/* Links
 ------------ */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a:link {
        color: #ffffff;
        text-decoration: none;
}

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

a:hover {

        text-decoration: underline;
}

a.forumtitle, a.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

a.topictitle {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:14px;
	margin:1px 0;
}

a.postapprove {
	color: #008000 !important;
}

a.postreported {
	color: #FF0000 !important;
}

th a, th a:visited {
        color: #43434F !important;
        text-decoration: none;
}


/* Fake buttons
 ------------ */
a.button {
	background-color:#31324D;
	border-color:#9998A6;
	border: 2px outset;
	display: -moz-inline-box;
	display: inline-block;
	font-weight: bold;
	line-height: 1.4em;
	margin: 1px;
	padding: 1px 20px 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.action-bar a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 3px 8px;
}

a.button:hover {
	border-color: #000080;
	text-decoration: none;
}

.cattitle               { font-weight: bold; font-size: 14px ; color : #FFFFFF; letter-spacing: 2px}
a.cattitle              { text-decoration: none; color : #FFFFFF; }
a.cattitle:hover,a:hover,a.forumlink:hover,a.gen:hover,a.genmed:hover,a.gensmall:hover,a.nav:hover,a.topictitle:hover,th a:hover, h2 a:hover {
text-decoration:underline;
}

/* Form Elements
 ------------ */
button, fieldset, input, select, textarea {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}

button, input.button1, input.button2 {
	background-color: #1E1F2E;
	border-color:#9998A6;
	border: 2px outset;
	cursor: pointer;
	padding: 1px 5px;
	*cursor: hand;
	*overflow: visible;
	*width: auto;
}

input,textarea,select {
	color:#9998A6;
	background-color:#1E1F2E;
	font:normal 12px Trebuchet MS, Arial, Helvetica;
	border:2px inset;
	border-color:#9998A6;
}

input.post,textarea,select {
	font-size:13px;
	background-color:#1E1F2E;
	border:2px inset;
}

fieldset, form {
	border-width: 0;
	margin: 0;
	padding: 0;
}

input.button1 {
	background-color:#31324D;
	font-weight:700;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: #808080;
}

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

select {
	font-size:13px;
	background-color:#1E1F2E;
	border:2px inset;
	color:#9998A6;
	font:normal 12px Trebuchet MS, Arial, Helvetica;
	border-color:#9998A6;
}

textarea {
	background-color:#1E1F2E;
	border: 1px solid #C0C0C0;
	line-height: 1.4em;
	font-size: 1.3em;
	overflow: auto;
	padding: 2px;
}


/* BBCode
 ------------ */
blockquote, .codebox {
	margin:0 5px 10px;
	padding:5px;
}

.codecontent {
	background-color: #FFFFFF;
	overflow: auto;
	_width: 100%;
}

.codecontent pre {
	color: #008000;
	direction: ltr;
	font-size: 0.9em;
	line-height: normal;
	padding: 5px;
	word-wrap: normal;
	*min-height: 30px;
	_height: 40px;
	_heig\ht: 30px;
}

.codetitle, .quotetitle {
	font-size: 0.9em;
	font-weight: bold;
	min-height: 18px;
	padding: 2px 4px;
	_height: 22px;
	_heig\ht: 18px; 
	margin-left:20px;
}

.quotecontent {
font-size:1em;
line-height:1.4em;
border-color:#232337;
border-style:solid;
border-width:1px;
margin:0 5px 10px;
padding:5px;
}

.quotetitle .cite {
	border-width: 0;
	font-weight: bold;
	padding: 0;
}

.quotetitle .date {
	border-width: 0;
	font-weight: normal;
	padding: 0;
	text-align: right;
}

.rtl .quotetitle .date {
	text-align: left;
}


/* Private messages
 -------------------- */
.pm-reported-colour {
	border-color: #800000;
}

.pm-marked-colour {
	border-color: #FF0000;
}

.pm-replied-colour {
	border-color: #C0C0C0;
}

.pm-friend-colour {
	border-color: #0000FF;
}

.pm-foe-colour {
	border-color: #000000;
}


/* Misc
 ------------ */
hr {
	background-color: #C0C0C0;
	border-width: 0;
	color: #C0C0C0;
	display: block;
	height: 1px;
	margin: 2px 0;
	*margin: -5px 0;
}

img {
	border-width: 0;
}

#notification_list, #quick_links_list, #topictools_list, #user_list {
	background-color: #31324D;
	border-color: #808080;
	position: absolute;
}

#notification_scroll {
	border-color: #808080;
	border-style: solid;
	border-width: 1px 0;
}

#quick_links_list, #topictools_list, #user_list {
	line-height: 2.2em;
	padding: 0 4px;
	white-space: nowrap;
}

.bg1 {
	background-color:#000;
}

.bg2 {
	background-color:#31324D;
}

.bg3 {
	background-color: #FFFFFF;
}

.dropdown-enabled .hidden_links, .hasjs .noscript, .quicktools {
	display: none;
}

.dropdown-enabled .quicktools {
	display: inline;
}

.emoji {
	min-height: 18px;
	min-width: 18px;
	height: 1em;
	width: 1em;
}

.footer-row {
	font-size: 1em;
	line-height: 1.8em;
}

.notification {
	border-top: 1px solid #808080;
	line-height: 1.4em;
	padding: 4px;
	word-wrap: break-word;
}

.nowrap {
	white-space: nowrap;
}

.separator {
	border-bottom: 1px solid #C0C0C0;
}

.spacer {
	background-color:#44466A;
	height: 4px;
	_overflow: hidden;
}

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