@import url("main.css");
#header { background-image: url('../images_game/header-bg.png'); height: 170px; }
	#header .banner {
		margin: 0px;
		border: 1px solid #FFF;
		height: 90px;
	}

	#header .bannerCont {
		float: right;
		margin: 8px 2px 0px 0px;
		height: 122px;
		width: 730px;
	}

	#header .izeButtons {
		height: 30px;
	}

	#header .izeButtons a {
		margin: 10px 8px 0px 0px;
		display: block;
		float: left;
		width: 73px;
		height: 20px;
	}

	#header .izeButtons a span {
		display: none;
	}

	#header .izeButtons a.gi { background: url("../ize_gombok/gi1.gif"); }
	#header .izeButtons a.gi:hover { background: url("../ize_gombok/gi2.gif"); }

	#header .izeButtons a.hi { background: url("../ize_gombok/hi1.gif"); }
	#header .izeButtons a.hi:hover { background: url("../ize_gombok/hi2.gif"); }

	#header .izeButtons a.ti { background: url("../ize_gombok/ti1.gif"); }
	#header .izeButtons a.ti:hover { background: url("../ize_gombok/ti2.gif"); }

	#header .izeButtons a.zi { background: url("../ize_gombok/zi1.gif"); }
	#header .izeButtons a.zi:hover { background: url("../ize_gombok/zi2.gif"); }

	#header .izeButtons a.si { background: url("../ize_gombok/si1.gif"); }
	#header .izeButtons a.si:hover { background: url("../ize_gombok/si2.gif"); }

	#header .izeButtons a.pi { background: url("../ize_gombok/pi1.gif"); }
	#header .izeButtons a.pi:hover { background: url("../ize_gombok/pi2.gif"); }

	#header .izeButtons a.fi { background: url("../ize_gombok/fi1.gif"); }
	#header .izeButtons a.fi:hover { background: url("../ize_gombok/fi2.gif"); }

	#header .izeButtons a.ai { background: url("../ize_gombok/ai1.gif"); }
	#header .izeButtons a.ai:hover { background: url("../ize_gombok/ai2.gif"); }

	#header .izeButtons a.aui { background: url("../ize_gombok/aui1.gif"); }
	#header .izeButtons a.aui:hover { background: url("../ize_gombok/aui2.gif"); }

	#logo {
		margin: 0px;
	}

	#menu {
		height: 32px;
		color: #333333;
		width: 980px;
		margin-top: 8px;
		background: #DFE0E6 url("../images_game/menu-bg.png") repeat-x 0 0;
		display: block;
	}
		#menu ul {
			height: 32px;		
			padding: 0px;
			margin: 0px;
		}
			#menu li {
				display: block;
				float: left;
				padding: 3px 10px 3px 15px;
				background: transparent url("../images_game/menu-sep.png") no-repeat 0 0px;
				margin-top: 7px;
				font-weight: bold;
			}
			#menu li.first {background: none;}
			#menu li a {
				font-size: 7pt;
				color: white;
				line-height: 1.1em;
			}
			#menu li a:hover { text-decoration: underline;}
			#menu li a.active { color: #143f57; }
				
DIV.audit {
	position: absolute;
	top: 0px;
	left: 980px;
}

