/* =reseting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


a{text-decoration: none; cursor: pointer;}


/* =basics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
acronym{cursor: help; border-bottom: 1px dotted #000000;}
.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.big{font-size: 150%;}
.centerText{text-align: center;}
.centerBlock{margin: auto;}
.small{font-size: 10px;}
.sub{vertical-align: -25%;}
.sup{vertical-align: super; }
.normal{text-transform: none;}
.capitalize{text-transform: capitalize;}
.upper{text-transform: uppercase;}
.lower{text-transform: lowercase;}
.accesskey{text-decoration:underline;}

	
h1{font-size: 20px;}
h2{font-size: 18px;}
h3{font-size: 16px;}
h4{font-size: 14px;}
h5{font-size: 12px;}
h6{font-size: 10px;}

.clear{
	clear: both;
	font-size: 1px; /* Fix for IE */
	height: 1px;
	margin-bottom: -1px;
}

input{
	margin: 0;
	border: 0;
	padding: 0;
}

/* =gui
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
input.focus{ 
	background: #ffff88;
}


/* =common
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body{
	height: 100%;
}


body{
	color: #000000;
	font-family: "Verdana", "Arial", "Tahoma", "Helvetica", sans-serif;
	font-size: 12px;
	background: #0f2547 url( '../graph/frontend/bg.png' ) repeat-x 0 0;
	min-width: 960px;
}

/* = common layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#bg-left{
	background: url( '../graph/frontend/bg-left.png' ) no-repeat right 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
	min-height: 1000px;
	max-height: 1680px;
	zoom:1;
}	

#bg-right{
	background: url( '../graph/frontend/bg-right.png' ) no-repeat left 0;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	min-height: 1000px;
	max-height: 1680px;
	zoom:1;
}

#wrapper{
	margin: 0 auto;
	width: 960px;
	position: relative;
	z-index: 2;
	top:0px;
}

#flash-wrapper{
	width: 960px;
	height: 484px;
	background: url( '../graph/frontend/main.png' ) no-repeat 0 0;
	text-align: center;
}

	#flash-wrapper #flash{
		width: 800px;
		height: 410px;
	}


/* = top	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#top{
	width: 960px;
	height: 173px;
	position: relative;
}

	#top #top-inner{
		width: 960px;
		height: 173px;
		background: transparent url( '../graph/frontend/top.png' ) no-repeat 0 0;
		position: relative;
		z-index: 1;
	}

		#top #top-inner #leon{
			width: 144px;
			height: 173px;
			background: url( '../graph/frontend/leon.png' ) no-repeat 0 0;
			position: absolute;
			top: 0;
			left: 227px;
			z-index: 2;
		}
	
		#top #top-inner #creeper-top{
			width: 410px;
			height: 63px;
			background: url( '../graph/frontend/creeper-top.png' ) no-repeat 0 0;
			position: absolute;
			bottom: 10px;
			left: 288px;
			z-index: 3;
		}
	
		#top #top-inner #leafs-top{
			width: 85px;
			height: 61px;
			background: url( '../graph/frontend/leafs-top.png' ) no-repeat 0 0;
			position: absolute;
			bottom: -3px;
			right: 158px;
			z-index: 1;
		}

		#top #top-inner #logo a{
			width: 252px;
			height: 157px;
			background: url( '../graph/frontend/logo.png' ) no-repeat 0 0;
			display: block;
			text-indent: -9999px;
			position: absolute;
			top: 9px;
			left: 9px;
		}
	
		#top #top-inner #form-login{
			width: 225px;
			height: 114px;
			background: url( '../graph/frontend/form-login.png' ) no-repeat 0 0;
			position: absolute;
			top: 15px;
			left: 370px;
			font-size: 10px;
			font-family: Verdana;
			z-index: 4;
		}
		
			#top #top-inner #form-login fieldset{
				padding: 15px 0 0 0;
			}
			
				#top #top-inner #form-login div.row{
					padding-bottom: 5px;
					text-align: center;
				}
		
					#top #top-inner #form-login div.row label{
						padding-bottom: 2px;
						display: block;
						text-transform: uppercase;
						color: #fff;
						font-weight: bold;
					}
				
					#top #top-inner #form-login div.row input{
						margin: 0;
						padding: 1px 2px;
						font-size: 11px;
						width: 120px;
					}
				
				#top #top-inner #form-login p input{
					margin: 0 auto;
					border: none;
					width: 69px;
					height: 18px;
					background: url( '../graph/frontend/btnLogin.png' ) no-repeat 0 0;
					text-indent: -9999px;
					display: block;
					cursor: pointer;
				}
				
		#top #logged{
			padding: 8px 0 0 0;
			width: 225px;
			height: 99px;
			background: url( '../graph/frontend/form-login.png' ) no-repeat 0 0;
			position: absolute;
			top: 15px;
			left: 370px;
			font-size: 10px;
			font-family: Verdana;
			z-index: 4;
		}
		
			#top #logged p{
				padding: 10px 0 0;
				color: #fff;
				text-align: center;
			}
			
				#top #logged p a{
					color: #fff;
				}
				
				#top #logged p strong{
					font-weight: bold;
				}
				
				#top #logged p#user-login a{
					font-size: 14px;
					color: #3b2314;
				}
				
				#top #logged p#user-help a{
					font-weight: bold;
				}
				
				#top #logged p#logout a{
					margin: 0 auto;
					width: 69px;
					height: 18px;
					display: block;
					background: url( '../graph/frontend/btnLogout.png' ) no-repeat 0 0;
					text-indent: -9999px;
				}
	
	#top div#menu-bg{
		width: 338px;
		height: 140px;
		background: url( '../graph/frontend/menu.png' ) no-repeat 0 0;
		position: absolute;
		top: 42px;
		right: 13px;
	}
	
	#top div#menu-bg-user{
		width: 338px;
		height: 140px;
		background: url( '../graph/frontend/menu-user.png' ) no-repeat 0 0;
		position: absolute;
		top: 6px;
		right: 13px;
	}
	
		#top #top-inner div#menu{
			width: 338px;
			height: 140px;
			position: absolute;
			top: 42px;
			right: 13px;
		}
		
			#top #top-inner div#menu ul{
				width: 338px;
				height: 140px;
				position: relative;
			}
			
				#top #top-inner div#menu ul li a{
					display: block;
					position: absolute;
					text-indent: -9999px;                  
				}
			
				#top #top-inner div#menu ul li#oprojekcie a{
					width: 120px;
					height: 35px;
					top: 5px;
					left: 0px;	
				}
				
				#top #top-inner div#menu ul li#regulamin a{
					width: 110px;
					height: 35px;
					top: 45px;
					left: 80px;
				}
				
				#top #top-inner div#menu ul li#kontakt a{
					width: 110px;
					height: 50px;
					bottom: 35px;
					right: 0px;
				}
				
				#top #top-inner div#menu ul li#pomoc a{
					width: 35px;
					height: 23px;
					top: 37px;
					right: 110px;
				}
				
				#top #top-inner div#menu ul li#profile a{
					width: 45px;
					height: 35px;
					top: 10px;
					right: 40px;
				}
				
				#top #top-inner div#menu ul li#island a{
					width: 95px;
					height: 30px;
					top: 5px;
					right: 120px;
				}
                
                #top #top-inner div#menu ul li#zarejestruj a{
					width: 115px;
					height: 30px;
					top: 10px;
					right: 3px;
				}
				
				#top #top-inner div#menu ul li#konkurs a{
					width: 100px;
					height: 30px;
					top: -30px;
					right: 50px;
				}
	
/* = user menu	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
	#user-menu{
		margin: -25px auto 0;
		width: 807px;
		height: 142px;
		background: url( '../graph/frontend/user-menu.png' ) no-repeat 0 0;
	}
	
		#user-menu li{
			padding: 10px 3px 0;
			float: left;
		}
		
			#user-menu li a{
				width: 263px;
				height: 100px;
				text-indent: -9999px;
				display: block;
			}
		
		

	
/* = footer	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#footer{
	margin: 0 auto;
	width: 808px;
	height: 88px;
	background: url( '../graph/frontend/footer.png' ) no-repeat 0 0;
	text-align: center;
	color: #592f09;
	font-family: Verdana;
	font-size: 11px;
}

	#footer li{
		padding: 0 3px;
		display: inline;
		line-height: 3.0;
	}
	
		#footer li a{
			color: #2c1704;
		}
		
		#footer li#forgot-password a{
			color: #ed962a;
		}

		
/* = search form	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
#form-search{
	margin: -15px auto 0;
	padding: 7px 25px 0 0;
	width: 783px;
	height: 62px;
	background: url( '../graph/frontend/form-search.png' ) no-repeat 0 0;
	text-align: right;
}

	#form-search div.row{
		display: inline;
	}
	
		#form-search div.row label{
			display: none;
		}
		
		#form-search div.row input{
			padding: 1px 3px;
		}
		
		#form-search p{
			display: inline;
		}

			#form-search p input{
				border: none;
				width: 69px;
				height: 18px;
				background: url( '../graph/frontend/btnSearch.png' ) no-repeat 0 0;
				text-indent: -9999px;
				cursor: pointer;
			}
			
#form-search-static{
	margin: -15px auto 0;
	padding: 7px 25px 0 0;
	width: 783px;
	height: 62px;
	background: url( '../graph/frontend/form-search-static.png' ) no-repeat 0 0;
	text-align: right;
}
	

/* = content	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
.content-wrapper{
	margin: 0 auto;
	width: 808px;
	position: relative;
	
}

	.content-wrapper .content-inner{
		position: relative;
		z-index: 10;
		background: url( '../graph/frontend/content-top.png' )  no-repeat 0 0;
	}

		.content{
			padding: 0 100px 100px;
			background: url( '../graph/frontend/content-bottom.png' ) no-repeat 0 bottom;
			min-height: 450px;
			overflow: hidden;
		}
		
			.content h2{
				margin: 15px auto 40px;
				padding: 10px; 
			
			}
			
			.content h2#header-profile{
				background: url( '../graph/frontend/header-profile.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			.content h2#header-about{
				background: url( '../graph/frontend/header-about.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			.content h2#header-ranking{
				background: url( '../graph/frontend/header-ranking.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			.content h2#header-news{
				background: url( '../graph/frontend/header-news.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			.content h2#header-registration{
				background: url( '../graph/frontend/header-registration.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			.content h2#header-rules{
				background: url( '../graph/frontend/header-rules.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			.content h2#header-contact{
				background: url( '../graph/frontend/header-contact.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			
			.content h2#header-change-password{
				background: url( '../graph/frontend/header-change-password.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			
			.content h2#header-privacy{
				background: url( '../graph/frontend/header-privacy-policy.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			
			.content h2#header-games{
				background: url( '../graph/frontend/header-games.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			
			.content h2#header-remind-password{
				background: url( '../graph/frontend/header-remind-password.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			
			.content h2#header-activation{
				background: url( '../graph/frontend/header-activation.png' ) no-repeat center center;
				text-indent: -9999px;
			}
			
			
			
	.content-wrapper .content-bg{
		position: absolute;
		top: 50px;
		bottom: 50px;
		left: 0;
		right: 0;
		background: url( '../graph/frontend/content-middle.png' ) repeat-y 0 0; 
	}
			
.content-e-wrapper{
	margin: 0 auto;
	width: 808px;
	position: relative;
	
}

	.content-e-wrapper .content-inner{
		position: relative;
		z-index: 10;
		background: url( '../graph/frontend/content-e-top.png' )  no-repeat 0 0;
	}

		.content-e-wrapper .content{
			padding: 0 10px 100px;
			background: url( '../graph/frontend/content-e-bottom.png' ) no-repeat 0 bottom;
			min-height: 450px;
			overflow: hidden;
		}
		
			.content-e-wrapper .content h2{
				margin: 15px auto 0px;
			}
	
	.content-e-wrapper .content-bg{
		position: absolute;
		top:20%;
		bottom: 20%;
		left: 0;
		right: 0;
		background: url( '../graph/frontend/content-e-middle.png' ) repeat-y 0 0; 
	}
	
	.content-inner .content{
		position: relative;
	}
	
		.content-inner .content a.collapse{
			width: 19px;
			height: 18px;
			background: url( '../graph/frontend/arrow-up.png' ) no-repeat 0 0;
			display: block;
			position: absolute;
			top: 25px;
			right: 20px;
			text-indent: -9999px;
		}
	

/* = user info and bars in profile	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
#user-bars{
	
}	
	
	#user-bars #user-info{
		padding: 10px 25px 25px;
		width: 143px;
		height: 79px;
		background: url( '../graph/frontend/user-info.png' ) no-repeat 0 0;
		float: left;
		position: relative;
	}
	
		#user-info strong{
			line-height: 1.5;
			font-size: 18px;
			color: #910c02;
		}
		
		#user-info dl{
		
		}
		
			#user-info dl dt{
				padding-right: 5px;
				clear: left;
				float: left;
				font-weight: bold;
				color: #000;
				line-height: 1.5;
			}
			
			#user-info dl dd{
				color: #000;
				line-height: 1.5;
			}
			
		#user-info #icons{
			margin: 0;
			padding-bottom: 15px;
		
		}
		
			#user-info #icons #icon-add-to-friends{
				width: 25px;
				height: 25px;
				display: block;
				background: url( '../graph/frontend/icon-add-to-friends.png' ) no-repeat 0 0;
				text-indent: -9999px;
				position: absolute;
				bottom: 8px;
				right: 110px;
			}
			
			#user-info #icons #icon-send-message{
				width: 25px;
				height: 25px;
				display: block;
				background: url( '../graph/frontend/icon-send-message.png' ) no-repeat 0 0;
				text-indent: -9999px;
				position: absolute;
				bottom: 5px;
				right: 140px;
			}
			
			#user-info #icons #icon-library{
				width: 35px;
				height: 32px;
				display: block;
				background: url( '../graph/frontend/konkurs-biblioteka.png' ) no-repeat 0 0;
				text-indent: -9999px;
				position: absolute;
				bottom: 5px;
				right: 75px;
			}
			
			#user-info #icons #icon-ranking{
				width: 35px;
				height: 20px;
				display: block;
				background: url( '../graph/frontend/konkurs-ranking.png' ) no-repeat 0 0;
				text-indent: -9999px;
				position: absolute;
				bottom: 5px;
				right: 37px;
			}

	#user-bars #badges{
		margin: 0 3px 0;
		width: 413px;
		height: 114px;
		background: url( '../graph/frontend/badges.png' ) no-repeat 0 0;
		float: left;
	}
	
		#badges h3{
			margin-top: 10px;
			text-indent: -9999px;
			background: url( '../graph/frontend/label-poziom-sprawnosci.png' ) no-repeat center 0;
		}
	
		#badges ul{
			padding-top: 5px;
			text-align: center;
		}
		
			#badges ul li{
				display: inline;
			}
			
				#badges ul li img{
				
				}


	#user-bars #user-points-info{
		width: 173px;
		height: 114px;
		background: url( '../graph/frontend/user-points-info.png' ) no-repeat 0 0;
		float: left;
	}
	
		#user-points-info dl{
			padding: 15px 25px;
		}
		
			#user-points-info dl dt{
			
			}
			
			#user-points-info dl dt#label-liczba-punktow{
				background: url( '../graph/frontend/label-liczba-punktow.png' ) no-repeat center 0;
				text-indent: -9999px;
			}
			
			#user-points-info dl dt#label-liczba-leonarow{
				margin-top: 5px;
				background: url( '../graph/frontend/label-liczba-leonarow.png' ) no-repeat center 0;
				text-indent: -9999px;
			}
			
			#user-points-info dl dd{
				text-align: center;
				font-size: 30px;
				color: #910c02;
			}
			
/* = messages section in profile	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
	#messages{
		margin-top:15px;
		padding:  40px 30px 20px;
		position: relative;
		width: 728px;
		height: 77px;
		background: url( '../graph/frontend/messages.png' ) no-repeat center center;
		
	}
	
		#messages h3#label-messages{
			background: url( '../graph/frontend/label-wiadomosci.png' ) no-repeat 0 0;
			text-indent: -9999px;
			position: absolute;
			top:10px;
			left: 92px;
			width: 87px;
			height: 16px;
		}	
	
		#messages a.prev{
			display: block;
			width: 40px;
			height: 59px;
			background: url( '../graph/frontend/previous.png' ) no-repeat 0 0;
			position: absolute;
			top: 45px;
			left: 10px;
			text-indent: -9999px;
		}
		
		#messages a.next{
			display: block;
			width: 40px;
			height: 59px;
			background: url( '../graph/frontend/next.png' ) no-repeat 0 0;
			position: absolute;
			top: 45px;
			right: 10px;
			text-indent: -9999px;
		}
		
		#messages ._messageCarousel{
			margin: 0 auto;
			width: 613px;
		}
			
		#messages ul{
			width: 613px;
			height: 77px;
		}
		
			#messages ul li{
				padding: 0 4px 0 4px;
				float: left;
			}
			
				#messages ul li a{
					display: block;
					min-width: 67px;
					text-align: center;
					color: #3b2314;
					font-weight: bold;
				}
			
				#messages ul li.read a{
					padding-top: 65px;
					background: url( '../graph/frontend/message-open.png' ) no-repeat center 0;
				}
				
				#messages ul li.unread a{
					padding-top: 65px;
					background: url( '../graph/frontend/message.png' ) no-repeat center 7px;
				}
			
				
/* = friends section in profile	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/				
	#friends{
		position: relative;
		background: url( '../graph/frontend/friends.png' ) no-repeat center 0;
	}
	
		#friends h3#label-friends{
			background: url( '../graph/frontend/label-przyjaciele.png' ) no-repeat 0 0;
			text-indent: -9999px;
			position: absolute;
			top:15px;
			left: 90px;
			width: 76px;
			height: 16px;
		}	
        
        #friends #friendsAmount{
            position: absolute;
            top: 14px;
            left: 170px;
            font-weight: bold;
            font-size: 14px;
        }
	
		#friends a.prev{
			margin: 50px 0 0 10px;
			display: block;
			width: 40px;
			height: 59px;
			background: url( '../graph/frontend/previous.png' ) no-repeat 0 0;
			position: absolute;
			top: 15px;
			left: -90px;
			text-indent: -9999px;
		}
		
		#friends a.next{
			margin: 50px 10px 0 0;
			display: block;
			width: 40px;
			height: 59px;
			background: url( '../graph/frontend/next.png' ) no-repeat 0 0;
			position: absolute;
			top: 15px;
			right: -90px;
			text-indent: -9999px;
		}
	
		#friends ul{
			/*width: 613px !important;
			height: 106px;
			*/
		}
		
			#friends ._friendCarousel{
				margin: 15px auto 0;
				padding-top: 40px;
				width: 613px !important;
				height: 126px;
			}
	
			#friends ul li{
				padding: 0 7px 0;
				float: left;
				text-align: center;
			}
			
				#friends ul li a{
					
				}
				
				#friends ul li a.send-message{
					margin: 5px auto 0;
					background: url( '../graph/frontend/user-options.png' ) no-repeat center 0;
					width: 61px;
					height: 20px;
					text-indent: -9999px;
					display: block;
				}
				
					#friends ul li a span.user-avatar{
						margin: 0 auto;
						width: 62px;
						height: 62px;
						overflow: hidden;
						position: relative;
						display: block;
					}
					
					#friends ul li a strong{
						color: #3b2314;
						font-weight: bold;
						line-height: 1.5;
					}
				
						#friends ul li a span.user-avatar img{
							display: block;
						}
				
						#friends ul li a span.user-avatar span.frame{
							width: 62px;
							height: 62px;
							background: url( '../graph/frontend/avatar-frame.png' ) no-repeat 0 0;
							display: block;
							position: absolute;
							top: 0;
							left: 0;
							
						}
						
						
