/*
	| Name: 		PolisOnlineStyles					
	| Page: 		http://www.polisonline.pl 			
	| Author: 		Paweł Dymny (GameSoft Group)		
	| Modified: 	02-12-2015							
	| Version:		0.7 Beta 							
*/

body {
	margin: 0;
	background-color:#991d1b;
	font-family:Arial, Helvetica, sans-serif;
	color:#74504E;
}
.samouczek {
	position:fixed;
	margin-left:330px;
	background-color:white; 
	border: 1px solid #CCC;  
	display:none;
	width:400px;
	height:auto;
	margin-top:100px;
	padding:10px;
	padding-top:15px;
	z-index:1000;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
}
.donald {
	position:fixed;
	display:none;
	margin-top:100px;
	margin-left:220px;
	background: url("images/donald.png") repeat-x;
	width:100px;
	height:400px;
	z-index:1000;
}
.top {
	width:100%;
	height:40px;
	background-color:#f5f5f5;
	position:fixed; 
	margin: 0 auto;
	z-index:100;
	font:normal 0.9em/150% 'Arimo', "Trebuchet MS", arial, verdana, sans-serif;
	border-bottom:1px solid #CCC;
}
.top ul {
	margin: 0 auto;	
	width:1000px;
}
.top ul li {
	display: block;
	list-style: none;
	padding: 0;
	float:left;
}
.top ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	border-left:1px solid #CCC;
	font-size: 12px;
	padding-left: 17px;
	padding-right:17px;
	padding-top:13px;
	color: black;
	height:27px;
}
.top ul a:hover {
	background-color:white;
	height:27px;
	border-top:1px solid red;
}
.podtop {
	position:fixed; 
	margin: 0 auto;
	z-index:99;
	width:100%;
	height:35px;
	margin-bottom:50px;
	margin-top:41px;
	font:normal 0.9em/150% 'Arimo', "Trebuchet MS", arial, verdana, sans-serif;
	background-color:white;
	border-bottom:1px solid #CCC;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.podtop .border {
	margin: 0 auto;
	width:980px;
	color:black;
	font-size:11.5px;
	margin-top:10px;
}
#podmenu {
	display:inline; 
	z-index:101;
}
#podmenu ul {
	margin: 0 auto;	
	width:1000px;
}
#podmenu ul li {
	display: block;
	list-style: none;
	padding: 0;
	float:left;
}
#podmenu ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-right:20px;
	color: black;
	height:20px;
}
#podmenu ul a:hover {
	background-color:white;
	height:20px;
	font-weight:bold;
}
.kalendarz {
	margin:0 auto;
	background-color:white; 
	border-bottom: 1px solid #CCC;  
	border-left: 1px solid #CCC;  
	border-right: 1px solid #CCC;  
	display:none; 
	z-index:1000;
	width:350px;
	height:auto;
	margin-left:5px;
	padding-bottom:10px;
}
.premium {
	margin:0 auto;
	background-color:white; 
	border-bottom: 1px solid #CCC;  
	border-left: 1px solid #CCC;  
	border-right: 1px solid #CCC;  
	display:none; 
	z-index:1000;
	width:200px;
	height:auto;
}
.informacje {
	margin:0 auto;
	background-color:white; 
	border-bottom: 1px solid #CCC;  
	border-left: 1px solid #CCC;  
	border-right: 1px solid #CCC;  
	display:none; 
	z-index:1000;
	width:350px;
	height:auto;
	margin-right:5px;
	text-align:left;
	padding:10px;
}
.close {
	float:right; 
	cursor:pointer;
	margin-right:10px;
	font-weight:bold;
	font-size:14px;
}

/* --------- Koniec Menu ---------*/
	
