

/* KOMORKI */
.Naglowek {
  font-size:12px;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top;
  background-color: #3d1c02;
  text-align: center;
  color: white;
}

.Naglowek2 {
  font-size:11px;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top;
  text-align: center;
}

/* TABLE CONTENT */
.TableContentContainer {
  border: 1px solid #0f0f0f;
  border-collapse:collapse;
  position: relative;
  margin-right: 4px;
  height: 100%;
  padding: 0px;
}
.TableContent {
  border: 1px solid #0f0f0f;
  border-collapse:collapse;
  position: relative;
  height: 100%;
  padding: 0px;
  width: 100%;
}
.TableContent_nosize {
  border: 1px solid #0f0f0f;
  border-collapse:collapse;
  position: relative;
  height: 100%;
  padding: 0px;
}
.TableContent td {
  border: 1px solid #0f0f0f;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.TableContent_nosize td {
  border: 1px solid #0f0f0f;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.TableContent tr:hover {
background-color : #a9a9a8;
}
A:link {
    font-size : 11px;
    color : #3d1c02;
    text-decoration : underline;
    font-family : "Tahoma", Verdana, Arial, sans-serif;
}
A:visited {
	font-size : 11px;
	color : #3d1c02;
	text-decoration : none;
	font-family : "Tahoma", Verdana, Arial, sans-serif;
}
A:active {
    font-size : 11px;
    color : #c26a1b;
    text-decoration : none;
    font-family : "Tahoma", Verdana, Arial, sans-serif;
}
A:hover {
    font-size : 11px;
    color : #c26a1b;
    text-decoration : underline;
    font-family : "Tahoma", Verdana, Arial, sans-serif;
}
img {
	border: 0px;
}
td{
 	color: #422100;
 	font-size: 11px;

}
hr{
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #422100;
	font-family: "Arial", Verdana, Tahoma, sans-serif;
	font-size: 11px;	
	text-align: center;
}
.bg{
	background: #000 url(images/bg.jpg) repeat-y top center;
}

.bg_long{
	background: #000 url(images/bg_long.jpg) repeat-y top center;
}

.mainwrap{
	padding:0;
	margin:0;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.head1 {
	background: url(images/head1.jpg) no-repeat top center;
	height: 100px;
	margin:0;
}
.head2 {
	background: url(images/head2.jpg) no-repeat top center;
	height: 100px;
	margin:0;
}
.head3 {
	background: url(images/head3.jpg) no-repeat top center;
	height: 123px;
	margin:0;
}
.middle_top {
	background: url(images/bc-head.png) no-repeat top center;
	width:513px;
	height: 37px;
	margin:0;
}
.middle_top_long {
	background: url(images/bc-head_long.png) no-repeat top center;
	width:718px;
	height: 37px;
	margin:0;
}
.middle_center {
	background: url(images/bc-center.png) repeat-y center;
	width: 513px;
	margin:0;
}
.middle_center_long {
	background: url(images/bc-center_long.png) repeat-y center;
	width: 718px;
	margin:0;
}
.middle_bottom {
	background: url(images/bc-bottom.png) no-repeat bottom center;
	width: 513px;
	height: 22px;
	margin:0;
}
.middle_bottom_long {
	background: url(images/bc-bottom_long.png) no-repeat bottom center;
	width: 718px;
	height: 22px;
	margin:0;
}
.page{
	background-color: #d9d5ca;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center -323px;
	padding: 0;
	padding-bottom: 114px;
	width: 982px;
	margin: 0px auto;
	text-align: justify;
}

.page_long{
	background-color: #d9d5ca;
	background-image: url(images/bg_long.jpg);
	background-repeat: repeat-y;
	background-position: center -323px;
	padding: 0;
	padding-bottom: 114px;
	width: 982px;
	margin: 0px auto;
	text-align: justify;
}

.page2{
	background: url(images/page-h.jpg) no-repeat top center;

}

.page2_long{
	background: url(images/page-h_long.jpg) no-repeat top center;

}
.pagetitle {
	text-align: center;
	color: #c7ac84;
	height: 35px;
	padding-top: 7px;
	margin: 0;
}
.bl {
	background: url(images/bl-bg.png) no-repeat bottom left;
	width: 235px;
	font-size: 11px;
	padding-bottom: 15px;
}

.bl br {
	font-size: 11px;
}
.br {
	background: url(images/br-bg.png) no-repeat bottom right;
	width: 235px;
	font-size: 11px;
	padding-bottom: 15px;
}

.br br {
	font-size: 11px;
}
.bc-head {
	background: url(images/bc-head.png) no-repeat top center;
	padding-top: 15px;
	padding-bottom: 47px;
}
.bc-center {
	background: url(images/bc-center.png) repeat-y top center;
	padding: 0 15px 0 15px;
}
.bc-bottom {
	background: url(images/bc-bottom.png) no-repeat top center;
	height: 22px;
}

#tooltip {
	text-align: left;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #000000;
	padding: 5px;
	max-width: 500px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0px;
	-moz-opacity: 0.92;
}

