/*  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
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;*/
	margin: 0;
        background-color: #141414;
        background-image: url('images/background.gif');

}

font, th, td, p	
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {
        color: #797878;
}

#wrapheader {
	height: auto !important;
	padding: 0;
}

.forumline2
{
    font-family:Courier, 'Courier New', sans-serif;
    font-size:11px;
    color:#fff;
    background-color:#0B0B0B;
    border:#660000;
    text-align: center;
    border-style:solid;
    border-left-width:1px;
    border-top-width:1px;
    border-right-width:1px;
    border-bottom-width:1px
}

#wrapcentre {
	/*margin: 15px 25px 0 25px;*/
	background-color: #1d1d1d;
        border-left: 3px #202020 solid;
        border-right: 3px #202020 solid;
        width: 88%;
        text-align: left;
        padding: 10px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	background-color: #C1CAD2;
	background-image: url('./images/background.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0 25px 15px 25px;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	border-width: 3px;
	border-style: solid;
	border-color: #2f2f2f;
	background-color: #232323;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial;
	color:#575757;
        text-align: center;
}

.forumrules h3 {
	color: #9b0000;
	font-family: courier;
	font-weight: bold;
	font-size: 1.3em;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


.imonka {
        padding: 8px;
}
.imonkaf {
        padding: 6px;
}

/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	/*margin: 0;
	font-size: 1.1em;
	font-weight: bold;*/
	font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    color : #959595;
}

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 {
	/*padding-bottom: 4px;*/
	font-size: 11px;
	color: #797878;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	/*margin: 1px 0;*/
	font-size: 10px;
	color: #797878;
}

.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;
	padding-top: 5px;
}

.postauthor {
	color: #797878;
}

.postdetails {
	color: #797878;
	font-size: 10px;
}

.postbody {
	font-size : 12px; 
        line-height: 18px
}

.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: #2f2f2f;
	font-weight:bold;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
	color: #797878;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	/*margin: 1px 1px;
	font-size: 1.2em;*/
	font-size: 12px;
	color: #797878;
	
}

.genmed {
	/*margin: 1px 1px;
	font-size: 1.1em;*/
	font-size: 11px;
	color: #797878;
}

.gensmall {
	/*margin: 1px 1px;
	font-size: 1em;*/
	font-size: 10px;
	color: #797878;
}

