﻿@charset "utf-8";
/*
Name: Waberer
Version: 1.00
Author: ughoo / mecs.gergely @ Habana
Author URI: http://habana.hu
*/

/** clear styles **/
html, body, div, span, p, h1, h2, h3, h4, h5, h6, ul, ol, li, img, form, nav, article, aside, header, footer, blockquote {
	margin:0px;padding:0px;border:0px none;outline:0px;
	list-style-type: none;
}

html, body { width:auto; height:auto; min-width: 980px; min-height: 680px; }
html, body, form, input, textarea, select, fieldset {font-size: 12px; font-family:  Arial,Helvetica, sans-serif; color: #525252; }
div.clr { clear:both; font-size:0px;line-height:0px;height:0px !important;overflow:hidden; visibility: hidden; }
h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif; }

*:focus { outline: 0; }
a {
	color:#183964;
	text-decoration:none;
	/*
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	*/
	/* transition: background-image 0.5s; */
}
a:hover {text-decoration:underline;}
a img, a:hover img {border: 0px none;}

input, textarea {color:#909090; font-size:14px;}

html, body {background:transparent; text-align:center; min-height: 600px;}

html {
	background: #ffffff url(images/bg2.png) center top repeat-y;
/*	height:99%; */
}

#wb_site {
	width: 982px;
	height:auto;
	margin: 0 auto;
}

#wb_head {
	height: 96px;
	overflow:hidden;
}

.wb_head_table
{
    position:absolute;
	top: 0px;
	left: 674px;	
}

#wb_logo {
	width: 340px;
	height: 95px;
	display:block;
	position:relative;
	overflow:hidden;
	float:left;
}

#wb_logo .fir {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background: url(images/logo.png) 0 0 no-repeat;
	top:0;
	left:0;
}

#wb_callcenter,
#wb_nowait,
#wb_kar{
	height: 28px;
	line-height: 28px;
	float:left;
	font-size:12px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	text-transform:uppercase;	
	border-radius: 3px;
	padding: 0px 15px 0px 0px;
}

#wb_callcenter,
#wb_nowait{
	height: 28px;
	line-height: 28px;
	float:right;
	font-size:12px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	text-transform:uppercase;	
	border-radius: 3px;
	padding: 0px 15px 0px 0px;
}

#wb_callcenter {
	background:#ffffff;
	color:#5b5b5b;
	margin: 13px 0px 12px;
}
#wb_callcenter:hover {
	background:#fab93d;
}
#wb_nowait,
#wb_kar{
	background:#fab93d;
	color:#183964;
}
#wb_nowait:hover,
#wb_kar:hover{
	background:#ffffff;
}

#wb_callcenter:hover,
#wb_nowait:hover,
#wb_kar:hover {
	text-decoration:none;
}

#wb_callcenter span,
#wb_nowait span,
#wb_kar span {
	display:block;
	float:left;
	width:28px;
	height:28px;
	background:red;
	margin-right: 10px;
	border-radius: 3px 0px 0px 3px;
}


#wb_callcenter span {
	background:#fab93d url(images/bg_sprite.png) 6px -295px no-repeat;
}
#wb_nowait span,
#wb_kar span {
	background:#ffffff url(images/bg_sprite.png) 5px -345px no-repeat;
}


#wb_nav {
	overflow:hidden;
	width: 980px;
	height: 55px;
	line-height: 27px;
	background:#e9e9e9 url(images/bg_sprite.png) 0px 0px repeat-x;
	border: 1px solid #dddddd;
	border-bottom:1px solid #ffffff;
	border-bottom: 0px none;
	border-radius: 5px 5px 0px 0px;
}

#wb_nav ul {
	display:block;
	width: 990px;
	height: 27px;
	float: left;
}
#wb_nav li {
	float:left;
}

