/* mwForum Default Style 2.11.0 */
/* buttonIcons="0" */


/* Canvas */
html {
	margin: 0 0 0px;
	height: 100%;
	background-color: white;
	padding: 0;
}
body {
	margin: 0;
	background-color: white;
	padding: 0px;
}

/* Base font */
body, table {
	font-size: 13px;
	font-family: tahoma, verdana, sans-serif;
}

/* Link */
a {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: red;	
	font-weight:bold;
	text-decoration: none;
}
a img {
	border: none;
}

/* Generic frame */
div.frm {
	margin-top: 0px;
	padding: 0px 0px;
	border: 0px solid silver;
}
/* Styl dla topu strony */
div.top {
	margin-top:0px;
	width:400px;
	background-image: url(top_bg.png);
	padding: 0px 0px;
	overflow: hidden;
}
div.top_simple {
	margin-top:0px;
	width:400px;
	padding: 0px 0px;
	overflow: hidden;
}
div.top_logo {
	float:left;
	margin-top:0px;
	margin-left:10px;
	width: 149px;
	background-image: url(pi_logo.png);
	padding: 0px 0px;

}

div.top_pi_forum {
	margin-left:2px;
	float:left;
	width: 103px;
	background-image: url(pi_forum.png);
	padding: 0px 0px;
}

div.top_buttons {
	margin-top:5px;
	margin-left:2px;
	float:right;
	height: 21px;
	width: 500px;
	padding: 0px 0px;
}
td.topic1 {
	height: 55px;
}
td.topic2 {
	height: 55px;
	font-size: 7px;
}

div.menuNormal {
	margin-top:0px;
	margin-left:0px;
	height: 25px;
	width: 400px;
	padding: 0px 0px;
	font-family: verdana;
	font-size: 5;
}
div.menuAdmin {
	margin-top:0px;
	margin-left:2px;
	height: 24px;
	width: 400px;
	padding: 0px 0px;
}


div.page {
	margin: 0 auto;
	width: 94%;
	padding: 0px 0px;
}

div.pager {
	margin: 0 auto;
	width: 100%;
	padding: 0px 0px;
}

div.menuUM {
	margin-left:0px;
	vertical-align:middle;
	padding: 0px 0px;
}

/* Generic header cell */
div.PostHeader {
	margin-top:5px;
	width: 395px;
	padding: 0px 4px;
	overflow: hidden;
	text-align: left;
	border-top: 1px solid silver;

}
div.PostBody {
	width: 395px;
	border-top: 0px solid silver;
	background-color: #EFEFEF;
	padding: 4px;
}
div.PostButtons {
	width: 395px;
	border-top: 0px solid silver;
	padding: 0px 4px 4px 4px;
	border-bottom: 1px solid silver;

}
div.hcl {
	width: 395px;
	padding: 2px 2px;
	overflow: hidden;
}

div.hcM {
	width: 395px;
	padding: 0px 0px;
	overflow: hidden;
}


/* Generic content cell */
div.ccl {
	border-top: 1px;
	background-color: #FCFCFC;
	padding: 4px;
	width: 100%;
}
div.ccl:first-child {
	border-top: none;
}
div.ccl p:first-child {
	margin-top: 0;
}

/* Generic button cell */
div.bcl {
	border-top: 0px solid silver;
	text-align: left;
	padding: 0px 0px 0px 0px;
}



/* Button link */
div.bcl a, a.btl {
	margin: 1px;
	padding: 0 4px;
}

td.shr a.btl {
	padding: 0 2px;
}

a.btl {
	font-size: 10px;
}

/* Nav button, page link float */
span.nav, span.pln {
	float: right;
}

/* Page button link */
span.pln a {
	margin: 0;
	padding: 0;
}