/*.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
*/
.copyright		{ font-size : 10px; color: #797878; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.copyright		{ text-decoration: bold; color : #B4B1B1; }
a.copyright:hover	{ text-decoration: bold; color : #c42724; }
.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
 
.podlog
{
    background-image: url('./images/cellpic4.gif');
    width: 800px; height: 28px;
    padding-right: 30px;
    text-align: center;
}

th {
	/*color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;*/
	
	color: #E9E9E9;
    font-size: 11px;
    font-weight: bold;
    background-color: #303030; height: 30px;
    background-image: url('./images/cellpic3.gif');
    text-align: center;
}


td {
        font-size : 11px;
        color : #B4B1B1;
}

td.catBottom
{
    background-color: #303030;
    background-image: url('images/cellpic1.gif');
    height: 20px;
}

td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #1d1d1d;
        border: solid #161616 1px;
        border-left: 2px #222222 solid;
        border-right: 2px #222222 solid;
        border-bottom: 1px #222222 solid;
        border-top: 1px #222222 solid;
}

.tablejava {
	background-color: #212121;
        border: solid #161616 1px;
        border-left: 2px #222222 solid;
        border-right: 2px #222222 solid;
        border-bottom: 1px #222222 solid;
        border-top: 1px #222222 solid;
}

.catdiv {
	/*height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;*/
	background-image: url('./images/cellpic1.gif');
        background-color:#D1D7DC;
        /*border: medium solid #303030;*/
        height: 28px;
}
.rtl .catdiv {
	/*background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;*/
	background-image: url('./images/cellpic1.gif');
        background-color:#D1D7DC;
        border: medium solid #303030;
        height: 28px;
}

.cat {
	background-image: url('./images/cellpic1.gif');
        background-color:#D1D7DC;
        height: 24px;
        padding: 2px;
        padding-left: 1px;
}

.row1 {
	background-color: #212121;
        padding: 4px;
}

.row2 {
	background-color: #242424;
        padding: 4px;
}

.row3 {
	background-color: #242424;
        padding: 4px;
}

.spacer {
	/*background-color: #D1D7DC;*/
	background-color: #1d1d1d;
        border: #1d1d1d;
        border-style: solid;
}

hr {
        height: 1px;
        border: solid #1b1b1b 0px;
        border-top-width: 1px;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 95%;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
 
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a:link {
	/*color: #006597;
	text-decoration: none;*/
	color: #B4B1B1;
        text-decoration: none;
}

a:active,
a:visited {
	/*color: #005784;
	text-decoration: none;*/
	color: #B4B1B1;
        text-decoration: none;
}

a:hover {
	/*color: #D46400;
	text-decoration: underline;*/
	text-decoration: none;
        color: #c42724;
}

a.forumlink {
	text-decoration: none;
        color: #959595;
        font-weight: bold;
        font-size: 12px;
}

a.forumlink:hover {
	text-decoration: none;
	color: #c42724;
}

a.topictitle {
	margin: 1px 0;
	/*font-family: "Lucida Grande", Helvetica, Arial, sans-serif;*/
	font-weight: bold;
	font-size: 11px;
}

/*a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}*/

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

/*textarea
{
    color: #AFAFAF;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border: 1px #404040 solid;
}

textarea.post
{
    background-color : #1F1F1F;
    color: #AFAFAF;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border: 1px #404040 solid;
}*/

input.post, textarea.post
{
    background-color: #1c1c1c;
    color: #AFAFAF;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border: 1px #3a3a3a solid;
    padding: 1px;
    padding-left: 1px;
    padding-bottom: 2px;
}

input.post2, textarea.post2
{
    background-color : #1F1F1F;
}

input
{
    text-indent: 2px;
}

/*input.button
{
    background-color: #1F1F1F;
    color: #AFAFAF;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
    border: 1px #404040 solid;
    padding: 1px 5px;
}*/


/*input.mainoption
{
    background-color: #1F1F1F;
    font-weight: bold;
    cursor: pointer;
    color: #AFAFAF;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border: 1px #404040 solid;
    padding: 1px 5px;
    border-right: 1px #3a3a3a solid;
    border-bottom: 1px #3a3a3a solid;
}*/

input.mainoption, input.btnlite, input.btnmain, input.button, input.btnbbcode {
        background-color:#1F1F1F;
        font-weight:bold;
        color:#AFAFAF;
        font:normal 11px Verdana, Arial, Helvetica, sans-serif;
        border-color:#a6a6a6;
        border-width:1px;
        cursor: pointer;
}

input.liteoption
{
    background-color: #1F1F1F;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
    color: #AFAFAF;
    border: 1px #404040 solid;
}

/*input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

*/select {
	background-color : #1F1F1F;
        color: #AFAFAF;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #404040;
	border-right: 0px;
	padding: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

option {
        border-left: 0px;	
}

option.disabled-option {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

optgroup {
        color: #404040;
        font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; 
        background-color: #161616;
        padding: 1px;   
        padding-left: 1px;    
}

.rtl option {
	padding: 0 0 0 1em;
}

/*input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}*/

/*.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
	    background-color: #1F1F1F;
    font-weight: bold;
    cursor: pointer;
    color: #AFAFAF;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border: 1px #404040 solid;
    padding: 1px 5px;
}*/

/*.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	background-color: #1F1F1F;
        font-weight: bold;
        cursor: pointer;
        color: #AFAFAF;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        border: 1px #404040 solid;
}*/

/*.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	background-color: #1F1F1F;
        font-weight: bold;
        cursor: pointer;
        color: #AFAFAF;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        border: 1px #404040 solid;
}*/

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
/*	background-color: #DEE3E7;
	border-style: none;*/
	    background-color: #2b2b2b;
    border: 1px #660000 solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #AFAFAF;
    padding: 4px;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	/*margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;*/
}

.quotetitle .quotetitle {
	font-size: 1em;
}
.quote, .code {
    font-family:Courier, 'Courier New', sans-serif;
    font-size: 11px;
    color: #B4B1B1;
    background-color:#1a1a1a;
    border: #494949;
    border-style: solid;
    border-left-width:1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 3px;
}

.quotecontent, .attachcontent {
    font-family:Courier, 'Courier New', sans-serif;
    font-size: 11px;
    color: #B4B1B1;
    background-color:#0F0F0F;
    border: #333300;
    border-style: solid;
    border-left-width:1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.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: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

a.unread {
        color: #cd6600;
        font-weight: bold;
}

a.unread:hover {
	text-decoration: none;
        color: #c42724;
}

.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;
}

.plus_point
{
    border:1px solid green;
    background:#040;
    font-weight:bold;
    padding:4px;
}

.minus_point
{
    border:1px solid #b70000;
    background:#400;
    font-weight:bold;
    padding:4px;
}

.upom_point
{
    border:1px solid #006B6B;
    background:#004040;
    font-weight:bold;
    padding:4px;
}

.post_info
{
    font-weight:bold;
    color: #00cd00
}

.plus
{
    padding: 3px;
    background:#040;
}

.minus
{
    padding: 3px;
    background:#400;
}

.upom
{
    padding: 3px;
    background:#004040;
}

.info {
    padding-left: 3px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #262525;
    border-top: 1px solid #2b2b2b;
    border-right: 2px solid #474747;
    border-left: 1px solid #2b2b2b;
    border-bottom: 2px solid #373737;
    margin-bottom: 3px;
}

.info2 {
    padding-left: 3px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #3f3f07;
    border-top: 1px solid #4d4d00;
    border-right: 2px solid #818200;
    border-left: 1px solid #4d4d00;
    border-bottom: 2px solid #818200;
    margin-bottom: 3px;
}

.notka_start
{
    border:1px solid #404040;
    background:#252525;
    /*font-weight:bold;*/
    padding:0px;
}

.notka_tp
{
    background:#2b2b2b;
    font-weight:bold;
    padding:4px;        
}

.notka_srd
{
    padding:4px;         
}

.box
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.shouts {
	width: 100%;
	height:300px;
	overflow:auto;
}
#chat {
	width: 100%;
	text-align:left;
}
#message {
	width: 65%;
}	
#act_indicator {
	visibility:hidden;
}
.hide_post
{
    border:1px solid #000000;
    background:#161616;
    font-weight:bold;
    padding:2px;
}
.tomek
{
    background-color: #222222; border: #000000; border-style: solid;;
    border: #660000 1px solid;
    margin:0px;
    padding:1px 1px 1px 1px;
    width:470px;
    height:300px;
    overflow:auto;
    overflow-x:auto;
    overflow-y:visible;
}

.column1 {
	float: left;
	clear: left;
	width: 33%;
}

.column2 {
	float: right;
	clear: right;
	width: 33%;
}

p.thumb{ }
p.thumb a{
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    overflow:hidden;
    position:relative;
    z-index:1;	
}	
p.thumb a img{
    float:left;
    position:absolute;
    top:-30px;
    left:-30px;	
}
	
p.thumb a:hover{
    overflow:visible;
    z-index:1000;
    border:none;		
}

p.thumb a:hover img{
    border:1px solid #999;	
    background:#fff;
    padding:2px;			
}

.tableshout {
        background-color: #1d1d1d;
        border-top: solid #131313 1px;         
}