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


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: rgb(72,72,72);
	margin: 0 auto 0 auto;
	padding: 20px 0 10px 0;
	background: url('http://www.mrpro.pl/forum/templates/subSilver/images/mrpro/body.gif') repeat-x top;
	text-align: center;
}

#container {
	width: 764px;
	height: auto;
	background: url('http://www.mrpro.pl/forum/templates/subSilver/images/mrpro/bg_container.gif') repeat-y;
	background-position: 0 604px;
	margin: 0 auto 0 auto;
}
#page {
	width: 764px;
	height: auto;
	background: url('http://www.mrpro.pl/forum/templates/subSilver/images/mrpro/bg_page.jpg') no-repeat center top;
	margin: 0;
}
#bottom {
	width: 764px;
	height: 25px;
	background: url('http://www.mrpro.pl/forum/templates/subSilver/images/mrpro/bg_bottom.gif') no-repeat center bottom;
	margin: 0 auto 0 auto;
	color: #cacaca;
}
	#bottom a {
		color: #cacaca;	
	}

body > #container > #page .new_mainmenu {
	width: 758px;
	height: 25px;
	background: #bf0000;
	border-bottom: 1px solid #fff;
	margin: 10px 0 10px 2px;
	font-size: 11px;
	text-align: center;
	color: #DD6900;
	word-spacing: 10px;
	line-height: 25px;
}

.new_mainmenu {
	width: 757px;
	height: 25px;
	background: #bf0000;
	border-bottom: 1px solid #fff;
	margin: 10px 0 10px 0;
	font-size: 11px;
	text-align: center;
	color: #DD6900;
	word-spacing: 10px;
	line-height: 25px;
}
	.new_mainmenu a {
		text-decoration: none;
		color: #fff;
		word-spacing: 2px;
	}
	.new_mainmenu a:hover {
		color: #000;
	}

.new_content {
	min-height: 300px;
	_height: 300px;
	padding: 0;
	text-align: center;
}


.new_post_header img {
	margin-bottom: 3px;
}

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


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

.line {
	width: 734px;
}

/* This is the outline round the main forum tables */
.forumline	{ 
	width: 734px;
	border: 1px #9d865c solid; 
}



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


/*
  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: #F1EDE4;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
	height: 25px;
	background: #e8e1d2;
	font-size: 11px;
	font-weight: bold;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background: #F1EDE4;
}


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

th.thHead,td.catHead { font-size: 11px; 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,h1,h2 {
	font-weight: bold; 
	font-size: 17px; 
	font-family: "Trebuchet MS",Tahoma,Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 120%; 
	color : #9e221b;
}


/* General text */
.gen { 
	font-size : 11px; 
}
.genmed { 
	font-size : 11px; 
}
.gensmall { 
	font-size : 10px; 
}
.gen,.genmed,.gensmall { 
	color : #000000; 
}
a.gen,a.genmed,a.gensmall { 
	text-decoration: none; 
}
a.gen:hover,a.genmed:hover,a.gensmall:hover { 
	text-decoration: underline; 
}


/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #bf0000 }
a.mainmenu { text-decoration: none; color : #bf0000;  }
a.mainmenu:hover { text-decoration: underline; color : #ff5f00; }


/* Forum category titles */
.cattitle { 
	font-weight: bold; 
	font-size: 11px ; 
	letter-spacing: 1px; 
}
a.cattitle { 
	text-decoration: none; 
}
a.cattitle:hover { 
	text-decoration: underline; 
}


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


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


/* titles for the topics: could specify viewed link colour too */
.topictitle { 
	font-weight: bold; 
	font-size: 11px; 
	color : #000000; 
}
a.topictitle:link { 
	text-decoration: none; 
}
a.topictitle:visited { 
	text-decoration: none; 
	color : #c36363; 
}
a.topictitle:hover { 
	text-decoration: underline; 
	color : #DD6900; 
}


/* 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 content of the posts (body of text) */
.postbody { font-size : 11px;}
a.postlink:link { text-decoration: none;  }
a.postlink:visited { text-decoration: none; }
a.postlink:hover { text-decoration: underline; }


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

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	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		{ 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 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { 
	text-indent : 2px; 
}

/* The buttons used for bbCode styling in message post */
input.button {
	padding: 0;
	margin: 0;
	width: auto;
	height: 22px;
	background: url('http://www.mrpro.pl/forum/templates/subSilver/images/mrpro/submitbutton.gif') repeat-x left;
	border-top: 1px solid #AEB7AC;
	border-left: 1px solid #AEB7AC;
	border-bottom:1px solid #545F50;
	border-right: 1px solid #545F50;
	color: #444444;
	text-align: center;
}

/* The main submit button option */
input.mainoption {
	padding: 0;
	margin: 0;
	width: auto;
	height: 22px;
	background: url('http://www.mrpro.pl/forum/templates/subSilver/images/mrpro/submitbutton.gif') repeat-x left;
	border-top: 1px solid #AEB7AC;
	border-left: 1px solid #AEB7AC;
	border-bottom:1px solid #545F50;
	border-right: 1px solid #545F50;
	padding-left: 15px;
	padding-right: 15px;
	color: #444444;
}

/* None-bold submit button */
input.liteoption {
	padding: 0;
	margin: 0;
	width: auto;
	height: 22px;
	background: url('http://www.mrpro.pl/forum/templates/subSilver/images/mrpro/submitbutton.gif') repeat-x left;
	border-top: 1px solid #AEB7AC;
	border-left: 1px solid #AEB7AC;
	border-bottom:1px solid #545F50;
	border-right: 1px solid #545F50;
	padding-left: 15px;
	padding-right: 15px;
	color: #444444;
}

/* 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: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

