
html, body {
	background: #242424 url(images/body.gif);
	padding: 0;
	margin: 0;
	color: #D0D0D0;
}
body { padding: 0 5px; }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a, a:visited { color: #2370B6; }
a:hover		{ text-decoration: underline; color: #F0E80A; }
hr	{ height: 0px; border: solid #2370B6 0px; border-top-width: 1px;}

/*--- mod : categories hierarchy */
form {
	margin: 0px;
	padding: 0px;
}
td.attachrow {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	border: 1px #006699 solid;
}
td.attachheader {
	border-bottom: solid 1px #000;
	padding: 0 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	background-color: #2E2E2E;
	color: #D0D0D0;
}
table.attachtable {
	border-left: solid 1px #090909;
	border-top: solid 1px #090909;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	margin: 5px 0;
}
.absbottom {
	vertical-align: text-bottom;
}
.dom_overview_abshidden { position: absolute; visibility: hidden; width: 300px; }
/*--- fin mod : categories hierarchy */

form { display: inline; padding: 0; margin: 0; }
img { border: 0; }
br.spacer { height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption { margin: 0; padding: 0; }
iframe { border: none; background-color: #EAEEF3; }

/* Header and Logo */
#maintable {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000;
}
#logotable {
	background: url(images/logo_bg.gif) top left repeat-x;
}
.logorow1 {
	background: url(images/logo_left.jpg) top left no-repeat;
}
.logorow2 {
	background: url(images/logo_right.jpg) top right no-repeat;
}
#buttonstable { 
	margin-bottom: 5px; 
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
#buttonstable td { 
	background: url(images/buttons.gif) top left repeat-x; 
	height: 21px;
	overflow: hidden;
}
#header-buttons {
	font-size: 11px;
	color: #F0E80A;
	padding-bottom: 2px;
}
#header-buttons a, #header-buttons a:visited {
	color: #FFF;
	text-decoration: none;
}
#header-buttons a:hover { color: #F0E80A; text-decoration: underline; }

#content-simple { 
	padding: 3px; 
	border-color: #000;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	background-color: #191919;
}

