html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    background: transparent;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    vertical-align: baseline;
}

html {
	background-color: #fff;
}
#content ul {
	list-style: none;
}
#content ul li{
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 20px 0.6em;
	padding-left: 32px;
}
#content ol li{
	margin-left: 32px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#content ol li ol{
	list-style: none;
}


body {
	color: #1A1A1A;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
body.bumpbox_body {
	min-width: 0px;
}
a {
	text-decoration: none;
	color: #6f8a3c;
}
a:hover {
	text-decoration: underline;
	color: #6f8a3c;
}
table td{
	vertical-align: top;
	padding: 3px 5px;
}
.clear { clear: both;}
small { 
    font-size: 0.7em;
    line-height: 160%;
    white-space: normal;
}
.wrapper {
	width: 100%;
}
.content {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

/*
#header {
	background-color: #F1F3FF;
}
#header_menu {
	background-color: #3a698d;
	border-top: solid 4px #93a543;
	border-bottom: solid 4px #c7dae9;
}


#header_title {
	background-color: #c7dae9;
	line-height: 44px;
}

#header_title h1{
	margin-top: 0;
	text-indent: 4px;
	padding: 0;
	font-weight: normal;
	font-size: 22px;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 0;
}

#logo img {
	float: left;
}
#logo span {
	display:-moz-inline-stack;
	display: inline-block;
	padding-top: 30px;
}
#logo {
	color: #6f8a3c;
	font-style: normal;
    font-size: 15px;
}
#logo:hover {
	text-decoration: none;
}


#top_menu {
	float: right;
	list-style: none;
	margin-top: 16px;
}
#top_menu li{
	float: left;
	margin-left: 0;
}
#top_menu a {
	color: #909090;
	font-size: 13px;
	display: block;
	padding: 0 10px;
	line-height: 20px;
	background-image: url(../images/sprite.gif);
	background-repeat: no-repeat;
	background-position: 100% 3px;
}
#top_menu li.last a{
	background-image: none;
	padding-right: 0;
}
#top_menu li a:hover{
	text-decoration: underline;
}
#top_menu li.selected a{
	color: #333;
}
#top_menu li.selected a:hover{
	text-decoration: none;
}

#irjon {
	float: right;
	color: #3A698D;
	font-size: 15px;
	position: absolute;
	top: 45px;
	right: 0;
	left: 20px;
}
#irjon strong {
	color: #93a543;
	font-style: normal;
    font-size: 15px;
	font-weight: normal;
}

#irjon:hover {
	border-bottom: solid 1px #3A698D;
	text-decoration: none;
}

#header_menu ul{
	list-style: none;
}
#header_menu ul li{
	padding-top: 4px;
	float: left;
	margin-left: 0;
}
#header_menu ul li a,
#header_menu ul li span{
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 0 20px;
	line-height: 29px;
}
#header_menu ul li span em{
	font-style: normal;
	color: #C3C3C3;
}
#header_menu ul li.selected a{
	color: #3A698D;
	background-color: #c7dae9;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#header_menu ul li a:hover{
	color: #c7dae9;
	text-decoration: none;
}
#header_menu ul li.selected a:hover{
	color: #3A698D;
}
*/

a.button {
	background: #61852C;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0DB5A), to(#61852C));
	background: -webkit-linear-gradient(top, #A0DB5A, #61852C);
	background: -moz-linear-gradient(top, #A0DB5A, #61852C);
	background: -ms-linear-gradient(top, #A0DB5A, #61852C);
	background: -o-linear-gradient(top, #A0DB5A, #61852C);

	border: solid 2px #3A698D;
	border-radius: 7px;
	padding: 4px 7px;
	line-height: 15px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
}
a.button:hover {
	background: #A0DB5A;
	background: -webkit-gradient(linear, left bottom, left bottom, from(#61852C), to(#A0DB5A));
	background: -webkit-linear-gradient(bottom, #61852C, #A0DB5A);
	background: -moz-linear-gradient(bottom, #61852C, #A0DB5A);
	background: -ms-linear-gradient(bottom, #61852C, #A0DB5A);
	background: -o-linear-gradient(bottom, #61852C, #A0DB5A);
	text-decoration: none;
}



#logout {
	float: right;
	margin-top: 2px;
}







#footer {
	background-color: #3a698d;
	color: #fff;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}
#footer_menu {
	background-color: #bdcfdc;
	text-align: center;
}

#footer_menu ul {
	list-style: none;
}
#footer_menu ul li{
	display:-moz-inline-stack;
	display: inline-block;
	padding: 10px 0;
	margin-left: 0;
}
#footer_menu ul li a{
	display: block;
	padding: 0 10px;
	line-height: 25px;
	background-image: url(../images/sprite.gif);
	background-repeat: no-repeat;
	background-position: 100% -81px;
	color: #4D4D4D;
}
#footer_menu ul li.last a{
	background-image: none;
}
#footer_menu ul li a:hover{
	color: #000;
	text-decoration: underline;
}
#footer_menu ul li.selected a{
	color: #111;
}
#footer_menu ul li.selected a:hover{
	text-decoration: none;
}

#subcontent_wrapper {
	background-color: #F5FAFF;
	border-top: solid 1px #D3DAB1;
	font-size: 14px;
}

h3{
	color: #3A698D;
	font-weight: normal;
	margin:  5px 0;
	font-size: 17px;
}
#content_wrapper {
}


#sidebar {
	float: left;
	width: 176px;
	margin-top: 3px;
}
#sidebar2,
#subsidebar2 {
	float: right;
	width: 230px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#sidebar2 {
	margin-top: -34px;
}