#wb_nav li a {
	float:left;
	padding: 0px 2px 0px 2px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	
	font-size:14px;
	font-weight:normal;
	font-family: "DINBold", Arial, sans-serif;
	text-transform:uppercase;
	text-shadow: 1px 1px 0px #ffffff;
	color:#183964;
	height: 27px;
	width: 240px;
}

#ie9 #wb_nav li a {
	padding: 0px 2px 0px 3px;
}

#wb_nav li a:hover {
	background: #e9e9e9;
	text-decoration: none;
}

#wb_hull {
	width: 982px;
	min-height: 650px;
	background: #dddddd url(images/hull.png) center top repeat-y;
	border-bottom:1px solid #dddddd;
}

#wb_content {
	width: 740px;
	float:left;
	text-align:left;
}

#wb_breadcrumb,
.breadcrumb {
	padding: 20px;
	font-size:9px;
	color:#000000;
}

#wb_content .main {
	padding: 0px 20px;

	font-size:12px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	text-shadow: 1px 1px 0px #ffffff;
	color:#000000;	
}

#wb_content h1 {
	font-size:20px;
	font-weight:normal;
	font-family: "DINBold", Arial, sans-serif;
	text-transform:uppercase;
	color:#000000;
}

#wb_content h2 {
	font-size:14px;
	font-weight:normal;
	font-family: "DINBold", Arial, sans-serif;
	color:#000000;
	line-height: 20px;
}

#wb_content h2.subtitle {
	text-transform:uppercase;
	padding:11px 0px 0px;
}

#wb_content p {
	font-size:12px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	text-shadow: 1px 1px 0px #ffffff;
	color:#000000;
	padding: 0px 0px 20px 0px;
	margin:0;
}

#wb_content .question {
	padding:0px;
}

#wb_content ul,
#wb_content ol {
	padding: 20px 0px;
	margin:0;
}

#wb_content li {
	line-height: 16px;
	padding: 4px 0px;
}

#wb_content .main a {text-decoration:underline;}
#wb_content .main a:hover {text-decoration:none;}

#wb_content ul li a {
	display:block;
	padding-left: 24px;
	background: url(images/bg_sprite.png) 0px -163px no-repeat;
}
#wb_content ul li a.download {	
	background: url(images/bg_sprite.png) 0px -100px no-repeat;
}


#wb_content ul.ulstyle li {
	display:block;
	padding:0px;
	padding-left: 24px;
	background: url(images/ul.png) 4px 3px no-repeat;
}

#wb_content ol {
	padding-left: 24px;
	color:#183964;
}
#wb_content ol li {
	list-style-type: decimal;
	list-style-position: outside;
	color:#000000;
	padding:0px;
}

#wb_content ol li p {
	padding-bottom:15px;
}

.icon { 
	padding-left: 24px; 
	background-image: url(images/bg_sprite.png);
	background-repeat:no-repeat;
	line-height:18px !important;
	display:inline-block;
}
.icon.acrobat {
	background-position: 0px -450px;
}

.icon.facebook {
	background-position: 0px -400px;
}

.icon.tooltip {
	background: transparent url(images/tooltip.png) 0px 0px no-repeat;
	display:block;
	width: 16px;
	height:19px;
	float:right;
	margin: 0px 0px -19px 0px;
	cursor:pointer;
	overflow:hidden;	
}

.icon.tooltipkar {
	background: transparent url(images/tooltip.png) 0px 0px no-repeat;
	display:block;
	width: 16px;
	height:19px;
	float:right;
	margin: 0px 0px -19px 0px;
	cursor:pointer;
	overflow:hidden;	
	text-align:center;
	vertical-align:middle;
}

.tooltip-box {
	display: none;        /* required */
	position: absolute;   /* required */
	background: #e5e5e5 none;
	font-size:12px;
	line-height: 15px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	text-shadow: 1px 1px 0px #ffffff;
	color:#000000;
	padding: 10px;
	border:1px solid #000000;
	border-radius: 7px;

	width: 480px;
}

#wb_sidebar {
	float:right;
	width: 242px;
	text-align:left;
}

#wb_sidenav {
	margin: 20px;
}

