body {
	background-color: #FBFBFB;
	font-size : 0.8em;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #0055CC; }
a:hover		{ text-decoration: underline; color : #e07301; }
hr	{ height: 0px; border: solid #CFDDE6 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FBFBFB; border: 1px #A3BFDD solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FBFBFB; border: 2px #A3BFDD solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EDF1F4; }
td.row2	{ background-color: #DDE9F1; }
td.row3	{ background-color: #CFDDE6; }

td.rowpic {
		background-color: #FBFBFB;
		background-image: url(templates/subSilver/images/cellpic2et.jpg);
		background-repeat: repeat-y;
}

th	{
	color: #0696C6; font-size: 0.8em; font-weight : bold;
	background-color: #0055CC; height: 25px;
	background-image: url(templates/subSilver/images/cellpic3et.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/cellpic1et.gif);
			background-color:#CFDDE6; border: #FBFBFB; border-style: solid; height: 28px;
}

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: #FBFBFB; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #CFDDE6; border: #FBFBFB; border-style: solid;
}

th.thHead,td.catHead { font-size: 0.8em; 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	{
	font-weight: bold; font-size: 1.1em; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 0.9em; }
.genmed { font-size : 0.8em; }
.gensmall { font-size : 0.8em; }
.gensma { font-size : 11px;}
.gensmak { font-size : 11px; font-family:Arial,Sans-Serif;}

.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #0055CC; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #e07301; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 0.8em; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #0055CC;  }
a.mainmenu:hover{ text-decoration: underline; color : #e07301; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 0.9em ; letter-spacing: 1px; color : #0055CC}
a.cattitle		{ text-decoration: none; color : #0055CC; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 0.9em; color : #0055CC; }
a.forumlink 	{ text-decoration: none; color : #0055CC; }
a.forumlink:hover{ text-decoration: underline; color : #e07301; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 0.9em; color : #000000;}
a.nav			{ text-decoration: none; color : #0055CC; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 0.9em; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #0055CC; }
a.topictitle:visited { text-decoration: none; color : #Cc3300; }
a.topictitle:hover	{ text-decoration: underline; color : #e07301; }

a.ng:link   { text-decoration: underline; color : #0055CC; }
a.ng:visited { text-decoration: underline; color : #Cc3300; }
a.ng:hover	{ text-decoration: none; color : #e07301; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 0.8em; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 0.8em; color : #000000; }
.pstdetails			{ font-size : 11px; color : #6B6B6B; font-family:Arial,Sans-Serif;}

/* The content of the posts (body of text) */
.postbody { font-size : 0.8em; line-height: 18px}
a.postlink:link	{ text-decoration: underline; color : #0055CC}
a.postlink:visited { text-decoration: underline; color : #CC3300}
a.postlink:hover { text-decoration: underline; color : #E07301}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 0.8em; color: #006600;
	background-color: #FAFAFA; border: #CFDDE6; 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: 0.8em; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #CFDDE6; 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 {
	color : #000000;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FBFBFB;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EDF1F4;
	color : #000000;
	font-size: 0.8em; font-family: Verdana, Arial, Helvetica, 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;
}

.helpline { background-color: #DDE9F1; border-style: none; }

A.sn {COLOR:#0055CC;font-size:11px;}
A.sn:visited {COLOR:#0055CC}
A.sn:hover {COLOR:#e07301}
.navig {font-size:11px}

@import url("templates/subSilver/formIE.css");

A.b:hover {text-decoration:none}
.b {text-decoration:none}
.c {color:#18A221}
.d {font-size:11px; color:#000000;font-family:Arial,serif; line-height:18px;}
.s {font-size:11px; color:#F7F7F7;font-family:Arial,serif}
.m {font-size:7pt; color:#9ABAD6; font-family: arial, sans-serif;}
tr.j td { border: 1px solid #A3BFDD; border-top: none; padding: 1px 0px 0px 5px;}
.cn {color:#000066; font-size:11px; font-family:Arial,serif}
.dn {font-size:11px; color:#000000;font-family:Arial,serif;}
.bn {text-decoration:none}

.bbt  {font-size:0.8em; color:#000000; font-family:Verdana,Arial,Sans-Serif}
A.bbt {font-size:0.9em; text-decoration: none; color:#0055CC;}
A.bbt:hover {text-decoration:underline; color:#e07301;}

.ttt  {font-size:11px; font-family:arial,serif; color:#1E1E1E}
A.ttt {font-family:Arial,serif; color:#1E1E1E; font-size:11px; text-decoration:none;}
A.ttt:visited {color:#1E1E1E}
A.ttt:hover {color:#1E1E1E}

A.rds {font-size:10px; text-decoration:none; color:#000000;}
A.rds:visited {color:#000000;}
A.rds:hover {text-decoration:none; color:#000000;}
.rds {font-size:10px;}

A.az {font-size:11px; color:#2D2D2D;TEXT-DECORATION:none;}
A.az:visited {font-size:11px; color:#2D2D2D;}
A.az:hover {font-size:11px; TEXT-DECORATION:underline; color:#0055CC;}

A.sn { line-height:22px; COLOR:#0055CC;font-size:12px; TEXT-DECORATION: underline;}
A.sn:visited {font-size:12px;COLOR:#0055CC}
A.sn:hover {font-size:12px;COLOR:#E07301}

A.ssn { color:#0055cc; font-size:11px; text-decoration: none;}
A.ssn:visited {font-size:11px; color:#0055cc;}
A.ssn:hover {font-size:11px; color:#e07301; text-decoration: underline;}

.ggbut {font-size:0.9em; font-family:verdana,arial,sans-serif; TEXT-DECORATION: underline; COLOR:#0055CC}

.quizgreen {COLOR:green; font-size:11px; TEXT-DECORATION: underline; font-family:Verdana,Arial,sans-serif}
A.quiz {COLOR:#1A3DC1; font-size:11px; TEXT-DECORATION: none; font-family:Verdana,Arial,sans-serif;}
A.quiz:visited {font-size:11px; COLOR:#1A3DC1}
A.quiz:hover {font-size:11px; COLOR:#1A3DC1; TEXT-DECORATION: underline;}

.roundedcornr_box_284630 {
	background: url("/images/Bilder/roundedcornr_284630_tl.png") no-repeat top left;
}
.roundedcornr_top_284630 {
	background: url("/images/Bilder/roundedcornr_284630_tr.png") no-repeat top right;
}
.roundedcornr_bottom_284630 {
	background: url("/images/Bilder/roundedcornr_284630_bl.png") no-repeat bottom left;
}
.roundedcornr_bottom_284630 div {
	background: url("/images/Bilder/roundedcornr_284630_br.png") no-repeat bottom right;
}
.roundedcornr_content_284630 {
	background: url("/images/Bilder/roundedcornr_284630_r.png") top right repeat-y;
}

.roundedcornr_top_284630 div, .roundedcornr_top_284630, .roundedcornr_bottom_284630 div, .roundedcornr_bottom_284630 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_284630, .roundedcornr_bottom_284630 {
	margin-top: -19px;
}
.roundedcornr_content_284630 { padding: 0 15px; }
