/*
********************
WebSite: Member Login
Name: style.css
Type: css
Version: 3.0
Author: FireDart
********************
*/
/*Import Reset */
@import url("reset_v3.css"); 
body {
	/*background: #eeeeee url("../images/bg.png");*/
	background-color: #4E4E4E;
	color: #42423d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	padding: 0px;
}

/* Notice */
.notice{
	background:#efefef;
	border:1px solid #999999;
	color:#ffffff;
	padding:9px 10px 11px 40px;
	margin:10px 0px 10px 0px;
	position: relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
	/*width:250px;*/
}
.notice.success:before, .notice.error:before, .notice.info:before, .notice.jatek:before, .notice.serror:before, .notice.s_success:before {
	content: '';
	top: 2px;
	left: 5px;
	position: absolute;
	padding: 16px;
}
.notice.success{
	background: #61b832;
	background: #61b832 -webkit-repeating-linear-gradient(#61b832, #479619);
	background: #61b832 -moz-repeating-linear-gradient(#61b832, #479619);
	width:250px;
}
	.notice.success:before {
		background: url("../images/good.png") no-repeat;
		top: 4px;
	}
.notice.error {
	background: #CE3512;
	background: #CE3512 -webkit-repeating-linear-gradient(#E6724E, #CE3512);
	background: #CE3512 -moz-repeating-linear-gradient(#E6724E, #CE3512);
	/*width:300px;*/
	width:250px;
}
	.notice.error:before {
		background: url("../images/error.png") no-repeat;
	}
.notice.info {
	background: #74D1F0;
	background: #74D1F0 -webkit-repeating-linear-gradient(#74D1F0, #50A3BF);
	background: #74D1F0 -moz-repeating-linear-gradient(#74D1F0, #50A3BF);
	width:250px;
}
	.notice.info:before {
		background: url("../images/info.png") no-repeat;
	}
.notice.jatek {
	margin-left:120px;
	background: #74D1F0;
	background: #74D1F0 -webkit-repeating-linear-gradient(#74D1F0, #50A3BF);
	background: #74D1F0 -moz-repeating-linear-gradient(#74D1F0, #50A3BF);
	width:310px;
	text-align:center;
}
	.notice.jatek:before {
		background: url("../images/info.png") no-repeat;
	}
.notice.serror {
	margin-left:120px;
	background: #CE3512;
	background: #CE3512 -webkit-repeating-linear-gradient(#E6724E, #CE3512);
	background: #CE3512 -moz-repeating-linear-gradient(#E6724E, #CE3512);
	width:310px;
	text-align:center;
}
	.notice.serror:before {
		background: url("../images/error.png") no-repeat;
	}
.notice.s_success{
	margin-left:120px;
	background: #61b832;
	background: #61b832 -webkit-repeating-linear-gradient(#61b832, #479619);
	background: #61b832 -moz-repeating-linear-gradient(#61b832, #479619);
	width:310px;
	text-align:center;
}
	.notice.s_success:before {
		background: url("../images/good.png") no-repeat;
		top: 4px;
	}

/* ClearFix */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Forms + Labels */
label {
	border-right: 0px;
	clear: clear;
	float: left;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
label span {
	float: left;
	padding: 5px 0px 5px 0px;
}
input.eredeti, select.eredeti {
	clear: both;
	float: left;
	width: 288px;
}
input[type=submit] {
	width: 300px;
}
#members {
	background: #ffffff;
	width: 450px;
	margin: 0px auto;
	padding: 0px 20px 20px 20px;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-o-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;

}
#members h1 {
	border-bottom: 1px dashed #cccccc;
	text-align:center;
	font-size: 28px;
}
#members_eredeti {
	background: #ffffff;
	/*width: 300px;*/
	margin: 0px auto;
	padding: 0px 20px 20px 20px;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-o-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;

}
#members_eredeti h1 {
	border-bottom: 1px dashed #cccccc;
	text-align:center;
	font-size: 28px;
}
#members_lotto {
	background: #ffffff;
	width: 600px;
	margin: 0px auto;
	padding: 0px 20px 20px 20px;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-o-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;

}
#members_lotto h1 {
	border-bottom: 1px dashed #cccccc;
	text-align:center;
	font-size: 28px;
}

form p.remember_me {
	float: left;
	line-height: 1em;
	padding: 0px 0px 10px 0px;
}
form p.remember_me input[type=checkbox] {
	float: left;
	margin: 0px 5px 0px 0px;
	width: 15px;
}
.options {
	padding: 10px 0px 0px 0px;
	text-align: center;
}
.options a {
	text-decoration: none;
}
#captcha {
	width: 300px;
}
#captcha input {
	float: left;
	width: 100px;
}
#captcha img {
	float: right;
}
.button.full {
	float: left;
	width: 290px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}