#wb_sidenav li {
	display:block;
	width: 100%;
	padding: 7px 0px;
}
#wb_sidenav li a {
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	line-height: 14px;
	color:#183964;
	text-shadow: 1px 1px 0px #ffffff;
}

#wb_sidenav li a:hover {
	color:#fab93d;
	text-decoration:none;
}

.wb_sidebox_bg_no {
	margin: 0px 20px;
	padding: 10px 0px;	
}

.wb_sidebox_bg_no li {
	padding: 5px 0px;
}

.wb_sidebox_bg_no li a {
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	font-size:12px;
	line-height: 14px;
	color:#183964;
}

.wb_sidebox_bg_no li a:hover {
	color:#fab93d;
	text-decoration:none;
}

.wb_sidebox {
	margin: 0px 20px;
	padding: 20px 0px;
	background: url(images/sidebox.png) center top no-repeat;
}

.wb_sidebox_top {
	background: url(images/sidebox.png) center bottom no-repeat;
}

.wb_sidetitle {
	font-size:14px;
	padding-bottom: 8px;
	color:#323232;
	font-weight:normal;
	font-family: "DINBold", Arial, sans-serif;
	text-transform:uppercase;
}

.wb_sidebox li {
	padding: 5px 0px;
}

.wb_sidebox li a {
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	font-size:12px;
	line-height: 14px;
	color:#183964;
}

.wb_sidebox li a:hover {
	color:#fab93d;
	text-decoration:none;
}

#wb_foot {
	margin: 0px 0px;
	height: 75px;
	background: #ffffff url(images/foot.png) no-repeat 590px center;
	padding: 15px 20px 5px 20px;
}

#wb_foot_left {
	width: 420px;
	float:left;
	font-size: 10px;
	text-transform:uppercase;
	color:#949494;
	text-align:left;
	line-height:26px;
}

#wb_foot_links {
	border-bottom: 1px solid #e3e3e3;
}

#wb_foot_links a {
	font-size: 10px;
	text-transform:uppercase;
	color:#949494;
}

#wb_foot_links span {
	padding: 0px 12px;
}

/* form */

.wb_form {}
.wb_form .div_cim {
	clear:both;
	font-size:14px;
	font-weight:normal;
	font-family: "DINBold", Arial, sans-serif;
	color:#000000;
	line-height: 20px;
	text-transform:uppercase;
	padding:11px 0px 0px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom:20px;
}

.wb_form .wide {
	clear:both;
}

.wb_form .wide label {
	float:left;
	width: 176px;
	padding-right:10px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	font-size:11px;
	line-height: 12px;
	color:#000000;
	text-align:right;
	padding-top:3px;
}

.wb_form .wide input.text,
.wb_form .wide select {
	padding: 5px 7px;
	border: 1px solid #d3d3d3;
	color:#222222;
	font-family: "DINRegular", Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	margin-bottom:12px;
}

.wb_form .wide input.text { width: 200px; }
.wb_form .wide select { width: 216px;}

.wb_button_holder {
	width: 402px;
}

.wb_button_holder2 {
	width: 502px;
}

.wb_button {
	padding: 5px 7px;
	text-transform:uppercase;
	font-family: "DINBold", Arial, sans-serif;
	font-size:15px;
	line-height: 18px;
	color:#082347;
	background: #e9a522 url(images/bg_sprite.png) 0px -201px repeat-x;
	border: 1px solid #c89127 !important;
	border-radius: 4px;
	text-shadow: 1px 1px 0px #f8ca71;
	cursor:pointer;

	margin-top:10px;
	margin-bottom: 10px;
	float:right;
}


a.wb_button {
    text-decoration: none;
}

.float_left
{
    float:left;
}

.float_center
{
    float:none;
    margin: auto;
}

.wb_button:hover {
	text-decoration:none;
}


