/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/



.bbwidth {
	width: 8px;
}







/* Main table cell colours and backgrounds */
.row1	{ background-color: #121212; }
.row2	{ background-color: #212121; }




/*
  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
*/





th {
	font-size: 11px;
	font-weight : bold;
}











/* The largest text used in the index page title and toptic title etc. */
.maintitle {
	font-size: 19px;
	line-height : 120%;
	color : #fff;
}




/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gentiny { font-size : 5px; }
.gen,.genmed,.gensmall { color : #fff; }






/* Forum category titles */
.cattitle {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}

.forumtitle {
	font-weight: bold;
}






.nav {
	font-weight: bold;
	font-size: 14px;
}





/* Quote & Code blocks */
.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
}



/* Copyright and bottom info */
#copyright td		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
#copyright a		{ color: #444444; text-decoration: none;}
#copyright a:hover 	{ color: #000000; text-decoration: underline;}










.helpline {
	background-color: transparent;
	border: 1px solid #888;
	color: #CCC;
	padding: 2px;
}





a.forum {
	text-decoration: none;
}



.unwichtig {
	color: #888;
}



.forum_message {
	padding: 12px;
	height: 100px;
	background-color: #101;
}

.subj, .s {
}

.s {
	padding-top: 0px;
	padding-bottom: 0px;
}


.page {
	border: 1px solid #AAA;
	color: #EEE;
	padding: 4px;
	background-color: #020;
}





a.pml, a.pm {
	display: block;
	text-decoration: none;
	padding: 3 0 3 0;
	border: 1px solid #808202;
	background-color: #020;
	color: #DFD;
}




a.pml:hover, a.pm {
	color: gold;
	border: 1px solid #888;
	background-color: #003;
	text-decoration: none;
}



a.pm:hover {
	text-decoration: none;
}



fieldset.fieldset {
	border: 1px solid #888;
	background-color: #eee;
	padding: 3px;
	margin: 10 20 10 20;
}


legend.legend {
	background-color: #eef;
	border: 1px #888 solid;
	padding: 1 5 1 5;
	color: #777;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 125%;
	background-color: #FAFAFA;
	border: 1px #888 solid;
}



.pwid {
	width: 430px;
	width: 100%;
}



.sig {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #808202;
	overflow: hidden;
	max-height: 250px;
}



.msg_edit {
	position: relative;
	top: -1px;
}