/* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
Edited by Daz  - http://www.forumimages.com - last updated 05-03-03 */


/* General font families for common tags */
font, th, td, p {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		13px;
}


/* General text */
.gensmall {
	font-size:			10px;
}

td.genmed, .genmed {
	font-size:			11px;
}

.explaintitle {
	font-size:			11px;
	font-weight:		bold;
	color:				#5c81b1;
}

td {
	margin:				2px;
}

/* General page style */
a:link, a:active, a:visited, a.postlink {
	color:				#7A8393;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

/* titles for the topics:could specify viewed link colour too */
.topictitle {
	font-size:			11px;
/*	font-weight:		bold;
*/
}

a.topictitle:visited {
	color:				#7A8393;
	text-decoration:	none;
}

a.topictitle:hover {
	color:				#7A8393;
	text-decoration:	underline;
}

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

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

/* Category gradients*/
td.cat {
	font-weight:		bold;
	letter-spacing:		1px;
	background:			#EEEEEE;
	height:				20px;
	text-indent:		4px;
	padding-left:		8px;
	padding-right:		8px;
	padding-top:		2px;
	padding-bottom:		2px;
}

/* Main table cell colours and backgrounds */
.row1 {
	background:			#ffffff;
	padding-left:		8px;
	padding-right:		8px;
	padding-top:		5px;
	padding-bottom:		5px;
}

.row2, .helpline {
	background:			#eeeeee;
	padding-left:		8px;
	padding-right:		8px;
	padding-top:		5px;
	padding-bottom:		5px;
}

.row3 {
	background:			#ffffff;
	padding-left:		8px;
	padding-right:		8px;
	padding-top:		5px;
	padding-bottom:		5px;
}

td.spacerow {
	background:			#ffffff;
}

.abstand {
	padding-left:		8px;
	padding-right:		8px;
	padding-top:		5px;
	padding-bottom:		5px;
}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic {
	background:			#EEEEEE;
}

/* Table Header cells */
th {
	background:			#DDDDDD;
	color:				#676A7A;
	
	font-size:			11px;
	font-weight:		bold;
	text-align:			left;

	height:				20px;
	padding-left:		8px;
	padding-right:		8px;
}

/* This is the outline round the main forum tables */
.forumline {
	background:			#CAD1DD;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle, h1 {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	text-decoration:	none;
	color:				#7A8393;
	padding-left:		8px;
	padding-right:		8px;
}

.subtitle, h2 {
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			11px
	text-decoration:	none
}

/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav {
	font-size:			11px;
	color:				#919AAA;
/*	font-weight:		bold
*/
}

td.nav {
	padding-left:		8px;
	padding-right:		8px;
}

.postbody {
	font-size:			12px;
	line-height:		125%
}

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

.postdetails a, .postdetails a:link,
.postdetails a:visited {
	color:				#919AAA;
	text-decoration:	none;
}
.postdetails a:hover {
	text-decoration:	underline;
}

/* Quote blocks */
.quote {
	background:			#fafafa;
	border:				1px solid #d1d7dc;
	font-size:			11px;
	color:				#444444;
	line-height:		125%
}

/* Code blocks */
.code {
	background:			#fafafa;
	border:				1px solid #d1d7dc;
	color:				#006600;
	font-family:		Courier, "Courier New", sans-serif;
	font-size:			12px;
	padding:			5px;
}

/* This is for the error messages that pop up */
.errorline {
	background:			#ffffff;
	border:				2px solid red;
}

/* Form elements */
form {
	display:			inline;
}

input {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font:				11px;
}

select {
	background:			#ffffff;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
}

input.post, textarea.post {
	background:			#ffffff;
	border:				1px solid #000000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	padding-bottom:		2px;
	padding-left:		2px
}

input.button, input.liteoption {
	border:				1px solid #000000;
	background:			#fafafa;
	font-size:			11px
}

input.catbutton {
	border:				1px solid #000000;
	background:			#fafafa;
	font-size:			10px;
}

input.mainoption {
	border:				1px solid #000000;
	background:			#fafafa;
	font-size:			11px;
	font-weight:		bold;
}

/* This is the line in the posting page which shows the rollover
help line. Colour value in row2 */
.helpline {
	border-style:		none;
}

/* Admin & Moderator Colours MODification */
.admin, .mod {
	font-size:			11px;
	font-weight:		bold;
}

.admin, a.admin, a.admin:visited {
	color:				#ffa34f;
}

.mod, a.mod, a.mod:visited {
	color:				#006600;
}

a.admin:hover, a.mod:hover {
	color:				#dd6900;
}

/* Specify the space around images */
.imgtopic, .imgicon {
	margin-left:		3px;
}

.imgspace {
	margin-left:		1px;
	margin-right:		2px
}

.imgfolder {
	margin:				1px;
	margin-left:		4px;
	margin-right:		4px;
}

/* Gets rid of the need for border="0" on hyperlinked images */
img {
	border:				0;
}
