@charset "utf-8";
/* CSS Document */
FORM.pform {
	width: 100%;
	padding: 0;
	margin: 0;	
}

FORM.pform FIELDSET {
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
	background: #fff ;
	position: relative;
	clear: both;
}

FORM.pform LEGEND {
	margin-top: 20px;
	font-weight: bold;
}

FORM.pform .form_item {
	padding: 8px 0 8px 0;
	position: relative;
	min-height: 40px;
	clear: both;
    float: left;
    width: 100%;
}

/* kéthasábos elrendezés */
FORM.pform .two_column {
	padding: 0 0 0 2%;
	width: 98%;
	float: left;
	clear: both;
}

FORM.pform .two_column .form_item {
	border: none;
	width: auto;
	float: none;
}

FORM.pform .two_column .column_left, FORM.pform .two_column .column_right {
	padding-bottom: 18px;
	width: 272px;
	position: relative;
}
 
FORM.pform .two_column .column_left {
	float: left;
}

FORM.pform .two_column .column_right {
	float: right;
}

FORM.pform .two_column.floated .column_left, FORM.pform .two_column.floated .column_right {
	float: left;
}


/* alap mezőformázások */
FORM.pform TEXTAREA {
	overflow: auto;
}

FORM.pform LABEL {
	color: #5A5A5A;
	font: 13px/18px Arial,Tahoma,Helvetica,sans-serif;
	width: 149px;
	display: inline-block;
	text-align: right;
/*	margin-right: 10px;*/
	padding-right: 10px;
	margin-top: 3px;
	vertical-align: top;
	position: relative;
}

FORM.pform LABEL.pform-phrasing {
	margin: 0;
	margin-left: 16px;
	margin-bottom: 2px; /* a .complex-szel együtt módosítandó */
	display: block;
	width: auto;
	vertical-align: middle;
	text-align: left;
}

/* több .complex típusú mező közös label-e */
FORM.pform LABEL.label_multi {
	float: left;
}

/* több .complex típusú mező csoportba foglalása */
.complex_container {
	display: inline-block;
}

.multi_options {
	margin-top: 3px;
	display: inline-block;
}

.complex_container, .multi_options {
	width: 410px;
}

.pform .two_column .complex_container, .pform .two_column .multi_options {
	width: 256px;
} 

FORM.pform .two_column LABEL,
FORM.pform .label_upper LABEL {
	display: block;
	text-align: left;
	width: auto;
	position: static;
}

FORM.pform .two_column LABEL.pform-phrasing,
FORM.pform .label_upper LABEL.pform-phrasing {
/*	display: inline-block;*/
	text-align: left;
}

/* több text input mező egy sorban */
FORM.pform .complex_inputs_container {
	margin-left: 3px;
	float: left;
	display: inline;
}

FORM.pform .complex_inputs_container LABEL {
	display: block;
	text-align: left;
	width: auto;
	position: static;
}

FORM.pform .simple,
FORM.pform .select {
	border: 1px solid #E5E5E5;
	background: #FFF9F5;
	font: 14px/18px Arial,Tahoma,Helvetica,sans-serif;
}

FORM.pform .simple {
	padding: 3px 10px;
}

FORM.pform .select {
	padding: 0;
/*	height: 18px;  ie6 miatt kivéve, pillanatnyilag nem okoz problémát */
}

FORM.pform .select[multiple] {
	height: auto;
}

FORM.pform INPUT.complex {
	margin-bottom: 2px; /* a pform-phrasinggel együtt módosítandó */
	background: none;
	vertical-align: middle;
	float: left;
	clear: left;
}

FORM.pform INPUT[type=password] {
	background-image: url(images/pform_special.gif);
	background-position: right -16px;
	background-repeat: no-repeat;
}
/** alap, hover */
FORM.pform .simple:hover, FORM.pform LABEL:hover + .simple,
FORM.pform .select:hover, FORM.pform LABEL:hover + .select {
	background-color: #fff;
	border-color: #8f989b;
}

/** alap, focus */
FORM.pform .simple:focus, FORM.pform LABEL:hover + .simple:focus,
FORM.pform .select:focus, FORM.pform LABEL:hover + .select:focus {
	background-color: #fff;
	border-color: #434343;
}

/* kötelező mezők */
FORM.pform .simple.required,
FORM.pform .select.required {
	background-color: #FFD2D2;
}

