/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(ajaxtabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(ajaxtabs/shadeactive.gif);
border-bottom-color: black;
color: #2d2b2b;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #2d2b2b;
}


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #Black;
	scrollbar-face-color: #111111;
	scrollbar-highlight-color: #222222;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #F8A406;
	scrollbar-track-color: #060606;
	scrollbar-darkshadow-color: #000000;
	background-image : url(images/tlo.gif);
        margin-left : 0px;
	margin-right : 0px;
        margin-top : 0px;
	margin-bottom : 0px;
        color : #DDDDDD;		
}


/* General font families for common tags */
p, td		{ font-size : 11; color : #000000; }
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; color : #DDDDDD; }


a:link {
        text-decoration: none;
	color : #F8A406;
}
	
a:active {
        text-decoration: none;
	color : #FFFFFF; 	
}
		
a:visited {
        text-decoration: none;
	color : #F8A406;	
	/*	color : #A56C03; 	*/
}
			
a:hover	{
        text-decoration: underline;
	color : #FFFFFF;
}


hr	{ height: 0px; border: solid #222222; 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: Black; border: 1px solid #333333; }

/* This is the outline round the main forum tables */
/* .forumline	{ background-color: #333333; border: 1px solid #FFFFFF; } */


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #060606; }
td.row2	{ background-color: #000000; }
td.row3	{ background-color: #0C0C0C; }
td.row_helped { background-color: #444444; }

.staty5 { background-color: #121212;}
td.staty5row { 
	background-color: #000000;  // Kolor tła tabelek
	border-bottom-color : #201f1a; // to jest wyłączone
	border-bottom-style : solid; 
	border-bottom-width : 0px;
	border-left-color : #151515;  //kolor ramek (linii)
	border-left-style : solid;
	border-left-width : 1px;
	border-right-width : 0px;
	border-top-color : #151515; // kolor ramek (linii)
	border-top-style : solid;
	border-top-width : 1px;
}


/*
  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-color: #333333;
		background-image: url(images/table_cell_bg1h.jpg);
}

.blue_box {
        width: 100%;
	border-top: solid 1px #2F2F2F;
	border-bottom: solid 1px #2F2F2F;
	text-align: center;
	background: url(images/blue_background.jpg);
	padding: 0px 0px 0px 0px;
	}

font.red  {

        font-family: Verdana;
        font-weight: bold;
        font-style: normal;
        font-size: 12px;
        color: red;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-decoration: none;
}

font.black  {

        font-family: Verdana;
        font-weight: bold;
        font-style: normal;
        font-size: 12px;
        color: black;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-decoration: none;
}
												    
font.white  {
        font-family: Verdana;
        font-weight: bold;
        font-style: normal;
        font-size: 12px;
        color: white;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-decoration: none;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #F8A406; font-size: 11px; font-weight : bold;
	background-color: #333333; 
	background-image: url(images/table_cell_bg1h.jpg);
	
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/table_cell_bg1h.jpg);
			background-color:#333333; border: #FFFFFF; border-style: none; 
}


/*
  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 {
	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: #000000; border-style: none; }
td.row3Right,td.spaceRow {
	background-color: #333333; border: #333333; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; 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; }

td.categorybar {
	background-image : url(images/table_cell_bg1.jpg);
	background-repeat : repeat-x;
	background-color : #0C0C0C;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #F8A406;
}

/* New Messages */ 
.pm { font-size: 11px; text-decoration: none; color: #FF0000 }

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #cccccc; }
a.gen,a.genmed,a.gensmall { color: #F8A406; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFFF; text-decoration: underline; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color : #F8A406; text-decoration: none; } 


/* The register, login, search etc links at the top of the page */
.mainmenu		{ margin: 0; padding: 0; font-size: 11px; font-weight: bold; text-decoration: none; float: none; color: #88AACC;}
a.mainmenu		{ text-decoration: none; color : #88AACC;  }
a.mainmenu:hover	{ text-decoration: none; color : #FFFFFF; }
a.mainmenu:visited	{ text-decoration: none; color : #88AACC; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.cattitle		{ text-decoration: none; color : #FFFFFF; }
a.cattitle:hover{ text-decoration: underline;}
a.cattitle:visited	{ text-decoration: none; color : #FFFFFF; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #AAAAAA; }
a.forumlink 		{ text-decoration: none; color : #AAAAAA; }
a.forumlink:visited	{ text-decoration: none; color : #AAAAAA; }
a.forumlink:hover	{ text-decoration: underline; color : White; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #CCCCCC;}
a.nav			{ text-decoration: none; color : #F8A406; }
a.nav:hover		{ text-decoration: underline; color : White; }
a.nav:visited		{ text-decoration: none; color : #F8A406; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #DDDDDD; }
a.topictitle:link   { text-decoration: none; color : #F8A406; }
a.topictitle:visited { text-decoration: none; color : #A56C03; }
a.topictitle:hover	{ text-decoration: underline; color : White; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #DDDDDD;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #AAAAAA; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #F8A406; }
a.postlink:visited { text-decoration: none; color : #A56C03; }
a.postlink:hover { text-decoration: underline; color : White; }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #0099FF;
	background-color: Black; border: #777777; border-style: dashed;
	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: #999999; line-height: 125%;
	background-color: Black; border: #777777; border-style: dashed;
	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: #CCCCCC;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}

/* Form elements */

form { margin: 0; }

input,textarea, select {
	color : #F8A406;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        background-color : #111111;
	border-color: #222222;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #111111;
}
input.post2, textarea.post2, select {
	background-color : #111111;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #111111;
	color : #DDDDDD;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

/* The main submit button option */
input.mainoption {
	background-color : #111111;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #111111;
	font-weight : normal;
}

.table0 {
background-color : #111111;
border-bottom-color : ;
border-bottom-style : solid;
border-bottom-width : 1;
border-left-color : #111111;
border-left-style : solid;
border-left-width : 1px;
border-right-color : #111111;
border-right-style : solid;
border-right-width : 1px;
border-top-color : #111111;
border-top-style : solid;
border-top-width : 1px;
color : #000000;
font-size : 10px;
}


/* 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: #000000; border-style: none; color : White; }

td.firstPostAd {
background-color: #000000; border: #000000; border-style: solid; border-width: 1px; text-align: center;
} 

.topbkg{url(images/cellpic_bkg.jpg) repeat-x; }
.topnav{font-size:10px;background: #e5ebf3 url(images/cellpic_nav.gif) repeat-x;color:#dd6900;
height:21px;white-space:nowrap;text-align:center;border: 0px solid #91a0ae;border-width: 1px 0 1px 0}

/* SPELL CHECKER */
.spelling {
	color: red;
	cursor: help;
}

.spelling_incorrect {
	color: red;
	cursor: help;
	text-decoration: underline;
}

.spelling_correct {
	
}


#spelling {
	display: block;
	position: absolute;
	width: 200px;
	text-align: center;
	background-color: #D4D0C8;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF #808080 #808080 #FFFFFF; 
}

#spelling input.post {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #404040 #D4D0C8 #D4D0C8 #404040; 
}

#spelling input.mainoption, #spelling input.liteoption {
	background-image: none;
	background-color: #D4D0C8;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF #404040 #404040 #FFFFFF; 
}

#spelling a {
	display: block;
	margin-top: 20px;
	margin-left: 25%;
	text-align: right;
	color: #0000FF;
	background-image: none;
	background-color: #D4D0C8;
	border: 0;
	font-size: 10px;
	font-weight: normal;
}
/* /SPELL CHECKER */

			

/* SPELL CHECKER */
.spelling {
	color: red;
	cursor: help;
}

.spelling_incorrect {
	color: red;
	cursor: help;
	text-decoration: underline;
}

.spelling_correct {
	
}


#spelling {
	display: block;
	position: absolute;
	width: 200px;
	text-align: center;
	background-color: #D4D0C8;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF #808080 #808080 #FFFFFF; 
}

#spelling input.post {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #404040 #D4D0C8 #D4D0C8 #404040; 
}

#spelling input.mainoption, #spelling input.liteoption {
	background-image: none;
	background-color: #D4D0C8;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF #404040 #404040 #FFFFFF; 
}

#spelling a {
	display: block;
	margin-top: 20px;
	margin-left: 25%;
	text-align: right;
	color: #0000FF;
	background-image: none;
	background-color: #D4D0C8;
	border: 0;
	font-size: 10px;
	font-weight: normal;
}
/* /SPELL CHECKER */
.pagination {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
    padding-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
	background-color: #EAEBEB;
	color: #000;
	border-color: #D4D7DA;
	border: #D4D7DA 1px solid;
	padding: 1px;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #FFF;
	color: #666;
	border-color: #EAECEF;
	border: #EAECEF 1px solid;
	text-decoration: none;
	padding: 1px;
}



.styl_scc_xtlm {
    text-align: left;
    background: #000000;
    border: 1px solid #000000;
    overflow: auto;
    color: #CCCCCC;
    clear: both;
    width: auto;
    font-family: tahoma;
    font-size: 5px;
}

.styl_scc_xtlm td {
    background: transparent;
    padding: 1px;
}

.styl_scc_xtlm a {
    color:#FFFFFF;
    text-decoration: none;
    border: 0px;
    font-weight: bold;
    font-size: 9px;
}

.styl_scc_xtlm a:hover {
    color:#FFFFFF;
    text-decoration: none;
    border: 0px;
}

.styl_scc_xtlm a:link a:visited {
    color:#93F;
    text-decoration: none;
    border: 0px;
}

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

//Calendar
/* The main calendar widget.  DIV containing a table. */

div.calendar {
  position: relative;
  z-index: 100;
}

.calendar, .calendar table {
  border: 1px solid #525252;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #18120a;
  font-family: arial,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #333333;
  color: #f6a207;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #212121;
  color: #000;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #525252;
  padding: 2px;
  text-align: center;
  color: #f6a207;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #ff0000;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #bbbbbb;
  color: #000000;
  border: 1px solid #525252;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #c77;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #18120a;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #525252;
  background: #18120a;
}

.calendar tbody .rowhilite td {
  background: #666666;
  color: #ffffff;
}

.calendar tbody .rowhilite td.wn {
  background: #666666;
  color: #ffffff;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #999999;
  padding: 1px 3px 1px 1px;
  border: 1px solid #666666;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #000000;
  color: #ffffff;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #845909;
  color: #ffffff;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #ff0000;
}

.calendar tbody td.today { font-weight: bold; }

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #525252;
  color: #000;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  border-top: 1px solid #525252;
  background: #18120a;
  color: #ffffff;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #666666;
  border: 1px solid #f40;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #999999;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #ffffff;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #fc8;
}

.combo .active {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
  background: #efefef;
  font-weight: bold;
}

