/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #404040;
background-image: url('images/bkg.jpg');
background-repeat: repeat;
margin: 0px;
}

/* General font families for common tags */
font,th,td,p	{ font-family: Verdana, Arial, Helvetica, sans-serif }
a:link		{ text-decoration: none; color : #999; }
a:visited		{ text-decoration: none; }
a:hover		{ text-decoration: none; color : #DA2; }
a:active		{ text-decoration: none; color : #DA2; }
p, td			{ font-size : 11px; color : #777; }
hr			{ height: 0px; border: solid #000000 0px; border-top-width: 1px; }

/* This is the border line & background colour round the entire page */
.bodyline { border: 0px #404040 solid; }

/* This is the outline round the main forum tables */
.forumline { background-color: #404040; border: 0px #D1D7DC solid; border-top-width: 0px; }

/* Main table cell colours and backgrounds */
td.row1 { background-color: #4E4E4E; }
td.row2 { background-color: #454545; }
td.row_new { background-color: #5A5A5A; }
td.row_helped { background-color: #5A5A5A; }

/*
	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: #404040;
background-image: url(images/cellpic1.gif);
height: 26px;
}



/* Header cells - the BLUE and SILVER gradient backgrounds */

table.indextop { background-color: #404040; background-image: url(images/cellpic0.gif); height: 60px; }

th {
color:		#787878; font-size: 11px; font-weight: bold;
background-color:	#454545; height: 20px;
}

td.catHead,th.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpic1.gif); background-repeat: repeat-x;
background-color:#404040; border-width: 0px; height: 26px;
}


/*
	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 { background-color: #404040; background-image: url('images/cellpic1.gif'); background-repeat: repeat-x; height: 26px; }
th.thHead { font-weight: bold; border: #FFFFFF; height: 28px; }

/* th.thCornerL,th.thTop,th.thCornerR {color: #FFA34F; font-size: 70%; font-weight: bold; background-color: #454545; height: 28px; } */

td.row3Right,td.spaceRow { background-color: #454545; }

th.thHead,td.catHead	{ font-size: 12px; }
th.catHead			{ font-size: 10px; padding: 2px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 16px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #D92;
}


/* ----- FONTS ---- */

/* General text */
.gen						{ font-size : 12px; }
.genmed					{ font-size : 11px; }
.gensmall					{ font-size : 10px; }
.genout					{ font-size : 10px; color : #777; }
.gen,.genmed,.gensmall			{ color : #888; }
a.gen,a.genmed,a.gensmall,a.genout							{ color: #BBBBBB; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited,a.genout:visited	{ color: #BBBBBB; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover,a.genout:hover			{ color: #DA9F20; text-decoration: none; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000 }
a.mainmenu		{ text-decoration: none; color : #888; }
a.mainmenu:hover	{ text-decoration: none; color : #FFFFFF; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #666666; }
a.cattitle		{ text-decoration: none; color : #666666; }
a.cattitle:hover	{ text-decoration: none; color : #FFFFFF; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 14px; color : #006699; }
a.forumlink		{ text-decoration: none; color : #BBB; }
a.forumlink:hover	{ text-decoration: none; color : #DA0; }

/* 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 : #DA0;}
a.nav		{ text-decoration: none; color : #777; }
a.nav:hover	{ text-decoration: none; color : #FFFFFF; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #DA9F20; }
a.topictitle:link	{ text-decoration: none; color : #BBB; }
a.topictitle:visited	{ text-decoration: none; color : #BBB; }
a.topictitle:hover	{ text-decoration: none; color : #DA0; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #999; text-decoration: none}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody			{ font-size : 12px; color: #CCC; line-height: 18px }
a.postlink:link		{ font-weight: bold; text-decoration: none; color : #DA9F20 }
a.postlink:visited	{ font-weight: bold; text-decoration: none; color : #DA9F20; }
a.postlink:hover		{ font-weight: bold; text-decoration: none; color : #FFF }

.code {
font-family:	Courier, 'Courier New', sans-serif; font-size: 11px; color: #999;
background-color:	#4E4E4E; border: #777; border-style: dashed; border-width: 1px;
}

.quote {
font-family:	Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #999; line-height: 125%;
background-color:	#454545; border: #777; border-style: solid; border-width: 1px;
}

.copyright		{ font-size : 10px; color: #666; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.copyright		{ text-decoration: none; color : #777; }
a.copyright:hover	{ text-decoration: none; color : #DA2; }

.error { color: #DA2; }



/* FORMULARZE ------------------------------------------------------------------------------- */

form { margin: 0; }
form { display: inline; }

input, textarea, select {
color : #CCC; border-style: solid; border-color: #777; border-width: 1px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea.post, select	{ background-color : #454545; }
input.post2, textarea.post2		{ background-color : #454545; }
input						{ text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
border-style: solid; border-color: #777; border-width: 1px;
background-color : #454545; color : #CCC;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: pointer;
}

input.login {
border-style: solid;
border-width: 0px;
background-image:	url('images/login.gif');
background-position: left top;
background-repeat: repeat-x;
padding-left: 4px;
text-indent : 0px; 
color: #000
}


/* The main submit button option */
input.mainoption {
border-style: solid; border-color: #777; border-width: 1px;
background-color:	#454545;
font-weight:	bold;
cursor:		pointer;
}

/* None-bold submit button */
input.liteoption {
border-style: solid; border-color: #777; border-width: 1px;
background-color:	#454545;
font-weight:	normal;
cursor:		pointer;
}


/* 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: #444; border-style: none; }

/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight { background-color: #FFFF00; color: #222; }

.topbkg { background: #dbe3ee 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 }

.pm { font-size: 11px; text-decoration: none; font-weight: bold; color: #FFFFFF; } 

.table0
{
	padding: 4px;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #fefefe;
	color : #000000;
	font-size : 10px;
}

.sb1 { background-color: #EFEFEF; }
.sb2 { background-color: #DEE3E7; }

/* Shoutbox */
#SB_box { border-bottom: 1px solid #777; box-shadow: inset 0 1px 3px 0 #333; z-index: 10; padding: 4px; }
#act_indicator { width: 13px; height: 13px; margin-left: 5px; }
.sb_line { padding: 3px 10px; }
.sb_line:hover { background-color: #404040; border-radius: 3px; }
.sb_user { float: left; min-width: 90px; text-align: right; }
.sb_alert { color: #DB3; }
.sb_post { margin: 0 120px 0 95px; max-width: 700px; word-wrap: break-word; text-align: left; color: #AAA; }
.sb_info { float: right; color: #888; font-size: 10px; }
.sb_info a { font-weight: bold; color: #2BF; cursor: pointer; }
.sb_info a:hover { color: #FFF; }
#ramka { background-color: #404040; }
#ramka img { cursor: pointer; margin: 2px; }

.pagination { color: #666; font-size: 10px; font-weight: bold; text-decoration: none; padding: 3px; padding-bottom: 4px; }
.pagination a, .pagination a:visited, .pagination a:active { background-color: #444; color: #777; border-color: #666; border: #666 1px solid; text-decoration: none; padding: 2px; }
.pagination a:hover { background-color: #DDD; color: #333; border-color: #999; border: #999 1px solid; text-decoration: none; padding: 2px; }
.paginationx { background-color: #444; color: #777; border-color: #EA941A; border: #EA941A 1px solid; text-decoration: none; padding: 2px; }


/* PINS ----------------------------------- */
.lpin 		{ float: left; margin: 0px 10px 0px 5px; }
.rpin 		{ float: right; margin: 0px 5px 0px 10px; }
.lpinx 		{ float: left; margin: 5px 0px 0px 8px; }
.rpinx 		{ float: right; margin: 5px 8px 0px 0px; }

/* SPONSORZY ------------------------------ */

td.foradv {
	border-color: #303030;
	background-repeat: no-repeat;
	background-position: center;
	border: #303030 1px solid;
	background-color: #404040;
	color: #808080;
	font-family: Arial;
	font-weight: bold;
	font-size: 50px;
	cursor: pointer;
}


a.imgbutton img {
filter:alpha(opacity=70);
-moz-opacity: 0.7; 
opacity: 0.7;
-khtml-opacity: 0.7;
border: 0px;
font-size: 12px;
}

a.imgbutton:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
}

#description {
	font-size : 12px;
	color: #000;
	text-shadow: 1px 1px 2px #C67878;
}


#advx {
	position: absolute; top: 35px; right: 10px; width: 240px; height: 50px; background: 0 0 url(images/advx2.png) no-repeat ;
	animation: slidein 2s;
}

@keyframes slidein {
    from { background-position: 300px 0; }
    to   { background-position: 0 0; }
}


#advx-text-box {
	position: relative; top: 35px; margin-right: 10px; text-align: right; color: #fff;
	-webkit-animation: fadein 4s; /* Safari and Chrome */
    -moz-animation: fadein 4s; /* Firefox */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera */
    animation: fadein 4s ease-in;

}

#adv-text {
	color: #fff;
	animation: fastBlink 0.8s linear 2s infinite alternate;
}

@keyframes fastBlink {
	0% { text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff; }
	100% { text-shadow: 0 0 0.2em #000, 0 0 0.2em #000; }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");