/*
  The original teleforum Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

/* General font families for common tags */
#forum font,
#forum th,
#forum td,
#forum p
{ font-family: Verdana, Arial, Helvetica, sans-serif }

#forum a:link,
#forum a:active,
#forum a:visited
{ color : #162d43; }

#forum a:hover
{ text-decoration: underline; color : #000; }

#forum hr
{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}

#forum table
{
	width: 100%;
}

#forum form
{
	margin:	0 !important; padding:	0 !important;
}

/* This is the border line & background colour round the entire page */
#forum .bodyline
{ background-color: #FFFFFF; border: 0; }

/* This is the outline round the main forum tables */
#forum .forumline
{
	margin:	0 -4px 0 -4px;
	width: 820px;
	border: 1px solid #5d5d5d;
}


/* Main table cell colours and backgrounds */
#forum td.row1,
#forum td.row2
{
	padding: 2px;
	background-color: #E7E2E0;
	background-image: url(images/bg_column1.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
#forum td+td.row1,
#forum td.row2,
#forum td.row3,
#forum td.row1plus
{
	border-left: 1px solid #5d5d5d;
}
#forum td.row3
{
	padding: 2px;
	background-color: #E7E2E0;
}
#forum td.row1minus
{
	border-left: 0;
}

#forum .jumpbox input,
#forum .jumpbox select
{
	display: inline;
}

/*
  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
*/
#forum td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/bg_catrow.jpg);
}

/* Header cells - the blue and silver gradient backgrounds */
#forum th	{
	color: #fff; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.jpg);
	background-repeat: repeat-x;
}

#forum td.cat,
#forum td.catHead,
#forum td.catSides,
#forum td.catLeft,
#forum td.catRight,
#forum td.catBottom {
	background-image: url(images/bg_catrow.jpg);
	background-color: #ffffff;
	border: #FFFFFF;
	border-style: solid;
	height: 30px;
	background-repeat: repeat-x;
	vertical-align: middle;
}
#forum td.catLeft {
	padding-left: 5px;
}
#forum td.catBottom {
	padding-top: 5px;
	background-image: none !important;
	border-top: 1px solid #5d5d5d !important;
}

/*
  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 :-)
*/
#forum td.cat,
#forum td.catHead,
#forum td.catBottom {
	height: 30px;
	padding-left:	5px;
}
#forum th.thHead,
#forum th.thSides,
#forum th.thTop,
#forum th.thLeft,
#forum th.thRight,
#forum th.thBottom,
#forum th.thCornerL,
#forum th.thCornerR
{
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
}

#forum td.row3Right,
#forum td.spaceRow {
	background-color: #E7E2E0; border: #FFFFFF; border-style: solid; }

#forum th.thHead,
#forum td.catHead
{ font-size: 12px; border-width: 1px 0 0 0; }

#forum th.thSides,
#forum td.catSides,
#forum td.spaceRow	 { border-width: 0; }

#forum td.catSides { padding-top: 7px !important; padding-left: 4px !important; }

#forum th.thRight,
#forum td.catRight,
#forum td.row3Right	 { border-width: 0; }

#forum th.thLeft,
#forum td.catLeft	  { border-width: 0; }

#forum th.thBottom,
#forum td.catBottom  { border-width: 0; }

#forum th.thTop	 { border-width: 0; vertical-align: middle; }
#forum th.thCornerL { border-width: 1px 0 0 0; }
#forum th.thCornerR { border-width: 1px 0 0 0; }


/* The largest text used in the index page title and toptic title etc. */
#forum .maintitle	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
#forum .gen { font-size : 12px; }
#forum .genmed { font-size : 11px; }
#forum .gensmall { font-size : 10px; }

#forum .gen,
#forum .genmed,
#forum .gensmall { color : #000000; }

#forum a.gen,
#forum a.genmed,
#forum a.gensmall { color: #162d43; text-decoration: none; }

#forum a.gen:hover,
#forum a.genmed:hover,
#forum a.gensmall:hover	{ color: #000; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
#forum .mainmenu			{ font-size : 11px; color : #162d43; }
#forum a.mainmenu			{ text-decoration: none; color : #162d43;  }
#forum a.mainmenu:hover	{ text-decoration: none; color : #162d43;  }
#forum a.mainmenu:visited	{ text-decoration: none; color : #162d43;  }

/* Forum category titles */
#forum .cattitle		{ font-weight: bold; font-size: 14px ; letter-spacing: 1px; color : #00257E}
#forum a.cattitle		{ text-decoration: none; color : #00257E; }
#forum a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
#forum .forumlink		{ font-weight: bold; font-size: 12px; color : #162d43; }
#forum a.forumlink 	{ text-decoration: underline; color : #162d43; }
#forum a.forumlink:hover{ text-decoration: none; color : #000; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
#forum .nav			{ font-weight: bold; font-size: 11px; color : #162d43;}
#forum a.nav			{ text-decoration: none; color : #162d43; }
#forum a.nav:hover		{ text-decoration: underline; color: #000; }


/* titles for the topics: could specify viewed link colour too */
#forum .topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
#forum a.topictitle:link   { text-decoration: none; color : #162d43; }
#forum a.topictitle:visited { text-decoration: none; color : #162d43; }
#forum a.topictitle:hover	{ text-decoration: underline; color : #000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
#forum .name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
#forum .postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
#forum .postbody { font-size : 12px;}
#forum a.postlink:link	{ text-decoration: underline; color : #162d43 }
#forum a.postlink:visited { text-decoration: underline; color : #162d43; }
#forum a.postlink:hover { text-decoration: none; color : #000}


/* Quote & Code blocks */
#forum .code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

#forum .quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #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 */
#forum .copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #162d43; letter-spacing: -1px;}
#forum a.copyright		{ color: #162d43; text-decoration: none;}
#forum a.copyright:hover { color: #000; text-decoration: underline;}


/* Form elements */
#forum input,
#forum textarea,
#forum select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
#forum input.post,
#forum textarea.post,
#forum select {
	background-color : #FFFFFF;
}

#forum input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
#forum input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
#forum input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
#forum 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 ;)
*/
#forum .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");*/

/* Begin Simple Subforums MOD */
#forum a.topic-new,
#forum a.topic-new:visited { color: {T_BODY_HLINK}; }

#forum a.topic-new:hover,
#forum a.topic-new:active { color: {T_BODY_LINK}; }
/* End Simple Subforums MOD */
