/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
#forum {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	margin: 8px 8px 0;
	font-size:11px;
}

#forum img {
	max-width:780px;
}

#wrapheader {
	padding: 0;
}

#wrapcentre {
	margin: 15px 0;
}

#wrapfooter {
	padding:0;
	text-align:center;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #979797;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0;
}

#datebar {
	color:#666;
	margin:10px 0;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	margin:1px 0 0;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align:justify;
	padding:0 20px 0 5px;
	font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: #ffdddd;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.gensmall a{
	font-weight:bold !important;
}

.copyright {
	color: #444;
	font-weight: normal;
}

.titles {
	font-weight: bold !important;
	font-size: 23px !important;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #f9f9f9;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #333333;
	background-image: url('./images/verlauf_b.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	height:25px;
	text-align:left;
}

th a {
	color:#f9f9f9 !important;
	text-decoration:underline !important;
	font-weight:bold !important;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
	background-color:#e9e9e9;
}

td.profile img {
	max-width:130px !important;
	max-height:150px !important;
}

.tablebg {
	background-color: #979797;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

/*.cat {
	height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	background-color: #979797;
	background-image: url('./images/verlauf_b.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	text-indent: 4px;
	color:#f9f9f9;
	font-size:14px;
	font-weight:bold;
}*/

.cat {
	height: 25px;
	margin: 0;
	padding: 0 5px;
	border: 0;
	background-color: #333333;
	background-image: url('./images/verlauf_b.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	text-indent: 4px;
	color:#f9f9f9;
	font-size:11px;
	font-weight:bold;
}


.cat-o {
	height: 20px;
	margin: 0;
	padding: 0 5px;
	border: 0;
	background-color: #F6911C;
	background-image: url('./images/verlauf_o.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	text-indent: 4px;
	color:#f9f9f9;
	font-size:11px;
	font-weight:bold;
}

.cat-b {
	height: 22px;
	margin: 0;
	padding: 0 5px;
	border: 0;
	background-color: #333333;
	background-image: url('./images/verlauf_b.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	text-indent: 4px;
	color:#f9f9f9;
	font-size:11px;
	font-weight:bold;
}

.cat a, .cat-o a {
	color:#f9f9f9 !important;
	text-decoration:underline !important;
	font-weight:bold !important;
}

.cat-b a {
	color:#f9f9f9 !important;
	font-weight:bold !important;
}

.row1 {
	background-color: #fcfcfc;
	padding: 4px;
}

.row2 {
	background-color: #f3f3f3;
	padding: 4px;
}

.row3 {
	background-color: #d9d9d9;
	padding: 4px;
}

.row4 {
	background-color: #979797;
	padding: 0;
}

.spacer {
	background-color: #F6911C;
	padding:1px;
}

.spacer2 {
	background-color: #F6911C;
	padding:0;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
#forum a:link {
	text-decoration: none;
	font-weight:normal;
}

#forum a:active,
#forum a:visited {
	color: #611114;
	text-decoration: none;
	font-weight:normal;
}

#forum a:hover {
	text-decoration: underline;
}

a.forumlink {
	font-weight: bold !important;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-weight: bold !important;
	font-size: 1.2em;
}

a.topictitle:visited {
	text-decoration: none;
}


.breadcrumbs a {
	font-weight:bold !important;
}

/* Form Elements
 ------------ */
#forum form {
	margin: 0;
	padding: 0;
	border: 0;
}

#forum input {
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #979797;
	background-color: #ffffff;
}

.cat-b input {
	font-size: 10px !important;
	padding:0 !important;
}

#forum textarea {
	background-color: #ffffff;
	color: #333333;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #979797;
	padding: 2px;
}

#forum select {
	color: #333333;
	background-color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #979797;
	padding: 1px;
}

.cat-b select {
	font-size: 10px !important;
	padding:0 !important;
}

#forum option {
	padding: 0 1em 0 0;
}

#forum option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

#forum input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000 !important;
	font-weight: normal !important;
	font-size: 1em !important;
	background-color: #EFEFEF !important;
	border: 1px solid #666666 !important;
}

.btnmain {
	font-weight: bold !important;
	background-color: #eee !important;
	border: 1px solid #F6911C !important;
	cursor: pointer !important;
	padding: 1px 5px !important;
	font-size: 1em !important;
	color:#000 !important;
}

.btnlite {
	font-weight: normal !important;
	background-color: #eee !important;
	border: 1px solid #F6911C !important;
	cursor: pointer !important;
	padding: 1px 5px !important;
	font-size: 1em !important;
	color:#000 !important;
}

.btnfile {
	font-weight: normal !important;
	background-color: #eee !important;
	border: 1px solid #979797 !important;
	padding: 1px 5px !important;
	font-size: 1em !important;
	color:#000 !important;
}

.helpline {
	background-color: #fff !important;
	border-style: none !important;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #d9d9d9;
	color: #333333;
	background-color: #d9d9d9;
	font-size: 0.85em;
	font-weight: bold;
	text-align:left;
}

.quotecontent .quotecontent {
	font-size: 1em;
}

.quotecontent .quotetitle {
	font-size: 0.85em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #d9d9d9;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #f9f9f9;
	color: #555555;
	text-align:justify;
}

.quotecontent img {
	max-width:500px !important;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #d9d9d9;
	color: #000000;
	background-color: #d9d9d9;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #d9d9d9;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #000;
	font-size: 0.9em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #f9f9f9;
	text-align:left;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold !important;
}

.corner {
	position:relative;
}

.corner .left {
background:transparent url('./images/corner_l.png') no-repeat scroll 0 0;
height:8px;
left:0;
position:absolute;
top:0;
width:8px;
}

.corner .right {
background:transparent url('./images/corner_r.png') no-repeat scroll right center;
height:8px;
position:absolute;
right:0;
top:0;
width:8px;
}

.corner .uleft {
background:transparent url('./images/corner_ul.png') no-repeat scroll 0 0;
height:8px;
left:0;
position:absolute;
bottom:0;
width:8px;
}

.corner .uright {
background:transparent url('./images/corner_ur.png') no-repeat scroll right center;
height:8px;
position:absolute;
right:0;
bottom:0;
width:8px;
}