/* Layout */
#wrapper {
	margin: 0px auto;
	width: 990px;
}
#header {
	background: #ffffff;
	font-size: 16px;
	padding: 5px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-o-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
#header h1#logo {
	float: left;
	font-size: 25px;
}
#header #user {
	float: right;
}
#header #user #user-info {
	display: block;
	text-align: right;
}
#header #user ul#user-ops {
	float: right;
}
#header #user ul#user-ops li {
	float: left;
	margin: 0px 0px 0px 10px;
}

ul#navigation {
	background: #74D1F0;
	background: #74D1F0 -webkit-repeating-linear-gradient(#74D1F0, #50A3BF);
	background: #74D1F0 -moz-repeating-linear-gradient(#74D1F0, #50A3BF);
	border: 1px solid #50A3BF;
	width: 100%;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
ul#navigation li {
	border-right: 1px solid #50A3BF;
	float: left;
	padding: 10px;
	font-weight:bold;

}
ul#navigation li:hover {
	background: #50A3BF;
	background: #50A3BF -webkit-repeating-linear-gradient(#50A3BF, #74D1F0);
	background: #50A3BF -moz-repeating-linear-gradient(#50A3BF, #74D1F0);
}
ul#navigation li a {
	color: #ffffff;
}

ul.group a {
display:block;
/*color: #fff;
font-family: Verdana;
font-size: 14px;
text-decoration: none;*/
}
ul.group, ul.group li, ul.group ul {
list-style: none;
margin: 0;
padding: 0;
/*border: 1px solid #fff;
background: #555;
color: #fff;*/
}
/*EZ*/
ul.group {
position: relative;
/*z-index: 597;*/
/*float: left;*/
}
ul.group li {
float: left;
line-height: 1.3em;
vertical-align: middle;
zoom: 1;
padding: 5px 10px;
}
ul.group li.hover, ul.group li:hover {
position: relative;
z-index: 599;
/*cursor: default;*/
background: #1e7c9a;
}
ul.group ul {
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index: 598;
width: 326px;
background: #555;
border: 1px solid #fff;
}
/*ul.group ul li {
float: none;
}
ul.group ul ul {
top: -2px;
left: 100%;
}*/
ul.group li:hover > ul {
visibility: visible;
 }
 
 /*MENÜ: http://www.lwis.net/free-css-drop-down-menu/*/

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 min-height: 1px;
 line-height: 1em;
 vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
 background-color: #3a3a3a;
 width:150px;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

/* MENÜ VÉGE */

#body {
	background: #ffffff;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

/*@media screen and (max-width: 1024px) {*/
	/*#wrapper {
		width: 90%;
	}
}*/

/*#bal_menu, .#tartalom, #jobb_menu {
height: 100%;
vertical-align: top;
}

 #bal_menu{ float: left; width: 180px;}
  #tartalom{ margin-left: 181px; margin-right: 131px;}
  #jobb_menu{
  float: right;
  width: 130px;
  }*/

#footer {
	background: #ffffff;
	font-size: 16px;
	text-align:center;
	padding: 5px 20px 5px 20px;
	margin: 10px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-o-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}

#bal_menu {
    float: left;
    width: 180px;
	/*background-image:url('../images/slide/parafa_nagy_3.jpg');
	background-repeat:no-repeat;
	background-position:center;*/
	/*height: 670px;*/
	text-align:center;
	/*padding-top:20px;*/
	/*border:1px solid black;*/
}

#bal_teto{
	background-image:url('../images/slide/parafa_nagy_teto.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width: 180px;
	height: 50px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
}
#bal_alj{
	background-image:url('../images/slide/parafa_nagy_alj.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width: 180px;
	height: 110px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
}
#bal_adatok{
	width: 180px;
	height: 300px;
	text-align:center;
}
#bal_adatok_c{
	background-image:url('../images/slide/adatok_narancs.png');
	background-repeat:no-repeat;
	background-position:center;
	padding-top:45px;
	width: 180px;
	/*background-color:#ffff00;*/
	height: 130px;
/*	text-align:left;*/
	/*padding-left:20px;*/
}

#bal_adatok_c2{
width: 180px;
height: 130px;
text-align:left;
padding-left:20px;
}

#tartalom {
	float:left;
	width:640px; 
}

