/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

.toggle_gomb {cursor:pointer}
.toggle_leiras {display:none}

a {cursor:pointer}



/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: auto;
	color: #999999;
	font-size:13px;
	line-height:130%;
	background: #646464;
	overflow: hidden;
	position: relative;
	z-index: 2;
	display: block;
}

#panel h1,h2,h3{font-family:"Century Gothic","Trebuchet MS",sans-serif;line-height:130%;margin:0.8em 0;clear:both;font-weight:inherit;}
html,h1,h2,h3{margin:0;padding:0;border:0;outline:0;font-style:inherit;font-size:100.01%;font-family:inherit;vertical-align:baseline;text-decoration:none}
#panel h1{font-size:18px;color:#fccc69}
#panel h2{font-size:12px;letter-spacing:0.4pt;text-transform:uppercase;color:#ecd191;margin-top:20px;}
#panel h3{font-size:12px;letter-spacing:0.2pt;color:#fff;}

body{margin:0;padding:0;background-color:#646464;color:#dedede;font:normal normal 86%/14px 'Lucida Grande','Lucida Sans','Lucida Sans Unicode',Verdana,sans-serif;}

#panel p, ul {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
	background-color:#272727;
	
}

#panel .content .left {
	width: 560px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

.left ul li{
	margin-left:30px;
}

#panel .content .right {
	width: 850px;
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

.irszam {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 80px;
	color: white;
	height: 16px;
}

.irszam:focus {
	background: #545454;
	border: 1px #1A1A1A solid;
}

#panel .content input:focus.field {
	background: #545454;
}

#panel .content select {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 2px;
	margin-top: 4px;
	color: white;
	height: 20px;
}


/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 154px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 10px 0 0;
	font-size: 11px;
	text-decoration: underline;
}


.error {color:#ed0000;}

#telefon {width:100px}

#panel .content input.field.error {background:#ed0000}
input:focus { border: 1px dotted black; }

#versenyruha{
	display:none;
}

#versenyek td {text-align:center}

#nevezes_felteteli_gomb {cursor:pointer}


#nevezheto_versenyek {display:none}
#nevezheto_versenyek td {text-align:center}

#party {display:none;}

.kek {color:#15ADFF}

#nevezesicsomagok_tabla {
	border: 1px solid silver;
	border-color:silver;
	border-collapse:collapse;
	border-style:inset;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}

#nevezesicsomagok_tabla .balra {
	text-align:left;
	padding-left:10px;
}

#korosztaly_tabla {
	display:none;
}

#para_kategoria_tabla {
	display:none
}
