/*eetaq theme for phpBB. Based off eetaq for phpBB (www.phpbb.com, www.subblue.com)*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
}
/* General font families for common tags */
font, th, td, p {
  color: #cccccc;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
hr {
	height: 0px;
	border: solid #555555 0px;
	border-top-width: 1px;
	margin: 15px 0;
}
/* This is the border line & background colour round the entire page */
.bodyline {
  width: 570px;
	background-color: #333333;

}
/* This is the outline round the main forum tables */
.forumline {
	background-color: #000000;
}
/* Main table cell colours and backgrounds */
td.row0 {
	background-color: #333;
}

td.row1 {
  padding: 10px;
	background-color: #333333;
}
td.row2 {
  padding: 10px;
	background-color: #444444;
}
td.row3 {
  padding: 3px;
	background-color: #555555;
}
/*  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: #aa0000;
	background-image: url(images/cellpic3.gif);
	padding: 0 5px;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #E6B2B2;
	font-size: 11px;
	background-color: #aa0000;
	height: 32px;
	background-image: url(images/cellpic2.gif);
}
td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
	background-image: url(images/cellpic3.gif);
	background-color: #666666;
	padding: 0 5px;
	height: 32px;
}

td.catBottom {
  background-image: url(images/cellpic3.gif);
}

/*  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: 32px;

}
th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
	font-weight: bold;
	height: 32px;
	margin:0;
	padding:0;
	border:0;
}
td.row3Right {
	background-color: #555;
}

td.spaceRow {
	background-image: url(images/cellpic3.gif);
	background-color: #000;
	height: 16px;
}

th.thHead, td.catHead {
	font-size: 12px;

}
th.thSides, td.catSides, td.spaceRow {

}
th.thRight, td.catRight, td.row3Right {

}
th.thLeft, td.catLeft {

}
th.thBottom, td.catBottom {

}
th.thTop {

}
th.thCornerL {

}
th.thCornerR {

}
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
	text-decoration: none;
	color: #cccccc;
}
/* General text */
.gen {
	font-size: 11px;
}
.genmed {
	font-size: 10px;
}
.gensmall {
	font-size: 9px;
}
.gen, .genmed, .gensmall {
  line-height: 1.5em;
	color: #ba965d;
}
.gen a:link, .genmed a:link, .gensmall a:link,
.gen a:active, .genmed a:active, .gensmall a:active,
.gen a:visited, .genmed a:visited, .gensmall a:visited {
	color: #E3D5BE;
	text-decoration: none;
}
.gen a:hover, .genmed a:hover, .gensmall a:hover {
	color: #E3D5BE;
	text-decoration: underline;
}
/* The register, login, search etc links at the top of the page */
.mainmenu {
	font-size: 11px;
	color: #cccccc
}
.mainmenu a:link, .mainmenu a:active, .mainmenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.mainmenu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* Forum category titles */
.cattitle {
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}
.cattitle a:link, .cattitle a:active, .cattitle a:visited  {
	text-decoration: none;
	color: #ffffff;
}
.cattitle a:hover {
	text-decoration: underline;
}
/* Forum title: Text and link to the forums used in: index.php */
.forumlink {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
}
.forumlink a:link, .forumlink a:active, .forumlink a:visited  {
	text-decoration: none;
	color: #ffffff;
}
.forumlink a:hover {
	text-decoration: underline;
	color: #cccccc;
}
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav {
	font-weight: bold;
	font-size: 12px;
	color: #ba965d;
}
.nav a:link, .nav a:active, .nav a:visited  {
	text-decoration: none;
	color: #ba965d;
}
.nav a:hover {
	text-decoration: underline;
}
/* titles for the topics: could specify viewed link colour too */
.topictitle {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
}
.topictitle a:link, .topictitle a:active {
	text-decoration: none;
	color: #ffffff;
}
.topictitle a:visited {
	text-decoration: none;
	color: #ffffff;
}
.topictitle a:hover {
	text-decoration: underline;
	color: #cccccc;
}
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
}
/* Location, number of posts, post date etc */
.postdetails {
	font-size: 10px;
	color: #ba965d;
}
/* The content of the posts (body of text) */
.postbody {
	font-size: 12px;
	color: #ffffff;
}
.postlink a:link, .postlink a:active  {
	text-decoration: none;
	color: #cccccc
}
.postlink a:visited {
	text-decoration: none;
	color: #cccccc;
}
.postlink a:hover {
	text-decoration: underline;
	color: #cccccc
}
/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #990000;
	background-color: #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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	line-height: 125%;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px
}
/* Copyright and bottom info */
.copyright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	letter-spacing: -1px;
}
.copyright a:link, .copyright a:active, .copyright a:visited  {
	color: #cccccc;
	text-decoration: none;
}
.copyright a:hover {
	color: #cccccc;
	text-decoration: underline;
}
/* Form elements */
input, textarea, select {
}
/* The text input fields background colour */
input.post, textarea.post, select {
	color: #cccccc;
	border-color: #333333;
	background-color: #333333;
	font-size: 10px;
}
input {
	text-indent: 2px;
}
/* The buttons used for bbCode styling in message post */
input.button {
/*	background-color: #333333;
	font-size: 10px;
	color: #cccccc;
	font-size: 11px;*/
}
/* The main submit button option */
input.mainoption {
	background-color: #333333;
	font-size: 10px;
	color: #cccccc;
  font-weight: bold;
}
/* None-bold submit button */
input.liteoption {
	background-color: #333333;
	font-size: 10px;
	color: #cccccc;
	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");

