/*
	-----------------------------------------------------------------
	The original subSilver Theme for phpBB version 2+
	Created by subBlue design
	http://www.subBlue.com
	-----------------------------------------------------------------
	Revised version for gates.to
	http://www.gates.to  
	-----------------------------------------------------------------
*/

@charset "iso-8859-1";

/* ----------------------------------------------------------------------
	gates.to colors:
				#FF6600	= orange ffa34f
				#009900	= green.to
				#006600	= green (darker)
				#006699	= blue
				#CCCCFF	= light blue
   ---------------------------------------------------------------------- */

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	font-size: 9.5pt;
	background-color: #006600; /*#CCCCFF;*/
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin-top: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	}

/* General font families for common tags */
font,th,td,p {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Console', Verdana, sans-serif;
	color: white;
	}
a:link		{ color: #CCCCFF; background-color: transparent; text-decoration: none;}
a:visited	{ color: #CCCCFF; background-color: transparent; text-decoration: none;}
a:hover		{ color: #CCCCFF; background-color: #009900; text-decoration: none;}

hr {
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
	}


/* This is the border line & background colour round the entire page */
.bodyline { 
	background-color: #006600;
	border: 0px #98AAB1 solid; 
	}

/* This is the outline round the main forum tables */
.forumline {
	background-color: #CCCCFF;
	border: 15px #006600 solid;
	}


/* Main table cell colours and backgrounds */
td.row1	{ font-size: 9.5pt; color: white; background-color: #006600; /*#EFEFEF;*/ }
td.row2	{ font-size: 9.5pt; color: #FF6600; background-color: #006600; /*#DEE3E7;*/ }
td.row3	{ font-size: 9.5pt; color: white; background-color: #006600; /*#D1D7DC;*/ }


/*
  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: #009900; /*white;*/
	background-image: url(images/cellpic2.jpg);
	background-repeat: repeat-y;
	}	

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: white; /* #ffa34f */
	font-size: 11px; font-weight: bold;
	background-color: #006600; height: 25px;
	background-image: url(images/cellpic3.gif);
	}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(images/cellpic1.gif);
	background-color: #006600; 
	border: #CCCCFF;
	border-style: solid; height: 28px;
	}


/*
  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.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
	}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
	border: #CCCCFF;
	border-style: solid;
	height: 28px; 
	}
td.row3Right,td.spaceRow {
	background-color: #006600; /* #D1D7DC; */
	border: white;
	border-style: solid;
	}

th.thHead,td.catHead { font-size: 9.5pt; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Console', Verdana, sans-serif; 
	text-decoration: none;
	line-height: 120%;
	color: #FF6600;
	margin-top: 1pt;
	margin-bottom: 1pt;
}


/* General text */
.gen		{ font-size: 9.5pt; }
.genmed		{ font-size: 11px; }
.gensmall {
	font-size: 10px;
	font-weight: normal;
	}

.gensmall2 { 
	font-size: 10px; 
	color: white;
	font-weight: normal;
	margin-left: 15pt;
	margin-right: 15pt;
	}

.gensmall3 { 
	font-size: 10px; 
	color: white;
	margin-left: 0pt;
	margin-right: 0pt;
	}

.gen,.genmed,.gensmall { color: white; font-weight: normal; }

a.gen,a.genmed,a.gensmall { color: #CCCCFF; background-color: transparent; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #CCCCFF; background-color: transparent; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #CCCCFF; background-color: #009900; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Console', Verdana, sans-serif; 
	color: #006699;
	font-size: 10pt;
	line-height: 1.3;
	font-weight: bold;
	background-color: transparent;
	}

.mainmenu a:link, .mainmenu a:visited {
	color: #006699;
	}

.mainmenu a:hover {
	color: #FF6600; 
	background-color: transparent;
	text-decoration: none; 
	padding: 0px;
/*	border-bottom: 3px solid #006600; */
	}


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 9.5pt; letter-spacing: 1px; color: #006699}
a.cattitle		{ color: white; background-color: #006699; text-decoration: none; }
a.cattitle:hover{ color: #FF6600; background-color: #006699; text-decoration: none; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: normal; font-size: 9.5pt; color: #006699; letter-spacing: 1px; }
a.forumlink:link	{ color: #CCCCFF; background-color: transparent; text-decoration: none;}
a.forumlink:visited	{ color: #CCCCFF; background-color: transparent; text-decoration: none;}
a.forumlink:hover	{ color: #CCCCFF; background-color: #009900; text-decoration: none;}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ 	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Console', Verdana, sans-serif; font-weight: normal; font-size: 11px; color: white; }
.nav2 { 
	font-weight: normal; font-size: 11px; 
	color: white;
	margin-left: 15pt;
	margin-right: 15pt;
	}

a.nav:link		{ color: #CCCCFF; font-weight: normal; background-color: transparent; text-decoration: none;}
a.nav:visited   { color: #CCCCFF; font-weight: normal; background-color: transparent; text-decoration: none;}
a.nav:hover     { color: #CCCCFF; font-weight: normal; background-color: #009900; text-decoration: none;}


/* titles for the topics: could specify viewed link colour too */
.topictitle				{ font-weight: normal; font-size: 11px; color: white; }
a.topictitle:link		{ text-decoration: none; color: #CCCCFF; }
a.topictitle:visited	{ text-decoration: none; color: #5493B4; }
a.topictitle:hover		{ text-decoration: none; color: #CCCCFF; background-color: #009900; }



/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; color: #FF6600; }

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


/* The content of the posts (body of text) */
.postbody { font-size: 9.5pt; color: white; }
a.postlink:link		{ color: #CCCCFF; font-weight: normal; background-color: transparent; text-decoration: none;}
a.postlink:visited	{ color: #CCCCFF; font-weight: normal; background-color: transparent; text-decoration: none;}
a.postlink:hover	{ color: #CCCCFF; font-weight: normal; background-color: #009900; text-decoration: none;}


/* Quote & Code blocks */
.code {
	font-family: 'Lucida Console', 'Courier New', Courier, monospace; 
	font-size: 11px;
	color: #006600;
	background-color: #CCCCFF;  /* FAFAFA; */
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	}

.quote {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Console', Verdana, sans-serif; 
	font-size: 11px;
	color: white; /* #444444; */
	line-height: 125%;
	background-color: #009900;  /* FAFAFA; */
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	}


/* Copyright and bottom info */
.copyright {
	font-size: 10px;
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Console', Verdana, sans-serif; 
	color: white;
	letter-spacing: 0px;
	}
a.copyright			{ color: #CCCCFF; text-decoration: none;}
a.copyright:hover	{ color: #CCCCFF; text-decoration: none;}


/* Form elements */
input,textarea, select {
	color: black;
	font-size: 11px;
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Console', Verdana, sans-serif; 
	font-weight: normal;
	border-color: black;
	}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color: #CCCCFF;  /* white; */
	}

input { text-indent: 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #EFEFEF;
	color: black;
	font-size: 11px;
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Console', Verdana, sans-serif; 
	}

/* The main submit button option */
input.mainoption {
	background-color: #FAFAFA;
	font-weight: bold;
}

/* None-bold submit button */
input.liteoption {
	background-color: #FAFAFA;
	font-weight: normal;
}

/* 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 { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/* @import url("formIE.css"); */
