/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	scrollbar-face-color:		#878787;
	scrollbar-highlight-color:	#878787;
	scrollbar-shadow-color:		#878787;
	scrollbar-dlight-color:		#787878;
	scrollbar-arrow-color:		#dddddd;
	scrollbar-track-color:		#787878;
	scrollbar-darkshadow-color:	#98AAB1;
	background-color: black;
	background-image: url('http://www.dbtte.com/forum/templates/subSilver/images/tlo.png');
	margin: 4px
}

/* General font families for common tags */
font, th, td, p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #bbbbbb;
}
a:link, a:active, a:visited {
	color : #dddddd;
}
p, td {
	font-size : 11px;
	color : #bbbbbb;
}
a:hover	{
	text-decoration: underline; color : #91ccee; 
}
hr {
	height: 0px; 
	border: solid #000000 0px; 
	border-top-width: 1px;
}

/* This is the border line & background colour round the entire page */
.bodyline {
	background-color: transparent;
	border: 0px solid #000000; 
}

/* This is the outline round the main forum tables */
.forumline {
	background-color: #000000;
	border: solid #000000 0px;
	border-top-width: 1px;
}

/* Main table cell colours and backgrounds */
td.row1 {
	background-color: #303030;
}
td.row2 {
	background-color: #3a3a3a;
}
td.row3 {
	background-color: #303030;
}
td.row_helped {
	background-color: #404040;
}