/* front posts */
#online-bar,
#fb-bar 
{    
	line-height: 22px;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	margin: 20px 0px;
	border-radius: 4px;
	font-size: 12px;
	cursor:pointer;
	font-family: "DINRegular", Arial, sans-serif;
}
#fb-bar 
{
    background: #183964 url(images/bg_sprite.png) 6px -394px no-repeat;
    padding:5px 5px 3px 30px;
    color:#ffffff;    
}

#online-bar 
{
    background: #183964 url(images/cib_logok.png) 0px 0px no-repeat;
    color:#ffffff;
    /*
    border-color: #183964;
    border-width: 1px;
    border-style: solid;
    */
    padding:5px 5px 3px 215px;
}

#wb_content .main a#fb-bar,
#wb_content .main a#online-bar
{
	text-decoration:none;
	text-shadow: none;
}

#wb_content .main a#fb-bar:hover, 
#wb_content .main a#online-bar:hover {
	background-color: #fab93d;
}

#postsholder {
	width: 720px;
}

.post {
	float:left;
	width: 220px;
	height: 235px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.post h2 {}
.post h2 a {
	text-decoration: none !important;
	text-transform:uppercase;
}
.post img {
	width: 220px;
	height:143px;
	display:block;
	margin-bottom:10px;
	border-radius: 4px;
}

/* sz�ks�ges b�v�t�sek */

blockquote {padding-left: 20px;}

img.lev
{
    vertical-align: text-bottom;
}

fieldset.field_panasz_hiba
{
    color: maroon;
    border: 1px solid lightGrey;
}

fieldset.field_panasz_hiba legend
{
    font-weight: bold;
}

fieldset.field_panasz_hiba ul li
{
    margin-left: 30px;
    list-style-type: square;
}

.modalBg { background-color:#cccccc; filter:alpha(opacity=80); opacity:0.8; }
.modalPanel { background-color:#ffffff;  padding:3px; border:1px solid Gray; border-radius: 7px;}
.modalPanel_default { background-color:#FFFFFF; border-width:3px; border-style:solid; border-color:Gray; padding:3px 10px 3px 10px; width:650px;}

.wb_asp_form {}
.wb_asp_form .div_cim {
	clear:both;
	font-size:14px;
	font-weight:normal;
	font-family: "DINBold", Arial, sans-serif;
	color:#000000;
	line-height: 20px;
	text-transform:uppercase;
	padding:11px 0px 0px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom:20px;
}

.wb_asp_form .wide {
	clear:both;
}

.wb_asp_form .wide .textbox,
.wb_asp_form .wide .dropdownlist,
.wb_asp_form .wide .textbox_small,
.wb_asp_form .wide .textbox_smaller,
.wb_asp_form .wide .textbox_smaller2,
.wb_asp_form .wide .textbox_smaller3,
.wb_asp_form .wide .textbox_smaller4,
.wb_asp_form .wide .textbox_meret,
.wb_asp_form .wide .textbox_extrasmall,
.wb_asp_form .wide .dropdownlist_small,
.wb_asp_form .wide .dropdownlist_smaller,
.wb_asp_form .wide .dropdownlist_smaller2,
.wb_asp_form .wide .dropdownlist_extrasmall,
.wb_asp_form .wide .textbox_small_multi,
.wb_asp_form .wide .textbox_small_multi2
 {
	padding: 5px 7px;
	border: 1px solid #d3d3d3;
	color:#222222;
	font-family: "DINRegular", Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	margin-bottom:12px;
}

.wb_asp_form .wide .textboxsmall_error,
.wb_asp_form .wide .textboxsmaller_error,
.wb_asp_form .wide .textboxsmall4_error,
.wb_asp_form .wide .textbox_meret_error,
.wb_asp_form .wide .textboxsmall2_error,
.wb_asp_form .wide .dropdownlistsmall_error,
.wb_asp_form .wide .textbox_extrasmall_error,
.wb_asp_form .wide .textbox_small_multi_error,
.wb_asp_form .wide .textbox_small_multi2_error
{
    padding: 5px 7px;
	border: 2px solid Maroon;
	color: #222222;
	font-family: "DINRegular", Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	margin-bottom:12px;
}

.wb_asp_form .wide .textbox { width: 400px; }
.wb_asp_form .wide .dropdownlist { width: 416px;}
.wb_asp_form .wide .textbox_small_multi { width: 200px; height: 45px; }
.wb_asp_form .wide .textbox_small_multi2 { width: 200px; height: 90px; }
.wb_asp_form .wide .textbox_small { width: 200px; }
.wb_asp_form .wide .textbox_smaller { width: 142px; height: 16px;}
.wb_asp_form .wide .textbox_smaller2 { width: 57px;}
.wb_asp_form .wide .textbox_smaller3 { width: 124px;}
.wb_asp_form .wide .textbox_smaller4 { width: 54px; }
.wb_asp_form .wide .textbox_meret { width: 40px; }
.wb_asp_form .wide .textbox_extrasmall { width: 30px; height: 16px;}
.wb_asp_form .wide .dropdownlist_small { width: 216px; }
.wb_asp_form .wide .dropdownlist_smaller { width: 167px; }
.wb_asp_form .wide .dropdownlist_smaller2 { width: 140px;}
.wb_asp_form .wide .dropdownlist_extrasmall { width: 55px; }
.wb_asp_form .wide .textboxsmall_error { width: 200px;}
.wb_asp_form .wide .textboxsmaller_error { width: 142px; height: 16px;}
.wb_asp_form .wide .dropdownlistsmall_error { width: 216px}
.wb_asp_form .wide .textbox_extrasmall_error{ width: 30px; height: 16px;}
.wb_asp_form .wide .textboxsmall4_error { width: 54px; }
.wb_asp_form .wide .textboxsmall2_error {width: 57px; }
.wb_asp_form .wide .textbox_small_multi_error { width: 200px; height: 45px; }
.wb_asp_form .wide .textbox_small_multi2_error { width: 200px; height: 90px; }
.wb_asp_form .wide .textbox_meret_error { width: 40px; }

.horizontalcheckboxlist,
.verticalcheckboxlist {}

.wb_asp_form .wide .horizontalcheckboxlist label {
	float:right;
	/*width: 176px;*/
	padding-right:10px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	font-size:11px;
	line-height: 12px;
	color:#000000;
	text-align: left;
	padding-top:3px;
}

.wb_asp_form .wide .verticalcheckboxlist label {
    float: right;
    width: 280px;
    padding-left: 10px;
    font-weight: normal;
    font-family: "DINRegular", Arial, sans-serif;
    font-size: 11px;
    line-height: 12px;
    color: black;
    text-align: left;
    padding-top: 3px;
}

.wb_asp_form .wide table td
{
    vertical-align: top;
}

.wb_asp_form .wide .label
{
	float:left;
	width: 176px;
	padding-right:10px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	font-size:11px;
	line-height: 12px;
	color:#000000;
	text-align:right;
	padding-top:3px;    
}

.wb_asp_form .wide .labelmax
{
	float:left;
	width: 100%;
	padding-right:10px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	font-size:11px;
	line-height: 12px;
	color:#000000;
	text-align:right;
	padding-top:3px;    
}

.wb_button_disabled {
	padding: 5px 7px;
	text-transform:uppercase;
	font-family: "DINBold", Arial, sans-serif;
	font-size:15px;
	line-height: 18px;
	color:#929292;
	background: #e9a522 url(images/bg_sprite.png) 0px -201px repeat-x;
	border: 1px solid #c89127 !important;
	border-radius: 4px;
	text-shadow: 1px 1px 0px #f8ca71;

	cursor:pointer;

	margin-top:10px;
	margin-bottom: 20px;
	float:right;
}

.wb_button_disabled:hover {
	text-decoration:none;
}

fieldset
{
    border: none;
}

#wb_content table.utas_eredmeny td
{
	font-size:12px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	color:#000000;
	padding: 0px 0px 20px 0px;
	margin:0;
}

.tooltip_holder {
    background: none;
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    margin: 5px 10px 0px 0px;
}

/* tab */
#tabok ul.tabs { margin: 0 0 20px 0; padding: 0; float: left;  width: 100%; border-bottom: 1px solid LightGray;}
#tabok ul.tabs li {float: left; margin: 0; padding: 0; height: 31px; line-height: 31px; margin-bottom: -1px; overflow: hidden; position: relative; background: #E9A522 url(images/bg_sprite.png) 0px -201px repeat-x; list-style: none; border: 1px solid LightGray;}
#tabok ul.tabs li a  
{
    display:block;
    background: none;
    padding: 0 18px 0 18px; 
    outline: none;
    cursor: default;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-family: "DINBold", Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: none;
    color: #082347;
   
}
#tabok ul.tabs li.active, #tabok ul.tabs li.active a:hover  {background: #fff; border-bottom: 1px solid #fff; }

div.modal_margin {margin: 15px;}

.wb_button_disabled2 {
	padding: 5px 7px;
	text-transform:uppercase;
	font-family: "DINBold", Arial, sans-serif;
	font-size:15px;
	line-height: 18px;
	color:#808080;
	background: #e9e9e9 url(images/bg_button_disabled.png) 0px 0px repeat-x;
	border: 1px solid #c8c8c8 !important;
	border-radius: 4px;
	text-shadow: 1px 1px 0px #f8f8f8;

	cursor:pointer;

	margin-top:10px;
	margin-bottom: 20px;
	float:right;
}

.wb_button_disabled2:hover {
	text-decoration:none;
}

.table_header {
	padding: 5px 7px;
	text-transform:uppercase;
	font-family: "DINBold", Arial, sans-serif;
	font-size:14px;
	line-height: 18px;
	color:#082347;
	background: #e9a522 url(images/bg_sprite.png) 0px -201px repeat-x;
/*	 border: 1px solid #c89127 !important; */
	text-shadow: 1px 1px 0px #f8ca71;
	text-align:center;
}	

.table_header th
{
    border-left: solid 1px #f8ca71;
    border-right: solid 1px #f8ca71;
}		

#wb_content .kalk {
	padding: 0px 20px 0px 20px;
}


.modal_close { position: relative; float: right;}

.text_justify {
    text-align:justify
}

.error_page {
    padding-top: 100px;    
}

div#process_tracker_holder,
div.process_tracker_holder
{
    margin: 5px;
}

table#process_tracker, 
table.process_tracker
{
    padding: 0px;
	text-transform:uppercase;
	text-shadow: none;
	font-family: "DINBold", Arial, sans-serif;
	font-size:14px;
	line-height: 18px;
	text-align:center;
	border-collapse:collapse;
}

table#process_tracker tr,
table.process_tracker tr
{
    height: 34px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
}


table#process_tracker td.number_active,
table.process_tracker td.number_active
{
    width: 37px;
	color: #000000;
	padding: 8px 0px 0px 0px;
	background: #e9a522 url(images/step_nr_bg_active.png) 0px 0px no-repeat;
}

table#process_tracker td.number_ready,
table.process_tracker td.number_ready
{
    width: 37px;
	color: #000000;
	padding: 8px 0px 0px 0px;
	background: #e9a522 url(images/step_nr_bg_active.png) 0px 0px no-repeat;
}

table#process_tracker td.number_inactive,
table.process_tracker td.number_inactive
{
    width: 37px;
	color: #CFCFCF;
	padding: 8px 0px 0px 0px;	
	background: #ffffff url(images/step_nr_bg_inactive.png) 0px 0px no-repeat;
}

table#process_tracker td.text_active,
table.process_tracker td.text_active
{
    color: #FFFFFF;
    padding: 8px 10px 0px 10px;
    background: #ffffff url(images/step_txt_bg_active.png) no-repeat right 0px;
}
table#process_tracker td.spacer,
table.process_tracker td.spacer
{
    width: 10px;
	color: #FFFFFF;
	background: #ffffff;
}
.rbl_kartipusok
{    
    min-height: 96px;
    width: 220px;
}
.rbl_kartipusok_error
{    
    border: 2px solid Maroon;
    min-height: 96px;
    width: 220px;
}

.cbl_kartipusok
{    
    height: 47px;
    width: 222px;
}
.cbl_kartipusok_error
{    
    border: 2px solid Maroon;
    height: 47px;
    width: 214px;
}
.cbl_kartipusok input
{
    padding-right : 6px;
}

.cbl_kartipusok label
{
    padding-right : 10px;
}
.cbl_kartipusok_error input
{
    padding-right : 6px;
}

.cbl_kartipusok_error label
{
    padding-right : 10px;
}

.upper
{
    text-transform: uppercase;
}

.tooltip_space { width : 40px; } 

.panel_heigh
{
    min-height : 606px;
}

.panel_heigh2
{
    min-height : 554px;
}

.td_textbox
{
    height: 44px;       
}
.td_ddl
{
    height: 45px;       
}
.td_multitext
{
    height: 121px;    
}
.td_multitext_kisebb
{
    height: 76px; 
}
.szorjel
{	
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;		
	color:#000000;		  
}


img.em_bitmap
{
    vertical-align: text-bottom;
}
.td_rbl_kartipus
{
    height:98px;
    width: 220px;
}
.table_uploadpanel
{
    height:97px;
}

.label_rendsz 
{
	float:left;
	width: 167.35px;
	padding-right:16.65px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	font-size:11px;
	line-height: 12px;
	color:#000000;
	text-align:right;
	padding-top:3px;
}
.label_adatok
{
	float:left;
	width: 220px;
	padding-right:10px;
	font-weight:normal;
	font-family: "DINRegular", Arial, sans-serif;
	font-size:11px;
	line-height: 12px;
	color:#000000;
	text-align:right;
	padding-top:3px;    
}

.lbl_sok
{
   text-align:center;
}

.w40 { width : 40px; }
.w196 { width: 196px; }
.w410 { width: 410px; }

.java_enabled { margin:0 0 0 0; text-align:center;}
.panel_visible { visibility: visible }
.panel_hide { visibility: hidden }


/* http://jsfiddle.net/yLbtC/5/ */

hr.fancy-line { 
    border: 0; 
    height: 1px;
    position: relative;
    margin: 0.5em 0; /* Keep other elements away from pseudo elements*/
}
hr.fancy-line:before {
    top: -0.5em;
    height: 1em;
}
hr.fancy-line:after {
    content:'';
    height: 0.5em;   /* half the height of :before */
    top: 1px;        /* height of hr*/
}

hr.fancy-line:before, hr.fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

hr.fancy-line, hr.fancy-line:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%);
    background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%,rgba(0,0,0,0.1)), color-stop(75%,rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
}

hr.fancy-line:after {
    background: #f4f4f4;
}


.dropdownbox {
    font-size: smaller;
}

.dropdownbox input{
    vertical-align: sub;
}

.selectbox #caption {
    font-size: smaller;
}

.dropdownboxi {
    font-size: smaller;
}

.dropdownboxi div#buttons {
    min-width: 100px !important;
    padding: 2px 0 4px 0 !important;
}

.dropdownboxi div#buttons input {
    width: 48px !important;    
    padding: 2px 0 2px 0 !important;
    margin: 0 !important;
}

.dropdownboxt {
    font-size: smaller;
}

.dropdownboxt div#buttons {
    min-width: 110px !important;
    padding: 2px 0 4px 0 !important;
}

.dropdownboxt div#buttons input {
    width: 57px !important;    
    padding: 2px 0 2px 0 !important;
    margin: 0 !important;
}

iframe.kar_dok
{
    display : block;
    position: relative;
    /*pointer-events:none;*/
    width: 690px;
    height: 10px;
    border: none;
}