body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #595959;
}
body,td,th,h1 {
	font-size: 12px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 19px;
}
html, body
{
	height: 100%;
}

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.userdata {
	font-weight: normal;
	text-decoration: underline;
}
table.gameTable {
	border-collapse: collapse;
}
table.gameTable td{
	padding: 1px;
}
td.tableHeader {
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
td.tableBody {
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #000000;
}
select, input {
	font-family: Verdana; 
	color: #FFFFFF; 
	font-size: 7pt; 
	font-weight: bold; 
	border: 1px solid #FFFFFF; 
	background-color: #053005; 
	text-align:center;
}

input, select {
  	font-family: Verdana;
  	color: #FFFFFF;
  	font-size: 7pt;
  	font-weight: bold;
  	border: 1px solid #FFFFFF;
  	background-color: #053005;
  	background-image: url('/modules/gui/basic_guiv3/design/Interface/Default/Backgrounds/TextboxBackground.jpg');
  	text-align: center;
}
.loginbox{
	margin-top: 32px;
}

/* Görgető szín */
* {
  	scrollbar-color: #1C2F1C #6C7B41;
}

/* Clock */
#shadowBox {
	position: fixed;
	text-align: center;
	left: 0px;
	top:  0px;
	opacity: 0.01;
	width:  100%;
	height: 100%;
	z-index: 50;
	visibility: hidden; 
	background: black;
}

#shadowBox table {
	margin: 0 auto;
}
		
* html #shadowBox {
	position: absolute;
}

.table-shadowBox {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
.td-shadowBox {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
}

/* TH-IMG-Table értékek */

.TH-moko {
    	width: 16%;
    	text-align: left; 
    	vertical-align: bottom;
}
.TH-design {
    	width: 17%;
    	text-align: right; 
    	vertical-align: bottom;
}
.TH-online {
    	width: 67%;
    	text-align: center; 
    	vertical-align: middle;
}
.TD-logo {
	text-align: center; 
    	vertical-align: middle;
}
.IMG-logo, .IMG-fb {
	border: 0;
}

/* Design táblázat */
.TABLE-keret {
 	width: 730px;
    	border: 0;
    	margin: 0 auto;
    	border-spacing: 0;
    	border-collapse: collapse;
    	height: 100%;
    	background-color: #6c8c41;
}
.TABLE-keret td {
  	padding: 0;
}
.TD-keret-strip {
    	width: 25px;
    	background-image: url('/modules/gui/newgui_v1/images/strip.png');
}
.TD-keret-strip2 {
    	width: 25px;
    	background-image: url('/modules/gui/newgui_v1/images/strip2.png');
}
.TD-keret {
    	width: 680px;
    	text-align: center; 
    	vertical-align: top;
}
.TABLE-keret1 {
 	width: 100%;
    	border: 0;
    	height: 100%;
}
.TD-keret1 {
    	text-align: center; 
    	vertical-align: top;
}
.TABLE-lablec {
 	width: 98%;
    	border: 0;
}
.TD-lablec {
 	vertical-align: bottom;
}
.TABLE-menu {
 	width: 98%;
    	border: 0;
	height: 100%;
}
.TD-menu {
    	text-align: center; 
    	vertical-align: top;
}
.TABLE-menulink {
	width: 100%;
	border: 0;
}
.TH-menulink {
	width: 100px;
	vertical-align: top;
}

/* Előugró süti ablak */
.suti_popup {
	display: none; 
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: #1C3F1C; /*white */
	border: 3px solid #231F20;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}
.suti_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.popup-buttons {
	text-align: center;
      
}
.popup-buttons button {
	font-family: Verdana;
	color: #FFFFFF; /* Szöveg színe */
	font-size: 12pt; /* Szöveg mérete */
	font-weight: bold; /* Félkövér szöveg */
	border: 1px solid #FFFFFF; /* Fehér keret */
	background-color: #053005; /* Háttérszín */
	background-image: url('/modules/gui/basic_guiv3/design/Interface/Default/Backgrounds/TextboxBackground.jpg'); /* Háttérkép */
	text-align: center; /* Szöveg középre igazítása */
}

.popup-buttons button:hover {
	background-color: #053005; /* Ugyanaz marad hover esetén */
}


/* Facebook plugin */
#FBSlideLikeBox_l {
	background-image: url("facebook.png");
	background-position: 254px 15px;
	background-repeat: no-repeat;
	float: left;
	height: 290px;
	position: fixed;
	left: -254px;
	padding-right: 27px;
	top: 200px;
	width: 270px;
	z-index: 2000;
	cursor: pointer;
}

#FBSlideLikeBox_l #FBSlideLikeBox2_l {
	position: relative;
	clear: both;
	width: auto;
	height: 290px;
}

#FBSlideLikeBox_l #FBSlideLikeBox3_l {
	height: 290px;
	right: 16px;
	position: absolute;
	border: 3px solid #3B5998;
	top: 15px;
	width: 250px;
	background-color: #f8f8f8;
}
.iframe_FB {
	border: none;
	overflow: hidden;
	width: 250px;
	height: 290px;
	/* display: block; Blookban jelenik */
	/* allowtransparency: true; Az iframe átlátszóságának engedélyezése */
}
.fb_blocked {
	text-align: center;
	color: red;
}
.fb_blocked a {
	color: blue;
}