.red {
	color: red;
	font-weight: bold;
}
#content { }
	#content ul {
		height: 15px;	
		font-size: 10px;
	}
		#content li {
			float: left;
			margin-right: 4px;
		}
			#content li span {
				display: block;
				padding-top: 2px;
			}
			#content li a {
				display: block;			
				padding: 1px 3px 2px 3px;
				font-weight: bold;
				color: black;
				background: white;
				border: 1px solid black;
			}
			
			#content li.last {margin-right: 0;}
			#content li a:hover {
				background: #CBEE00;
			}
			#content li a.active {
				color: #FFF;
				background: #808E3D;
			}
	#content div {
		margin: 10px 0px;
		padding: 0px;
		color: black;
		background-image: url("../images_game/post-bg.png");
		width: 600px;
		overflow: hidden;
	}
		#content p.info-top {
			background-image: url("../images_game/post-info-bg.png");
			padding: 6px 0px 2px 10px;
			height: 18px;
			color: white;
			font-size: 7pt;
		}
		#content p.info-top a {
			color: white;
		}
		#content p.info-top a:hover {
			color: #bbff00;
		}
		#content p.comment {
			padding-bottom: 5px;
		}
			#content span.history { font-size: 9px; }
		#content p.main {
			margin: 0px 5px 0px 6px;
			background-image: url("../images_game/post-main-bg.png");
			padding: 5px;
			text-align: center;
			line-height: 1.4;
		}
		#content p.toplist {	
			padding: 5px 0;	
			text-align: center;
			line-height: 1.4;
			color: black;
			background: #FFF;
		}
		#content p.toplist A, #content p.toplist A:link, #content p.toplist A:visited {
			color: black;
			font-weight: bold;
			text-decoration: underline;
		}
		#content p.toplist A:hover, #content p.toplist strong {
			color: #FFF;
			background-color: black;
		}
		#content p.main img {
			display: block;
			margin: 0 auto;
			padding: 5px;
		}
		#content p.info-bottom {
			padding: 0px 7px 0px 7px;
			margin: 0px 5px 0px 6px;
			display: block;
			background-image: url('../images_game/post-last-bg.png');
			line-height: 1.4;
		}
			#content .comments { float: right; margin-right: 0px; }
			#content .comments2 { float: right; margin-right: 10px; }
			#content div a {
				font-weight: bold;
				text-decoration: underline;				
				color: black;
			}

/*			#content div a:hover,
			#content p.main a:hover {
				color: #fff;
				background: #e60000;
			}*/