#tooltip h3, #tooltip div { 
	margin: 0; 
	font: 11px Tahoma; 
}
.mainMenu, .mainMenu a, .mainMenu a:visited{
	font-family:Arial;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.mainMenu a:hover{
	font-family:Arial;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
}
.bulett {
	background-color:#660000;
	color: #FFFFFF;
	font-size: 12px;
	border: solid 1px #000000;
	margin-top: 5px;
}
.m { 
	background-repeat: no-repeat;
	width:100%;
	height : 100%; 
	border : 0px;
	margin : 0px;
	padding : 0px;
}
.vault_table { 
	table-layout : fixed;
	background-color : #212121; 
	border : 1px solid #100f0d; 
	margin : 0px;
	padding : 0px;
}
.txt-simple{ 
	background: url(images/input.png) repeat left center;
	color: #706940;
	padding-left: 3px; 
	border: 1px solid #989064;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5;
	-moz-border-radius-topright: 5px;
	-moz-opacity: 0.92;
}
h4 {
    font:bold 15px Arial;
	color: #422100;
	padding-bottom: 0px;
}
DIV.msg-error {
	WIDTH: 480px; 
	BORDER-RIGHT: #989064 1px solid; 
	BORDER-TOP: #989064 1px solid; 
	FONT-WEIGHT: bold; 
	BACKGROUND: #fa4a21; 
	MARGIN-BOTTOM: 7px; 
	BORDER-LEFT: #989064 1px solid; 
	COLOR: white; 
	BORDER-BOTTOM: #989064 1px solid;
}
DIV.msg-error UL {
	PADDING-LEFT: 25px; 
	MARGIN: 3px; 
	list-style-image: url(images/error.png);
}
DIV.msg-ok {
	WIDTH: 480px; 
	BORDER-RIGHT: #989064 1px solid; 
	BORDER-TOP: #989064 1px solid; 
	FONT-WEIGHT: bold; 
	BACKGROUND: #16721c; 
	MARGIN-BOTTOM: 7px; 
	BORDER-LEFT: #989064 1px solid; 
	COLOR: white; 
	BORDER-BOTTOM: #989064 1px solid;
}
DIV.msg-ok UL {
	PADDING-LEFT: 25px; 
	MARGIN: 3px; 
	list-style-image: url(images/ok.png);
}
DIV.msg-notice {
	WIDTH: 480px; 
	BORDER-RIGHT: #989064 1px solid; 
	BORDER-TOP: #989064 1px solid; 
	FONT-WEIGHT: bold; 
	BACKGROUND: #da8b02; 
	MARGIN-BOTTOM: 7px; 
	BORDER-LEFT: #989064 1px solid; 
	COLOR: white; 
	BORDER-BOTTOM: #989064 1px solid;
}
DIV.msg-notice UL {
	PADDING-LEFT: 25px; 
	MARGIN: 3px; 
	list-style-image: url(images/notice.png);
}
DIV.msg-login {
	WIDTH: 150px; 
	COLOR: RED; 
	padding-bottom: 5px;
}
DIV.msg-error-shop {
	WIDTH: 350px; 
	margin-left: 0px; 
	BORDER-RIGHT: #989064 1px solid; 
	BORDER-TOP: #989064 1px solid; 
	FONT-WEIGHT: bold; 
	BACKGROUND: #fa4a21; 
	MARGIN-BOTTOM: 7px; 
	BORDER-LEFT: #989064 1px solid; 
	COLOR: white; 
	BORDER-BOTTOM: #989064 1px solid;
}
DIV.msg-error-shop UL {
	PADDING-LEFT: 25px; 
	MARGIN: 3px; 
	list-style-image: url(images/error.png);
}
DIV.msg-ok-shop {
	WIDTH: 350px; 
	margin-left: 0px; 
	BORDER-RIGHT: #989064 1px solid; 
	BORDER-TOP: #989064 1px solid; 
	FONT-WEIGHT: bold; 
	BACKGROUND: #16721c; 
	MARGIN-BOTTOM: 7px; 
	BORDER-LEFT: #989064 1px solid; 
	COLOR: white; 
	BORDER-BOTTOM: #989064 1px solid;
}
DIV.msg-ok-shop UL {
	PADDING-LEFT: 25px; 
	MARGIN: 3px; 
	list-style-image: url(images/ok.png);
}
h3 {
	font-family: Arial;
	font-size: 13px;
	color: #422100;
	margin-left: 0px;
	padding-bottom: 0px;
}
/* table gtn */
table.gtn { 
	border-collapse: collapse; 
	margin: 0px 0px 4px 0px; 
}
table.gtn td { 
	border: 1px solid #3d1c02;
 	padding: 3px; 
}
table.gtn td.nobtb table td { 
	border:0;
	padding:0; 
}
table.gtn tr.style2 td { 
	padding: 2px; 
}
table.gtn tr.style3 td { 
	padding: 5px; 
}
table.gtn tr.colhead { 
	background-image: url('images/gtn_header.gif'); background-repeat: repeat-x; 
}
table.gtn tr.colhead td { 
	padding: 3px; 
	color: #FFFFFF; 
	font-weight: bold; 
}
table.gtn tr.colhead2 { 
	background-color: #3d1c02; 
}
table.gtn tr.colhead2 td { 
	padding: 3px;
 	color: #8d715a;
 	font-weight: bold; 
}
#votebar{
	position:absolute;
	border: 0px solid black;
	padding: 0px;
	width: 200px;
	height:250px;
	visibility: hidden;
	z-index: 200;
	font-family: tahoma, verdana;
	top: -5px;
	height: -1px;
	left: 627px;
	background-image: url('images/vote1.html');
}
#votebar td { 
	font-size:12px;
	text-align:center;
}
.bulett-vote {
	background-color:#660000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border: solid 1px #000000;
	margin-top: 5px;
}
.whois-char{
}
.whois-char thead td{
	font-family : Arial; 
	font-size : 11px;
	background:	#000000;
	font-style: oblique;
	font-weight: bold;
	color: #CCCCCC;
}

