/*
  The Alpha Theme for phpBB version 2+
  Created by JpSaunders designs
  http://www.jpsaunders.co.uk
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	font-size: 10px;
	background-color: White;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	color: Black;
	background-color: black;
	background-image: url(images/bgrepeat.jpg);
	background-repeat: repeat-x;
	
}

/* General font families for common tags */
font,th,td,p { font-family: Tahoma }
a:link,a:active,a:visited { color : #000000; }


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: black; border: 1px #FFFFFF solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: white; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #e9e9e9; }
td.row2	{ background-color: #a4a39e; }
td.row3	{ background-color: #000000; }


/*
  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: e9e9e9;
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: black; 
	font-family : Arial;
	font-size: 11px;
	font-weight : bold;
	background-color: e9e9e9; height: 26px;

}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color: #a4a39e;
	height: 28px;
	color: white;
	background-image: url(images/bar1.jpg);
}


/*
  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: 17px;
	border-width: 0px 0px 0px 0px;
}

td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; text-align: center; font-weight: bold; }
th.thSides,td.catSides,td.spaceRow	 {background-color : #a4a39e ; border : 0;}
th.thRight,td.catRight,td.row3Right	 {background-color : #a4a39e ; border : 0;}
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 0px 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: bold;
	font-size: 22px;
	font-family: Arial, Helvetica;
	text-decoration: none;
}


/* General text */
.gen { font-size : 12px;
color:black;}
.genmed { font-size : 11px;color: black; text-decoration: none; }
.gensmall { font-size : 10px; color:black; text-decoration: none;}
.gen,.genmed,.gensmall { color : black; text-decoration: none; }
a.gen,a.genmed,a.gensmall { color: black; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : black }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{
	font-weight: bold;
	font-size: 12px;
	color: white;
}
a.cattitle		{ text-decoration: none; color : black; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : black; }
a.forumlink 	{ text-decoration: none; color : black; }
a.forumlink:hover{ text-decoration: underline; color : black; }


/* 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 : black;}
a.nav			{ 
text-decoration: none; 
color : black;}
a.nav:hover		{ 
text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : black; }
a.topictitle:link   { text-decoration: none; color : black; }
a.topictitle:visited { text-decoration: none; color : black; }
a.topictitle:hover	{ text-decoration: underline; color : black; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #ffb400;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : black; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #ffb400 }
a.postlink:visited { text-decoration: none; color : #ffb400; }
a.postlink:hover { text-decoration: underline; color : #ffb400}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: black;
	background-color: white; border: #a4a39e; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana; font-size: 11px; color: black; line-height: 125%;
	background-color: white; border: #a4a39e; 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: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select, option {
	background-color : white;
	color : white;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #a4a39e;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : white;
	border : 1px solid #a4a39e;
	color : black; 
}

input { text-indent : 2px;  background-color: white;  color: black;  border: 1px solid #a4a39e;    }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : white;
	color : black;
	font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : white;
	font-weight : bold;
	color : black;
}

/* None-bold submit button */
input.liteoption {
	background-color : white;
	font-weight : normal;
	color : black;
}

/* 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: black; border-style: solid 1px; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

.forumtitle ,a.forumtitle, a.forumtitle:hover, a.forumtitle:visited
{
	color : black;
	font-size: 12px;
	font-family : Arial;
	font-weight: bold; 
	text-decoration : none;
}

.toplink, a.toplink, a.toplink:hover, a.toplink:visited
{
	color : #ffb401;
	font-family : Tahoma;
	font-size : 10px;
	font-wieght : bold;
	text-decoration :none;
}

.alttoplink, a.alttoplink, a.alttoplink:hover, a.alttoplink:visited
{
	color : #434037;
	font-family : Tahoma;
	font-size : 10px;
	font-wieght : bold;
	text-decoration :none;
}

.navbar, a.navbar, a.navbar:hover, a.navbar:visited
{
	color : white;
	font-family : Tahoma;
	font-size : 10px;
	font-wieght : bolder;
	text-decoration :none;
}

.box1 {
	border: 1px solid black;
	border-top: none;
}

.post {
	font-size : 12px;
	font-family : Verdana;
}

.toplink1, a.toplink1, a.toplink1:hover, a.toplink1:visited
{
	font-size : 9px;
	font-family : verdana;
	text-decoration: none;
}