#jobb_menu {
	float:left;
	width:130px;
	
}

#jobb_menu_ajanlo{
	background-image:url('../images/slide/parafa_tuzott_papir.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height: 180px;
	text-align:center;
	/*padding-top:20px;*/
	/*padding-left:5px;*/
	font-size:10px;
	font-family:comic sans ms;
}

/*INNEN AZ ENYÉM*/

#tdbg {
background-image:url('../images/golyo_s.png');
background-repeat:no-repeat;
background-position: center;
text-align:center;
vertical-align:center;
height:56px;
width:56px;
}

#tdbg2 {
text-align:center;
vertical-align:center;
height:30px;
color:#ff6633;
font-size:15px;
font-weight:bold;
height:50px;
}

#szamok {
color:#FFFFFF;
font-size:30px;
}

#szelveny {
font-weight:bold;
font-size:20px;
}

fieldset {
text-align:center;
background-color:#c46a00;
overflow: hidden;
position: relative;
border-width:0px;
width:550px;
margin-left:20px;
}

input.groovybutton
{
   font-size:20px;
   font-weight:bold;
   /*color:#113344;*/
   width:120px;
   height:40px;
  /* background-color:#00FA4F;*/
   margin:5px 5px 0 5px;
}

input.groovybutton2
{
   font-size:14px;
   font-weight:bold;
   /*color:#FFFFFF;*/
   width:120px;
   height:25px;
   /*background-color:#FF0000;*/
   margin-top:11px;
}

input.groovybutton3
{
   font-size:14px;
   font-weight:bold;
   /*color:#FFFFFF;*/
   width:120px;
   height:25px;
   /*background-color:#FF6600;*/
   margin-top:11px;
}

input.groovybutton4
{
   font-size:14px;
   font-weight:bold;
   /*color:#000000;*/
   width:160px; /*180px kell*/
   height:40px; /*25px kell*/
   /*background-color:#89adff;*/
   margin-top:5px; /*11px kell*/
   margin-right:5px;
}

/* begin table styles */

table {
	border-collapse: collapse;
	border-style:solid;
	border-width: 0px;
	text-align: center;
}
table a {
	color: #000;
}

table a:hover {
	color:#373737;
	text-decoration: none;
}

.b_weight {
/*font-weight:bold;*/
/*font-family:arial;*/
color:#ffffff;
padding:0 0 0 0;
font-size:14px;
font-weight:weight;
}
.b_weight a{
color:#000000;
padding:0 0 0 3px;
font-size:14px;
font-weight:weight;
}
.b_weight_lotto {
font-weight:bold;
/*font-family:arial;*/
color:#000000;
padding:0 0 0 0;
font-size:14px;
/*font-weight:weight;*/
}
.szam {
float:left;
}

.foszelveny{
font-weight:bold;
font-size:23px;
font-family:arial;
}

.profil {
margin: 0px auto;
min-height:400px;
width:570px;
}

.profilkep{
float:left;
width:205px;
text-align:center;
/*height: auto;*/
padding: 0px;
clear: both;
}

.profil_info{
margin-left:216px;
padding: 0px;
width:350px;
padding-right:5px;
padding-left:5px;
border-left:1px dotted grey;
min-height:400px;
}

.talalat_pont{
padding-top:15px;
width: 205px;
text-align:center;
clear:both;
}

.profil_kiemelt{
font-weight:bold;
text-align:center;
color:grey;
float: left;
width: 120px;
text-align:left;
display:block;
}

span.kiemelt{
font-weight:bold;
text-align:center;
}

ul.dropdown-menu {
    display: none;
}

.menu{
padding-right:100px;
}

.szinvalto {
text-align:right;
float:right;
width: 150px;
}

.gombok {
padding-left:6px; /*90px kell*/
float:left;
}
.allando_gomb {
padding-left:166px;
width:364px;
clear:both;
float:right;
}

.uzenofal_fejlec {
float:left;
width:215px;
text-align:left;
background-color:#fff1dd;
margin:5px 0 5px 0;
padding-left:5px;
}

.uzenofal_datum {
float:right;
width:223px;
text-align:right;
background-color:#fff1dd;
margin:5px 0 5px 0;
padding-right:5px;
}

.uzenofal_uzenet{
text-align:left;
background-color:#f0f0f0;
}

.elozmeny {
display:none;
text-align:left;
border-top:1px solid black;
border-bottom:1px solid black;
}

.infosav{
background-color:#ffff99;
border-style: groove;
padding:5px;
margin:0 10px 0 10px;
width:610px;

}