/*			#content p.main a:hover {
				color: #cc0000;
				background: #FFF;
			}*/
			#content p.main a {
				color: black;
				text-decoration: underline;
			}
			#content .frame-bottom {
				background-image: url('../images_game/post-bottom-bg.png');
				background-repeat: no-repeat;
				height: 22px;
				display: block;
			}
			#content .frame-bottom2 {
				background-image: url('../images_game/post-bottom2-bg.png');
				background-repeat: no-repeat;
				height: 9px;
				display: block;
			}
			#content .frame-bottom3 {
				background-image: url('../images_game/post-bottom-bg.png');
				background-repeat: no-repeat;
				background-position: 0px -7px;
				height: 15px;
				display: block;
			}
			#content .comments2 a, #content .comment .answer {font-weight: normal;}
				
			#content .comments2 .voteUp,
			#content .comments2 .voteDown {
				display: block;
				width: 13px;
				height: 14px;
				float: right;
				margin-left: 4px;
				margin-top: -3px;
			}

			#content .comments2 .voteUp span,
			#content .comments2 .voteDown span {
				display: none;
			}

			#content .comments2 .voteUp {
				background: url('../ertekeles-fel.gif') no-repeat;
			}
			#content .comments2 .voteDown {
				background: url('../ertekeles-le.gif') no-repeat;
			}

			
		#content .shareLine {
			padding: 5px 0px 0px 0px;
			margin: 0px 5px 0px 6px;
			display: block;
			height: 19px;
			background-repeat: no-repeat;
			background-image: url('../images_game/post-fav-bg.png');
		}

		#content .shareLine .buttonSep {
			display: block;
			width: 8px;
			height: 17px;
			float: left;
			background-image: url('../images_game/post-buttonSep.png');
		}

		#content .favorites a {
			display: block;
			width: 124px;
			height: 17px;
			float: left;
			background-image: url('../images_game/buttons/kedvencek1.gif');
		}
		#content .favorites a:hover { background-image: url('../images_game/buttons/kedvencek2.gif'); }
		#content .favorites span { display: none; }

		#content .remFav a {
			display: block;
			width: 121px;
			height: 17px;
			float: left;
			background-image: url('../images_game/buttons/torles1.gif');
		}
		#content .remFav a:hover { background-image: url('../images_game/buttons/torles2.gif'); }
		#content .remFav span { display: none; }


		#content .sendCard a {
			display: block;
			width: 127px;
			height: 17px;
			float: left;
			background-image: url('../images_game/buttons/elkuldom1.gif');
		}
		#content .sendCard a:hover { background-image: url('../images_game/buttons/elkuldom2.gif'); }
		#content .sendCard span { display: none; }

		
		#content .facebook {
			padding: 0px;
			display: block;
			float: left;
			width: 110px;
			height: 18px;
			overflow: hidden;
		}

		#content .iwiw {
			padding: 0px 3px 0px 3px;
			display: block;
			float: left;
		}

		#content .iwiw a:hover,
		#content .twitter a:hover {
			background: none;
		}

		#content .twitter {
			padding: 0px 0px 0px 0px;
			display: block;
			float: left;
		}

		#content .tags {
			padding: 5px 5px 0px 45px;
			margin: 0px 5px 0px 6px;
			display: block;
			height: 23px;
			line-height: normal;
			font-size: 7pt;
			background-image: url('../images_game/post-tags-bg.png');
			background-repeat: no-repeat;
		}

		#content .tags strong {
			display: none;
		}

		#content .tags a {
			font-weight: normal;
			text-decoration: underline;
			color: black;
		}

		#content .tags a:hover {
			color: #cc0000;
		}

		#content .tags a:hover,
		#content .info-bottom a:hover {
			color: #cc0000;
		}

		#content #contact {
			padding: 10px 0 0;
		}
			
		#content #post-comment fieldset {
			border: 0;	
		}
			#content #post-comment p {
				padding: 0 0 10px;
			}
			#content #post-comment img {
				vertical-align: top;
				margin-left: 10px;
			}
			#content #contact p {
				padding: 0 0 5px;
			}		
			#content label {
				color: #687787;
				background: #fff;
			}
			#content #contact label {
				float: left;
				width: 100px;
				padding: 3px 5px 2px 0;
				text-align: right;
			}
			#content #comment-message label {
				float: none;
				width: auto;
				display: block;
				text-align: center;
			}
			#content input {				
				color: #000;
				background: #EEEEEE;
				border: 1px solid black;
			}
			#content textarea {
				width: 592px;
				height: 200px;
				display: block;
				padding: 3px;
				font: 1em/1.4 Tahoma, Verdana, sans-serif;
				color: #000;
				background: #EEEEEE;
				border: 1px solid black;
			}
			#content #contact textarea {width:580px}
			#content #contact a {
				text-decoration: none;
			}

#sidebar-left {}
	#sidebar-left h2 {
		padding: 5px 0px 0px 5px;
		text-transform: uppercase;
		font-size: 10px;
		color: #CCFF66;
		background: #C8D296 url("../images_game/sidebar-h2-bg.png") no-repeat;
		height: 15px;
		margin-top: 0px;
		clear: both;
	}
		
	#sidebar-left form, #sidebar-left #toplistbox {
		padding: 4px 4px 0;
		color: #576129;
		background: #C8D296;
	}
		#sidebar-left p {padding-bottom: 4px;}
			#sidebar-left input {
				float: right;
				height: 15px;
				width: 145px;
				padding: 0;
				color: #000;
				background: #EEEEEE;
				border: 1px solid #818F3E;
			}
				#search input {float: left;}
				#sidebar-left input.checkbox {
					float: left;
					width: 13px;
					height: 13px;
					margin: 0;
					color: #000;
					background: #FFF;
					border: 0;
				}
				#sidebar-left label.checkbox {
					float: left;
					padding: 1px 2px 0 4px;
					width: 73px;
					height: 15px;
				}
			#sidebar-left label {
				float: left;
				width: 45px;
				font-weight: bold;
				padding-top: 2px;
			}
	#sidebar-left ul {font-size: 10px;}
		#sidebar-left li {
			padding: 0px;
			margin: 0px;
		}
			#sidebar-left #categories {
				background: #C8D296;
			}
			#sidebar-left #categories a {
				display: block;
				height: 13px;
				padding: 3px 0px 3px 17px;
				color: #526D00;
				font-size: 8pt;
				background: #C8D296 url("../images_game/categ-bg2.png") no-repeat 0 0;
			}
			#sidebar-left #categories a:hover {
				background: #C8D296 url("../images_game/categ-bg.png") no-repeat 0 0;
			}

			#sidebar-left #categories a.active {
				color: #CC0000;
			}

	#sidebar-left #toplistbox H3 {
		color: #576129;
		font-size: 9px;
	}
	#sidebar-left #toplistbox UL {
		margin: 2px 0px 0px 0px;
	}
	#sidebar-left #toplistbox LI {
		float: none;
		margin-bottom: 1px;
	}
	#sidebar-left #toplistbox a {
		color: #576129;
		font-weight: bold;
	}
	#sidebar-left #toplistbox a:hover {
		text-decoration: underline;
	}
	#sidebar-left #toplistbox #sendtoplist {
		margin-bottom: 15px;
	}
			
