/*  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
 ------------ */
{
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 155%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #96a3bb;
	background-color: #000000;
	font-size: 65%; /* This sets the default font size to be equivalent to 10px */
	margin: 10px;
	background-image: url("images/bad.jpg");

    background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

background-clip: border-box;

background-origin: padding-box;

background-size: auto auto;

}

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

h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.8em;
	margin: 0;
}

h2 {
	font-size: 1.4em;
	margin: 0;
}

h3 {
	font-size: 1.3em;
	margin: 0;
}

h4, p {
	font-size: 1.1em;
	margin: 0;
}

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: #DD4080;
}

.forumdesc {
	font-size: 1.1em;
	line-height: 1.4em;
}

.locked {
	color: #CCCCCC;
}

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

.offline {
	color: #B73636;
}

.online {
	color: #4FA343;
}

.postbody {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
}

.posthilit {
	background-color: #800000;
}

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

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


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

td {
	padding: 2px;
}

td.bg1, td.bg2, td.bg3 {
	padding: 4px;
}

td.cat {
	background-color: #1C1C1C;
	height: 28px;
	padding: 0 4px;
}

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

th {
	color: #999999;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.jpg');
	white-space: nowrap;
	padding: 7px 5px;
}

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: #3C3C3C;
}

table.profile {
	border-collapse: collapse;
}

table.profile td {
	padding: 0;
}

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

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


/* Links
 ------------* ancien #42c8b3 #356F66 */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
	color: #42c8b3;
	font-weight: bold;
}

a:link, a:visited {
	color: #9196a0;
	font-size: 1.1em;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a.forumtitle{
	font-family: Arial, Helvetica, sans-serif;
	color: #356F66;
	font-size: 1.3em;
	font-weight: bold;
}

 a.header, a.topictitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #96a3bb;
	font-size: 1.2em;
	font-weight: bold;
}




a.topictitle:visited {
	color: #9c9169;
}

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

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

th a, th a:visited {
	color: #999999 !important;
}


/* Fake buttons
 ------------ */
a.button {
	background-color: #d8eced;
	color: #205457;
	border: 1px solid #3C3C3C;
	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: 1.1em;
	padding: 3px 10px;
}

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


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




button, input.button1, input.button2 {
	color: #96a3bb;
	font-size: 1.1em;
	background-color: #36476b;
	border: 2px solid #666666;
	cursor: pointer;
	padding: 1px 5px;
	*cursor: hand;
	*overflow: visible;
	*width: auto;
}

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

input.button1 {
	font-weight: bold;
}



input.inputbox {
	background-color: #36476b;
	color: #E8E88E;
	border: 1.4px solid #3C3C3C;
	padding: 1px 3px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: #7C7C7C;
}

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



select {
	color: #96a3bb;
	background-color: #36476b;
	border-color: #999999;
	border-width: 1px solid;
	padding: 1px;
}




textarea {
	background-color: #36476b;
	color: #E8E88E;
	border: 1px solid #3C3C3C;
	line-height: 1.4em;
	font-size: 1.2em;
	width: 98%;
	overflow: auto;
	padding: 2px;
}


/* BBCode
 ------------ */
blockquote, .codebox {
	background-color: #1C1C1C;
	border: 1px solid #3C3C3C;
	margin: 12px 5px;
}

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

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

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





.quotecontent {
	background-color: #36476b;
	color: #f3f2ef;
	line-height: 1em;
	border-color: #1D1DBD;
	font-weight: bold;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
	font-size: 0.8em;
	padding: 5px;
	_width: 100%;
	_width/**/: auto;
}

.quotetitle .cite {
	border-width: 0;
	border-style: solid;
	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: #FF6600;
}

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

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

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


/* Misc
 ------------ */
hr {
	background-color: #3C3C3C;
	border-width: 0;
	color: #3C3C3C;
	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: #000000;
	border-color: #7C7C7C;
	position: absolute;
}

#notification_scroll {
	border-color: #7C7C7C;
	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: #111117;
}

.bg2 {
	background-color: #1b1c24;
}

.bg3 {
	background-color: #242424;
}

.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 #3C3C3C;
}

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

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