FORM.pform LABEL.required {
	color: #ee0000;
	background: none;
}

FORM.pform LABEL.required.pform-phrasing {
/*	color: #335e6f;*/
}

/** kötelező hover, focus */
FORM.pform .simple.required:hover, FORM.pform LABEL:hover + .simple.required,
FORM.pform .select.required:hover, FORM.pform LABEL:hover + .select.required,
FORM.pform .simple.required:focus, FORM.pform LABEL:hover + .simple.required:focus,
FORM.pform .select.required:focus, FORM.pform LABEL:hover + .select.required:focus {
	background-color: #ffe5e5;
	border-color: #8f989b;
}

/* hibás mezők */
FORM.pform .simple.warning,
FORM.pform .simple.warning:hover, FORM.pform LABEL:hover + .simple.warning,
FORM.pform .simple.warning:focus, FORM.pform LABEL:hover + .simple.warning:focus {
	border: 1px dotted #ee0000;
	background-color: #FFF4F4;
	cursor: help;
}

FORM.pform LABEL.warning {
	border: none;
	background-color: transparent;
	cursor: help;
}

FORM.pform SPAN.warning {
	border: none;
	background-color: transparent;
	font-size: 13px;
	color: #ee0000;
/*	margin: 0 0 0 10px;
	position: absolute;
	left: 372px;
	top: 12px;
	width: 162px;*/
	/* a figyelmeztető szöveg átmozgatva az input alá */
	display: block;
	margin: 4px 0 0 163px;
}

FORM.pform .multi_options SPAN.warning,
FORM.pform .complex_inputs_container SPAN.warning {
	margin: 4px 0 0 0;
}

FORM.pform .two_column SPAN.warning,
FORM.pform .label_upper SPAN.warning {
	margin-left: 0;
	position: static;
	display: block;
	width: auto;
}

FORM.pform .two_column.floated SPAN.warning {
	top: auto;
	left: 0;
	bottom: 0;
	width: auto;
}

FORM.pform SPAN.empty_warning {
	display: none;
}

FORM.pform SPAN.warning_element_label {
	font-weight: bold;
}

/* disabled mezők */
FORM.pform .simple.disabled,  FORM.pform .select.disabled,
FORM.pform .simple[disabled], FORM.pform .simple[disabled]:hover, FORM.pform LABEL:hover + .simple[disabled],
FORM.pform .select[disabled], FORM.pform .select[disabled]:hover, FORM.pform LABEL:hover + .select[disabled] {
	background-color: #f2fcff;
	border: 1px solid #d6e5ea;
	color: #b6c3c8;
}

FORM.pform OPTION[disabled] {
	background-color: #f2fcff;
	color: #b6c3c8;
}
/* readonly mezők */
FORM.pform .simple.readonly,  FORM.pform .select.readonly,
FORM.pform .simple[readonly], FORM.pform LABEL:hover + .simple[readonly],
FORM.pform .select[readonly], FORM.pform LABEL:hover + .select[readonly] {
	background-color: #f2fcff;
	border: 1px solid #d6e5ea;
	color: #b6c3c8;
}

/* mezőszélességek */
.pform-equal {
	width: 200px;
}

.pform-equal.one-and-quarter {
	width: 250px;
}

.pform-equal.select {
	width: 206px;
}

.pform-equal.select.one-and-quarter {
	width: 256px;
}

.pform-equal.half {
	width: 116px;
}

.container_half {
	margin-right: 10px;
	width: 122px;
}

/* submit terület */
FORM.pform .pform-submit {
	padding: 10px 0 10px 163px;
	position: relative;
	background-color: #fff;
	clear: both;
}

FORM.pform .pform-submit.two_column {
	padding-left: 13px;
	width: auto;
	float: none;
}

FORM.pform .pform-submit INPUT, FORM.pform .pform-submit BUTTON {
	margin-right: 6px;
	padding: 1px 4px;
	border: 1px solid #A11A00;
	background: #E86349;
	font-size: 14px;
	height: 25px;
	
	color: #FFFFFF;
	cursor: pointer;
}

FORM.pform .pform-primary {
	font-weight: bold;
}

FORM.pform .pform-secondary {
}

FORM.pform .pform-tertiary {
	position: absolute;
	top: 10px;
	right: 6px;
	color: #666;
}