#sidebar ul{
	list-style: none;
}

#content {
	/* xslbs-hez
	min-height: 650px;
	*/
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: calc(56px - 3vw);
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 150%;
/*
	width: 800px;
*/
	max-width: calc(100vw - 260px);
}

#content.mini  {
	float: left;
	width: 494px;
}
#content.content-with-right-sidebar,
.content-with-right-sidebar  {
	width: 670px;
}
#content.full_width  {
	width: 904px;
	margin: 4px auto 10px auto;
}
#content p{
	margin: 10px 0;
}

.menulist li{
	margin: 4px 0;
}
.menulist li a,
.menulist li div {
	display: block;
	height: 32px;
	line-height: 32px;
	width: 142px;
	background-image: url(../images/menulist_sprite.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #1A1A1A;
	font-size: 16px;
	padding: 8px 10px;
}
.menulist li.double a,
.menulist li.double div
{
	line-height: 17px;
}
.menulist li div,
.menulist li.double div {
    color: #ADA9A5;
}
	
.menulist li a:hover{
	background-position: 0% -110px;
	color: #3A698D;
	text-decoration: none;
}
.menulist #button_menu_tsz a{
	background-position: 0% -110px;
	color: #3A698D;
	text-decoration: none;
}
.menulist li.selected a{
	background-position: 0% -54px;
	color: #fff;
}


.szamla_table {
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	border-collapse: separate;
	border-spacing: 1px;
	background-image: url(../images/table_header.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	padding-top: 2px;
	text-align: center;
	text-wrap: normal;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.szamla_table thead th,
.szamla_table td{
	vertical-align: middle;
	padding: 2px;
}
.szamla_table thead th{
	background-color: #DDDDDD;
//	height: 35px;
	border-bottom: solid 2px #fff;
	font-weight: bold;
}
.szamla_table tr {
    height: 45px;
}
.szamla_table td {
	background-color: #F5F5F5;
	padding: 5px 2px;
        height: 25px;
}
.szamla_table tr.odd td{
	background-color: #e1e1e1;
}
.szamla_table tr:hover td{
	background-color: #93a543;
}

.szamla_table tr.nohover:hover td {
	background-color: #EBEBEB;
}

.szamla_table tr.haventseen td, .szamla_table tr.haventseen:hover td, .szamla_table tr.haventseen td input, .szamla_table tr.haventseen:hover td input{
	font-weight: bolder;
}

table.nohover tr:hover td {
	background-color: #EBEBEB !important;
}

table.szamla_table tr td a {
	display: block;
	text-decoration:none; 
	color: #1a1a1a;
}

#tabs-form > ul {
	/*width: 772px; #33755 */
	list-style-type:none;
	padding:0;
}
#tabs-form > ul li {
	float:left;margin-left: 0;background-image: none;padding: 0;
}
#tabs-form > ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	padding:4px 5px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background:#F5F5F5;
	margin-right:2px;
	border: solid 1px #DCDCDC;
}
#tabs-form > ul li a:hover{background-color:#dddddd;}
#tabs-form > ul li a.current{
	background:#93a543;
	color:#000;
	border: solid 1px #93a543;
	text-decoration: none;
}
.tab{
	width:730px;
	/*margin:auto; csak Chrome-ban marad problï¿½ma*/
	clear:both;
	padding: 20px;
	/*overflow:hidden;*/
	border: solid 1px #93a543;
}

