
/* General page style. The scroll bar colours only visible in IE5.5+ */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.dom_overview_abshidden {
	position: absolute;
	visibility: hidden;
	width: 300px;
}

body {
	background-color: #B5BBB2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #9BAD8D;
	scrollbar-highlight-color: #505A49;
	scrollbar-shadow-color: #505A49;
	scrollbar-3dlight-color: #9BAD8D;
	scrollbar-arrow-color:  #505A49;
	scrollbar-track-color: #8B9C7F;
	scrollbar-darkshadow-color: #9BAD8D;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #000000; }
a:hover		{ text-decoration: underline; color : #E6EAEB; }
hr	{ height: 0px; border: solid #505A49 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #9BAD8D; border: 1px #505A49 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: none; border: 2px #505A49 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #A5B09D; border: 1px solid #505A49;}
td.row2	{ background-color: #9BAD8D; border: 1px solid #505A49;}
td.row3	{ background-color: #808F74; border: 1px solid #505A49;}

/*
  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: #FFFFFF;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #E6EAEB; font-size: 11px; font-weight : bold; 
	background-color: #747c70; height: 25px;
	background-image: url(templates/digiTech/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/cellpic3.gif);
			background-color:#BCC6B5; border: #505A49; border-style: solid; height: 28px;
}

/*
  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: 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: #505A49; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #BCC6B5; border: #505A49; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; 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: 22px; font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #000000; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000; }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000000}
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:hover{ color : #000000; text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #000000; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; color : #E6EAEB; }

/* 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 : #000000;}
a.nav			{ text-decoration: none; color : #000000; }
a.nav:hover		{ text-decoration: underline;  color : #E6EAEB;}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #000000; }
a.topictitle:visited { text-decoration: none; color : #000000; }
a.topictitle:hover	{ text-decoration: underline; color : #E6EAEB; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The links on the side */
.sidelink { font-weight: bold; font-size : 13px; line-height: 18px; color: #E6EAEB;}
a.sidelink:link	{ font-weight: bold; text-decoration: none; color : #E6EAEB }
a.sidelink:visited { font-weight: bold; text-decoration: none; color : #E6EAEB; }
a.sidelink:hover {  font-weight: bold; text-decoration: none; color : #FFFFFF}


/* The content of the posts (body of text) */
.postbody { font-size : 13px; line-height: 18px; color: #000000;}
a.postlink:link	{ font-weight: bold; text-decoration: underline; color : #000000 }
a.postlink:visited { font-weight: bold; text-decoration: underline; color : #000000; }
a.postlink:hover {  font-weight: bold; text-decoration: none; color : #E6EAEB}

/* Quote & Code blocks */
.code { 
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #BCC6B5; border: #505A49; 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: 12px; color: #006600; line-height: 125%;
	background-color: #BCC6B5; border: #505A49; 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: #E6EAEB; text-decoration: underline;}

/* Form elements*/
input,textarea, select {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(templates/digiTech/images/inbg.gif);
	background-repeat: repeat;
	background-color: #8B9C7F;
} 

form {margin: 0px; padding: 0px; display: inline;}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #8B9C7F;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post
input.button {
	background-color : #EFEFEF;
	color : #505A49;
	font-size: 11px; 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;
} */

/* 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: #8B9C7F; border-style: solid 1px #505A49; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css"); 

.date {
	color: #A7B1B5;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;

}
.button {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(templates/digiTech/images/inbg.gif);
	background-repeat: repeat;
	cursor: hand;
	border: 1px solid #505A49;
}
.heading {
	font-size: 12px;
	font-weight: bold;
	color: #D3DBDE;
}
.heading1 {
	font-size: 12px;
	color: #C5CFD2;
}
.darkfont {
	color: #000000;
	font-size: 11px;
}
A.darkfont {
	color: #000000;
	text-decoration: underline;
}
A.darkfont:hover {
	color: #8B9C7F;
	text-decoration: none;
}	
A.darkfont:visited {
	color: #000000;
	text-decoration: none;
}
A.darkfont:active {
	color: #000000;
	text-decoration: none;
}
.darkfontbig {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.button1 {	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(templates/digiTech/images/inbg.gif);
	background-repeat: repeat;
	cursor: hand;
	border: 1px solid #505A49;
}
.head {
font-size: 12px;
color: #E6EAEB;
font-weight: bold;
background-color: #505A49;
}

.divide { border-left: 1px solid black; }
.bottomline { border-top: 2px solid black; }

/*	All 'field*' classes define styles that are to be used ONLY for TEXT INPUT tags */
INPUT.field-lrg {
	color:			#000000;
	background-color:	#dddddd;
	font-size: 		14px;
	border: 		1px solid #000000;
}

/* standard input field */
INPUT.field {
	color:			#000000;
	background-color:	#dddddd;
	font-size: 		10px;
	border: 		1px solid #000000;
}

/* same as the 'standard' field except its width is 100% */
INPUT.field-wide {
	color:			#000000;
	background-color:	#dddddd;
	font-size: 		10px;
	border: 		1px solid #000000;
	width:			100%;
}

/* larger input field with a 100% width */
INPUT.field-wide-lrg {
	color:			#000000;
	background-color:	#dddddd;
	font-size: 		14px;
	border: 		1px solid #000000;
	width:			100%;
}

/* 	All sel* classes define styles for SELECT boxes only */
SELECT.sel-norm {
	color:			#000000;
	background-color:	#dddddd;
	font-size: 		10px;
	border: 		1px solid #000000;
}

/* The same as a sel-norm except its width is 100% */
SELECT.sel-wide {
	color:			#000000;
	background-color:	#dddddd;
	font-size: 		10px;
	border: 		1px solid #000000;
	width:			100%;
}

/* a slightly larger 'sel-norm' class */
SELECT.sel-lrg {
	color:			#000000;
	background-color:	#dddddd;
	font-size: 		12px;
	border: 		1px solid #000000;
}

/*	All ta* classes define styles for TEXTAREA fields only */
TEXTAREA.ta {
	color:			#000000;
	background-color:	#dddddd;
	font-size: 		12px;
	border: 		1px solid #000000;
}

/* same as a 'ta' class but its width is 100% */
TEXTAREA.ta-wide {
	color:			#000000;
	background-color:	#dddddd;
	font-size: 		14px;
	border: 		1px solid #000000;
	width: 			100%;
}

/* None of the .tbl* classes actually use the 'color:' attribute. But its present so css-validators won't complain */

/* the frameX class defines the COLOR for the frame outline of the inner and outter tables throughout the site */
.tbl-frame1 {
	color: 			#FFFFFF;
	background-color: 	#000000;
}

/* The shadeX classes define a series of background colors for the inner/outter tables. 1 is the lightest, 6 is the darkest */
/* generally, outter content uses 1-3 and inner content uses 4-6. But this is not strictly enforced on the site */
.tbl-shade1 {
	color: 			#FFFFFF;
	background-color: 	#BCBFCA;
}

.tbl-shade2 {
	color: 			#FFFFFF;
	background-color: 	#ABAEB9;
}

.tbl-shade3 {
	color: 			#FFFFFF;
	background-color: 	#9A9DA8;
}

.tbl-shade4 {
	color: 			#FFFFFF;
	background-color: 	#999999;
}

.tbl-shade5 {
	color: 			#FFFFFF;
	background-color: 	#747C8C;
}

.tbl-shade6 {
	color: 			#FFFFFF;
	background-color: 	#636B7B;
}

/*	table header class. This is only used on <TR> (sometimes <TD>) to define the 'background' of the header */
.tbl-hdr {
	color: 			#000000;
	background-color: 	#7a8276;
	font-weight: 		bold;
}

/* defines the header style when a header column is 'highlighted' (ie: different sort methods on a list) */
.tbl-hdrhl {
	color: 			#000000;
	background-color: 	#555555;
	font-weight: 		bold;
}

/* defines the colors for the footer section of the entire site */
.tbl-footer {
	color:			#FFFFFF;
	background-color: 	#000000;
}

/* defines the class for 'text' that goes in a 'header' row */
.text-hdr {
	color: 			#000000;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		bold;
	font-size: 		14px;
}

/* a smaller version of 'text-hdr' */
.text-hdr-small {
	color: 			#000000;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		bold;
	font-size: 		12px;
}

/* a larger version of 'text-hdr' */
.text-hdr-lrg {
	color: 			#000000;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		bold;
	font-size: 		18px;
}

/* an alternate to the other 'text' class. This is generally only used on text that is not displayed within a TABLE or DIV */
.text2 {
	color: 			#FFFFFF;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		normal;
	font-size: 		12px;
}

/* a smaller version of 'text2' */
.text2-small {
	color: 			#FFFFFF;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		normal;
	font-size: 		9px;
}

/* a larger version of 'text2' */
.text2-lrg {
	color: 			#FFFFFF;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		normal;
	font-size: 		14px;
}

/* A label is the text that shows up on forms (this does not get used with <LABEL> tags directly) */
.label {
	color: 			#000000;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		bold;
	font-size: 		12px;
}

/* a larger 'label' */
.label-lrg {
	color: 			#000000;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		bold;
	font-size: 		14px;
}

/* footer text (usually very small) */
.footer {
	color:			#FFFFFF;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 		10px;
}


/* a smaller version of 'text' */
.text-small {
	color: 			#000000;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		normal;
	font-size: 		9px;
	text-decoration: none;
}

/* a larger version of 'text' */
.text-lrg {
	color: 			#000000;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		normal;
	font-size: 		14px;
}

/* The main table area behind all elements on every page. The BODY should have a slightly darker shade of this color */
.main-canvas {
	background-color: 	#616a5c;
}

/* BG color of the main header menu. This is generally slightly darker then the canvas color */
.main-bg {
	background-color: 	#4a5146;
}

/* The top line of the header menu */
.main-top {
	background-color: 	#333333;
}

/* The bottom line of the header menu */
.main-bottom {
	background-color: 	#333333;
}

/* The left line of the 'canvas' */
.main-left {
	background-color: 	#333333;
}

/* The right line of the 'canvas' */
.main-right {
	background-color: 	#333333;
}

div.adminlink {
  border: 		1px solid black;  
  background-color: 	#CCCCCC;
  font-family: 		Verdana, Arial, Helvetica, sans-serif;
  font-weight: 		900;
  font-size: 		14px;
  text-align: 		center;
  padding: 		3px;
  margin: 		3px 3px 3px 3px;
  cursor: 		pointer;
}
/* IE4+ does not support the :hover pseudo-class on DIV tags, so we fake it with this and a bit of javascript */
div.adminlink-hover {
  background-color: 	#999999;
}

.kdabove1 {
	color: darkgreen;
}


.kdbelow1 {
	color: darkred;
}