#sidebar-right {}
	#sidebar-right p {
		padding: 5px 0;
		text-align: center;
		font-size: 9px;
		line-height: 1.4;
	}
	#sidebar-right .banner {
		display: block;
		margin: 0 auto 10px;
		border: 1px solid #FFF;
	}
	#sidebar-right .rightbox {
		margin: 0px;
		background-image: url('../images_game/rightbox-bg.png');
		padding: 0px 0px 3px 10px;
		margin: 3px 0px 7px 0px;
		color: #FFF;
	}
		#sidebar-right .rightbox h3 {
			padding: 5px 0;
			text-align: center;
			font-size: 10px;			
			color: white;
		}
		
		#sidebar-right .rightbox img {
			display: block;
			margin: 5px auto 5px auto;
			padding: 1px;
			background: #FFF;
			border: 1px solid #3c1502;
		}

		#sidebar-right .rightbox P {
			text-align: center;
			display: block;
			color: white;
			margin: 3px 3px 0px 3px;
			padding: 0px;
		}

		#sidebar-right .rightbox span {
			margin-top: 5px;
			display: block;
		}

		#sidebar-right .rightbox A {
			color: black;
			font-weight: bold;
		}

		#sidebar-right .rightbox A:hover {
			background: #FFF;
		}



#footer {font-size: 0.9em; color: #E5E9D0; }
	#webcome {
		float: right;
		width: 192px;
		height: 26px;
		color: #869346;
		background: #94A1B0 url("../images_game/webcome.png") no-repeat 0 0;
	}
	#webcome:hover {
		background-position: 0 -26px;
	}
	#footer strong {
		margin: 9px 0 0 10px;
		float: left;
	}
	#footer ul {
		margin: 9px 0 0 100px;
		float: left;
		font-weight: bold;
	}
		#footer li {
			float: left;
			padding: 0 0 5px 3px;
		}
			#footer li a {
				color: #E5E9D0;
			}
			#footer li a:hover { text-decoration: underline;}






span.postFormLabel {
	margin-top: 5px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
	padding: 0px 5px 2px 0px;
	width: 55px;
	text-align: right;
}

input.postFormField {
	margin-top: 5px;
}

span.regFormLabel {
	margin-top: 5px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
	padding: 0px 5px 2px 0px;
	width: 115px;
	text-align: right;
}



#userDataSheet {
	line-height: 1.5em;
	background: none;
	border: 1px solid black;
	padding: 5px;
}

#userDataSheet img {
	float: right;
	display: block;
}

#userDataSheet h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 4px 0px 8px 0px;
}

#userDataSheet span {
	display: block;
	float: left;
	width: 60px;
}

a.male,
#content div a.male {
/*	color: #0000ff;*/
	background-image: url('../images_game/male.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 10px;
}

a.female,
#content div a.female {
/*	color: #ff00ff;*/
	background-image: url('../images_game/female.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 10px;
}