/* = neighbours section in profile	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
	#neighbours{
		position: relative;
	}
	
		#neighbours h3#label-neighbours{
			background: url( '../graph/frontend/label-sasiedzi.png' ) no-repeat 0 0;
			text-indent: -9999px;
			position: absolute;
			top:15px;
			left: 90px;
			width: 54px;
			height: 16px;
		}	
	
		#neighbours ul{
			margin: 15px auto 0;
			padding:  40px 30px 20px;
			width: 613px;
			height: 136px;
			background: url( '../graph/frontend/neighbours.png' ) no-repeat 0 0;
		}
		
		#neighbours a.prev{
			margin: 65px 0 0 10px;
			display: block;
			width: 40px;
			height: 59px;
			background: url( '../graph/frontend/previous.png' ) no-repeat 0 0;
			float: left;
			text-indent: -9999px;
		}
		
		#neighbours a.next{
			margin: 65px 10px 0 0;
			display: block;
			width: 40px;
			height: 59px;
			background: url( '../graph/frontend/next.png' ) no-repeat 0 0;
			float: right;
			text-indent: -9999px;
		}
	
			#neighbours ul li{
				padding: 0 7px 0;
				float: left;
				text-align: center;
		
			}
			
				#neighbours ul li a{
					
				}
				
				#neighbours ul li a.send-message{
					margin: 5px auto 0;
					background: url( '../graph/frontend/user-options.png' ) no-repeat center 0;
					width: 61px;
					height: 20px;
					text-indent: -9999px;
					display: block;
				}
				
				#neighbours ul li a.add-to-friends{
					margin: 5px auto 0;
					background: url( '../graph/frontend/user-options.png' ) no-repeat center -20px;
					width: 61px;
					height: 30px;
					text-indent: -9999px;
					display: block;
				}
				
					#neighbours ul li a span.user-avatar{
						margin: 0 auto;
						width: 62px;
						height: 62px;
						overflow: hidden;
						position: relative;
						display: block;
					}
					
					#neighbours ul li a strong{
						color: #3b2314;
						font-weight: bold;
						line-height: 1.5;
					}
				
						#neighbours ul li a span.user-avatar img{
							display: block;
						}
				
						#neighbours ul li a span.user-avatar span.frame{
							width: 62px;
							height: 62px;
							background: url( '../graph/frontend/avatar-frame.png' ) no-repeat 0 0;
							display: block;
							position: absolute;
							top: 0;
							left: 0;
							
						}
						
/* = Bar	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
						
.bar{
	margin: 0 auto;
	width: 808px;
	height: 74px;
	background: url( '../graph/frontend/bar.png' ) no-repeat 0 0;
	position: relative;
}

	.bar h3{
		line-height: 2.2;
		text-indent: -9999px;
	}
	
	.bar h3#header-ranking{
		background: url( '../graph/frontend/header-ranking.png' ) no-repeat center center;
	}
	
	.bar h3#header-profile{
		background: url( '../graph/frontend/header-profile.png' ) no-repeat center center;
	}
	
	a.expand{
		display: block;
		width: 19px;
		height: 18px;
		background: url( '../graph/frontend/arrow-down.png' ) no-repeat 0 0;
		text-indent: -9999px;
		position: absolute;
		top: 10px;
		right: 20px;
	}
	
 
	
/* = probably to delete	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#form-registration{

}

	#form-registration fieldset{
	
	}
	
		#form-registration fieldset legend{
		
		}
		
	#form-registration div.row{
		clear: both;
		padding: 5px;
	}
	
		#form-registration div.row label{
			padding-right: 5px;
			float: left;
			width: 120px;
			text-align: right;
			line-height: 1.5;
		}
		
		#form-registration div.row input{
			padding: 2px 3px;
		}
		
	#form-registration div.right{
		line-height: 1.5;
	}
		
		#form-registration div.right label{
			float: none;
			line-height: 1.0;
		}
		
		#form-registration div.right input{
			margin: 2px 5px 0 125px;
			float: left;
		}
		
	#form-registration p{
	
	}
	
		#form-registration p input{
			width: 189px;
			height: 38px;
			background: url( '../graph/frontend/btnRegister.png' ) no-repeat 0 0;
			text-indent: -9999px;
			position: absolute;
			bottom: 20px;
			right: 80px;
		}
		
		#form-registration p a#close{
			width: 149px;
			height: 38px;
			display: block;
			background: url( '../graph/frontend/btnClose.png' ) no-repeat 0 0;
			text-indent: -9999px;
			position: absolute;
			bottom: 20px;
			right: 280px;
		}
		

/* = ranking in profile	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
		
#ranking-content table,
#window-content table{
	color: #000;
	border-right: 1px solid #897544;
}

#window-content table{
	margin: 0 auto;
}

	#ranking-content table thead,
	#window-content table thead{
		text-align: center;
	}
	
		#ranking-content table thead th,
		#window-content table thead th{
			background: #98824c;
			border-bottom: 1px solid #897544;
			border-left: 1px solid #897544;
			font-weight: bold;
			vertical-align: middle;
		}
		
			#ranking-content table thead th div,
			#window-content table thead th div{
				height: 36px;
				text-align: center;
			}
		
	#ranking-content table tbody,
	#window-content table tbody{
	
	}
	
		#ranking-content table tbody tr,
		#window-content table tbody tr{
			background: #b29a5d;
			color: #2f2717;
		}
		
		#ranking-content table tbody tr.alt,
		#window-content table tbody tr.alt{
			background: #bca468;
			color: #625331;
		}
		
		#ranking-content table tbody tr.selected,
		#window-content table tbody tr.selected{
			background: #d2bd8a;
			color: #9e4225;
		}
		
			#ranking-content table tbody tr.selected td,
			#window-content table tbody tr.selected td{
				font-weight: bold;
			}
		
			#ranking-content table tbody tr td,
			#window-content table tbody tr td{
				padding: 3px;
				border-bottom: 1px solid #897544;
				border-left: 1px solid #897544;
				vertical-align: middle;
			}
			
			#ranking-content table tbody tr td.lp,
			#window-content table tbody tr td.lp{
				width: 17px;
			}
			
			#ranking-content table tbody tr td._login,
			#window-content table tbody tr td._login{
				width: 100px;
			}
			
			#ranking-content table tbody tr td.points,
			#window-content table tbody tr td.points{
				text-align: right;
				width: 62px;
			}
			
			#ranking-content table tbody tr td.action,
			#window-content table tbody tr td.action{
				width: 37px;
			}
			
		
	#jqgridRankingTablePager{
		padding-bottom: 20px;
		background: none;
		text-align: center;
	}
	
		#jqgridRankingTablePager .selbox{
			margin-top: 5px;
			font-size: 16px;
			width: 20px;
		}
		
		#jqgridRankingTablePager img#first,
		#jqgridRankingTablePager img#prev{
			margin-right: 10px;
			float: left;
		}
		
		#jqgridRankingTablePager img#next,
		#jqgridRankingTablePager img#last{
			margin-left: 10px;
			float: right;
		}
		
	.Header{
		display: none;
	}
	
	._profileRanking{
		width: 350px;
		float: left;
		
	}
	
	._profileRanking h4{
		float: left;
		padding-bottom: 15px;
	}
	
	#searchDiv{
		float:right;
	}
	
	#ranking-content .GridHeader{
		display: none;
	}  
	
/* = ranking user preview	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
	._rankingPreview{
	
	}
	
		._rankingPreview .box-top{
			width: 201px;
			height: 10px;
			background: url( '../graph/frontend/prev-box-top.png' ) no-repeat 0 0;	
		}
		
		._rankingPreview .box-middle{
			padding: 0 10px;
			width: 177px;
			border-left: 2px solid #3b2314;
			border-right: 2px solid #3b2314;
			background: #663f1d;
			overflow: hidden;
		}
		
			._rankingPreview .box-middle #avatar{
				display: block;
				margin: 12px auto 12px;
			}
			
			._rankingPreview .box-middle #user-preview-badges{
				text-align: center;
			}
			
				._rankingPreview .box-middle #user-preview-badges img{
					margin: 5px;
				}
			
			._rankingPreview .box-middle .user-preview{
				margin: 10px 0;
				padding: 10px 0;
				border-top: 1px solid #3b2314;
				border-bottom: 1px solid #3b2314;
			}
			
				._rankingPreview .box-middle .user-preview h4{
					padding: 0 0 10px 0;
					font-size: 16px;
				}
                
                ._rankingPreview .box-middle .user-preview p#icons{
                    padding: 10px 0 0 0;
                    position: relative;
                }
                
                    ._rankingPreview .box-middle .user-preview p#icons #icon-add-to-friends{
                    	width: 25px;
        				height: 25px;
        				display: block;
        				background: url( '../graph/frontend/icon-add-to-friends.png' ) no-repeat 0 0;
        				text-indent: -9999px;
                        float: right;
        		
        			}
        			
        			._rankingPreview .box-middle .user-preview p#icons #icon-send-message{
                        margin-right: 10px;
                        width: 25px;
        				height: 25px;
        				display: block;
        				background: url( '../graph/frontend/icon-send-message.png' ) no-repeat 0 0;
        				text-indent: -9999px;
                        float: right;
        		
        			}
				
			._rankingPreview .box-middle a{
				color: #f59120;
				font-weight: bold;
			}
			
			._rankingPreview .box-middle dl{
				font-weight: bold;
			}
			
				._rankingPreview .box-middle dl dt{
					padding: 3px 0;
					color: #3b2314;
					float: left;
					clear: left;
				}
				
				._rankingPreview .box-middle dl dd{
					padding: 3px 0;
					color: #f59120;
					float: right;
				}
				
			._rankingPreview .box-middle p{
			
			}
		
			._rankingPreview .box-middle img{
				text-align: center;
			}
		
		._rankingPreview .box-bottom{
			width: 201px;
			height: 10px;
			background: url( '../graph/frontend/prev-box-bottom.png' ) no-repeat 0 0;
		}


/* = registration form	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#regForm{
	font-size: 16px;
	overflow: visible;
}

	#regForm fieldset{
		padding: 20px 60px;
	}
	
		#regFrom fieldset legend{
		
		}
		
	#regForm div.row{
		padding: 5px 0;
		clear: both;
		position: relative;
	}
	
		#regForm div.row label{
			padding-right: 5px;
			float: left;
			width: 200px;
			text-align: right;
			line-height: 1.3;
		}
		
		#regForm div.row input{
			padding: 2px 3px;
			border: 1px solid #645731;
			background: #d1b589;
			font-size: 14px;
		}
		
		#regForm div.row span.error{
			padding: 5px;
			background: #895d3b;
			border: 1px solid #603a17;
			color: #42270e;
			font-size: 12px;
			display: block;
			position: absolute;
			top: 5px;
			left: 360px;
			white-space: nowrap;
		}
		
	#regForm div.checkboxes{
		padding-left: 205px;
	}
	
		#regForm div.checkboxes input{
			margin-top: 5px;
		}
	
		#regForm div.checkboxes label{
			float: none;
			font-size: 12px;
		
		}
		
		#regForm div.checkboxes span.error{
			left: 470px;
		}
		
	#regForm p{
		padding-top: 15px;
		text-align: center;
	}
	
		#regForm p input#register{
			border: none;
			width: 189px;
			height: 38px;
			background: url( '../graph/frontend/btnRegister.png' ) no-repeat 0 0;
			text-indent: -9999px;
			cursor: pointer;
		}
		
		#regForm p span{
			font-size: 11px;
		}
		
			#regForm p span a{
				color: #603a17;
			}
			
			
/* = privacy policy	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/			
#privacy-wrapper{
	background: url( '../graph/frontend/creeper-content.png' ) no-repeat center 58px;
}

	#privacy-inner{
		padding-top: 5px;
	}
	
	#privacy-inner img{
		margin-left: -80px;
		float: left;
	}
	
	#privacy-inner p{
		padding: 0 80px 20px;
		color: #603a17;
	}
	
	#privacy-inner h3{
		padding: 15px 80px 7px;
		font-weight: bold;
		color: #5f3a17;
	}
	
	#privacy-inner p.first{
	
	}


/* = news	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
#news-bg{
	background: url( '../graph/frontend/creeper-content.png' ) no-repeat center 43px;
}

#news-content dl{
	padding-top: 40px;
}

	#news-content dl dt{
		padding: 0 0 10px 40px;
		background: url( '../graph/frontend/leon-icon.png' ) no-repeat 0 0;
	}
	
		#news-content dl dt strong{
			padding-bottom: 5px;
			font-weight: bold;
			font-size: 16px;
			display: block;
			color: #523215;
		}
		
			#news-content dl dt strong a{
				color: #523215; 
			}
			
			#news-content dl dt.odd strong a{
				color: #de1f26;
			}
		
		#news-content span.news-date{
			font-size: 11px;
			font-style: italic;
		}
		
		#news-content span.news-author{
			font-size: 11px;
		}
	
	#news-content dl dd{
		padding: 0 0 35px 40px;
	}
	
		#news-content dl dd a{
			color: #523215; 
		}	
		
		#news-content dl dd p{
			line-height: 1.3;
			padding-bottom: 20px;
		}
	
		#news-content dl dd div#news-full{
			padding-top: 20px;
		}
	
		#news-content dl dd p.read-more{
			padding-top: 10px; 
		}
		
			#news-content dl dd p.read-more a{
				color: #523215;
			}
		
/* = static content	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#static-content{
	padding: 0 70px 65px;
}

	#static-content p{
		padding-bottom: 20px;
		line-height: 1.3;
	}
	
	#static-content a{
		color: #523215; 
	}
	
	#static-content strong{
		font-weight: bold;
	}
	
/* = remind password form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#remind-password-wrapper{
	background: url( '../graph/frontend/palms.png' ) no-repeat center 237px;
}

	#remind-password-inner{
		padding: 80px 100px 120px;
		background: url( '../graph/frontend/compass-small.png' ) no-repeat 590px 100px;
	}
	
		#remind-password-wrapper h1{
			position: absolute;
			top: 18px;
			left: 300px;
			width: 262px;
			height: 30px;
			background: url( '../graph/frontend/header-remind-password.png' ) no-repeat 0 0;
			text-indent: -9999px;
		}

#remind-password-content p{
	line-height: 1.3;
}

#remindPasswdForm{

}

#remindPasswdForm fieldset{
		padding: 20px 60px;
	}
	
		#remindPasswdForm fieldset legend{
		
		}
		
	#remindPasswdForm div.row{
		padding: 5px 0;
		clear: both;
		position: relative;
	}
	
		#remindPasswdForm div.row label{
			padding-right: 5px;
			float: left;
			width: 200px;
			text-align: right;
			line-height: 1.3;
		}
		
		#remindPasswdForm div.row input{
			padding: 2px 3px;
			border: 1px solid #645731;
			background: #d1b589;
			font-size: 14px;
		}
		
		#remindPasswdForm div.row span.error{
			padding: 5px;
			background: #895d3b;
			border: 1px solid #603a17;
			color: #42270e;
			font-size: 12px;
			display: block;
			position: absolute;
			top: 5px;
			left: 360px;
			white-space: nowrap;
		}
		
		#remindPasswdForm p{
			padding-top: 10px;
			text-align: center;
		}
		
			#remindPasswdForm p input{
				border: 0;
				width: 189px;
				height: 38px;
				background: url( '../graph/frontend/btnRemind.png' ) no-repeat 0 0;
				text-indent: -9999px;
				cursor: pointer;
			}
			

/* = remind password form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	

#changeasswdForm{

}

#changeasswdForm fieldset{
		padding: 20px 60px;
	}
	
		#changeasswdForm fieldset legend{
		
		}
		
	#changeasswdForm div.row{
		padding: 5px 0;
		clear: both;
		position: relative;
	}
	
		#changeasswdForm div.row label{
			padding-right: 5px;
			float: left;
			width: 200px;
			text-align: right;
			line-height: 1.3;
		}
		
		#changeasswdForm div.row input{
			padding: 2px 3px;
			border: 1px solid #645731;
			background: #d1b589;
			font-size: 14px;
		}
		
		#changeasswdForm div.row span.error{
			padding: 5px;
			background: #895d3b;
			border: 1px solid #603a17;
			color: #42270e;
			font-size: 12px;
			display: block;
			position: absolute;
			top: 5px;
			left: 360px;
			white-space: nowrap;
		}
		
		#changeasswdForm p{
			padding-top: 10px;
			text-align: center;
		}
		
			#changeasswdForm p input{
				border: 0;
				width: 189px;
				height: 38px;
				background: url( '../graph/frontend/btnSend.png' ) no-repeat 0 0;
				text-indent: -9999px;
				cursor: pointer;
			}
			
/* = send to friend form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
._sendToFriendContent{
	padding: 80px 100px 120px;
	background: url( '../graph/frontend/giraffe-left.png' ) no-repeat 584px 80px;
}

#send-to-friend-inner{
	background: url( '../graph/frontend/palms.png' ) no-repeat center 384px;
}

	#send-to-friend-inner h1{
		position: absolute;
		top: 18px;
		left: 250px;
		width: 320px;
		height: 30px;
		background: url( '../graph/frontend/header-send-to-friend.png' ) no-repeat 0 0;
		text-indent: -9999px;
	}

#sendToFriendForm{

}

#sendToFriendForm fieldset{
		padding: 20px 60px;
	}
	
		#sendToFriendForm fieldset legend{
		
		}
		
	#sendToFriendForm div.row{
		padding: 5px 0;
		clear: both;
		position: relative;
	}
	
		#sendToFriendForm div.row label{
			padding-right: 5px;
			float: left;
			width: 200px;
			text-align: right;
			line-height: 1.3;
		}
		
		#sendToFriendForm div.row input,
		#sendToFriendForm div.row textarea{
			padding: 2px 3px;
			border: 1px solid #645731;
			background: #d1b589;
			font-size: 14px;
		}
		
		#sendToFriendForm div.row span.error{
			padding: 5px;
			background: #895d3b;
			border: 1px solid #603a17;
			color: #42270e;
			font-size: 12px;
			display: block;
			position: absolute;
			top: 5px;
			left: 360px;
			white-space: nowrap;
		}
		
		#sendToFriendForm #imageCode{
			margin-left: 205px;
			margin-right: 10px;
		}
		
		#sendToFriendForm p{
			padding-top: 10px;
			text-align: center;
		}
		
			#sendToFriendForm p input{
				border: 0;
				width: 127px;
				height: 38px;
				background: url( '../graph/frontend/btnSend.png' ) no-repeat 0 0;
				text-indent: -9999px;
				cursor: pointer;
			}	

/* = newsletter form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#subscriber-inner{
	background: url( '../graph/frontend/compass-magnifier.png' ) no-repeat 500px 100px; 
}

	#subscriber-inner h1{
		position: absolute;
		top: 18px;
		left: 250px;
		width: 320px;
		height: 30px;
		background: url( '../graph/frontend/header-newsletter.png' ) no-repeat 0 0;
		text-indent: -9999px;
	}

._addSubscriberContent{
	padding: 80px 100px 120px;
}

#addSubscriber{

}

#addSubscriber fieldset{
		padding: 20px 60px;
	}
	
		#addSubscriber fieldset legend{
		
		}
		
	#addSubscriber div.row{
		padding: 5px 0;
		clear: both;
		position: relative;
	}
	
		#addSubscriber div.row label{
			padding-right: 5px;
			float: left;
			width: 200px;
			text-align: right;
			line-height: 1.3;
		}
		
		#addSubscriber div.row input,
		#addSubscriber div.row textarea{
			padding: 2px 3px;
			border: 1px solid #645731;
			background: #d1b589;
			font-size: 14px;
		}
		
		#addSubscriber div.row span.error{
			padding: 5px;
			background: #895d3b;
			border: 1px solid #603a17;
			color: #42270e;
			font-size: 12px;
			display: block;
			position: absolute;
			top: 5px;
			left: 360px;
			white-space: nowrap;
		}
		
		#addSubscriber #imageCode{
			margin-left: 205px;
			margin-right: 10px;
		}
		
		#addSubscriber p{
			padding-top: 10px;
			text-align: center;
		}
		
			#addSubscriber p input{
				border: 0;
				width: 127px;
				height: 38px;
				background: url( '../graph/frontend/btnSend.png' ) no-repeat 0 0;
				text-indent: -9999px;
				cursor: pointer;
			}


/* = games list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#games-content ul{

}

	#games-content ul li{
		padding: 7px 0 7px;
	}
	
		#games-content ul li dl{
		
		}
		
			#games-content ul li dl a{
				color: #523215;
			}
		
			#games-content ul li dl dt{
				padding-bottom: 5px;
				font-weight: bold;
			}
			
			#games-content ul.swiat-przyrody li dl dt a{
				color: #5b4c3a;
			}
			
			#games-content ul.swiat-przed-wiekami li dl dt a{
				color: #6c2d2d;
			}
			
			#games-content ul.swiat-logiki li dl dt a{
				color: #2c364d;
			}
			
			#games-content ul.swiat-ksiazek li dl dt a{
				color: #7f3d31;
			}
			
			#games-content ul.swiat-cywilizacji li dl dt a{
				color: #45603b;
			}
			
			#games-content ul li dl dd{
			
			}
			
				#games-content ul li dl dd img{
					margin: 0 5px 5px 0;
					float: left;
				}
				
				#games-content ul li dl dd p{
					line-height: 1.3;
			}

		
			
#message-content h4{
	padding-bottom: 20px;
	font-weight: bold;
}

				
#message-content p{
	line-height: 1.3;
	padding-bottom: 20px;
}

#message-wrapper2{
	padding: 80px 100px 120px;
}


._sendMessageContent,
._inviteMsgBody,
#messageBox{
	padding: 80px 100px 120px;
}	

#messageBox #accept{
	margin-right: 20px;
	border: none;
	width: 149px;
	height: 38px;
	background: url( '../graph/frontend/btnAccept.png' ) no-repeat 0 0;
	text-indent: -99999px;
	cursor: pointer;
}

#messageBox #reject{
	border: none;
	width: 149px;
	height: 38px;
	background: url( '../graph/frontend/btnReject.png' ) no-repeat 0 0;
	text-indent: -99999px;
	cursor: pointer;
}			
				
#sendMessage{

}

		#sendMessage #send{
			border: none;
			width: 127px;
			height: 38px;
			background: url( '../graph/frontend/btnSend.png' ) no-repeat 0 0;
			text-indent: -9999px;
			cursor: pointer;
		}
		
		#sendMessage #resetContact{
			margin-left: 15px;
			border: none;
			width: 149px;
			height: 38px;
			background: url( '../graph/frontend/btnClose.png' ) no-repeat 0 0;
			text-indent: -9999px;
			cursor: pointer;
		}

	

#addFriendForm{
	padding: 25px;
	text-align: center;
}
				
#addFriendForm #send{
	border: none;
	width: 141px;
	height: 38px;
	background: url( '../graph/frontend/btnInvite.png' ) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

#addFriendForm #cancelInvite{
	margin-left: 15px;
	border: none;
	width: 149px;
	height: 38px;
	background: url( '../graph/frontend/btnClose.png' ) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

#messageBox{

}

	#messageBox dl{
	
	}
	
		#messageBox dl dt{
			padding-bottom: 5px;
			padding-right: 5px;
			float: left;
			width: 120px;
			text-align: right;
		}
		
		#messageBox dl dd{
			padding-bottom: 5px;
			margin-left: 130px;
		}
		
		#messageBox p{
			padding-top: 30px;
			text-align: center;
		}
		
			#messageBox p #reply{
				width: 181px;
				height: 38px;
				background: url( '../graph/frontend/btnReply.png' ) no-repeat 0 0;
				text-indent: -9999px;
				cursor: pointer;
			}
			
			#messageBox p #delete{
				width: 96px;
				height: 38px;
				background: url( '../graph/frontend/btnDelete.png' ) no-repeat 0 0;
				text-indent: -9999px;
				cursor: pointer;
			}
			
	#messageBox #close{
		width: 149px;
		height: 38px;
		background: url( '../graph/frontend/btnDelete.png' ) no-repeat 0 0;
		text-indent: -9999px;
	}
	
	
#text-registration{
	margin: 0 auto 0;
	width: 608px;
	height: 138px;
	background: url( '../graph/frontend/text-rejestracja.png' ) no-repeat -18px 0;
	text-indent: -9999px;
}

/* = rules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#rules-wrapper{
	background: url( '../graph/frontend/creeper-content.png' ) no-repeat center 43px;
	width: 630px;
	padding: 10px
}

	#rules-inner{
		background: url( '../graph/frontend/parrot-left.png' ) no-repeat 505px 325px;
	}
	
		#rules-inner h2{
			margin-bottom: 100px; 
		}
	
		#rules-inner h4{
			margin-bottom: 15px;
			text-align: center;
			font-weight: bold;
		}
		
		#rules-inner h5{
			padding: 0 80px 20px;
			font-weight: bold;
		}
		
		#rules-inner p{
			padding: 0 80px 20px;
			display: block;
			line-height: 1.3;
		}
		
		#rules-inner ul{
			padding: 0 100px 25px;
		}
		
			#rules-inner ul li{
				padding: 5px 0;
				line-height: 1.3;
			}
			
				#rules-inner ul li ul{
					padding: 0 20px 0px;
				}


/* = contact static page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#contact-wrapper{
	min-height: 450px;
	background: url( '../graph/frontend/palms.png' ) no-repeat center bottom;
}

	#contact-inner{
		min-height: 450px;
		background: url( '../graph/frontend/monkey-right.png' ) no-repeat 0 130px;
	}
	
		#contact-inner h3#contact-subheader{
			width: 140px;
			height: 29px;
			text-indent: -9999px;
			background: url( '../graph/frontend/contact-subheader.png' ) no-repeat 0 0;
		}
		
		#contact-inner p.first{
			padding-top: 60px;
			text-align: center;
		}
		
			#contact-inner p.first a{
				color: #394618;
				font-size: 16px;
				font-style: italic;
				font-weight: bold;
			}
			
		#contact-inner p.second{
			padding-bottom: 
			color: #42270e;
			font-size: 14px;
			text-align: center;
		}
		
		#contact-inner p.back{
			text-align: center;
		}
		
/* = about static page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#about-wrapper{
	min-height: 450px;
	background: url( '../graph/frontend/palms.png' ) no-repeat center bottom;
}

	#about-inner{
		min-height: 450px;
		background: url( '../graph/frontend/leon-left.png' ) no-repeat 462px 50px;
	}
	
		#about-inner h3#about-subheader{
			margin-left: 25px;
			padding-bottom: 20px;
			width: 139px;
			height: 29px;
			text-indent: -9999px;
			background: url( '../graph/frontend/about-subheader.png' ) no-repeat 0 0;
		}
		
		#about-inner p{
			padding: 0 80px 25px;
			color: #42270e;
			line-height: 1.3;
		}
		
		#about-inner p.first{
			padding-right: 200px;
			color: #394618;
			font-weight: bold;
		}
		
		#about-inner p.back{
			text-align: center;
			padding-bottom: 80px;
		}
		
p#incorrect-login{
	padding-top: 30px;
	background: url( '../graph/frontend/incorrect-login.png' ) no-repeat center 30px;
	height: 50px;
	text-indent: -9999px;
}
	

p.back a{
	margin: 0 auto;
	width: 69px;
	height: 18px;
	background: url( '../graph/frontend/btnBack.png' ) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}

#search-results{
	padding: 80px 100px 120px;
}

#jqgridSearchTable td a{
	color: #521109;
}
	

/* = popup window
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#overlay{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	background: url( '../graph/frontend/overlay.png' ) repeat 0 0;
}	
	
#window{
	width: 855px;
}

	#window #window-wrapper{
		position: relative;
	}

	#window #window-bg{
		position: absolute;
		top:10%;
		bottom: 10%;
		left: 0px;
		right: 0px;
		background: url( '../graph/frontend/window-middle.png' ) repeat-y 0 0;
	}

	#window #window-inner{
		position: relative;
		z-index: 10;
		background: url( '../graph/frontend/window-top.png' ) no-repeat 0 0;
	}
	
		#window #window-inner #window-content{
			background: url( '../graph/frontend/window-bottom.png' ) no-repeat 0 bottom;
		}
		
			#window #window-inner #window-content a#close{
				width: 149px;
				height: 38px;
				display: block;
				background: url( '../graph/frontend/btnClose.png' ) no-repeat 0 0;
				text-indent: -9999px;
				position: absolute;
				bottom: 20px;
				right: 350px;
			}
			
	#window-preloader{
		position: absolute;
		top: 85px;
		left: 320px;
	}
	
/*
 * beta version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#message-wrapper2 #available-soon{
	background: url( '../graph/frontend/available-soon.png' ) no-repeat center center;
	height: 54px;
	text-indent: -9999px;
} 

#badges p#available-soon{
	padding-top: 10px;
	background: url( '../graph/frontend/available-soon.png' ) no-repeat center center;
	height: 54px;
	text-indent: -9999px;
}

#user-points-info #available-soon{
	cursor: pointer;
}
	
	
	

/**
 * stopwatch

 
html, body{
	overflow: hidden;
}	
	
#stopwatch-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: url( '../graph/frontend/overlay.png' ) repeat 0 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

	#stopwatch-wrapper{
		width: 764px;
		height: 502px;
		background: url( '../graph/frontend/countdown.png' ) no-repeat 0 0;
		margin: 0 auto;
		position: relative;
	}
	
		#stopwatch{
			width: 315px;
			height: 85px;
			position: absolute;
			top: 350px;
			left: 230px;
			font-size: 60px;
			line-height: 85px;
			text-align: center;
			font-family: verdana, arial, tahoma, sans-serif;
			color: #2b1806;
		}
			
*/

table.navtable {
	display: none !important;	
}
}

		