.tab p{
	margin: 6px 0;
}


.tab label {
	display:-moz-inline-stack;
	display: inline-block;
	min-width: 170px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	/*padding-right: 24px;*/
	font-size: 14px;
	/*float: right;*/
}

.tab input.text,
.tab input.password {
	border: solid 1px #cdcdcd;
	background-image: none;
	background-color: #fff;
	height: 25px;
	line-height: 25px;
	padding: 0 4px;
}
select {
	border: solid 1px #cdcdcd;
	background-image: none;
	background-color: #fff;
	line-height: 25px;
	padding: 4px;
	margin: 0px;
}

/*
.tab input.validation-failed {
	border: solid 1px #cc003f;
}
div.validation-advice {
	color: #cc003f;
	font-size: 12px;
	margin-left: 194px;
	width: 466px;
	float: left;
	clear: both;
}
*/

div.hr {
	border-bottom: solid 1px #becd7f;
	display: block;
	height: 1px;
	margin: 2px 0;
}
/* ES: ezt hol hasznï¿½ljuk? nem talï¿½ltam
.tab h3 {
	color: #93a543;
	font-size: 18px;
	font-weight: normal;
	padding: 4px 2px;
}
*/
.textbutton {
	color: #93a543;
	font-size: 18px;
	font-weight: normal;
	padding: 4px 2px;
	text-decoration: underline;

}
.textbutton:hover {
	color: #61852C;
}


span.required {
	color: #ce0845;
	font-weight: bold;
}

input[type="radio"] {
margin-top: 3px;
margin-right: 3px;
margin-bottom: 3px;
margin-left: 5px;
        vertical-align: middle;
}
input[type="checkbox"] {
        vertical-align: middle;
}

.tab .button,
a.green_button,
input.button {
	float: right;
	border: solid 2px #3A698D;
	border-radius: 10px;
	padding: 4px 12px;
	line-height: 15px;
	font-size: 15px;
	color: #fff;
	display: block;
	cursor: pointer;
/*
	background-image: none;
	background: #61852C;
	background: -webkit-gradient(linear, left top, left bottom, from(#A0DB5A), to(#61852C));
	background: -webkit-linear-gradient(top, #A0DB5A, #61852C);
	background: -moz-linear-gradient(top, #A0DB5A, #61852C);
	background: -ms-linear-gradient(top, #A0DB5A, #61852C);
	background: -o-linear-gradient(top, #A0DB5A, #61852C);
*/
}

.tab .button:hover,
a.green_button:hover,
input.button:hover:not(.disabled):not(.megsem_button) {
	text-decoration: none;
/*
	background: #61852C;
	background: -webkit-gradient(linear, left bottom, left bottom, from(#A0DB5A), to(#61852C));
	background: -webkit-linear-gradient(bottom, #A0DB5A, #61852C);
	background: -moz-linear-gradient(bottom, #A0DB5A, #61852C);
	background: -ms-linear-gradient(bottom, #A0DB5A, #61852C);
	background: -o-linear-gradient(bottom, #A0DB5A, #61852C);
*/
}


.tipper {
	display:-moz-inline-stack;
	margin-top: 0;
    margin-left: 5px !important;
    border: 0;
	width: 18px;
	height: 18px;
    background-color: initial;
	background-image: url(../images/fh/info_atlatszo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
    top: 10px;
}
.tipper:hover {
	background-position: 0 -82px;
}


h1,
#content h1{
	color: #3A698D;
	font-size: 21px;
	font-weight: normal;
	margin: 5px 3px 15px;
	padding: 2px 0 0px 1px;
	border-bottom: solid 1px #93a543;
}
#content > h1 {
	border-bottom: solid 1px #e95d0f;
}

#content.full_width h1{
	padding: 2px 0 12px 1px;
}

