<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----[ Facebook - Login header ]----- */

.login-form{ color:#FFF; }

.login-form .fb-login-button{
	display: inline-block;
	width: 35px;
	overflow: hidden;
	vertical-align: top;
	margin-top: 2px;
}
.login-form a.fb_button{
	display: inline-block;
	height:  32px;
	width: 32px;
	line-height:32px;

	border: 1px solid #38527d;
	
	border-radius: 4px;
	
	box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	
	background-image: linear-gradient(bottom, #4064A3 0%, #5A76B0 100%);
	background-image: -o-linear-gradient(bottom, #4064A3 0%, #5A76B0 100%);
	background-image: -moz-linear-gradient(bottom, #4064A3 0%, #5A76B0 100%);
	background-image: -webkit-linear-gradient(bottom, #4064A3 0%, #5A76B0 100%);
	background-image: -ms-linear-gradient(bottom, #4064A3 0%, #5A76B0 100%);
	
	background-position: 0 0;
}
.login-form a.fb_button::before{
	content: "f";
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 32px;
	text-shadow: 0 -1px 0 #3c547e;
	
	display:  inline-block;
	
	height:  32px;
	width: 32px;
}
.login-form a.fb_button span{
	display: none;
}
.login-form #fb-root{
	display: none;
}


/* -----[ Button ]----- */

.buttonGreen{
	
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Gill Sans MT Condensed', Helvetica, sans-serif;

	display: inline-block;
	/* 32px  height:  2em;  */
	/*line-height: 1.875em;*/ /* 30px */
	line-height: 22px !important;
	padding: 0 1.25em !important;
	
	border: 1px solid #b78f1d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		border-color: #2c9186;
	background-color: #2c9186;
	background-image: linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -o-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -moz-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -webkit-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -ms-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #238076),
		color-stop(1, #2c9186)
	);	
	
}

.switch-button label.selected span,
button,
.button{
	/*font-size: 1em;*/ /* 16px */
    font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Gill Sans MT Condensed', Helvetica, sans-serif;

	display: inline-block;
	/* 32px  height:  2em;  */
	/*line-height: 1.875em;*/ /* 30px */
	line-height: 22px !important;
	padding: 0 1.25em !important;
	
	border: 1px solid #b78f1d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	background-color: #EAB82D;
	background-image: linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -o-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -moz-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -webkit-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -ms-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #C18B1F),
		color-stop(1, #EAB82D)
	);
	background-position: 0 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button:hover,
.button:hover{
	border-color: #755817;
	background-color: #7c5600;
	background-image: linear-gradient(bottom, #93834b 0%, #7c5600 100%);
	background-image: -o-linear-gradient(bottom, #93834b 0%, #7c5600 100%);
	background-image: -moz-linear-gradient(bottom, #93834b 0%, #7c5600 100%);
	background-image: -webkit-linear-gradient(bottom, #93834b 0%, #7c5600 100%);
	background-image: -ms-linear-gradient(bottom, #93834b 0%, #7c5600 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #93834b),
		color-stop(1, #7c5600)
	);
}
a.button{
	line-height: 2em;
}
.button-big{
	font-size: 1.5em;
    line-height: 1.875em;
    padding:  10px 1.25em !important;
}
.button-important{
	cursor:pointer;
	border-color: #2c9186;
	background-color: #2c9186;
	background-image: linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -o-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -moz-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -webkit-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -ms-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #238076),
		color-stop(1, #2c9186)
	);
}
.button-important:hover{
	border-color: #b78f1d;
	background-color: #EAB82D;
	background-image: linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -o-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -moz-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -webkit-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -ms-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #C18B1F),
		color-stop(1, #EAB82D)
	);
	
}

.button-cancel{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #2c9186;
	background-color: #2c9186;
	background-image: linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -o-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -moz-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -webkit-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -ms-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #238076),
		color-stop(1, #2c9186)
	);
	
	border: 1px solid #B78F1D;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Gill Sans MT Condensed',Helvetica,sans-serif;
    font-size: 1em;
    height: 2em;
    line-height: 1.875em;
    padding: 0 1.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	cursor:pointer;
}
.button-cancel:hover{
	border-color: #b78f1d;
	background-color: #EAB82D;
	background-image: linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -o-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -moz-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -webkit-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -ms-linear-gradient(bottom, #C18B1F 0%, #EAB82D 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #C18B1F),
		color-stop(1, #EAB82D)
	);
	background-color: #7C5600;
    background-image: -moz-linear-gradient(center bottom , #93834B 0%, #7C5600 100%);
    border-color: #755817;
}



.button-back{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #FFF;
	background-color: #DDDDDD;
	background-image: linear-gradient(bottom, #DDDDDD 0%, #F6F6F6 100%);
	background-image: -o-linear-gradient(bottom, #DDDDDD 0%, #F6F6F6 100%);
	background-image: -moz-linear-gradient(bottom, #DDDDDD 0%, #F6F6F6 100%);
	background-image: -webkit-linear-gradient(bottom, #DDDDDD 0%, #F6F6F6 100%);
	background-image: -ms-linear-gradient(bottom, #DDDDDD 0%, #F6F6F6 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #DDDDDD),
		color-stop(1, #F6F6F6)
	);
	
	border: 1px solid #FFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #787878;
    display: inline-block;
    font-family: 'Gill Sans MT Condensed',Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.875em;
    padding: 0 1.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.button-back:hover{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #FFF;
	background-color: #DDDDDD;
	background-image: linear-gradient(bottom, #DDDDDD 0%, #F6F6F6 100%);
	background-image: -o-linear-gradient(bottom, #DDDDDD 0%, #F6F6F6 100%);
	background-image: -moz-linear-gradient(bottom, #DDDDDD 0%, #F6F6F6 100%);
	background-image: -webkit-linear-gradient(bottom, #DDDDDD 0%, #F6F6F6 100%);
	background-image: -ms-linear-gradient(bottom, #DDDDDD 0%, #F6F6F6 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #DDDDDD),
		color-stop(1, #F6F6F6)
	);
	
	border: 1px solid #FFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #000;
    display: inline-block;
}


.button-secoundary{
	
}
.switch-button{
	background: url('../images/bg-input.png') repeat top left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	display: block;	
	margin-bottom: 0.625em;
}
.switch-button label {
	cursor: pointer;
	display: block;
	float: left;
	width: 50%;
	line-height: 32px;
	height: 32px;
	padding: 0;
	position: relative;
	overflow: hidden;
	
	background-color: #fff;
	background-image: linear-gradient(bottom, #fff 86%, #ccc 100%);
	background-image: -o-linear-gradient(bottom, #fff 86%, #ccc 100%);
	background-image: -moz-linear-gradient(bottom, #fff 86%, #ccc 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 86%, #ccc 100%);
	background-image: -ms-linear-gradient(bottom, #fff 86%, #ccc 100%);
	
	background-clip: padding-box;
	background-position: 0 0;
	border: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.switch-button label.first{
	border-radius: 3px 0 0 3px;
}
.switch-button label.last{
	border-radius: 0 3px 3px 0;
}
.switch-button label span{
	font-size: 1em; /* 16px */
	color: #8f8f8f;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Gill Sans MT Condensed', Helvetica, sans-serif;

	display: inline-block;
	height:  2em; /* 32px */
	line-height: 1.875em; /* 30px */
	
	padding: 0;
	width: 98%;

}
.switch-button label.last span{
	width: 100%;
}
.switch-button label.selected span{
	padding: 0;
    line-height: inherit !important;
}
.switch-button label input{
	/*visibility: hidden;*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: -110%;
}

/* -----[ INPUT / TEXT ]----- */
.input-text{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #8f8f8f;
	line-height: 32px;
	height: 32px;
	padding: 0 10px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	border-radius: 3px;
	
	background-image: linear-gradient(bottom, #fff 86%, #ccc 100%);
	background-image: -o-linear-gradient(bottom, #fff 86%, #ccc 100%);
	background-image: -moz-linear-gradient(bottom, #fff 86%, #ccc 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 86%, #ccc 100%);
	background-image: -ms-linear-gradient(bottom, #fff 86%, #ccc 100%);
	
	background-clip: padding-box;
	background-position: 0 0;
	border: 0;
}

input.input-border{ border:1px solid #DDD; }

.text200{ width:200px; }
.text300{ width:300px; }
.regRowLabel{ width:120px; display:inline-block; margin-right:10px; text-align:right; }

#teamRegUserBox .regRowLabel{ width:80px; }

.regRow{
	background: url('../images/bg-input.png') repeat top left;
	border-radius: 3px;
	padding: 5px;		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:3px;
}

.input-wrapper{
	/*background: url('../images/bg-input.png') repeat top left;*/
	border-radius: 3px;
	padding: 5px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.input-wrapper-new{
	display: block;
	margin-bottom:6px;
}

.input-wrapper span{ 
	display:inline-block;
	width:100px;
}


.input-text:focus{
	box-shadow: inset 0 0 5px rgba(38,134,123,0.6);
}

/* -----[ ERROR INPUT / TEXT ]----- */
.input-wrapper.error input, 
.input.error{
	background: #feeeee;
	border: 1px solid #f22;
}
.input-wrapper.error input:-moz-placeholder, 
.input.error:-moz-placeholder,
.input-wrapper.error input::-webkit-input-placeholder, 
.input.error::-webkit-input-placeholder {
    color:    #f22;
}

.input-wrapper.error input:focus:-moz-placeholder, 
.input.error:focus:-moz-placeholder,
.input-wrapper.error input:focus::-webkit-input-placeholder , 
.input.error:focus::-webkit-input-placeholder {
	color: #8f8f8f;
}



/*------------------------------
    form table
------------------------------*/

table.form_table td{
	padding:8px;
}

table.form_table *.inputerror {
    border: 1px solid red;
    background-color: #ffeeee;
}
table.form_table label.error {
    font-weight: bold;
    color: red;
    background-color: transparent;
}
table.form_table input, textarea,select {
    border: 1px solid #666;
    padding: 4px;
}
table.form_table select.text300, input.text300 {
    width: 300px;
}

table.form_table input.text250 {
    width: 250px;
}

table.form_table input.text200 {
    width: 200px;
}

table.form_table textarea.text300 {
    width: 300px;
    height: 100px;
    overflow: auto;
}

table.form_table label {
    cursor: pointer;
}

table.form_table th {
    background-color: #0072BB;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}
table.form_table tr.row1 td {
    border-bottom: 1px solid #D0D0D0;
    background-color: #F6F6F6;
}

table.form_table tr.error td {
    border-bottom: 1px solid #D0D0D0;
    background-color: #eba8a8;
}
table.form_table tr.row2 td {
    border-bottom: 1px solid #D0D0D0;
    background-color: #FFF;
}

table.form_table input.submit ,  input.submit , a.submit{
    font-size: 1.5em; /* 16px */
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Gill Sans MT Condensed', Helvetica, sans-serif;

	display: inline-block;
	height:  2em; /* 32px */
	line-height: 1.875em; /* 30px */
	
	padding: 0 1.25em;
	
	border: 1px solid #b78f1d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	border-color: #2c9186;
	background-color: #2c9186;
	background-image: linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -o-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -moz-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -webkit-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -ms-linear-gradient(bottom, #238076 0%, #2c9186 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #238076),
		color-stop(1, #2c9186)
	);
	background-position: 0 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
}

/* beviteli mezĹ‘ pl. a kĂ©pek hozzĂˇszĂłlĂˇsainĂˇl */
.board_input {
	width: 99%;
	height: 65px;


}

.buttonbig { font-size: 1.4em !important;}

</pre></body></html>