/*a.male:hover,
#content div a.male:hover,
a.female:hover,
#content div a.female:hover {
	color: #FFF;
	background: #CC0000;
}*/



#content div .info-bottom a.male {
	background-image: url('../images_game/male2.png');
}

#content div .info-bottom a.female {
	background-image: url('../images_game/female2.png');
}




		#sidebar-left #radiobox {
			padding: 2px 4px 4px 4px;
			color: #FFF;
			background: #D0D8E0;
			overflow: hidden;
		}


#userDataBox {
	display: none;
	position: absolute;
	z-index: 999;
	width: 183px;
	height: 173px;
	background-image: url('../images/user_ures_transp.png');
	color: #666666;
	font-family: tahoma,arial,helvetica;
}

#userDataBox span {
	float: right;
	margin: 0px 11px 0px 0px;
	padding: 1px;
	border: 1px solid #929292;
	display: block;
}

#userDataBox img {
	display: block;
}

#userDataBox h3 {
	font-size: 8pt;
	font-weight: bold;
	margin: 14px 0px 7px 15px;
}

#userDataBox div {
	font-size: 8pt;
	margin: 3px 0px 0px 15px;
}

#onlinestat strong {
	color: white;
}





#onlineUserList {
	display: block;
	margin: 5px;
}

#onlineUserList h3 {
	font-size: 10pt;
	margin: 0px;
}

#onlineUserList a {
	color: #6D6129;
	font-weight: bold;
	text-decoration: underline;
}

#onlineUserList a:hover {
	background-color: #AC1601;
	color: white;
}

#onlineUserList span {
	display: block;
	margin: 1px;
}



#sidebar-right a.online { color: white; text-decoration: underline; }

#sidebar-right a.online:hover { color: white; background: none; }


/* gombok */

a.submit-belepek { width: 61px; background-image: url('../images_game/buttons/belepek1.gif'); height: 23px; float: right; display: block; }
a.submit-belepek:hover { background-image: url('../images_game/buttons/belepek2.gif'); }
a.submit-belepek span { display: none; }

a.submit-kilepes { width: 56px; background-image: url('../images_game/buttons/kilepes1.gif'); height: 23px; float: right; display: block; }
a.submit-kilepes:hover { background-image: url('../images_game/buttons/kilepes2.gif'); }
a.submit-kilepes span { display: none; }

a.submit-adatmodositas { width: 88px; background-image: url('../images_game/buttons/adatmodositas1.gif'); height: 23px; float: right; display: block; }
a.submit-adatmodositas:hover { background-image: url('../images_game/buttons/adatmodositas2.gif'); }
a.submit-adatmodositas span { display: none; }

a.submit-hajra { width: 49px; background-image: url('../images_game/buttons/hajra1.gif'); height: 23px; float: right; display: block; }
a.submit-hajra:hover { background-image: url('../images_game/buttons/hajra2.gif'); }
a.submit-hajra span { display: none; }

a.submit-elkuld { width: 53px; background-image: url('../images_game/buttons/elkuld1.gif'); height: 23px; float: right; display: block; }
a.submit-elkuld:hover { background-image: url('../images_game/buttons/elkuld2.gif'); }
a.submit-elkuld span { display: none; }


#content #userDataSheet,
#content div.simple {
	background: none;
	border: 1px solid black;
	padding: 5px;
	width: 590px;
}

.pageend {
	display: block;
	clear: both;
}



.searchFormCateg {
	display: block;
	float: left;
	width: 180px;
}

.searchFormCateg input {
	float: left;
}

.searchFormCateg span {
	display: block;
	float: left;
	margin: 3px 0px 0px 0px;
	padding-left: 3px;
}

.pageend {
	clear: both;
}

a.reszletesKeresesLink {
	display: block;
	padding-top: 2px;
	text-align: right;
	clear: both;
	color: #3F3F3F;
}

a.reszletesKeresesLink:hover {
	text-decoration: underline;
}