h2,
#content h2{
	color: #93a543;
	font-size: 21px;
	font-weight: normal;
	/* margin: 5px 3px 12px; reszponzív off */
	padding: 2px 0 6px;
}

h4,
#content h4{
	color: #93a543;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
/*	margin: 5px 3px 12px; ES */
	padding: 2px 0 6px;
}

/*	pagination ***************************/


	#content .pagination {
		list-style: none;
		display: block;
		float: right;
		margin-right: 0;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	#content .pagination li{
		float: left;
		display: block;
		height: 18px;
		margin: 3px 3px 0px 3px;
		line-height: 18px;
		border: none;
		background-image: none;
		padding: 0;
	}
	#content .pagination li a{
		display: block;
		padding: 2px;
		width: 15px;
		height: 14px;
		text-align: center;
		line-height: 14px;
		font-size: 12px;
		text-decoration: none;
		border: solid 1px #93a543;
		color: #93a543;
	}
	#content .pagination li.previous-page a,
	#content .pagination li.next-page a{
		width: auto;
	}
	#content .pagination li a.disabled {
		color: #999;
		cursor: default;
	}
	#content .pagination li.currentPage a {
		background-color: #93a543;
		border-color: #93a543;
		color: #fff;
	}
	#content .pagination li.previous-page a:hover,
	#content .pagination li.next-page a:hover {
		background-color: #93a543;
		color: #fff;
		text-decoration: none;
	}
	#content .pagination li a:hover{
		background-color: #93a543;
		color: #fff;
		text-decoration: none;
	}
	#content .pagination li.currentPage a:hover{
		background-color: #93a543;
		color: #fff;
	}

/*	pagination ***************************/
/***************************************/


.asc {
	display: block;
	float: right;
	width: 49%;
	background-image: url(../images/table_sort.gif);
	background-repeat: no-repeat;
	background-position: 0 -57px;
}
.desc {
	display: block;
	float: left;
	width: 49%;
	background-image: url(../images/table_sort.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}
.asc:hover {
	background-position: 0 -97px;
}
.desc:hover {
	background-position:  100% -38px;
}

/* tip container */
.tipContainer { display:none; 	}

.message {
	background-color: #fff;
	padding: 1px;
	border: solid 1px #3a698d;
	box-shadow: 3px 3px 5px #777;
}

.message h3{
	background-color: #93a543;
	color: #fff;
	padding: 3px 10px;
	text-align: left;
	margin-top: 0;
	font-size: 17px;
}

.tipContent {
	padding: 10px;
}


/*Popup bumpbox*/

a.bumpbox img {
	border: solid 1px #dddddd;
}
a.bumpbox:hover img {
	border: solid 1px #3a698d;
}
#nycloser, #icsekk_banner_closer {
	cursor: pointer;
}
#nycloser:hover {
	background-position: 0px -31px !important;
}
#icsekk_banner_closer:hover {
	background-position: 0px -22px !important;
}
#next {
	background-position: 0 0 !important;
	cursor: pointer;
}
#next:hover {
	background-position: 0px -32px !important;
}
#prev {
	background-position: 0 0 !important;
	cursor: pointer;
}
#prev:hover {
	background-position: 0px -32px !important;
}

/*/Popup bumpbox*/


.help {
	font-size: 12px;
	color: #9b9b9d;
	line-height: 23px;
	padding: 6px 4px 6px 30px;
	background-image: url(../images/help_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0% 6px;
	display: block;
	float: right;
	position: relative;
}
.help:hover {
	text-decoration: underline;
	background-position: 0% -71px;
}

#loginform {
	background: #6390c3;
	background: -webkit-gradient(linear, left top, left bottom, from(#afcbe7), to(#6390c3));
	background: -webkit-linear-gradient(top, #afcbe7, #6390c3);
	background: -moz-linear-gradient(top, #afcbe7, #6390c3);
	background: -ms-linear-gradient(top, #afcbe7, #6390c3);
	background: -o-linear-gradient(top, #afcbe7, #6390c3);
	border-radius: 15px;
	width: 204px;
	padding: 12px;
	color: #1A1A1A;
}


#loginform h3{
	color: #F1F1F1;
	font-size: 18px;
	font-weight: normal;
	padding-left: 7px;
}
#loginform p{
	font-size: 12px;
	padding: 4px 7px;
}
#regform p{
	padding: 4px 0;
	font-size: 14px;
}
#regform h3{
	font-size: 18px;
	margin-top: 10px;
}
#regform form{
	padding: 0 5px;
	text-align: center;
	position: relative;
	
}
#loginform input.text,
#regform input.text{
	width: 183px;
	background-image: none;
	border: solid 1px #636363;
	height: 25px;
	line-height: 25px;
	padding: 0 4px;
	text-align: left;
}
#regform input.button{
	text-align: center;	
	float: right;
	margin: 0;
	position: relative;
	right: 13px;
}
#loginform input.button{
	padding-left: 20px;
	padding-right: 20px;
}