/*
	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: #878787;
	background-image: url('http://www.dbtte.com/forum/templates/subSilver/images/pasek.png');
	background-repeat: repeat;
	height: 30px;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #cccccc; 
	font-size: 12px; 
	font-weight: bold;
	vertical-align: center;
	background-color: #000000; 
	height: 30px;
	background-image: url('http://www.dbtte.com/forum/templates/subSilver/images/pasek.png');
}

td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
	background-image: url('http://www.dbtte.com/forum/templates/subSilver/images/pasek.png');
	background-color:#787878;
	border: medium solid #FFFFFF;
	height: 30px
}

/*
	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 { 
	background-color: #C7D0D7; 
	color: #cccccc; 
	background-image: url('http://www.dbtte.com/forum/templates/subSilver/images/pasek.png'); 
	height: 30px; 
}
th.thHead, th.thSides, th.thLeft, th.thRight, th.thBottom {
	font-weight: bold;
	border: #000000;
	height: 30px;
}

th.thCornerL, th.thTop, th.thCornerR {
	color: #FFA34F;
	font-size: 70%;
	font-weight: bold;
	background-color: #006699;
	background-image: url('http://www.dbtte.com/forum/templates/subSilver/images/pasek.png');
	height: 30px;
}

td.row3Right, td.spaceRow {
	background-color: #787878;
	border: #000000;
	border-style: solid;
}

th.thHead, td.catHead {
	font-size: 12px;
	border-width: 0px; 
}
th.thSides, td.catSides, td.spaceRow {
	border-width: 0px;
}
th.thRight, td.catRight, td.row3Right {
	border-width: 0px;
}
th.thLeft, td.catLeft			{ border-width: 0px; }
th.thBottom, td.catBottom		{ border-width: 0px; }
th.thTop				{ border-width: 0px; }
th.thCornerL				{ border-width: 0px; }
th.thCornerR				{ border-width: 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",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #bbbbbb;
}

/* General text */
.gen						{ font-size : 12px; }
.genmed					{ font-size : 11px; }
.gensmall					{ font-size : 10px; }
.gen, .genmed, .gensmall			{ color : #bbbbbb; }
a.gen, a.genmed, a.gensmall			{ color: #bbbbbb; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #91ccee; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #dddddd }
a.mainmenu		{ text-decoration: none; color : #dddddd; }
a.mainmenu:hover	{ text-decoration: underline; color : #91ccee; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #dddddd}
a.cattitle		{ text-decoration: none; color : #dddddd; }
a.cattitle:hover	{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #dddddd; }
a.forumlink		{ text-decoration: none; color : #dddddd; }
a.forumlink:hover	{ text-decoration: underline; color : #91ccee; }

/* 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 : #dddddd;}
a.nav	{ text-decoration: none; color : #dddddd; }
a.nav:hover	{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle, h1, h2	{ font-weight: bold; font-size: 11px; color : #dddddd; }
a.topictitle:link	{ text-decoration: none; color : #dddddd; }
a.topictitle:visited	{ text-decoration: none; color : #dddddd; }
a.topictitle:hover	{ text-decoration: underline; color : #91ccee; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #dddddd; text-decoration: none}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #dddddd; }

/* The content of the posts (body of text) */
.postbody		{ font-size : 12px; line-height: 18px }
a.postlink:link	{ text-decoration: none; color : #dddddd }
a.postlink:visited	{ text-decoration: none; color : #dddddd; }
a.postlink:hover	{ text-decoration: underline; color : #91ccee }

/* Quote & Code blocks */
.code {
font-family:		Courier, 'Courier New', sans-serif; font-size: 11px; color: #ffffff;
background-color:	#666666; border: #666666; 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: #ffffff; line-height: 125%;
background-color:	#666666; border: #666666; 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; color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.copyright		{ text-decoration: none; color : #006699; }
a.copyright:hover	{ text-decoration: underline; color : #91ccee; }

/* Form elements */

form {
	margin: 0;
	display: inline; 
}

input, textarea, select {
	color : #bbbbbb;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #303030;
}
input.post2, textarea.post2, select {
	background-color : #3a3a3a;
}
input {
	text-indent : 2px;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #303030;
	color :	#dddddd;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:	pointer;
}

/* The main submit button option */
input.mainoption {
background-color:	#303030;
font-weight:		bold;
cursor:			pointer;
}

/* None-bold submit button */
input.liteoption {
background-color:	#303030;
font-weight:		normal;
cursor:			pointer;
}

/* 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: #3a3a3a; border-style: none; }

/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight { background-color: #FFFF00; }

.topbkg { background: #dbe3ee url('images/cellpic_bkg.jpg') repeat-x;  }
.topnav { border-left:0px solid #91a0ae; border-right:0px solid #91a0ae; border-top:1px solid #91a0ae; border-bottom:1px solid #91a0ae; font-size:10px;background: #e5ebf3 url('images/cellpic_nav.gif') repeat-x;color:#dd6900; height: 21px; white-space: nowrap; text-align: center;  }

.pm { font-size: 11px; text-decoration: none; color: #FF0000 } 

.table0
{
	border-left:1px solid #000000; border-right:1px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000; background-color : #EFEFEF;
	color : #dddddd;
	font-size : 10px
}

.pagination {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	padding-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
	background-color: #EAEBEB;
	color: #dddddd;
	border-color: #D4D7DA;
	border: #D4D7DA 1px solid;
	padding: 1px;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #FFF;
	color: #dddddd;
	border-color: #EAECEF;
	border: #EAECEF 1px solid;
	text-decoration: none;
	padding: 1px;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */

/* CSS tabs by Adam Kalsey (http://kalsey.com/tools/csstabs/) */
.sb_tabs_list {
border-bottom: 1px solid #000000;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

.sb_tabs_list ul, .sb_tabs_list li {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

.sb_tabs_list a:link, .sb_tabs_list a:visited {
background: #303030;
border: 1px solid #000000;
color: #666;
float: left;
/*font-size: 0.7em;*/
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

.sb_tabs_list a.sb_tab_current:link, .sb_tabs_list a.sb_tab_current:visited {
background: #303030;
border-bottom: 1px solid #000000;
color: #000;
}

.sb_tabs_list a:hover { color: #f00; }
.sb_tabs_list ul a:hover { color: #f00 !important; }

.sb_shouts_container {
background: #3a3a3a;
border: 1px solid #000000;
border-top: none;
border-bottom: none;
clear: both;
margin: 0px;
padding: 15px;
}
.sb_shout {
/*font-size: 0.8em;*/
 font-size: 9px;
}
.sb_error {
/*font-size: 0.7em;*/
font-weight: bold;
color: red;
}
.sb_container {
 margin: 0px auto;
}
.sb_form_container {
background: #303030;
border: 1px solid #000000;
border-top: none;
clear: both;
margin: 0px;
padding: 5px;
font-size: 0.8em;
}
#sb_form {
 margin: 0px;
 padding: 0px;
}
#sb_message {
 width: 60%;
 /*font-size: 0.8em;*/
}
#sb_send, #sb_refresh {
 /*font-size: 0.8em;*/
}
.sb_genmsg {
 font-size: 9px;
}

@import url("formIE.css");

