﻿/*
  GreenFX Theme for phpBB version 2+
  Created by Infected-FX
  http://www.infectedfx.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #FFFFFF;
scrollbar-face-color:#E6E6E6;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#6D7067;
scrollbar-darkshadow-color:#6D7067;
scrollbar-shadow-color:#F2F2F2;
scrollbar-arrow-color:#5F0707;
scrollbar-track-color:#EBEBEB;
font-family:Verdana; font-size:10px ; color: #8D8D8D;
}

/* General font families for common tags */
font, th, td, p { font-family: Verdana; font-size:10px; color:#8D8D8D }
A:link       {COLOR: #6D7067; TEXT-DECORATION: none}
A:active     {COLOR: #000000; TEXT-DECORATION: none}
A:hover      {COLOR: #22251A; TEXT-DECORATION: none}
A:visited    {COLOR: #686565; TEXT-DECORATION: none} 
hr	{ height: 0px; border: solid #FFFFFF 0px; border-top-width: 1px;}


.maintable	{ border:1px solid #000000; background-color: #FFFFFF; padding-top: 0px; margin-bottom: 10; margin-top: 10; }

/* This is the personal FX style */
.bgBtns{background-image:url(images/tables/b_bg.gif); vertical-align:middle; }
.bgFoot {background-image:url(images/tables/designBg.jpg); height:28px; text-align:center; vertical-align:middle;}
.bgTable { background-color: #EAEAEA}
.forumline	{ background-color: #000000; }
.membersline	{ background-color: #000000; }
.profile {background-color: #CCCCCC; }
.posting {background-color: #30210F;}
.date {background-color: #23180B; font-family:Verdana; font-size:10px; color:#956A48; letter-spacing:1; height:18}
.topic {font-size: 10px; color: #847461; font-family:Verdana; letter-spacing:1; font-weight:bold; background-color: #E0E0E0; font-family:Verdana; font-size:10px; letter-spacing:1; height:23px;}
.bottomTable {background-image:url('images/tables/tableBbg.jpg'); }
.topTable {background-image:url('images/tables/tableTBg.jpg');  height:32px;}
.topTable2 {background-image:url('images/tables/mainTBg.jpg');  height:22px;}
.LTable {background-image:url('images/tables/tableLBg.jpg');  width:19}
.RTable {background-image:url('images/tables/tableRBg.jpg');  width:19}
.forum {font-size: 10px; color: #847461; font-family:Verdana; letter-spacing:1; font-weight:bold; background-color: #23180B; font-family:Verdana; font-size:10px; letter-spacing:1; height:23; background-image:url('images/forum.gif'); background-repeat:repeat; background-attachment:fixed}

/*Text Personal FX Style */
.member			{ font-size: 10px; color: #847461; font-family:Verdana; letter-spacing:1; font-weight:bold}

/*Navigation Personal FX Style */
.nav2			{ font-weight: bold; font-size: 10px; color : #B9AFA0;}
a.nav2			{ text-decoration: none; color: #000000; font-family:Verdana; font-size:10px; font-weight:bold }
a:hover.nav2	 { text-decoration: none; color: #FFFFFF; font-family:Verdana; font-size:10px; font-weight:bold }
a:visited.nav2		 { text-decoration: none; color: #000000; font-family:Verdana; font-size:10px; font-weight:bold }



/* Main table cell colours and backgrounds */
td.row1	{ background-color: #E6E6E6;}
td.row2	{ background-color: #F2F2F2;}
td.row3	{ background-color: #F2F2F2;}
td.row4	{ background-color: #F6F6F6; }
.bgCopyright {background-color: #AAB39D; text-align:center; vertical-align:middle; height:25px;}


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
}

/* Header cells - the blue and silver gradient backgrounds */
th, td.th	{
	font-size: 10px; font-weight: bold;
	height: 25px;font-family:Verdana
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
			height: 25px
}

td.th2 { height: 20px; color: #FFFFFF; background-image:url(images/tables/TitBg.jpg);}
td.espacio {height: 8px; background-color: #F1F1F1; }
.bgTit { background-image:url(images/tables/TitBg.jpg); height:20px;}

td.spaceRow { height:1px; }


/*
  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 :-)
*/

/* The largest text used in the index page title and toptic title etc. */
h1, h2	{
			font-weight: bold; font-size: 12px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color: #000000;
}
.maintitle	{
			font-weight: bold; font-size: 12px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height: 120%; color: #FFFFFF;
}
.subtitle	{
			font-size: 10px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; color: #000000;
}


/* General text */
.gen { font-size : 10px; color:#333333; }
a.gen { color: #847461; text-decoration: none; }
a:visited.gen { color: #847461; text-decoration: none; }
a:hover.gen  { color: #595A54; text-decoration: none; }
a:active.gen { color: #847461; text-decoration: none; }

.gensmall { font-size : 10px; color:#666666; }
a.gensmall {color:#8D8E86;}
a:visited.gensmall { color: #8D8E86; text-decoration: none; }
a:hover.gensmall  { color: #595A54; text-decoration: none; }
a:active.gensmall { color: #847461; text-decoration: none; }

.gentiny { font-size: 10px; }
.gen2 { color : #A9A9A9; }
.gen3 { color : #666666; font-size:12px; }

.genmed { color : #808080; }
a.genmed { color: #847461; text-decoration: none; }
a:visited.genmed { color: #847461; text-decoration: none; }
a:hover.genmed	{ color: #FFFFFF; text-decoration: none; }
a:active.genmed  { color: #000000; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
a.mainmenu		{ text-decoration: none; color: #324807;  }
a:visited.mainmenu { text-decoration: none; color: #324807; }
a:hover.mainmenu { text-decoration: none; color: #850E0E; }
a:active.mainmenu { text-decoration: none; color: #435B14; }
/*Tit*/
.tit {color:#FFFFFF; font-size:10px; font-weight:bold;}
a.tit {color:#FFFFFF; font-weight:bold;}
a:visited.tit {color:#FFFFFF; font-weight:bold;}
a:hover.tit {color:#CC8C8E; font-weight:bold;}
a:active.tit {color:#FFFFFF; font-weight:bold;}
/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 10px ; letter-spacing: 1px; color: #000000}
a.cattitle		{ text-decoration: none; color: #5F0707;font-family:Verdana; font-size:10px; font-weight:bold }
a:visited.cattitle  { text-decoration: none; color: #5F0707;font-family:Verdana; font-size:10px; font-weight:bold }
a:hover.cattitle  { text-decoration: none; color: #6F6F6A;font-family:Verdana; font-size:10px; font-weight:bold }
a:active.cattitle  { text-decoration: none; color: #000000;font-family:Verdana; font-size:10px; font-weight:bold }

.rowtitle		{ font-weight: bold; font-size: 10px; letter-spacing:1px; color: #000000; }
a.rowtitle		{ text-decoration: none; color: #475134;  }
a:visited.rowtitle  { text-decoration: none; color: #475134;  }
a:hover.rowtitle  { text-decoration: none; color: #92A471; }
a:active.rowtitle  { text-decoration: none; color: #000000; }

.faq		{ font-weight: bold; font-size: 10px; color: #444E32; }
a.faq		{ text-decoration: none; color: #999A94;font-weight:lighter; }
a:visited.faq {text-decoration: none; color: #999A94; font-weight:lighter;}
a:hover.faq  { text-decoration: none; color: #702424; font-weight:lighter;}
a:active.faq  { text-decoration: none; color: #000000;font-weight:lighter; }


/* Forum title: Text and link to the forums used in: index.php */
/*.forumlink		{ font-weight: bold; font-size: 10px; color: #23180B; }*/
a.forumlink 	{ text-decoration: none; color: #6F6F6A; }
a:visited.forumlink { text-decoration: none; color: #6F6F6A; }
a:hover.forumlink { text-decoration: none; color: #5F0707; }
a:active.forumlink { text-decoration: none; color: #000000; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 10px; color : #5F0707;}
a.nav			{ text-decoration: none; color: #5F0707; font-family:Verdana; font-size:10px; font-weight:bold; }
a:visited.nav	{ text-decoration: none; color: #393D2E; font-family:Verdana; font-size:10px; font-weight:bold; }
a:hover.nav		{ text-decoration: none; color: #6F6F6A; font-family:Verdana; font-size:10px; font-weight:bold; }
a:active.nav		{ text-decoration: none; color: #000000; font-family:Verdana; font-size:10px; font-weight:bold; }

/* titles for the topics: could specify viewed link colour too */
.topictitle			 {  font-size: 10px; color : #23180B;      }
a.topictitle    {  text-decoration: none; color: #6F6F6A; }
a:visited.topictitle {  text-decoration: none; color: #6F6F6A; }
a:hover.topictitle	 {  text-decoration: none; color: #5F0707; }
a:active.topictitle	 {  text-decoration: none; color: #000000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
/*.name			{  font-size: 10px; color: #5F0707;}*/
a.name          {  text-decoration: none; color: #5F0707; }
a:visited.name  {  text-decoration: none; color: #5F0707; }
a:hover.name	{  text-decoration: none; color: #6F6F6A; }
a:active.name	{  text-decoration: none; color: #000000; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 10px; color: #666666; }


/* The content of the posts (body of text) */
.postbody { color: #808080 ;font-size: 10px;}
a.postlink	{ text-decoration: none; color: #6F6F6F; }
a:visited.postlink  { text-decoration: none; color: #6F6F6F; }
a:hover.postlink  { text-decoration: none; color: #F3f3f3; }
a:active.postlink  { text-decoration: none; color: #000000; }


/* Quote & Code blocks */
.code {
	border-left:1px solid #FFFFFF; border-right:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; line-height: 125%;
	background-color: #F4F4F4; 
}

.quote {
	border-left:1px solid #FFFFFF; border-right:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; line-height: 125%;
	background-color: #F4F4F4; 
}


/* Copyright and bottom info */
.copyright		     { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #374024; letter-spacing: 1px;}
a.copyright          { color: #6F6F6A; text-decoration: none; font-weight:bold;}
a:visited.copyright  { color: #6F6F6A; text-decoration: none; font-weight:bold;}
a:hover.copyright    { color: #5F0707; text-decoration: none; font-weight:bold;}
a:active.copyright   { color: #5F0707; text-decoration: none; font-weight:bold;}

/* Form elements */
input, textarea, select {
	color : #000000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */

input.post
{
	border:1px solid #CCCCCC; font-family:Verdana; font-size:10px; color:#333333;  background-color:#F1F1F1;
}

textarea.post
{
border:1px solid #CCCCCC;
font-family:Verdana;
font-size:10px; color:#333333;
background-color:F1F1F1;
}

select {
	background-color : #CCCCCCC;
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	border: 1px;
}
.select {
	background-color : #CCCCCCC;
	font-family:Verdana;
	font-size:10px;
	color:#333333;
	border: 1px;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 125%;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

/* The main submit button option */
input.mainoption {
	background-color:#EBE5E5
	color:#333333;
	border: 1px solid #666666;
}

/* None-bold submit button */
input.liteoption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 125%;
	background-color: #666666;
	border: 1px solid #999999;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline {
	border:1px solid #993300;
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	background-color: #5F0707;
}