#partnereink  {
	width: 100%;
	border-collapse: separate;
	border-spacing: 12px;
}
#partnereink td{
	padding: 0;
	border: solid 1px #cbcbcb;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 150px;
	position: relative;
}
#partnereink td.empty{
	border: 0;
}
#partnereink td a{
	display: block;
	padding: 10px;
	width: 130px;
	height: 130px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
}
#partnereink td a:hover{
	text-decoration: none;
}
#partnereink td a span{
	position: absolute;
	top: 0;
	left: -160px;
	display: block;
	width: 130px;
	height: 50px;
	padding: 50px 10px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #3a698d;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition:all 0.2s ease-in;  
	-moz-transition:all 0.2s ease-in;  
	-o-transition:all 0.2s ease-in;  
	-ms-transition:all 0.2s ease-in;  
	transition:all 0.2s ease-in;  
}
#partnereink td a:hover span{
	left: 0;
	text-decoration: none;
}




table.bump {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.bump td{
	text-align: center;
	vertical-align: top;
	position: relative;
}
table.bump td a{
	display: block;
	position: relative;
	cursor: pointer;
	color: #3A698D;
	text-align: center;
	font-size: 13px;
	font-style: italic;
	line-height: 15px;
}


a.next2,
a.next{
	background-image: url(../images/next_sprite.png);
	background-repeat: no-repeat;
	background-position: 100% -32px;
	float: right;
	padding-right: 35px;
	color: #6f8a3c;
	font-size: 14px;
	text-decoration: underline;
	line-height: 27px;
	height: 35px;
	display: block;
}
a.next2 {
	display:-moz-inline-stack;
	display: inline-block;
	float: none;
}
a.prev{
	background-image: url(../images/prev_sprite.png);
	background-repeat: no-repeat;
	background-position: 0% -32px;
	padding-left: 35px;
	float: left;
	color: #6f8a3c;
	font-size: 14px;
	text-decoration: underline;
	line-height: 27px;
	height: 35px;
	display: block;
}
a.next:hover,
a.next2:hover{
	background-position: 100% 0;
	text-decoration: none;
}
a.prev:hover{
	background-position: 0 0;
	text-decoration: none;
}






#content dt, .kerdes, #content .kerdes h2{
	color: #3A698D;
	font-weight: normal;
	margin:  5px 0;
	font-size: 17px;
	cursor:pointer;
	padding: 2px 0 2px 0;
	border-bottom: solid 1px #93a543;
	text-indent: 2px;
	-webkit-transition:all 0.2s ease-in;  
	-moz-transition:all 0.2s ease-in;  
	-o-transition:all 0.2s ease-in;  
	-ms-transition:all 0.2s ease-in;  
	transition:all 0.2s ease-in;  
}
#content .kerdes h2{
	border: 0;
}
#content .current h2,
dt.current,
.kerdes.current{
	color: #6f8a3c;
}
#content dt:hover,
.kerdes:hover,
#content .kerdes h2:hover,
#content .kerdes:hover h2{
	color: #6f8a3c;
	text-indent: 8px;
}

.em1 {
	color: #000;
}
.em2 {
	color: #3a698d;
}
.em3 {
	color: #6f8a3c;
}
.em4 {
	color: #93a543;
}
.em5 {
	color: #7F7F7F;
}

blockquote {
	margin: 12px 20px;
}

.error,
.warning,
.info {
	color: #cc003f;
	font-size: 13px;
}
.warning{
	color: #ff9900;
}
.info {
	color: #3a698d;
}