/* kötelezőséget jelző karakterek */
.requiredMark-container {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	position: absolute;
	right: 0;
	top: 0;
}

FORM.pform .two_column LABEL .requiredMark-container,
FORM.pform .complex_inputs_container LABEL .requiredMark-container,
FORM.pform .label_upper LABEL .requiredMark-container {
	padding-right: 0;
	position: static;
/*	float: right;*/
}

/* visszajelző szöveg blokkok */
.pform-help, .pform-error {
	margin: 5px 0;
	/* padding-top, padding-bottom ie6-ban hibát okoz! */
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 3px;
	border-left-style: solid;
	background-color: #fff;
}

.pform-help {
	border-left-color: #454545;
	background-color: #fff;
}

.pform-error {
	border-left-color: #f00;
	background-color: #fff7f7;
}

.pform-help P, .pform-error P {
	margin: 0 0 5px;
	padding: 0;
}

P.pform-help, P.pform-error {
	margin: 0;
}

/* repetition */
.pform .repetition_panel {
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 100;
}

.block_header .repetition_panel {
	display: none;
}

.block_header .ui-icon-triangle-1-e,
.block_header .ui-icon-triangle-1-s {
	display: none;
}

.block_item_number {
	padding-right: 4px;
	display: block;
	float: left;
	height: 20px;
}

