/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
background-image: url(http://www.dodaforum.pl/templates/dodaforum/images/dodaforum.png);
background-repeat: repeat-x;
background-attachment: fixed;
background-color:	#b4b4b4;
scrollbar-face-color:		#DEE3E7;
scrollbar-highlight-color:	#FFFFFF;
scrollbar-shadow-color:		#DEE3E7;
scrollbar-3dlight-color:	#D1D7DC;
scrollbar-arrow-color:		#000000;
scrollbar-track-color:		#EFEFEF;
scrollbar-darkshadow-color:	#000000;
margin: 0px;
}
.awatar { width: 100%; height: 100%; border: 1px solid #c8c8c8; padding: 3px;  -moz-border-radius: 5px; border-radius: 5px; }

/* General font families for common tags */
.avatar_online { width: 60px; height: 62px; border: 1px solid #c6c6c6; padding: 2px;  -moz-border-radius: 5px; border-radius: 5px; text-align: center; float: left; margin:3px;}
.avatar_online_hide { width: 60px; height: 65px; border: 1px solid #FF0000; padding: 2px;  -moz-border-radius: 5px; border-radius: 5px; text-align: center; float: left; margin:3px;}
font,th,td,p			{ font-family: Arial, Verdana, Helvetica, sans-serif }
a			{ text-decoration: none; color : #474747; }
a:link,a:active,a:visited	{ color : #474747; }
p, td			{ font-size : 11px; color : #000000; }
a:hover			{ text-decoration: underline; color : #474747; }
hr				{ height: 0px; border: solid #ffffff 0px; border-top-width: 1px; }

/* This is the border line & background colour round the entire page */
.bodyline { 
background-color: #f5f5f5;
border-left: solid #474747 0px; 
border-right: solid #474747 0px; 
border-bottom: solid #000000 0px; 
border-top: solid #000000 0px; }
}

/* This is the outline round the main forum tables */
.forumline { background-color: #ececec; border: solid #ececec 0px; border-top-width: 1px; }

/* Main table cell colours and backgrounds */
td.row1 { background-color: #ffffff; }
td.row2 { background-color: #ffffff; }
td.row3 { background-color: #ebebeb; }
td.row_helped { background-color: #f8f8f8; }

/*
	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: #000000;
background-image: url('images/cellpic2.jpg');
background-repeat: repeat-x; height: 20px;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color:			#f2f2f2; font-size: 12px; font-weight: bold;
background-color:	#006699; height: 30px;
background-image:	url(images/cellpic3.gif);
}

td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpic2.jpg);
background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 22px;
}
td.doda {
background-image: url(http://dodaforum.pl/templates/badgirls/images/cellpic3.gif);
background-color:#D1D7DC;
border: #FFFFFF;
border-style:
solid; height: 35px;
}


/*
	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: #C7D0D7; background-image: url('images/cellpic2.jpg'); height: 22px; }
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: #FFFFFF; height: 28px;
}

th.thCornerL,th.thTop,th.thCornerR {color: #f2f2f2; font-size: 70%; font-weight: bold; background-color: #006699; background-image: url('images/cellpic3.gif'); height: 30px; }

td.row3Right,td.spaceRow { background-color: #f3f3f3; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead			{ font-size: 13px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow	{ border-width: 0px; }
th.thRight,td.catRight,td.row3Right	{ border-width: 0px; }
th.thLeft,td.catLeft			{ border-width: 0px; }
th.thBottom,td.catBottom		{ border-width: 0px; }
th.thTop				{ border-width: 0px; }
th.thCornerL				{ border-width: 0px; }
th.thCornerR				{ border-width: 0px; }

/* This is the outline round the images folder table */
.foldersline	{ background-color: #ffffff; border: 2px #ececec solid; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: Arial, Verdana, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #000000;
}

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

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

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

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

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

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 12px; color : #474747; }
a.topictitle:link	{ text-decoration: none; color : #474747; }
a.topictitle:visited	{ text-decoration: none; color : #474747; }
a.topictitle:hover	{ text-decoration: bold; color : #474747; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 12px; color : #000000; text-decoration: none}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #000000; }

/* The content of the posts (body of text) */
.postbody		{ font-size : 12px; line-height: 18px }
a.postlink:link	{ text-decoration: none; color : #474747 }
a.postlink:visited	{ text-decoration: none; color : #474747; }
a.postlink:hover	{ text-decoration: underline; color : #474747 }

/* Quote & Code blocks */
.code {
font-family:		Courier, 'Courier New', sans-serif; font-size: 12px; 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:		Arial, Verdana, Helvetica, sans-serif; font-size: 12px; 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 : 11px; color: #474747; font-family: Arial, Verdana, Helvetica, sans-serif; }
a.copyright		{ text-decoration: none; color : #474747; }
a.copyright:hover	{ text-decoration: underline; color : #474747; }

.copyright2		{ font-size : 10px; color: #474747; font-family: Arial, Verdana, Helvetica, sans-serif; }
a.copyright2		{ text-decoration: none; color : #474747; }
a.copyright2:hover	{ text-decoration: underline; color : #474747; }

/* Form elements */

form { margin: 0; }
form { display: inline; }

input,textarea, select { color : #000000; font: normal 12px Arial, Verdana, Helvetica, sans-serif; border: 1px solid #cccccc; }


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

/* The buttons used for bbCode styling in message post */
input.button {
  font-size        : 11px;
  color            : #333333;
  border           : 1px solid #999999;
  margin           : 0px;
  background-color : #EDEDED;
  padding          : 1px;
  cursor           : pointer;
}

/* The main submit button option */
input.mainoption { background-color : #FAFAFA; font-weight : bold; }

/* None-bold submit button */
input.liteoption { background-color : #FAFAFA; font-weight : normal; }

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

/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight { background-color: #FFFF00; }

.topbkg { background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x }
.topnav { font-size:11px;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: 12px; text-decoration: none; color: #FF0000 } 

.table0
{
	padding: 4px;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #fefefe;
	color : #000000;
	font-size : 11px;
}

.sb1 { background-color: #eeeeee; }
.sb2 { background-color: #f5f3f3; }

.pagination {
	color: #666;
	font-size: 11px;
	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;
}


.linki			{ font-size: 9pt; text-decoration: none; color: black; font-family: Verdana; }
a.linki			{ font-size: 8pt; text-decoration: none; color: black; font-family: Verdana; }
a.linki:link		{ font-size: 8pt; text-decoration: none; color: black; font-family: Verdana; }
a.linki:visited		{ font-size: 8pt; text-decoration: none; color: black; font-family: Verdana; }
a.linki:active		{ font-size: 8pt; text-decoration: none; color: black; font-family: Verdana; }
a.linki:hover		{ font-size: 8pt; text-decoration: none; color: blue;  font-family: "Trebuchet MS", Verdana; }

.linkST			{ font-size: 6pt; text-decoration: none; color: #000000; font-family: "Trebuchet MS", Verdana; }
a.linkST		{ font-size: 6pt; text-decoration: none; color: #000000; font-family: "Trebuchet MS", Verdana; }
a.linkST:link		{ font-size: 6pt; text-decoration: none; color: #000000; font-family: "Trebuchet MS", Verdana; }
a.linkST:visited	{ font-size: 6pt; text-decoration: none; color: #000000; font-family: "Trebuchet MS", Verdana; }
a.linkST:active		{ font-size: 6pt; text-decoration: none; color: #000000; font-family: "Trebuchet MS", Verdana; }
a.linkST:hover		{ font-size: 6pt; text-decoration: none; color: #000000; font-family: "Trebuchet MS", Verdana; }

#master 		{ position:absolute; width: 200px; top: 10px; left: -150px; z-index:2; visibility:visible; } 
#menu 			{ position:absolute; width: 18px;  top: 6px;  left: 150px;  z-index:5; visibility:visible; } 
#top 			{ position:absolute; width: 150px; top: 0px;  left: 0px;    z-index:5; visibility:visible; } 
#screenlinks 		{ position:absolute; width: 180px; top: 6px;  left: -30px;  z-index:5; visibility:visible; } 

ul 			{ margin: 1em 0; }
li 			{ margin: 0 0 0; color: blue; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

#blackout { 
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    opacity: 0.7; 
    -moz-opacity: 0.7; 
    -khtml-opacity: 0.7; 
    -webkit-opacity: 0.7; 
    filter: alpha(opacity = 70); 
    background: #000; 
    width: 100%; 
    height: 100%; 
    z-index: 100; 
} 

#loginpanel { 
    display: none; 
    font-size: 11pt; 
    width: 100%; 
    position: fixed; 
    z-index: 101; 
    top: 20%; 
    left: 0; 
} 

#loginpanel ul { 
    padding: 0; 
} 

#loginpanel li { 
    list-style: none; 
    text-align: center; 
} 

#loginpanel form { 
    padding: 15px; 
    border: 3px solid #fff; 
    background: #E5E5E5; 
    display: block; 
    width: 250px; 
    margin: 0 auto; 
} 

#loginpanel input.s { 
    height: 20px; 
    margin-bottom: 5px; 
    vertical-align: middle; 
    margin-top: -3px; 
    border: 1px dotted #069; 
    -moz-appearance: none; 
    padding: 1px; 
} 

#loginpanel input.s:focus, #loginpanel input.s:hover { 
    border-style: solid; 
} 

#loginpanel label.uap { 
    display: block; 
    margin-bottom: 4px; 
} 

#loginpanel input.ck { 
    vertical-align: middle; 
    margin-top: 0; 
} 

#loginpanel #lfp, #loginpanel #canc { 
    margin-top: 10px; 
    color: #fff; 
    border: none; 
    font-weight: bold; 
    background: #069; 
    -moz-appearance: none; 
    padding: 4px 2px; 
} 

#loginpanel #lfp:hover { 
    background: #008200; 
} 

#loginpanel #canc:hover { 
    background: #D92107; 
}




/* Ustawienia menu */


ul.tree {
	display: block;
	margin-left: 0;
	padding-left: 0;
}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding-left: 20px;
	background-image: url("document.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.closed {
	background-image: url("closed.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url("opened.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li a {
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: bold;
}

ul.tree li a:hover {
	text-decoration: underline;
}


ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:982px; 	/* szeroko&#65533;æ menu*/
	position:relative;
	display:block;
	height:35px;   	/* wysoko&#65533;æ menu*/
	
	font-size:10px;
	font-weight:bold;
	background:transparent url(images/menu_long.png) repeat; 	/* t³o menu*/
	font-family:Verdana;

	
}
ul#menu li{
	float:left;
	display:block;
	width:auto;
	margin:0px;
	padding:0px;
	}

ul#menu li a{
	float:left;
	display:block;
	width:auto;
	height:23px;
	color:#BBBBBB;   
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0px 20px;
	}

ul#menu li a:hover{
	background: url(images/menu_hover.png) repeat-x; color:#ffffff;
	}

#header {

	height:380px;
	width:860px;
}

#logo a {
	float: left;
	display: block;
	width: 350px;
	height: 110px;
	background: url(http://www.upload.fan-strefa.pl/?di=V6EJRS) no-repeat;
z-index: 2;
}

.slideshow{
z-index: 1;
}



#right-bar .ad-rectangle {margin: 0 0 20px 0}
#right-bar .ad-rectangle.ad-rectangle-margin {margin: 36px 0 0}
#right-bar .big-like-it {position: absolute; right: 0; top: 0; z-index: 50; width: 310px; height: 520px; padding: 110px 0 0; background: url(http://twojapogoda.pl/img/big-like-it-bg.png) no-repeat}
#right-bar .big-like-it a:hover {border: none}
#right-bar .big-like-it p.close {position: absolute; right: 10px; top: 10px; text-align: right}
#right-bar .big-like-it p {margin: 0; text-align: center}
#right-bar .big-like-it p.close a {display: block; padding: 0 18px 0 0; background: url(http://twojapogoda.pl/img/big-like-it-close-a-bg.png) no-repeat 100% 50%; color: #fff;}
#right-bar .big-like-it p.close a:hover {text-decoration: underline}
#right-bar .big-like-it p.if-you-like-us {width: 255px; height: 136px; margin: 0 auto; background: url(http://twojapogoda.pl/img/big-like-it-if-you-like-us-bg.png) no-repeat; text-indent: -10001px}
#right-bar .big-like-it p.if-you-like-us-thanks {background: url(/img/big-like-it-if-you-like-us-thanks-bg.png) no-repeat}
#right-bar .big-like-it p.i-like-it {margin: 25px 0}
#right-bar .big-like-it .i-like-it {margin: 5px auto 0px; width: 245px; height: 256px; background: #fff; border: 1px solid #002EB8; overflow: hidden}
#right-bar .big-like-it p.i-like-it a {display: block; overflow: hidden; width: 194px; height: 70px; margin: 0 auto; background: url(http://twojapogoda.pl/img/big-like-it-i-like-it.png) no-repeat; text-indent: -10001px}
#right-bar .welcome-big-like-it.longterm {top: -535px}
#right-bar .welcome-big-like-it {position: absolute; right: 322px; top: 0; z-index: 100; width: 616px; height: 284px; padding: 195px 0 0; background: url(http://twojapogoda.pl/img/welcome-big-like-it-bg.png) no-repeat}
#right-bar .welcome-big-like-it a:hover {border: none}
#right-bar .welcome-big-like-it p.close {position: absolute; right: 10px; top: 10px; text-align: right}
#right-bar .welcome-big-like-it p {margin: 0; text-align: center}
#right-bar .welcome-big-like-it p.close a {display: block; width: 75px; height: 21px; background: url(http://twojapogoda.pl/img/welcome-big-like-it-close-a-bg.png) no-repeat 0 0; color: #fff; text-indent: -9999px; line-height: 0; font-size: 0; outline: none}
 #right-bar .welcome-big-like-it p.if-you-like-us {display: none}
#right-bar .welc