div.error,
div.warning,
div.info {
	border: solid 1px #cc003f;
/*	width: 70%; ES */
	padding: 4px 10px 4px 24px;
	text-align: left;
	position: relative;
	display: block;
	margin: 10px auto 10px auto;
	background-image: url(../images/message_icons.png);
	background-repeat: no-repeat;
	background-position: 8px -72px;
}
div.warning {
	border: solid 1px #ff9900;
	background-position: -42px -32px;
}
div.info {
	border: solid 1px #3a698d;
	background-position: -92px 8px;
}
label.error {
	height: auto !important;
	text-align: left !important;
}

form div.error,
form div.warning,
form div.info {
	width: 298px;
	padding: 0px 10px 0 24px;
	text-align: left;
	position: relative;
	display: inline-block;
	margin: 6px 2px 6px 194px;
}
#content  div.error p,
#content  div.warning p,
#content  div.info p {
	position: relative;
	margin-left: 20px;
}
div.fizet-warn {
	border: solid 1px #ff9900;
	padding: 4px 10px 4px 24px;
	text-align: justify;
	position: relative;
	display: block;
	margin: 10px auto 10px auto;
	background-image: url(../images/message_icons.png);
	background-repeat: no-repeat;
	background-position: -42px -32px;
	font-size: 15px;
	line-height: 150%;
        color: #cf7900;
}
#content  div.fizet-warn p {
	position: relative;
	margin-left: 20px;
}

.disabled {
	opacity: 0.4 !important;
}

p.disabled input:disabled {
  background-color: #f0f0f0;
}

/******************************/

a.button {
	background-image: url(../images/button_red.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border: 0;
	border-radius: 0;
	padding: 4px 7px;
	width: 53px;
	height: 22px;
	line-height: 20px;
}

a.button:hover {
	background-image: url(../images/button_red.png);
	background-repeat: no-repeat;
	background-position: 0% -38px;
}

/*
.tab .button {
	background-image: url(../images/button_green.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;

	border: 0;
	border-radius: 0;
	padding: 4px 7px;
	width: 77px;
	height: 32px;
	line-height: 22px;
	font-size: 15px;
	color: #fff;
}
.tab .button:hover {
	background-image: url(../images/button_green.png);
	background-repeat: no-repeat;
	background-position: 0% -50px;
}*/
/******************************/

a.gomb {
	background-image: none;
	background: transparent;
	border: 0;
	height: 30px;
	padding: 0 12px 0 0;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	background-image: url(button_green_sprite.png);
	background-repeat: no-repeat;
	background-position: 100% -60px;
}
a.gomb span {
	display: block;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 0 0 0 12px;
}
a.gomb:hover {
	background-position: 100% -170px;
	text-decoration: none;
}
a.gomb:hover span {
	background-position: 0% -120px;
}

/********************* Hozzï¿½adott *************************/

table {
	width: 100%;
/*	border-collapse: collapse; */
}

div.xt_panel {
	margin-top: 10px;
/*	
	display: table;
 	width: 100%;
*/	
	/*margin:auto; csak Chrome-ban marad problï¿½ma*/
	clear:both;
	padding: 20px;
	background:#fff;
	/*overflow:hidden;*/
	border: solid 1px #93a543;
}

div.xt_button {
    display: inline-block;
    margin-top: 10px;
/*
    width: 100%;
*/
}

td.xt_nopad {
    padding: 0px;
}

input[xt_button_align="right"],
a[xt_button_align="right"] {
    float: right;
    margin-left: 10px;
}
input[xt_button_align="left"],
a[xt_button_align="left"] {
    float: left;
    margin-right: 10px;
}

.xt_panel label {
	display:-moz-inline-stack;
	display: inline-block;
	min-width: 170px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	/*padding-right: 24px;*/
	font-size: 14px;
	/*float: right;*/
}

.xt_panel input.text,
.xt_panel input.password {
	border: solid 1px #cdcdcd;
	background-image: none;
	background-color: #fff;
	height: 25px;
	line-height: 25px;
	padding: 0 4px;
}

.xt_panel p{
	margin: 6px 0;
}

td[valign="bottom"] {
    vertical-align: bottom;
}

input.withcombo {
	height: 29px !important;
}


table.xt_panel_frame,
table.xt_panel, table.xt_ld, table.xt_panel__page_next,
table.xt_panel__button, .panel, .panel_frame ,
table.tabs, table.activ_tab {
	width:100%;
	max-width: 730px;
}

table.xt_panel__button {
	border: none;
}

a.textbutton {
	font-size: 14px;
}

/* bs
textarea {
	resize: none;
	min-width: 400px;
	max-width: 500px;
}
*/ 
label.title_mark {
    height: 15px;
    width: 18px;
    padding: 0px;
}

a.td_link {
	display: block;
	text-decoration: none;
	color: #1A1A1A;
}

label.small {
	font-size: 0.75rem;
	text-wrap: suppress;
	word-wrap: break-word;
	line-height: 125%;
}

label a {
	display: inline-block !important;
}

div#floating {
	background-color:#ffffff;
	border: 1px solid #93a543;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 200;
	display: none;
	clear: both;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}