/* Table frame */
table.tbl {

	margin-top: 4px;
	margin-left: 1px;
	float:left;
	width: 99%;
	border: 1px solid silver;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Table header row */
table.tbl tr.hrw {
	background-image: url(a_center.jpg);
	height: 23px;
	font-weight: bold;
	padding 34px;
	margin-bottom:10 px;
	font-family: verdana;
	font-size: 13px;
	color: #ffffff;
}
table.tbl tr.forumTD {
	border-collapse: collapse;
	background-image: url(forumTD.gif);
	height:10px;
	font-weight: bold;
}


/* Table header cell */
table.tbl th {
	border: 1px solid #ffffff;
	padding: 2px 4px;
	text-align: left;
	white-space: nowrap;
}

/* Table header column cell */
table.tbl td.hco {
	width: 20%;
	font-weight: bold;
}

/* Table content row */
table.tbl tr.crw {
	background-color: #FFFFFF;
}	

/* Table content cell */
table.tbl td {
	border: 1px solid #CFD5D8;
	padding: 2px 4px;
}

/* Table short cell */
table.tbl .shr {
	width: 15%;
	white-space: nowrap;
}

/* Table icon cell */
table.tbl .icl {
	width: 18px;
	text-align: left;
}

/* Top bar frame */
div.tpb {
	margin-top: 0px;
	text-align: right;
	margin-right: 20px;
}

/* Error header cell */
div.err div.hcl {
	background-color: #ff8888;
	background-image: url(bg_hclerr.png);
}

/* Error message paragraph */
div.err div.ccl p {
	margin: 5px 0 0 0;
	color: red;
}
div.err div.ccl p:first-child {
	margin: 0;
}

/* Form */
form {
	margin: 0;
	padding: 0;
}
input, button, textarea, select {
	font-size: inherit;
	font-family: inherit;
}
textarea {
	width: 99%;
}

/* Poll result */
td.plv, td.plp {
	padding-left: 15px;
	text-align: right;
}

/* Poll result bar */
img.plb {
	margin-left: 10px;
	height: 10px;
	background-color: red;
}

/* Post header of new posts */
div.pst.new div.hcl {
	background-color: #FFFFFF

}

/* Post header of target posts */
div.pst.tgt div.hcl {
	background-color: #cdcbe0;
	background-image: url(bg_psttgt.png);
}

/* Quote */
blockquote {
	margin: 0;
	color: gray;
}
blockquote p {
	margin: 0;
}

/* Rank image */
img.rnk {
	margin: 2px 0;
	vertical-align: text-top;
}

/* Avatar image */
div.pst img.ava {
	margin-left: 5px;
	float: right;
}
form.agl img.ava {
	margin: 2px;
	vertical-align: middle;
}

/* Make post cell enclose avatar */
div.pst div.ccl:after {
	content: "."; 
	display: block; 
	visibility: hidden;
	height: 0; 
	clear: both; 
}

/* Make post cell enclose avatar in IE 5-6 */
* html div.pst div.ccl {
	height: 1px;
}

/* Make post cell enclose avatar in IE 7 */
div.pst div.ccl {
	display: inline-block;
}
div.pst div.ccl {
	display: block;
}

/* Signature */
div.sig, span.sig {
	font-size: 85%;
}

/* Board/topic/post/nav icon */
img.ico {
	margin: 2px 0;
	vertical-align: text-top;
}
img.board {
	margin: 2px 0;
	vertical-align: text-top;
}
img.navig {
	margin: 5px 0;
	margin-left: 5px;
	align: center;
	vertical-align: text-top;
}
table.tbl img.ico {
	margin: 1px 0 0 0;
}

/* Smiley icon */
img.sml {
	margin-top: 1px;
	vertical-align: text-top;

}

/* Flag */
img.flg {
	margin: 3px 0;
	vertical-align: text-top;
	width: 16px;
	height: 11px;
}

/* Header title */
span.htt {
	font-family:Tahoma;
	font-size:10px;
	font-color:#333333;
	font-weight: bold;
}
div.htt_NP {
	padding: 3px 4px;
	height:19px;
	font-family: verdana;
	font-size:12px;
	font-color: #333333;
	color: #ffffff;
	font-weight: bold;
	background-image: url(a_center.jpg);
}
			a.link2
				{
				font-family: Tahoma, Helvetica;
				font-size: 11px;
				color:#333333;
				font-weight:bold;
				text-decoration:none;  
				}
			a.link2:hover
				{
				font-family: Tahoma, Helvetica;
				font-size: 11px;
				color:red;
				font-weight:bold;
				text-decoration:none;  
				}
			a.forum_show
				{
				font-family: Tahoma, Helvetica;
				font-size: 12px;
				color:#0050aa;
				font-weight:bold;
				text-decoration:none;  
				}
			a.forum_show:hover
				{
				font-family: Tahoma, Helvetica;
				font-size: 12px;
				color:red;
				font-weight:bold;
				text-decoration:none;  
				}
			a.linkUB
				{
				color:#011A7F;
				font-weight:bold;
				text-decoration:none;  
				font-family: verdana;
				font-size: 10;
				}
			a.linkUB:hover
				{
				font-family: verdana;
				font-size: 10;
				color:#000000;
				font-weight:bold;
				text-decoration:none;  
				}


/* Sticky topic title */
span.stk {
	font-weight: bold;
}

/* Execution message */
span.tbm {
	font-weight: bold;
	color: green;
}

/* Highlighted keyword, report/message link */
em {
	font-weight: bold;
	font-style: normal;
	color: red;
}

/* Monospace font */
tt {
	font-size: 90%;
}

/* Float right */
.flr {
	float: right;
}

/* Help */
div.hlp h3 {
	margin: 10px 0 0 0;
	font-size: 100%;
	font-weight: bold;
}
div.hlp p {
	margin: 5px 0 0 0;
}

/* Forum info copyright, mini banner */
div.icr, div.bni {
	margin-top: 10px;
	text-align: center;
}
div.icr {
	border: 1px solid silver;
}
div.bni img {
	margin: 5px;
}

/* Board jump form */
form.bjp {
	margin-top: 10px;
	float: right;
}

/* Copyright, page timer message */
p.cpr, p.pct {
	text-align: center;
	font-size: 85%;
	color: silver;
}

/* Forum config */
form.cfg h3 {
	margin: 20px 0 10px 0;
	border-top: 1px solid silver;
	padding-top: 10px;
	font-size: 100%;
	font-weight: bold;
}
form.cfg h3:first-child {
	margin-top: 0;
	border-top: none;
}
form.cfg h4 {
	margin: 10px 0 0 10px;
	font-size: 100%;
	font-weight: bold;
}
form.cfg p {
	margin: 5px 0 0 20px;
	width: 90%;
}
form.cfg samp {
	color: green;
	font-family: verdana, sans-serif;
	font-weight: normal;
}
form.cfg dfn {
	color: gray;
	font-style: normal;
	font-weight: normal;
}
form.cfg input.ctx {
	width: 50%;
}
form.cfg textarea {
	width: 90%;
}
form.cfg div.afo {
	background-color: #e8e8e8;
}

/* Tag button */
button.tbt {
	margin: 0 3px 3px 0;
	width: 40px;
	border: 1px solid gray;
	background-color: #efefef;
}
button.tbt:hover {
	background-color: white;
}

/* Invisible table */
table.tiv {
	border-collapse: collapse;
	border: none;
	width: 400px;
}
table.tiv tr {
	border: none;
}
table.tiv td {
	border: none;
	padding: 0 5px 0 0;
	vertical-align: top;
}
table.tiv .shr {
	width: 15%;
	white-space: nowrap;
}

/* Topic tag */
img.ttg {
	vertical-align: text-top;
}

/* Image gallery */
table.igl td {
	text-align: center;
	vertical-align: bottom;
	font-size: 85%;
}

/* Attachment thumbnail */
img.amt {
	border: 1px solid blue;
}

/* Board description */
div.bds {
	font-size: 80%;
}
.buttons { border: 1px solid #0049bd; background-color: #ffffff; }