.whois-char td {
	font-family :  Arial; 
	font-size : 11px;
	color: #69482c;
	padding: 2px 5px;
}
.even {
	background:	translucent;
}
.even2 {
	background:	#c5c3b9;
}
div.item-box { 
	width:330px; 
	padding:10px; 
	border:1px solid #000000; 
} 

input{
	background-color:#660000;
	color: #FFFFFF;
	font-size: 12px;
	border: solid 1px #000000;
	margin-top: 5px;
}
select{
	background-color:#480000;
	color: #FFFFFF;
	font-size: 12px;
	border: solid 1px #000000;
	margin-top: 5px;
}
#PopWin{
	background: #000;
	width: 468px;
	height: 80px;
	cursor: hand;
	z-index:9999999999;
	position:absolute;
	left:30%;
}
.gamepanel-table{
}
.gamepanel-table thead td{
	font-size : 11px;
	background:	#271C1E;
	font-style: oblique;
	font-weight: bold;
	color: #ffffff;
}

.gamepanel-table td {
	font-size : 11px;
	padding:	2px 5px;
}
.passStrenProgressBar{
	border: 1px solid gray; 
	height: 5px; 
	width: 100px; 
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.passStrenProgressBar div{
	border: 0px solid white;
	font-size: 3px; 
	height: 5px; 
	width: 0%;
}
#container {
    margin: 0 0 0 0;   
    text-align: center;
    position:absolute;
    top:187px;
	right: 0px;
    border: 0px solid #fff;
    width: 100%;
}
#banneri a:hover img {
	opacity:1;
}
#banneri img {
	opacity:0.5;
	padding: 3px 0 3px 0;
	margin:0px 0px -3px 0px;
}
fieldset {
	border: 1px solid black;
}
.server_time {
	BORDER-BOTTOM: #422810 1px solid; 
	PADDING-BOTTOM: 3px; 
	BACKGROUND-COLOR: #2c2f2d; 
	PADDING-LEFT: 10px; 
	PADDING-RIGHT: 10px; 
	PADDING-TOP: 5px;
}
a.top_menu:link { 
	color: #FFFFFF; 
	text-decoration: none 
}
a.top_menu:visited { 
	color: #FFFFFF; 
	text-decoration: none 
}
a.top_menu:hover { 
	color: #c26a1b; 
	text-decoration: none 
}

#accordion{ 
	margin: 0; 
	padding: 0; 
}
#accordion p a{ 
	cursor:pointer; 
}
#accordion a{
	text-decoration: none;
}	
.news-title{
	border-bottom: 1px solid black;
 }
.news_text{
	margin-left:5px;
	margin-right:5px;
	
}
/* ZEGARECZEK ODLICZAJACY START */
/* jQuery Countdown styles 1.6.0. */
.hasCountdown {
  border: 1px solid #0f0f0f;
  border-collapse:collapse;
  background-color: #d9d8c9;
  position: relative;
  height: 100%;
  padding: 0px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 100%;
	text-align: center;
}
.countdown_amount {
	font-size: 300%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
#defaultCountdown {  width: 300px; height: 60px; }
/* ZEGARECZEK ODLICZAJACY KONIEC */