.header {
	width:980px;
	height:200px;
	margin: 0 auto;
	margin-bottom:30px;
}
#logo {
	position: relative;
	background: url("images/logo.png") repeat-x;
	height:100px;
	width:400px;
	float:left;
	margin-top:110px;
	margin-left:20px;
}
#info {
	position:absolute;
	height:50px;
	width:300px;
	margin: 0 auto;
	margin-top:40px;
	margin-left:730px;
	font-size:11px;
	float:right;
}
.body {
	background: #FFF; 
	width: 980px; 
	overflow:visible;
	margin: 0 auto;
	padding-top: 20px; 
	border: 1px solid #CCC; 
	margin-bottom:20px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	font-size:12px;
	position:relative;
}
.menu {
	margin:0 auto;
	width:980px;
	height:30px;
}
.menu ul {
	margin: 0 auto;	
	width:980px;
	margin-left:-20px;
}
.menu ul li {
	display: block;
	list-style: none;
	padding: 0;
	float:left;
}
.menu ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	border-left:1px solid #CCC;
	font-size: 12px;
	padding-left: 17px;
	padding-right:17px;
	padding-top:10px;
	color: black;
	background-color:white;
	height:27px;
	margin-right:10px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
}
.menu ul a:hover {
	background-color:white;
	height:27px;
	border-top:1px solid red;
	/*border-bottom:1px solid #CCC;*/
}
.main {
	width:640px;
	height:auto; /*zmiana na auto */
	float:left;
	margin-left:15px;
	margin-bottom:20px;
}
h1 {
	border-bottom: 1px solid #CCC; 
	font-size:18px;
	width:640px;
	margin-bottom:25px;
	font:'Arimo', "Trebuchet MS", arial, verdana, sans-serif;
	color:black;
}
h3 {
	font-size:12px;
	text-align:left;
	font-weight:bold;
	border-bottom:1px dashed silver;
	margin-top:30px;
	color:black;
	margin-right:10px;
}
.panel {
	width:290px;
	height:auto; /* zmiana na auto */
	float:right;
	margin-right:10px;
	padding-left:13px;
	margin-top:0px;
	border-left:1px dotted #ccc;
}
a {
	color:#B84A01;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
   	color:#F13D07;
	text-decoration:underline;
}
h2 {
	width:290px;
	border-bottom: 1px solid #CCC; 
	font-size:16px;
	font:'Arimo', "Trebuchet MS", arial, verdana, sans-serif;
	color:black;
}
#footer{
	padding:5px;
	margin:0 auto;
	background:#efefef;
	border-top:1px solid #ccc;
	color:#999;
	font-size:12px;
	text-shadow:0px 1px 1px #fff;
	position: relative;
	clear: both;
	height:35px;
}
#copy {
	float:left;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
	width:750px;
}
#social {
	float:left;
	text-align:right;
	margin-right:10px;
	margin-top:3px;
	width:150px;
}
#social :hover {
	text-decoration: none;
	-webkit-box-shadow: 0 5px 6px -6px black;
	-moz-box-shadow: 	0 5px 6px -6px black;
	box-shadow: 		0 5px 6px -6px black;
	opacity: 0.85;
}
#top {
	width:30px;
	height:30px;
	margin-top:2px;
	background: url('images/top.png') no-repeat;
	border:1px solid #cbc9c9;
	-moz-box-shadow: 1px 1px 10px #cbc9c9;
	-webkit-box-shadow: 1px 1px 10px #cbc9c9;
	float:right;
}
button, a.button, input[type="submit"], input[type="reset"], input[type="button"]{
	text-decoration: none;
	border: 1px solid #CCC;
	background-color:#f5f5f5;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
	padding-right:12px;
	color:black;
	cursor:pointer;
}
a.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background-color:white;
	-webkit-box-shadow: 0 5px 6px -6px black;
	-moz-box-shadow: 	0 5px 6px -6px black;
	box-shadow: 		0 5px 6px -6px black;
}
input, textarea, input[type=text], input[type=password]{
	border: 1px solid #CCC;
	background-color:white;
	font-size:13px;
	padding-top:3px;
	padding-bottom:3px;
}
.linia {
	height:10px;
	border-bottom:1px dashed silver;
	margin-right:10px;
}
.notice{
	border:1px solid gold;
	background:lightyellow;
	padding:15px 15px 10px 10px;
	margin-right:5px;
	color:#DEAE00;
	line-height:120%;
	vertical-align: center;
	text-shadow:0px 1px rgba(255,255,255,0.5);
	position:relative;
	top:0;
	left:0;
	font-size:12px;
	clear:both;
	margin-bottom:10px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
}
.notice.error{
	border:1px solid red;
	color:red;
	background:pink url("images/error.png") no-repeat;
	background-position: 10px 50%;
	background-float:left;
	background-width:25px;
	text-align:center;
	padding-left:30px;
}
.notice.success{
	color:green;
	border:1px solid green;
	background:lightgreen url("images/succes.png") no-repeat;
	background-position: 10px 50%;
	background-float:left;
	background-width:25px;
	text-align:center;
	padding-left:30px;
}	
img {
	margin:0;
	padding:0;
	display:inline-block;
	position:relative;
	zoom:1;
}
.gallery{}
.gallery a {
	display:inline-block;
	position:relative;
	border:1px solid #ddd;
	background:#fff;
	padding:3px;
	margin:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.gallery a img{
	display: block;
	position: relative;
	margin:0;
	padding:0;
}
th.a{
	font-weight:normal;
	font-size:11px;
}
td.a{
	font-size:11px;
	font-weight:bold;
}
td.wyd{
	padding-top:10px;
	font-weight:bold;
	font-size:11px;
}
td.tit{
	padding-top:5px;
	font-weight:bold;
	font-size:11px;
	color:#A60000;
}
td.opi{
	padding-top:5px;
	font-size:11px;
}
td.b{
	font-size:11px;
	font-weight:bold;
}
td.t{
	font-size:11px;
}
td.mon{
	font-size:12px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
.kom{
	border:#CCCCCC solid 1px;
	text-align:center;
	width:30px;
	height:20px;
	font-size:11px;
	padding-top:3px;
	background:#FFD9D9;
}
.komN{
	border:#CCCCCC solid 1px;
	text-align:center;
	width:30px;
	height:20px;
	font-size:11px;
	padding-top:3px;
}
.komA{
	font-size:11px;
	border:#CCCCCC solid 1px;
	text-align:center;
	width:30px;
	height:20px;
	background:#DAE9F3;
	padding-top:3px;
}
.cal {
	margin-left:20px;
}
.cal a {
	color:red !important;
}
h4 {
	font-size:12px;
	border-bottom: 1px solid #CCC; 
}
.delete {
	background: url('images/basket.png') no-repeat;
	width:15px;
	height:15px;
	float:left;
	margin-right:6px;
}
.acceptance {
	background: url('images/acceptance.png') no-repeat;
	width:17px;
	height:13px;
	float:left;
	margin-right:6px;
}
.quote {
	background: url('images/quote.png') no-repeat;
	width:17px;
	height:14px;
	float:left;
	margin-right:6px;
	margin-top:1px;
	cursor:pointer;
}
.report {
	background: url('images/report.png') no-repeat;
	width:15px;
	height:15px;
	float:left;
	margin-right:6px;
}
.edit {
	background: url('images/edit.png') no-repeat;
	width:17px;
	height:13px;
	float:left;
	margin-right:6px;
	margin-top:2px;
}
.degrade {
	background: url('images/degrade.png') no-repeat;
	width:15px;
	height:14px;
	float:left;
	margin-right:6px;
}
.upgrade {
	background: url('images/upgrade.png') no-repeat;
	width:16px;
	height:15px;
	float:left;
	margin-right:6px;
}
#forum_post {
	height:20px;
	border-bottom:1px dashed silver;
	margin-right:10px;
}
#button_page {
	margin-top:30px;
	text-align:center;
}
div#text .succes {	
	width:100%;
	margin-bottom:30px;
}
div#text .error {	
	width:100%;
	margin-bottom:30px;
}
#date {
	text-align:right;
	font-size:10px;
	margin-top:-12px;
}
#text {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	width:auto;
}
.post {
	margin-bottom:20px;
}
.left {
	position:relative;
	float:left;
	width:48%;
	height:auto;
}
.right {
	position:relative;
	float:right;
	width:48%;
	height:auto;
}
.main table .table {
	width:100%;
}
.main .table td {
	padding-left:5px;
}
#block {
	position:relative;
	background-color:white;
	color:black;
	border: 1px solid #CCC;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	padding:10px;
	font-size:12px;
	text-align:center;
}
details {
	padding:5px;
}
summary {
	font-weight:bold;
	font-size:13px;
}
.ekwipunek {
	width:530px;
	height:530px;
	margin-left:50px;
	border:2px solid #CCC;
	position:absolute;
}
.ramka {
	width:240px; 
	background-color:white; 
	color:#000; 
	border:solid 2px #CCC; 
	padding: 10px; 
	position:absolute; 
	top:15px; 
	left:15px; 
	display:none; 
	z-index:90;
}
.ekwipunek .kratka {
	border: 2px solid #CCC;
	width:102px;
	height:102px;
	float:left;
	position:relative;
}
.icon {
	border: 1px solid white;
	width:100px;
	height:100px;
	position:absolute;
	cursor:pointer;
}
.fb {
	background: url('images/fb.png') no-repeat;
	cursor:pointer;
	z-index:100;
	width:50px;
	height:50px;
	position:fixed;
	margin-left:-5px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
}
.twitter {
	background: url('images/twitter.png') no-repeat;
	cursor:pointer;
	z-index:100;
	width:50px;
	height:50px;
	position:fixed;
	margin-left:-5px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	margin-top:60px;
}
.wysun_fb {
	display: none;
	width:250px;
	height:auto;
	position:fixed;
	background-color:white;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	z-index:100;
}
.wysun_twitter {
	display: none;
	width:250px;
	height:auto;
	position:fixed;
	background-color:white;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	z-index:100;
	margin-top:60px;
}
.minigames {
	position:fixed;
	background-color:white; 
	border: 1px solid #CCC;  
	margin:0;
	display:none;
	width:820px;
	height:auto;
	margin-top:100px;
	padding:10px;
	padding-top:5px;
	margin-left:60px;
	z-index:1000;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	float:center;
}
.miniczat_icon {
	width:50px;
	height:50px;
	position:fixed;
	bottom:-5px;
	right:120px;
	background: url('images/miniczat.png') no-repeat;
	cursor:pointer;
	z-index:1000;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
}
.miniczat {
	position:fixed;
	width:250px;
	height:300px;
	bottom:0px;
	right:115px;
	background-color:white;
	border:1px solid #CCC;
	z-index:1000;
	display:none;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	overflow:auto;
}
.miniczat_post {
	height:auto;
	margin-right:10px;
	border: 1px solid #CCC;
	padding:5px;
}