.xt_link__title {
	background: url(../images/prev_sprite.png) no-repeat center center;
	background-position: 0 0;
	height: 25px;
	font-size: 18px;
	color: #3A698D;
	text-align:right;
	position: relative;
	top: -6px;
}

.xt_link__title:hover {
	text-decoration:underline;
	background-position: 0 -26 !important;
}

.xt_field {
	display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

a > div.xt_field {
	color: #3A698D;
}

a > div.xt_field:hover {
	text-decoration: underline;
	cursor: pointer;
}

td[align="right"] > img {
    padding-right: 10px;
}

.enable {
	display: inline;
	background-image: url(../images/dijnet_input_plus_button.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	border: none;
	height:16px;
	width:19px;
}

.enable:hover {
	background-position: 0 -16px !important;
}

.xt_lower {
    margin-top: 10px;
}

.errordata {
	border: 1px solid #CC003F !important;
	background-color: #FEFEC9 !important;
	box-shadow: 0 0 5px #cc003f !important;	
}

li a.red {
	color: red !important;
	font-weight: bold;
}

/* 
 * New bumpbox 
 */

div#bump_fuzz {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1021; /* bs .sticky-top 1020 */
	background: url(../images/dim.png);
	display: none;
	text-align: left;
}

div.new_bump_box {
	position: relative;
	width: 710px;
	height: 87%;
	z-index: 200;
	border: none;
	margin: 30px auto;
	padding: 20px 10px;
}

div.new_bump_box img {
	border: none;
	margin: 5px;
}

div.new_bump_box .close_btn {
	position: absolute;
	top: -16px;
	right: -16px;
	z-index: 1010;
	background: url(../images/closed_sprite.png);
	width: 31px;
	height: 31px;
	background-position: 0 0;
}

div.new_bump_box .close_btn:hover {
	background-position: 0px -31px !important;
}

iframe.bump_frame {
	overflow: auto;
	width: 710px;
	height: 100%;
}



#reg-ertekajanlat, #reg-ertekajanlat td {
}
    
#regdatas-form {
    display: inline-block;
    width: 100%;
    max-width: 772px;
    margin-right: 20px;
    vertical-align: top;
}

#reg-ertekajanlat {
	margin-top: 9px;
	line-height: 125%;
	font-size: 14px;
	border-spacing: 0px;
    width: 176px;
    float: right;
    padding: 0px;
    margin: 0px;
}
input.megsem_button{
	background-color: #B8B5B5 !important;
/*
	background: -webkit-linear-gradient(#949494, #B8B5B5) !important;
	border-color: #575757;
	color: #575757;
*/
}
input.megsem_button:hover{
	background-color: #e95d0f !important;
/*
	background: -webkit-linear-gradient(#B8B5B5, #949494) !important;
*/
}
label.telo_szoveg{
	text-align: left;
	color: grey;
}
label.reg_steps{
	position: absolute;
	left: 310px;
	font-size: 16px;
}
label.reg_title2{
	color:#3A698D;
	margin-left: 25px;
}
#content ul.progress{
	list-style:none;
	width:160px;
	height:24px;
}
#content ul.progress li{
	height: 22px;
	text-align: center;
	display: list-item;
	position: relative;
	float: left;
	padding-left: 0;
}
#content ul.progress li.act_pas_pas{
	background: url(../images/progressbar_3_1.png) no-repeat;
	width: 198px;
	padding-bottom: 8px;
}
#content ul.progress li.act_act_pas{
	background: url(../images/progressbar_3_2.png) no-repeat;
	width: 198px;
	padding-bottom: 8px;
}
#content ul.progress li.act_act_act{
	background: url(../images/progressbar_3_3.png) no-repeat;
	width: 198px;
	padding-bottom: 8px;
}