.pform .two_column .repetition_panel {
	position: relative;
	height: 20px;
	top: 3px;
	left:  520px;
}
.pform .repetition_panel SPAN {
	float: left;
	width: 16px;
	height: 16px;
	margin: 2px 3px 2px 2px;
	background-image: url('images/repetition_buttons_active.png');
	cursor: pointer;
}
.pform .repetition_panel_main {
	position: static;
	text-align: right;
}
.pform .optional_repetition_panel_main {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.pform .repetition_panel_main SPAN {
	position: static;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.pform .repetition_panel_main SPAN.add {
	background: none;
	width: auto;
	display: inline;
}

.pform .repetition_panel_main SPAN.add SPAN {
	background-position: 0 -192px;
	width: 16px;
}

.pform .repetition_panel_main SPAN.add_icon {
	position: relative;
}

.pform .repetition_panel SPAN.add {
	background-position: 0 -192px;
}

.pform .repetition_panel SPAN.rem {
	background-position: -16px -192px;
}

.pform .repetition_panel SPAN.up {
	margin-left: 12px;
	margin-right: 0;
/*	background-position: -96px -192px;*/
	background-position: 0 -16px;
}

.pform .repetition_panel SPAN.down {
	margin-left: 0;
/*	background-position: -64px -192px;*/
	background-position: -64px -16px;
}

.pform .repetition_panel SPAN.edit {
	background-position: -64px -112px;
}

/*ie6 miatt*/
.pform .repetition_panel_main SPAN.add_disabled SPAN {
	background-image: url('images/repetition_buttons_inactive.png');
	background-position: 0 -192px !important;
}

.pform .repetition_panel SPAN.add_disabled {
	background-image: url('images/repetition_buttons_inactive.png');
	background-position: 0 -192px !important;
}
.pform .repetition_panel SPAN.rem_disabled {
	background-image: url('images/repetition_buttons_inactive.png');
	background-position: -16px -192px !important;
} 
.pform .repetition_panel SPAN.up_disabled {
	background-image: url('images/repetition_buttons_inactive.png');
/*	background-position: -96px -192px !important;*/
	background-position: 0 -16px !important;
} 
.pform .repetition_panel SPAN.down_disabled {
	background-image: url('images/repetition_buttons_inactive.png');
/*	background-position: -64px -192px !important;*/
	background-position: -64px -16px !important;
} 
.pform .repetition_panel SPAN.edit_disabled {
	background-image: url('images/repetition_buttons_inactive.png');
	background-position: -64px -112px !important;
} 


.pform .repetition_panel .disabled {
	border: none;
	width: 16px;
	height: 16px;
	background-image: url('images/repetition_buttons_inactive.png');
/*	background-position: -32px 0;*/
}

.pform .repetition_panel_main .disabled {
	color: #DCE6F4;
	background: none !important;
}

.pform .repetition_panel_main .disabled SPAN {
	border: none;
	width: 16px;
	height: 16px;
	background-image: url('images/repetition_buttons_inactive.png');
}

.pform .repetition_panel_main SPAN.disabled.add SPAN {
	background-position: 0 -192px;
}

.pform .repetition_panel .disabled.add {
	background-position: 0 -192px;
}

.pform .repetition_panel .disabled.rem {
	background-position: -16px -192px;
}

.pform .repetition_panel .disabled.up {
/*	background-position: -96px -192px;*/
	background-position: 0 -16px;
}

.pform .repetition_panel .disabled.down {
/*	background-position: -64px -192px;*/
	background-position: -64px -16px;
}

.pform .repetition_panel .disabled.edit {
	background-position: -64px -112px;
}

.pform .repetitionEmptyValue {
	font-size: smaller;
	font-style: italic;
	color: #999;
}
/* drag&drop-hoz */
.pform .sort_handle {
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 20px;
	background: url('images/repetition_buttons_active.png') -4px -227px no-repeat;
	text-indent: -999999px;
}

.pform .sort_handle {
	cursor: move;
}

/* jquery-ui-1.7.2.custom.css testreszabása */
.ui-accordion .ui-accordion-header {
	padding: 2px;
	height: auto !important;
	min-height: 20px;
}

FORM.pform .ui-accordion FIELDSET,
FORM.pform.ui-accordion FIELDSET {
	background: none;
	margin-bottom: 4px;
}

.block_view {
	padding-right: 120px;
	padding-left: 6px;
	font-weight: normal;
}

.ui-state-active .block_view {
	display: none;
}

FORM.pform .ui-accordion .view_value {
}

FORM.pform .ui-accordion .view_label {
	font-weight: normal;
}

.ui-accordion FIELDSET .form_item {
	border-bottom: none;
	padding: 0;
}

.ui-accordion .ui-accordion-content.ui-widget-content {
	background: #F6F6F6;
}

.ui-accordion .ui-corner-bottom {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
}

FORM.pform .ui-accordion-header.ui-state-default {
	background: #F6F6F6;
	border: 1px solid #DDDDDD;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	
	color: #335E6F;
}

FORM.pform .ui-accordion-header.ui-state-hover {
	background: #F6F6F6;
	border: 1px solid #DDDDDD;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	
	color: #335E6F;
}

FORM.pform .ui-accordion-header.ui-state-active {
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	
	color: #335E6F;
}

FORM.pform.ui-accordion .ui-accordion-content,
FORM.pform .ui-accordion .ui-accordion-content {
	height: auto !important;
}

.pform IMG.ui-datepicker-trigger {
	display: inline;
	cursor: pointer;
	margin: 0 0 0 -18px;
	position: absolute;
	top: 10px;
	left: 370px;
	right: auto;
}

.pform .ui-accordion-content IMG.ui-datepicker-trigger {
	top: 1px;
}

.pform INPUT.hasDatepicker {
	background-image: url('images/calendar.png');
	background-repeat: no-repeat;
	background-position: right 1px;
}

/* pager speciális */
.ui-jqgrid TABLE {
	border-collapse: separate;
}

/**
.pform .repetition_panel SPAN.disabled {
	background-position: -32px -16px;
}

.pform .repetition_panel SPAN.disabled {
	background-position: -32px -32px;
}

.pform .repetition_panel SPAN.disabled {
	background-position: -32px -48px;
}
*/

/* jelszóerősség */
.simplePassMeter {
	margin-left: 162px !important;
	padding: 1px 0 5px !important;
/*	width: 250px !important;*/
	width: 204px !important;
}

.simplePassMeter P {
	padding: 1px 0 0 !important;;
	line-height: 11px !important;;
	font-size: 10px !important;
/*	display: none;*/
}

.simplePassMeterBar {
	width: 99% !important;
	height: 3px !important;
	left: 1px !important;
	bottom: 1px !important;
}

.simplePassMeterProgress {
	height: 3px !important;
}

.simplePassMeterIcon {
	display: none;
}
/**
 * pform lista ikon
 */

.icon-application, .icon-application-sheet, .icon-attach,
.icon-basket, .icon-delete, .icon-details, .icon-enlarger,
.icon-face, .icon-mail, .icon-maillist, .icon-merge, .icon-modify,
.icon-selection, .icon-print, .icon-save {
	display: block;
	display: inline-block;
/*	display: -moz-inline-box; ie7 miatt kivenni, FF-ben is jol mukodik igy */
	background-repeat: no-repeat;
	background-image: url(images/proform.pager_icon.gif);
	margin: 0 1px;
	width: 25px;
	height: 21px;
	vertical-align: middle;
}
.icon-application SPAN, .icon-application-sheet SPAN, .icon-attach SPAN,
.icon-basket SPAN, .icon-delete SPAN, .icon-details SPAN, .icon-enlarger SPAN,
.icon-face SPAN, .icon-mail SPAN, .icon-maillist SPAN, .icon-merge SPAN, .icon-modify SPAN,
.icon-selection SPAN, .icon-print SPAN, .icon-save SPAN {
	display: none;
}

.icon-application { background-position: 0px 0px; }
.icon-application:hover { background-position: -25px 0px; }
.icon-application.icon-disabled,
.icon-application.icon-disabled:hover { background-position: -50px 0px; }

.icon-application-sheet { background-position: 0px -21px;}
.icon-application-sheet:hover { background-position: -25px -21px; }
.icon-application-sheet.icon-disabled, 
.icon-application-sheet.icon-disabled:hover { background-position: -50px -21px; }

.icon-attach { background-position: 0px -42px; }
.icon-attach:hover { background-position: -25px -42px; }
.icon-attach.icon-disabled,
.icon-attach.icon-disabled:hover { background-position: -50px -42px; }

.icon-basket { background-position: 0px -63px; }
.icon-basket:hover { background-position: -25px -63px; }
.icon-basket.icon-disabled,
.icon-basket.icon-disabled:hover { background-position: -50px -63px; }

.icon-delete { background-position: 0px -84px; }
.icon-delete:hover { background-position: -25px -84px; }
.icon-delete.icon-disabled,
.icon-delete.icon-disabled:hover { background-position: -50px -84px; }

.icon-details { background-position: 0px -105px; }
.icon-details:hover { background-position: -25px -105px; }
.icon-details.icon-disabled,
.icon-details.icon-disabled:hover { background-position: -50px -105px; }

.icon-enlarger { background-position: 0px -126px; }
.icon-enlarger:hover { background-position: -25px -126px; }
.icon-enlarger.icon-disabled,
.icon-enlarger.icon-disabled:hover { background-position: -50px -126px; }

.icon-face { background-position: 0px -147px; }
.icon-face:hover { background-position: -25px -147px; }
.icon-face.icon-disabled,
.icon-face.icon-disabled:hover { background-position: -50px -147px; }

.icon-mail { background-position: 0px -168px; }
.icon-mail:hover { background-position: -25px -168px; }
.icon-mail.icon-disabled,
.icon-mail.icon-disabled:hover { background-position: -50px -168px; }

.icon-maillist { background-position: 0px -189px; }
.icon-maillist:hover { background-position: -25px -189px; }
.icon-maillist.icon-disabled,
.icon-maillist.icon-disabled:hover { background-position: -50px -189px; }

.icon-merge { background-position: 0px -210px; }
.icon-merge:hover { background-position: -25px -210px; }
.icon-merge.icon-disabled,
.icon-merge.icon-disabled:hover { background-position: -50px -210px; }

.icon-modify { background-position: 0px -231px; }
.icon-modify:hover { background-position: -25px -231px; }
.icon-modify.icon-disabled,
.icon-modify.icon-disabled:hover { background-position: -50px -231px; }

.icon-selection { background-position: 0px -252px; }
.icon-selection:hover { background-position: -25px -252px; }
.icon-selection.icon-disabled,
.icon-selection.icon-disabled:hover { background-position: -50px -252px; }

.icon-print { background-position: 0px -273px; } /* nincs törölve */
.icon-print:hover { background-position: -25px -273px; }
.icon-print.icon-disabled,
.icon-print.icon-disabled:hover { background-position: -50px -273px; }

.icon-save { background-position: 0px -294px; }
.icon-save:hover { background-position: -25px -294px; }
.icon-save.icon-disabled,
.icon-save.icon-disabled:hover { background-position: -50px -294px; }

/* tinyMCE */
.mceEditor {
	margin-left: 160px;
	display: block;
}

.mceEditor TABLE.mceLayout {
	margin-bottom: 10px !important;
}

/* autocomplete */
.ac_results li {
	list-style-position: outside;
	list-style: none;
}