/* This is the border line & background colour round the entire content */
.content-row { background-color: #191919; }
td.content { 
	background-color: #191919; 
	padding: 5px;
}

/* This is the outline round the main forum tables */
.forumline	{ border: solid 1px #000; background: #313131 url(images/cell.gif) top left repeat-x; }

/* Forum header */
.forumheader td { 
	background: url(images/hdr_mid.gif) left bottom repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #4296C5;
}
.forumheader a, .forumheader a:visited {
	color: #4296C5;
	text-decoration: underline;
}
.forumheader a:hover {
	color: #D0D0D0;
	text-decoration: underline;
}
.forumheader-mid { padding-top: 2px; }

/* pm popup */
.pm-old { display: none; }
.pm-new { margin: 30px; }
.pm-new a, .pm-new a:visited { 
	border: solid 1px #F0E80A; 
	padding: 25px 45px;
	color: #2370B6;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	background: #313131 url(images/cell.gif) top left repeat-x;
}
.pm-new a:hover, .pm-new a:active {
	color: #F0E80A;
}
/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3, td.row3Right, td.postbottom {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #313131 url(images/cell.gif) top left repeat-x;
}


/* Header cells - the blue and silver gradient backgrounds */
th, td.spaceRow, td.th {
	color: #CCDFF0; 
	font-size: 11px; 
	font-weight: bold;
	background: #4A6786 url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #317CC2;
	border-right: solid 1px #164C7D;
	border-top: solid 1px #3981C3;
	border-bottom: solid 1px #164C7D;
}
th.left { text-align: left; }

td.catBottom {
	background: #26629A url(images/catbottom.gif) top left repeat-x;
	height: 24px;
	padding: 1px 3px;
	border-left: solid 1px #317CC2;
	border-right: solid 1px #164C7D;
	border-top: solid 1px #3981C3;
	border-bottom: solid 1px #164C7D;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.spaceRow2 {
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
}
td.spaceRow, td.spaceRow2 { height: 2px; overflow: hidden; font-size: 2px; line-height: 2px; padding: 0; }
.cat,.catHead,.catSides,.catLeft,.catRight,.catBottom { font-size: 12px; }


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.catHead { font-size: 12px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #D0D0D0;
}


/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #D0D0D0; }
a.gen,a.genmed,a.gensmall { color: #2370B6; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #F0E80A; text-decoration: underline; }

.generror { color: #FFF; }
.progress { background-color: #F0E80A; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #2370B6; }
a.forumlink 	{ text-decoration: none; color : #2370B6; }
a.forumlink:hover{ text-decoration: underline; color : #F0E80A; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color: #D0D0D0;}
a.nav			{ text-decoration: none; color : #2370B6; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color: #D0D0D0; }
a.topictitle:link   { text-decoration: none; color: #2370B6; }
a.topictitle:visited { text-decoration: none; color: #18568F; }
a.topictitle:hover	{ text-decoration: underline; color: #F0E80A; }

/* new thread link */
.link-new a, .link-new a:visited, .link-new a.topictitle, .link-new a.topictitle:visited { color: #F0E80A; }
.link-new a:hover, .link-new a:active, .link-new a.topictitle:hover, .link-new a.topictitle:active { color: #CCDFF0; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; }
.postername		{ font-size: 11px; font-weight: bold; color: #2370B6; line-height: 1.5em; }

/* Location
ۆkݬ;y/gS};PC7tv$5:9 NIYrv5Ϳ7c.M
3s%#N3$U@CeMYqx!TjFw:G<gEI4. 2(>Rfpḳ3XgGKR|Y<_[?u/F=^.^oj).x6/7e8ƹn)Yɡ,8/}J0B);gA;[}NHI>YJ(1IRF	Qmbz)nf@XS"4{ܻ51U!X[;6ҙkBnhJUkIŮAe%"؁a,XM3`P7Ҽ:]W&A6a.!wB3; w[#p5Kђ_	:yk~N	nW!}N&'l5[qVHFHq.,R0L1>}B@Pه\jU4ı$џ5K8Jԣm@EQ]۝ƨD<6]O#OL[(fEdA݀A+V:('ڐ
NPS zP4 .g~ߨ2ËXǘ=V7+uEQ&2$9xԀ]!Q|Y+}[ ')D#O=v>@zk֡AIwGI^:B1CPA
VSf;ͧ5zvetjs5__9OjІx.4&:rMAWk*P#:-^'Xv6r{T]7 HjH@H [l,DA
UQSMsN-tQ,T kh maژTONvE$jh?
1"C$qW*Sj"3J@aY&V#̽  ׭2lUM.,ސ?0ږyb[_
; 9[K~Yg=Eڠl, L% BMdn9JAJKLpvŠC<z*wsbڶO&QG/7a_\;J6V(9"pks$l@4-0׽JPJ>1+$T3V2:i
<cZ#=\J}I|w
wlG̺J*qJ2S&WEURK淋`_ڧ撃:F{zCv=4f,9Ó:/r%zǑ>S|T4PL?D{%K(Sughx/nrF&h"RMx͛sAp[fC#JZjC:I3"W;2T|R_MP;r;8CPQQjL64x.ЬWG[>ܔ"@~Ĥ))X`au|^7]myZ)o=hQP/ 	CQx-9U'nGĐ1gWgC┲w,U5 l'}h!7Nsgy?MhGVzu~f~gx-sW;S:y᪆*;#|CLAnS@j̙?X6r@ IRl@#!-3Hkf@}R
^|dhWiFFa_-<0@T0
^&p΅$Q)R#ӦcP zy[fHS1J);?Szv
!}ffV:wϓޒ?l\:` $Bh7/IAn?6a[<,lj$%[%fْϝrݭ_P-loRFwDe_OG|,q-Lw[,sXa%)xp𙕳ڶ_@$C"myȽ1QnRg1?\QzR($eq.j#:4D}^v7}O6~HܑJӮQ>{: Ҭi)qWIU<	"kp+J"FT+O?a%EՔg?>^*uNp_b:~gnu(v`n%vYr(9PgZK)#FO\S2MaR8rVҐЌJ4=*q5ǫ?B@eWRSJ:vQGN^]&~1ES°4' q}3{U5bLp ZwK^!&&t
't&S>o*5כWu{Jk/yM)~TX=	G)uXkXg9wp<z6T\kM]?U~77Ӿv(3qBù*/dgq*c]1ALnt=:-XS+?i[ږ'NH5!@>Df	,[eg,:IMơd/mcC,"]p{ugrЍRl2˧طCh#C
ךIJT&L̲=O*v~YJrI&T2z@)CZ\㻗_-k Jf)'ʆ+L ׳ng69{C.T:>ppAhVQIPjl[Q(dv:¤t3%kc0P5*%U:~$SrB<C!BAyp-t^w7n.uz4WЁo|)YzB<CگfuSi0\pE֛7͇3#"AUZjuxL?
A.M۷_<0+wv#y,Y_|9 [2qHW'xt7iUSFbu%M0ra@_όaP6^izi@v.	yG@La0퉎J
wm%";C, cP`En07tDB7
@EŖ!Ն"HLDQPL`;CLMwёNqvs:fhU`G5OIS`d zpjRQa2ZD>0U~lL~;1;~h(ߍsݱ߲/gamZ6?αbSyѣcmf
<vTiaM9z;%	|wlE˾R(NEjY7HV`x=q== uxY!$[l%;#9,9~ez{Lk\h\f%γe&NC xG`_(O`½rUh-39[L87HN=~PN-#\.u8.$VSs.X*۴y]'@eQdϱz-'(/`8;kԵ{~rI&	IWܰ|lhiS]XuR9Ƿ*Ik;fBVjFr)zs%>Z|HS,m08Ay?ߤ-0		WƎi=%wJ$1NR\bO@qNG5yLSpʋ({MMOH-Oj(I+,]aOޤ\ʒz9?@1%%]"ԋf7B>/8,\D8L`@o0NAihhj<r,9Ȱ$
IُS_O 45aʇ{˴<'^+[>I_qJ(64ˇLʘJc~eTA$c7dbx80 7Q_?}!GR#V;j{@Rͼ;ݫ	Vf~|w9IiϘNR@='2F9WIcZuC )QkQHkm4`S 3IDڙv3Kh]Jrn%>pp-vMn]:K	{_@߾ƌ^L3^LH¹;S<!/uY؏R20g=Ejֲ'Gr1ה X"hǁKa LTU>
Eq"1L\.%Wc_%F[._;lPg9f/!]bȓ$!>&5SrBpcd)|8dqgVFС,yuw	-'Vjp}py̫,Q˧$YG\=֬E4#