#content ul.regszolg_list, #bumpbox_content ul.regszolg_list {
	width: 100%;
	overflow: hidden;
	list-style-type: none;
}

#content ul.regszolg_list li, #bumpbox_content ul.regszolg_list li {
	background: none;
	float: left;
	display: inline;
	width: 225px;
	padding-left: 0px;
}

#content ul.regszolg_list img {
	vertical-align: middle;
}
#bumpbox_content ul.regszolg_list img {
	vertical-align: middle;
	height: 70px;
}


#content ul.regszolg_list li span, #bumpbox_content ul.regszolg_list li span {
	margin-left: 10px;
}
.xt_link__szolg_felirat{
		position:relative;
		top:10px;
		left:20px;
}
.regisztralok_gomb{
		position:relative;
		top:20px;
		left:20px;
}

label.reg_steps_pre{
	position: absolute;
	left: 270px;
	font-size: 16px;
}
label.reg_steps_pre_szolg{
	position: absolute;
	left: 450px;
	font-size: 16px;
}

#content ul.progress_pre{
	list-style:none;
	height:24px;
}
#content ul.progress_pre li{
	height: 22px;
	text-align: center;
	display: list-item;
	position: relative;
	float: left;
	padding-left: 0;
}
#content ul.progress_pre li.act_pas_pas_pas{
	background: url(../images/progressbar_4_1.jpg) no-repeat;
	width: 198px;
	padding-bottom: 8px;
}
#content ul.progress_pre li.act_act_pas_pas{
	background: url(../images/progressbar_4_2.jpg) no-repeat;
	width: 198px;
	padding-bottom: 8px;
}
#content ul.progress_pre li.act_act_act_pas{
	background: url(../images/progressbar_4_3.jpg) no-repeat;
	width: 198px;
	padding-bottom: 8px;
}
#content ul.progress_pre li.act_act_act_act{
	background: url(../images/progressbar_4_4.jpg) no-repeat;
	width: 198px;
	padding-bottom: 8px;
}




.szolg_fel{
	position: relative;
	font-size: 16px !important;
	line-height: 16px !important;
	top: -80px;
	text-align: center;
	text-align: center !important;
	font-weight: bold !important;
	color: #4E55A5 !important;
}
.szolg_reg_fel{
	position: relative !important;
	top: -80px;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #4E55A5 !important;
}
.szolg_img img{
	z-index: 2;
	position: relative;
}
.szolg_koruli_li{
	position: relative !important;
}
.jqui-dialog-buttons {
	display: none;
}
.ui-dialog-titlebar-no-close {
  display: none;
}

.akt_kod_label {
	min-width: 0px !important;
}

.help_line{
	text-align: justify;
	white-space: normal;
	margin-bottom: 0px;
	margin-top: 0.25rem;
}
p.help_line:first-child {
	margin-top: 0;
}

.mero_p {
	color: #173564;
	font-size: 14px;
}

/*
.webfizreg_p {
	font-size: 11px;
	font-family: Verdana, Georgia, Tahoma;
}
*/
.webfizreg_a {
	text-decoration: none;
	color: #000000;
}

#bmp_dv {
	background-color: #fff;
        box-sizing: initial;
}
#akadaly {
	font-size: 1.2em;
	padding: 5px;
}
#kerekesszek {
	vertical-align: middle;
	padding-right: 5px;
}
#flags {
	float: right;
	padding: 10px;
}
#button_menu_new_aszf > a{
	color: #cc003f;
}
#button_menu_new_at > a{
	color: #cc003f;
}
label.bevezeto {
	display: inline;
}
.smart {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	text-align: justify;
	line-height: 125%;
	border: none;
	padding: 0px;
	font-size: 11px;
}
.regsz_setup {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	text-align: justify;
	line-height: 150%;
	border: none;
	padding: 0px;
	font-size: 13px;
}
.default_color {
	color: #000;
}
#jeloletlenlista ul li{
	background-image:none !important;
	padding-left:0px !important;
}
#aszf_figy {
	color: #cc003f;
	text-align: justify;
}