/* ÷ 2023-08-17 09:20:58 */
/*
SIZE CONVERT_ING TO PIXEL:
SIZE = (floor(($width-200)/5)+20)

Text color:#4E4D4D
TextArea BG color:#f4f4f4
Panel BG color:#f6f6f6

Selected color:#E5C366
Selected hovered color:#D77F30
*/



/*	SKIN TYPE:2020	*/
/*	THEME: LIGHT	*/



/*			S C E S				*/


@font-face {
	font-family:'OpenSauceSans';
	src:url('MindNudging_24_admin/font/OpenSauceSans-Regular.ttf') format('truetype');
}
/*	Just in case	*/
@font-face {
	font-family:'Montserrat';
	src:url('MindNudging_24_admin/font/OpenSauceSans-Regular.ttf') format('truetype');
}


body {
	font-family:'OpenSauceSans'; font-size:12px;
	/*margin:0; padding:0;*/
}


a {
	text-decoration:none;
}



/*	COMMON	*/
.requiredBGColor { background-color:#FFEFAE !important; }	/* fbc8a2 */



/*	TEXTFIELD	*/

.tf_label {
	float:left;
	font-family:'OpenSauceSans'; font-size:14px; color:#193050; /*v1 color:#32536a;*/ text-decoration:none;
/*	font-weight:bold;*/
}

.tf_input_div {
	float:left; height:20px;
}
.tf_input {
	float:left; height:inherit;
	border:1px solid; border-radius:6px; border-color:#c2e5ff;
	margin:0; padding:0 2px 0 2px; outline:none;
	transition:0.6s;
	font-family:'OpenSauceSans'; font-size:13px; font-weight:normal; color:#000000; /*v1 color:#4e4d4d;*/ background-color:transparent;
}
	.tf_input:focus { background-color:#eaf7ff; }

/*	Readonly TF	*/
.tf_input_readonly {
	border-color:#d9d9d9;
	color:#787878; background-color:#e1e1e1;
}
	.tf_input_readonly:focus { background-color:#e1e1e1; }	/*	to overwrite original hover of tf_input	*/


/*	CALENDAR TEXTFIELD	*/

.calendarTf_label {
	font-family:'OpenSauceSans'; font-size:14px; color:#193050; /*v1 color:#32536a;*/ text-decoration:none; /*font-weight:bold;*/
	float:left; padding:2px 0 0 0;
}

.calendarTf_input_div {
	float:left; height:20px; border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
}
.calendarTf_input {
	float:left; height:17px; border:none; margin:0; padding:0 4px 3px 3px; outline:none;
	transition:0.6s;
	font-family:'OpenSauceSans'; font-size:13px; font-weight:normal; text-align:right; color:#000000; /*v1 color:#4e4d4d;*/ background-color:transparent;
}
	.calendarTf_input:focus { background-color:#eaf7ff; }

.calendarTf_icon {
	position:relative; top:2px;
	float:right; width:16px; height:16px; cursor:pointer; background-position:0 0;
}
	.calendarTf_icon:hover { background-position:0 -16px; }



/*	CONTROLLED EMPTY DIV	*/

.emptyDiv_panel_border {
	border:1px solid; border-radius:6px; border-color:#b0b0b0;	/*v1 border-color:#c2e5ff;*/ background-color:#fff;
}



/*	BUTTON COMMON	*/

/*
TODO! .button_label szét kéne választani, mert ugyanazt használják a gombok és a control gomb sor/oszlop is
Csakhogy a gomboknak mind a négy sarka le kell, hogy legyen kerekítve, addig a pl. a control gomb sornál az alsó ketto nem kell, hogy le legyen!
*/

.button_label {
	width:inherit; display:table-cell; vertical-align:middle;
	border-radius:6px 6px 0px 0px;	/*	Különben szögletes lesz a háttér	*/
}
	.button_label p {
		margin:0;
	}
.button_label_selected {
	background-color:#3899ed; color:#fff !important;
	border-radius:6px 6px 0px 0px !important;	/*	Különben szögletes lesz a háttér	*/
}



/*	BUTTON	*/

.button_div {
	transition:0.6s;
/*	margin-top:2px;*/
	float:left; border:1px solid; border-radius:6px; border-color:#2E76AB; /*v1 border-color:#3899ed;*/ background-color:#fff;
	font-family:'OpenSauceSans'; font-size:14px; /*font-weight:bold;*/ color:#2E76AB; /*v1 color:#3899ed;*/ text-align:center; cursor:pointer;
	/*shadow
	box-shadow:0 2px 4px 0 #ddd, 0 2px 4px 0 #ddd;
	*/
}
	.button_div:hover {
		background-color:#54A2D6; /*v1 background-color:#3899ed;*/ color:#fff; font-weight:bold;
		/*text-shadow:#2E76AB 1px 1px 0px, #2E76AB 1px -1px 0px, #2E76AB -1px -1px 0px, #2E76AB -1px 1px 0px;*/
	}



/*	STORE BUTTON	*/

.storeButton_div {
	transition:0.6s;
	float:left; border:1px solid; border-radius:5px; border-color:#f9e72e; background-color:#f9e72e;
	font-size:14px; font-weight:bold; color:#000; text-align:center; cursor:pointer;
}
	.storeButton_div:hover {
		background-color:#f9e72e;
	}



/*	POPUP BUTTON	*/

.popupButton_div {
	transition:0.6s;
	/*margin-top:2px;*/
	float:left; border:1px solid; border-radius:6px; border-color:#743957; /*v1 border-color:#3899ed;*/ background-color:#fff;
	font-family:'OpenSauceSans'; font-size:14px; font-style:normal; /*font-weight:bold;*/ color:#743957; /*v1 color:#3899ed;*/ text-align:center; cursor:pointer;
}
	.popupButton_div:hover { background-color:#eaf7ff; /*color:#fff;*/ }
	.popupButton_div:hover > div div p { /*text-decoration:underline;*/ }



/*	POPUP BUTTON TXA	*/

.popupButtonTxa_text_div {
	border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
	margin:0; padding:0;
	font-family:'OpenSauceSans'; font-size:12px; /*font-weight:bold; background-color:#f4f4f4;*/ color:#000000; text-decoration:none; overflow:auto;
}

.popupButtonTxa_button_div {
	transition:0.6s;
	float:left; border:1px solid; border-radius:6px; border-color:#2E76AB; background-color:#fff;
	font-family:'OpenSauceSans'; font-size:14px; /*font-weight:bold;*/ color:#2E76AB; text-align:center; cursor:pointer;
}
	.popupButtonTxa_button_div:hover {
		background-color:#54A2D6; color:#fff; font-weight:bold;
	}



/*	CONTROL BUTTON ROW	*/

.controlButton_container_div {
	position:absolute; margin:3px 0 0 9px; /*z-index:100;*/
}
.controlButton_content_div {
	/*float:left;*/ overflow:hidden;
}

.controlButton_button_div {
	transition:0.6s;
	float:left; height:27px; cursor:pointer;
	margin:2px 2px 0 0; border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
	font-family:'OpenSauceSans'; font-size:13px; /*font-weight:bold;*/ color:#32536a; text-align:center;
}
	.controlButton_button_div:hover {
		background-color:#eaf7ff;
	}



/*	CONTROL BUTTON COLUMN	*/
.controlButtonColumn_container_div {
	position:absolute; margin:0px 0 0 0px; /*z-index:100;*/
}
.controlButtonColumn_content_div {
	/*float:left;*/ overflow:hidden;
}

.controlButtonColumn_button_div {
	transition:0.6s;
	float:left; height:27px; cursor:pointer;
	box-sizing:border-box;
	margin:0px 0px 0 0; border:1px solid; border-bottom:none; border-radius:6px 6px 0 0; border-color:#c2e5ff;
	background-color:#fff;
	font-family:'OpenSauceSans'; font-size:13px; /*font-weight:bold;*/ color:#32536a; text-align:center;
}
	.controlButtonColumn_button_div:hover {
		background-color:#eaf7ff;
	}





/*	STORE DELETE BUTTON	*/

.storeDeleteButton_div {
	position:absolute;
	border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
}
.storeDeleteButton_buttons_div {
	float:left; padding:0 10px 0 10px;
}



/*	NAMED CHECKBOX	*/

.checkbox_iconDiv {
	position:absolute; left:2px; top:2px; width:14px; height:14px;
	background-image: url("MindNudging_24_admin/others/checkBoxBG2020.png"); background-position:0 0;
}

.checkbox_label {
	font-family:'OpenSauceSans'; font-size:13px; /*font-weight:bold;*/ color:#193050; /*color:#32536a;*/ text-decoration:none;
}



/*	NAMED COMBO	*/
/*	ALL COMBOS	*/

.combo_label {
	position:absolute; left:0px; top:1px; padding-left:0px;
	font-family:'OpenSauceSans'; font-size:14px; color:#193050; /*v1 color:#32536a;*/ text-decoration:none;
/*	font-weight:bold;*/
}

.combo_input_div {
	position:absolute; top:0px; /*text-align:right;*/ height:20px;
	border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
	padding-top:0px; padding-bottom:0px;
}

.combo_arrow_svg {
	position:relative; float:right; width:9px; height:9px; margin:9px 7px 0 0;
	background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><line x1='0' y1='0' x2='4' y2='4' style='stroke:rgb(0,173,239); stroke-width:1' /><line x1='4' y1='4' x2='8' y2='0' style='stroke:rgb(0,173,239); stroke-width:1;' /></svg>");
}

.combo_select {
	border:0; margin:0 0 0 2px; opacity:0; filter:alpha(opacity=0); height:16px;
	font-family:'OpenSauceSans'; font-size:14px; /*font-weight:bold;*/ color:#32536a; text-decoration:none; text-align:left;
}
.combo_select option {
	font-family:'OpenSauceSans', Arial;
}
.combo_select_visibleLbl {
	position:absolute; left:6px; top:0px; height:18px; overflow:hidden; opacity:100; filter:alpha(opacity=100);
	font-family:'OpenSauceSans'; font-size:13px; /*font-weight:bold;*/ color:#000000; /*v1 color:#32536a;*/ text-decoration:none; text-align:left;
}
/*	NAMED FLEX COMBO	*/
.combo_flex_select {
	position:absolute; top:0px;
}
.combo_flex_select input {
	font-family:'OpenSauceSans'; font-size:13px; font-weight:normal; color:#32536a;
}

.multi_combo_select_div {
	display:none;
	position:absolute; top:20px; left:0px; height:200px; overflow:auto;
	border:1px solid #a0a0a0; border-radius:6px; background-color:#fff;
	z-index:2147483647;
}
	.multi_combo_select_div table tr td {
		text-align:left;
	}
	.multi_combo_select_div table .col1 {
		padding-left:6px; width:94%;
	}
	.multi_combo_select_div table .col2 {
		width:6%;
	}
		.chkBoxInMultiCombo {
			position:relative; left:0px; width:20px;
		}
		/* checkboxos checkbox alapbeállításait felül bírálja */
		.multi_combo_select_div table .col1 .checkbox_iconDiv, .multi_combo_select_div table .col2 .checkbox_iconDiv {
			position:relative;
		}


/*	TEXTAREA	*/

.textArea_label {
	margin:0; height:18px; padding:2px 0 0 0;
	font-family:'OpenSauceSans'; font-size:13px; /*font-weight:bold;*/ color:#193050; /*v1 color:#32536a;*/ text-decoration:none; text-align:center;
}
.textArea_input {
	border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
	outline:none;
	transition:0.6s;
	font-family:'OpenSauceSans'; font-size:14px; color:#000000; /*v1 color:#32536a;*/ text-decoration:none;
	/*float:left; margin:0; padding:0 0 0 6px; font-weight:normal; text-decoration:none; overflow:auto;*/
	padding:2px 2px 2px 2px;
}
	.textArea_input:focus { background-color:#eaf7ff; }


/*	TABLE	*/

.table_container_div {
	border:1px solid; border-radius:6px; border-color:#d0d0d0; /*v1 border-color:#c2e5ff;*/ background-color:#ffffff;
}
.table_div {
	font-family:'OpenSauceSans'; font-size:12px; /*font-weight:bold;*/ color:#000000; /*v1 color:#32536a;*/ text-decoration:none; text-align:left;
	float:left; /*margin-top:24px;*/ padding:0 0 0 8px;
	/*background-color:#f4f4f4; */overflow:auto;
}
/*	CSAK! Fix fejléc esetén	*/
.table_header_fixed {
	font-family:'OpenSauceSans'; font-size:10px; /*font-weight:bold;*/ text-align:left; color:#32536a; word-wrap:break-word;
	position:absolute; top:6px; left:8px; width:100%;
}
	.table_header_fixed tr {
		background-color:#eaf6fe;
	}
		.table_header_fixed .standardColumn {
			cursor:pointer; color:#32536a;
		}
		.table_header_fixed .selectedColumn {
			cursor:pointer; color:#0e90ea;; font-size:11px;
		}
/*	<-------	FIX fejléces vége	------->	*/


.tableRenderer_aTableRowA {
	transition:0.6s;
	background-color:#ffffff; cursor:pointer;
}
.tableRenderer_aTableRowB {
	transition:0.6s;
	background-color:#f5f5f4; cursor:pointer;
}
	.tableRenderer_aTableRowA:hover, .tableRenderer_aTableRowB:hover {
		background-color:#afc0cb;
	}
.wp_aTableRowDivSlctd {
	transition:0.6s;
	/*width:100%;*/ background-color:#96bcd9; cursor:pointer;
}
	.wp_aTableRowDivSlctd:hover {
		background-color:#6e98b9;
	}


/*	LABEL	*/

.label_label {
	font-family:'OpenSauceSans'; font-size:14px; color:#193050; /*v1 color:#32536a;*/
}



/*	EXCEL PROCESSOR	*/

.excelProcessor_container_div {
	border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
}
.excelProcessor_label {
	float:left; width:58px; margin:8px 0 0 5px;/* padding-left:3px;*/
	font-family:'OpenSauceSans'; font-size:13px; color:#193050;
}
.excelProcessor_filePathVisibleLabel {
	border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
	float:left; margin-top:6px; height:18px; padding:2px 0 0 4px;
	font-family:'OpenSauceSans'; font-size:12px; color:#193050;
}
.excelProcessor_browseBttn {
	transition:0.6s;
	float:left; width:68px; height:20px; border:1px solid; border-radius:6px; border-color:#2E76AB; background-color:#fff; margin:6px 0 0 2px;
	font-family:'OpenSauceSans'; font-size:14px; color:#2E76AB; text-align:center; cursor:pointer;
}
	.excelProcessor_browseBttn:hover {
		background-color:#3899ed; color:#fff;
		/*text-shadow:#2E76AB 1px 1px 0px, #2E76AB 1px -1px 0px, #2E76AB -1px -1px 0px, #2E76AB -1px 1px 0px;*/
	}


/*	New Button List	*/
.new_bttn_input_div {
	position:absolute; top:30px;
	border:1px solid; border-radius:6px; border-color:#aaaaaa; background-color:transparent;
	padding-top:0px; padding-bottom:0px;
}

.new_bttn_select {
	float:left;
	border:0; margin:2px 0 2px 0;
	font-family:'OpenSauceSans'; font-size:14px; /*font-weight:bold;*/ color:#4baff7; text-decoration:none; text-align:left;
	background-color:transparent;
}
.new_bttn_select option {
	font-family:'OpenSauceSans', Arial;
	border-bottom:1px solid #000;
}



/*	Plus/minus TextField List	*/
/*	#96bcd9	*/

.pm_textfield_list_container_div, .pm_textfield_list_container_div .pm_tf_bttn {
	transition:0.6s;
	border:1px solid; border-radius:6px; border-color:#c2e5ff; /*background-color:#eaf7ff;*/
}
	.pm_textfield_list_label {
		float:left; margin:2px 0 2px 0; /*height:14px;*/	/* padding-left:3px;*/
		font-family:'OpenSauceSans'; font-size:13px; color:#193050; text-align:center;
	}
	.pm_textfield_list_select {
		border:0; margin:0 0 0 2px;
		font-family:'OpenSauceSans'; font-size:14px; /*font-weight:bold;*/ color:#32536a; text-decoration:none; text-align:left;
	}
	.pm_textfield_list_select option {
		font-family:'OpenSauceSans', Arial;
	}

	/* +/- Buttons	*/
	.pm_textfield_list_container_div .pm_tf_bttn {
		float:left; width:22px; height:20px; margin:0 2px 0 2px; padding:0; color:#2E76AB; background-color:#EAF6FE; cursor:pointer;
	}
		.pm_textfield_list_container_div .pm_tf_bttn:hover {
			background-color:#3899ed; color:#fff;
		}
	/*	TF	*/
	.pm_textfield_list_tf_input {
		transition:0.6s;
		float:left; height:20px;
		border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
		margin:0; padding:0 2px 0 2px; outline:none;
		font-family:'OpenSauceSans'; font-size:11px; font-weight:normal; color:#4e4d4d; background-color:transparent;

/*	margin:2px 0 0 0;
	padding:0px 0 0 0;*/
	}
		.pm_textfield_list_tf_input:focus { background-color:#eaf7ff; }


/*	Plus/minus Combo List	*/
.pm_combo_list_container_div { 	transition:0.6s; }
	.pm_combo_list_label {
		float:left; margin:0 0 4px 0; height:14px; /*margin:2px 0 2px 0;*/
		font-family:'OpenSauceSans'; font-size:13px; color:#193050; text-align:center;
	}
	.pm_combo_list_border {
		position:relative; float:left;
		padding:0 2px 2px 0; margin:0 0 2px 0;
		border:1px solid; border-radius:6px; border-color:#c2e5ff;
	}
		.pm_combo_list_select {
			float:left; margin:0; padding:0 0 0 6px; border:none;
			font-family:'OpenSauceSans'; font-size:12px; /*font-weight:bold;*/ overflow:auto;
			border-radius:6px;
		}
			.pm_combo_list_select option {
				font-family:'OpenSauceSans', Arial;
			}

	.pm_combo_list_bttn {
		transition:0.6s;
		border:1px solid; border-radius:6px; border-color:#c2e5ff;
		float:left; width:22px; height:20px; margin:2px 2px 0 2px; padding:0; color:#2E76AB; background-color:#EAF6FE; cursor:pointer;
	}
		.pm_combo_list_bttn:hover {
			background-color:#3899ed; color:#fff;
		}


/*	Upload TextField Button(upload_textfield_btn)	*/
.upload_tf_bttn_label {
	float:left;	margin:0 0 4px 0; height:14px;
	font-family:'OpenSauceSans'; font-size:14px; color:#193050; text-align:center;
}
.upload_tf_bttn_filename_label {
	float:left; height:18px; margin:0 0 4px 0; padding-left:4px;
	border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
	overflow:hidden;
	font-family:'OpenSauceSans'; font-size:14px; color:#193050; text-align:left;
}
.upload_tf_bttn_bttn {
	transition:0.6s;
	border:1px solid; border-radius:6px; border-color:#c2e5ff;
	float:left; width:22px; height:20px; margin:0px 0px 0 2px; padding:0; color:#2E76AB; background-color:#EAF6FE; cursor:pointer;
}
	.upload_tf_bttn_bttn:hover {
		background-color:#3899ed; color:#fff;
	}

.upload_tf_bttn_design_tf {
	float:left;
	border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
	font-family:'OpenSauceSans'; font-size:13px; color:#193050;
}
.upload_tf_bttn_design_button_browse {
	transition:0.6s;
	float:left; width:64px; height:18px;
	border:1px solid; border-radius:6px; border-color:#2E76AB; background-color:#fff;
	font-family:'OpenSauceSans'; font-size:12px; color:#2E76AB; text-align:center;
}
	.upload_tf_bttn_design_button_browse:hover {	/*	Ezt az eseményt sajnos elnyeli az igazi Browse Button!	*/
		background-color:#54A2D6; color:#fff; font-weight:bold;
	}

.upload_tf_bttn_design_button_upload {
	transition:0.6s;
	float:left; height:21px; padding:6px 0 0 0;
	border:1px solid; border-radius:6px; border-color:#2E76AB; background-color:#fff;
	font-family:'OpenSauceSans'; font-size:13px; color:#2E76AB; text-align:center;
}



/*	Plus/minus File Upload List (pm_file_upload_list)	*/
.pm_file_upload_list_label {
	float:left;	margin:0 0 4px 0; height:14px;
	font-family:'OpenSauceSans'; font-size:14px; color:#193050; text-align:center;
}
.pm_file_upload_list_select_as_table {	/*	Table alapú renderer	*/
	transition:0.6s;
	float:left; margin:0; /* padding:0 0 0 6px;*/
	border:1px solid; border-radius:6px; border-color:#c2e5ff; background-color:#fff;
	font-family:'OpenSauceSans'; font-size:14px; color:#000000; text-decoration:none;
	overflow:auto;
}
.pm_file_upload_list_bttn {
	transition:0.6s;
	border:1px solid; border-radius:6px; border-color:#c2e5ff;
	float:left; width:22px; height:20px; margin:2px 2px 0 0px; padding:0; color:#2E76AB; background-color:#EAF6FE; cursor:pointer;
}
	.pm_file_upload_list_bttn:hover {
		background-color:#3899ed; color:#fff;
	}
.pm_file_upload_list_design_tf {
	float:left;
	border:1px solid; border-radius:6px; border-color:#c2e5ff; margin-top:2px; background-color:#fff;
	font-family:'OpenSauceSans'; font-size:13px; color:#193050;
}
.pm_file_upload_list_design_button_browse {
	transition:0.6s;
	float:left; width:64px; height:18px;
	border:1px solid; border-radius:6px; border-color:#2E76AB; margin:2px 0 0 2px; background-color:#fff;
	font-family:'OpenSauceSans'; font-size:12px; color:#2E76AB; text-align:center;
}
	.pm_file_upload_list_design_button_browse:hover {	/*	Ezt az eseményt sajnos elnyeli az igazi Browse Button!	*/
		background-color:#54A2D6; color:#fff; font-weight:bold;
	}





/*	MAIN CONTAINERS	*/
.wp_main_div { position:relative; margin:5px auto; background-color:transparent; }
.wp_header_div {
	position:absolute;
/*v1	border:1px solid #c2e5ff;*/
	border:1px solid #b0b0b0;
	border-radius:6px; background-color:#ffffff; background-image:url(MindNudging_24_admin/design/header_bg.png);/* Vízszintes csíkozás */
}
.wp_page_div {
	position:absolute;
	margin-top:6px;
/*v1	border:1px solid #c2e5ff;*/
	border:1px solid #b0b0b0;
	border-radius:6px; background-color:#ffffff;
}

/*	HEADER	*/
.connectionImg { position:absolute; width:34px; height:49px; cursor:pointer; background-position:0 0; }
	/*.connectionImg:hover { background-position:0 -32px; }*/

.header_page_name, .header_page_name_inProgress, .header_page_name_notused {
	font-family:'OpenSauceSans'; font-size:14px; font-weight:bold; color:#606060; cursor:pointer;
}
.header_page_name_menu_over {
	font-family:'OpenSauceSans'; font-size:14px; font-weight:bold;
	color:#3B88BF;
}
.header_page_name_inProgress { color:#00b6fc; }
.header_page_name_notused { color:#DDDDDD; cursor:default; }
	.header_page_name a:hover, .header_page_name_inProgress a:hover { color:#3B88BF; }
	
/* fejléc menü aloldal menu */

.wpSubMenu {
	/*transition:0.4s;*/
	font-family:'OpenSauceSans'; font-size:13px;
	position:absolute; width:auto; padding:4px 4px 6px 4px; /*_padding:20px 20px 20px 20px;*/ z-index:2000;
	border:1px solid #c2e5ff; border-radius:6px; background-color:#ffffff; /*border-left:1px solid #D1D1D1; border-right:1px solid #D1D1D1; border-top:2px solid #75BEC3; border-bottom:1px solid #75BEC3; -moz-opacity:0.95;*/
	opacity:1;
}
.wpSubMenu_ul {	/*transition:0.4s;*/ list-style-type:none; line-height:14px; _line-height:8px; margin:0; padding:0; }
.wpSubMenu_li {	/*transition:0.4s;*/ margin-bottom:0 !important; padding-bottom:0 !important; cursor:pointer; }
	.wpSubMenu_li a {
		/*transition:0.4s;*/
		display:block; padding:0px 6px 0px 6px; margin-bottom:0 !important; color:#000000; text-decoration:none;
	}
		.wpSubMenu_li a:hover {	/*transition:0.4s;*/ background-color:#cccccc;/* color:#00b6fc;*/ text-decoration:none; }

	.wpSubMenu_li a.inactive { color:#999999; }

.wpSubMenu_hr {
	/* nem tudom, hogy erre a szabályra szükség van-e.
	margin:4px 0 1px 26px; border:none; border-bottom:1px solid #999;
	*/
}


/*	Multiple columns in Headesr's Submenus	*/
.multipleColumns_subMenu {
	box-sizing:border-box;
	/*transition:0.4s;*/
	font-family:'OpenSauceSans'; font-size:18px;
	position:absolute; width:auto; padding:4px 12px 6px 12px; /*_padding:20px 20px 20px 20px;*/ z-index:2000;
	border:1px solid #bbcdda;/*c2e5ff*/ border-radius:6px;
	background-image: linear-gradient(to bottom, #ececec, #ffffff); background-color:#f7f7f7; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*border-left:1px solid #D1D1D1; border-right:1px solid #D1D1D1; border-top:2px solid #75BEC3; border-bottom:1px solid #75BEC3;*/
	opacity:1;
}
.multipleColumns_subMenu_ul {	/*transition:0.4s;*/ list-style-type:none; line-height:28px; margin:0; padding:0; }
.multipleColumns_subMenu_li {	/*transition:0.4s;*/ sdfsmargin-bottom:0 !important; padding-bottom:0 !important; cursor:pointer; }
	.multipleColumns_subMenu_li table tr { vertical-align:top; }
	.multipleColumns_subMenu_li table tr td p:first-of-type {
		margin:0 0 4px 0;
	}
	.multipleColumns_subMenu_li table tr td p {
		margin:20px 0 4px 0;
		color:#018cc2;/*#00b6fc;*/ font-weight:bold; font-size:20px;
	}
	.multipleColumns_subMenu_li a {
		/*transition:0.4s;*/
		display:block; padding:0px 6px 0px 0; /*margin-bottom:0 !important;*/ color:#000000; text-decoration:none;
	}
		.multipleColumns_subMenu_li a:hover {	/*transition:0.4s;*/ background-color:#cccccc;/* color:#00b6fc;*/ text-decoration:none; }
	.multipleColumns_subMenu_li hr {
		background-color:#E0E0E0; color:#E0E0E0; width:100%;
	}

	/*	Inaktív menüpontok	*/
	.multipleColumns_subMenu_li a.inactive { color:#999999 !important; }



















/*			P O P U P   W I N D O W			*/


/*	OVERLAY DIV	*/
.overlay_MindNudging_24_admin img { border:none; }
.overlay_dialogm img { border:none; }

.overlay_MindNudging_24_admin {
	background-color:#D7D7D7;; opacity:0.6 !important;
/*	background-color:#333; opacity:0.3 !important;*/
}
.overlay_dialogm { background-image:url('default/overlay.png'); }

/* For PNG transparence in IE !! */
* html .overlay_MindNudging_24_admin {
	background-color:transparent;
	back\ground-color:transparent;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="default/overlay.png", sizingMethod="scale");
}
* html .overlay_dialogm {
	background-color:transparent;
	back\ground-color:transparent;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="default/overlay.png", sizingMethod="scale");
}



/*	POPUP ELEMETS	*/

/*	COMMON	*/
.MindNudging_24_admin_nw, .MindNudging_24_admin_n, .MindNudging_24_admin_ne, .MindNudging_24_admin_w, .MindNudging_24_admin_e, .MindNudging_24_admin_sw, .MindNudging_24_admin_s, .MindNudging_24_admin_se, .MindNudging_24_admin_content {
	background-color:#fff; border-color:#cdcdcd !important;
}

/*	FIRST ROW:title, icons	*/
.MindNudging_24_admin_nw {
	border-left:1px solid; border-top:1px solid;
	border-top-left-radius:6px;
	width:9px; height:26px;
}
.MindNudging_24_admin_n {
	border-top:1px solid; border-bottom:1px solid;
	height:26px;
}
	.MindNudging_24_admin_title {
		float:left; width:100%; height:14px;
		color:#545454; font-size:12px; /*font-weight:bold;*/ text-align:center;
	}
	.MindNudging_24_admin_close {
		transition:0.6s;
		position:absolute; top:4px; width:21px; height:21px; cursor:pointer; z-index:2000;
		background:transparent url(../images/logout2020_out.svg) no-repeat 0 0;
	}
		.MindNudging_24_admin_close:hover { transition:0.6s; background:transparent url(../images/logout2020_over.svg) no-repeat 0 0; }
	.MindNudging_24_admin_help {
		transition:0.6s;
		position:absolute; top:4px; width:21px; height:21px; cursor:pointer; z-index:2000;
		background:transparent url(../images/help2020_out.svg) no-repeat 0 0;
	}
		.MindNudging_24_admin_help:hover { transition:0.6s; background:transparent url(../images/help2020_over.svg) no-repeat 0 0; }
.MindNudging_24_admin_ne {
	border-right:1px solid; border-top:1px solid;
	border-top-right-radius:6px;
	width:9px; height:26px;
}

/*	SECOND ROW:content, iFrame	*/
.MindNudging_24_admin_w {
	border-left:1px solid;
	width:4px; height:100%;
}
.MindNudging_24_admin_content {
	overflow:auto;
/*	color:#DDD; font-family:Tahoma, Arial, Sans Serif; font-size:10px; background-color:#123;*/
}
.MindNudging_24_admin_e {
	border-right:1px solid;
	width:4px; height:100%;
}

/*	THIRD ROW:footer	*/
.MindNudging_24_admin_sw {
	border-left:1px solid; border-bottom:1px solid;
	border-bottom-left-radius:6px;
	width:8px; height:18px;
}
.MindNudging_24_admin_s {
	border-bottom:1px solid;
	height:18px; /*width:100%;*/
}
.MindNudging_24_admin_se {
	border-right:1px solid; border-bottom:1px solid;
	border-bottom-right-radius:6px;
	width:8px; height:18px;
}












.dialogm_nw {
	width:9px;
	height:39px;
	background:transparent url(default/wp_popup_nw_higher.png) no-repeat 0 0;
}


.dialogm_n {
	height:39px;

/*	background:transparent url(default/wp_popup_n_higher.png) repeat-x 0 0;*/
	/*width:100%;*/
}

.dialogm_ne {
	width:9px;
	height:39px;
	background:transparent url(default/wp_popup_ne_higher.png) no-repeat 0 0;
}

.dialogm_e {
	width:4px;
	height:100%;
	background:transparent url(default/wp_popup_e.png) repeat-y 0 0;
}

.dialogm_w {
	width:4px;
	height:100%;
	background:transparent url(default/wp_popup_w.png) repeat-y 0 0;
}

.dialogm_sw {
	width:8px;
	height:18px;
	background:transparent url(default/wp_popup_sw.png) no-repeat 0 0;
}

.dialogm_s {
	background:transparent url(default/wp_popup_s.png) repeat-x 0 0;
	height:18px;
	/*width:100%;*/
}

.dialogm_se {
	width:8px;
	height:18px;
	background:transparent url(default/wp_popup_se.png) no-repeat 0 0;
}

.MindNudging_24_admin_sizer {
	width:9px;
	height:19px;
	background:transparent url(default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}
.dialogm_sizer {
	width:9px;
	height:19px;
	background:transparent url(default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialogm_close {
	width:29px;
	height:29px;
	background:transparent url(default/wp_close_29.png) no-repeat 0 0;
	position:absolute;
	right:10px;
	left:auto !important;
	top:5px;
	/*left:8px;*/
	cursor:pointer;
	z-index:2000;
}
.dialogm_help {
	width:29px;
	height:29px;
	background:transparent url(default/wp_help_29.png) no-repeat 0 0;
	position:absolute;
	left:auto !important;
	right:43px;
	top:5px;
	cursor:pointer;
	z-index:2000;
}

.dialogm_title {
	float:left;
	color:#EFF0F2;
	height:14px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:100%;
}

.dialogm_content {
	overflow:auto;
	color:#DDD;
	font-family:Tahoma, Arial, Sans Serif;
	font-size:10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
	cursor:move;
}

/* DO NOT CHANGE THESE VALUES -- WTF? */
.MindNudging_24_admin_dialog {
	position:absolute; display:block;
	font-family:'OpenSauceSans', Arial;
	box-shadow:0px 0px 14px 4px #A4A4A4;
	background-color:#A4A4A4;
}
.dialogm {
	position:absolute; display:block;
/* 	font-family:Tahoma, Arial, Sans Serif;*/
	font-family:'OpenSauceSans', Arial;
}

.MindNudging_24_admin_dialog * {
	margin:0px; padding:0px;
}
.dialogm * {
	margin:0px; padding:0px;
}

.MindNudging_24_admin_dialog table { border-collapse:unset !important; border-spacing:0; width:100%; }
.MindNudging_24_admin_dialog td, th { padding:0; }
.dialogm table { border-collapse:unset !important; border-spacing:0; width:100%; }
.dialogm td, th { padding:0; }












/* wp_button ******************************************************************/

.wp_button2 {
	margin:0; display:inline; /*text-align:center;*/
}
.wp_button2_txt {
	margin:0; padding:4px 0 0 0; border:none; /*background-color:transparent;*/ float:left;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; text-align:center; color:#828282; cursor:pointer;
}
	/*	SIMPLE BUTTON	*/
.wp_BttnDIV {
	float:left; height:27px; /* redefined in inline CSS */ margin-top:2px; cursor:pointer;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#828282; text-align:center; }
		/* Hovering the inner elements	*/
	.wp_BttnDIV:hover > .wp_Bttn_bttn22 { background-position:0 -22px; }		.wp_BttnDIV:hover > .wp_Bttn_bttn_right22 { background-position:right -22px; }
	.wp_BttnDIV:hover > .wp_Bttn_bttn27 { background-position:0 -27px; }		.wp_BttnDIV:hover > .wp_Bttn_bttn_right27 { background-position:right -27px; }
	.wp_BttnDIV:hover > .wp_Bttn_bttn32 { background-position:0 -32px; }		.wp_BttnDIV:hover > .wp_Bttn_bttn_right32 { background-position:right -32px; }
	.wp_BttnDIV:hover > .wp_Bttn_bttn37 { background-position:0 -37px; }		.wp_BttnDIV:hover > .wp_Bttn_bttn_right37 { background-position:right -37px; }
	.wp_BttnDIV:hover > .wp_Bttn_bttn42 { background-position:0 -42px; }		.wp_BttnDIV:hover > .wp_Bttn_bttn_right42 { background-position:right -42px; }
	.wp_BttnDIV:hover > .wp_Bttn_bttn47 { background-position:0 -47px; }		.wp_BttnDIV:hover > .wp_Bttn_bttn_right47 { background-position:right -47px; }
	.wp_BttnDIV:hover > .wp_Bttn_bttn52 { background-position:0 -52px; }		.wp_BttnDIV:hover > .wp_Bttn_bttn_right52 { background-position:right -52px; }
		/*	Inner elements' properties	*/
	.wp_Bttn_bttn22, .wp_Bttn_bttn27, .wp_Bttn_bttn32, .wp_Bttn_bttn37, .wp_Bttn_bttn42, .wp_Bttn_bttn47, .wp_Bttn_bttn52 {
		float:left; height:21px; /* redefined in inline CSS */ padding:6px 0 0 6px; background-position:0 0;
	}
	.wp_Bttn_bttn_right22, .wp_Bttn_bttn_right27, .wp_Bttn_bttn_right32, .wp_Bttn_bttn_right37, .wp_Bttn_bttn_right42, .wp_Bttn_bttn_right47, .wp_Bttn_bttn_right52 {
		float:left; width:6px; height:27px; /* WIDTH AND HEIGHT!!! redefined in inline CSS */ background-position:right 0; }

		/*	Label; to centering the texts	*/
	.wp_BttnDIV .lbl { width:inherit; display:table-cell; vertical-align:middle; }
	.wp_BttnDIV .lbl p { margin:0; }
	.wp_BttnDIV .lbl:hover { color:#828282; }
		/*	Label texts (p)	*/
			.wp_BttnDIV_lblSelected { color:#7EB2C6; }

		/*	UNIQUE:ctrl bttn row, selected bttn & TABs	*/
	.wp_Bttn_bttnCtrlBttnSelected { float:left; padding:6px 0 0 6px; background-position:0 -27px; }
	.wp_Bttn_bttnCtrlBttnSelectedR { float:left; background-position:right -27px; }
			/*	TABs	*/
	.wp_tabBttn, .wp_tabBttnSelected { float:left; padding:6px 0 0 6px; background-position:0 0; }
	.wp_tabBttnR, .wp_tabBttnSelectedR { float:left; background-position:right 0; }
	.wp_tabBttnLbl, .wp_tabBttnSelectedLbl { width:inherit; display:table-cell; vertical-align:middle; color:#828282; }
		.wp_tabBttnLbl p, .wp_tabBttnSelectedLbl p { margin:0; }
	.wp_TabDIV:hover > .wp_tabBttn { background-position:0 -27px; }				.wp_TabDIV:hover > .wp_tabBttnR { background-position:right -27px; }		.wp_TabDIV:hover > .absPos > .wp_tabBttnLbl { color:#828282; }
			/*	TABs SELECTED'S UNIQUE PROPERTIES	*/
	.wp_tabBttnSelected { background-position:0 -27px; }
	.wp_tabBttnSelectedR { background-position:right -27px; }
	.wp_tabBttnSelectedLbl { color:#828282; }

/* wp_calendar_textfield ******************************************************/

.wp_calendar_textfield2 {
	 margin:0; display:inline;
}
.wp_calendar_textfield_txt2 {
	float:left; height:17px; border:none; margin:0; padding:0 0 3px 3px;
	font-family:'OpenSauceSans'; font-size:11px; font-weight:normal; text-align:right; color:#4e4d4d; background-color:transparent;
}
.wp_calendar_icon {
	float:right; width:23px; height:20px; cursor:pointer; background-position:0 0;
}
	.wp_calendar_icon:hover { background-position:0 -20px; }

/*** wp_combo *****************************************************************/


/* wp_checkboxes_dynamic ******************************************************/

.wp_checkboxes_dynamic {
	border:1px solid #CCCCCC; background-color:#6C1717;
}
.wp_dynamic_checkboxes_text {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none;
}

/* wp_named_checkbox ****************************************************************/

.wp_named_checkbox2 {
	 margin:0; display:inline;
}
.wp_checkbox_felirat2 {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none;
}
.wp_checkBoxDIV {
	 position:absolute; left:2px; top:2px; width:19px; height:15px; background-position:0 0;
}

/* wp_combo_local_controller ****************************************************************/

.wp_combo_local_controller2 {
	margin:0; display:inline;
}
.wp_combo_local_controller_felirat2 {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; padding-left:0px;/*padding-left:3px;*/
}
.wp_combo_local_controller_sel2 {
	border:0; margin:0 0 0 2px; opacity:0; filter:alpha(opacity=0);
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#303030; text-decoration:none; text-align:left;
}

/* wp_connected_named_combo ****************************************************************/

.wp_connected_named_combo2 { margin:0; display:inline; }
.wp_connected_named_combo_sel2 {
	height:16px; border:none; margin:0 0 0 2px; opacity:0; filter:alpha(opacity=0); overflow:hidden;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#303030; text-decoration:none; text-align:left;
}
.wp_connected_named_combo_felirat2 {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; /*padding-left:3px;*/
}

/* controlled_empty_div *******************************************************/

.wp_controlled_empty_div2 {
	background-color:transparent; /*background-color:#313441;*/
}
.wp_panelTopL, .wp_panelTopR, .wp_panelBottomL, .wp_panelBottomR { float:left; height:10px; }
.wp_panelTopR { background-position:right top; }
.wp_panelBottomL { background-position:left bottom; }
.wp_panelBottomR { background-position:right bottom; }
.wp_panelCenterL, .wp_panelCenterR { float:left; width:10px; }
.wp_panelCenterL { background-position:left -10px; }
.wp_panelCenterR { background-position:right -10px; }
.wp_panelContentRow { float:left; background-color:#f6f6f6; }

.wp_wideHrzntlRule { position:relative; float:left; height:inherit; background-position:-10px 0; }

/* control_gomb_oszlop *******************************************************************/

.wp_control_gomb_oszlop2 { }
.wp_control_gomb_oszlop_btn2 {
	margin:0; padding:4px 0 0 0; border:none; /* padding usually redefined in unique style */ /*background-color:transparent;*/ float:left;
	font-family:'OpenSauceSans'; font-size:11px; font-weight:bold; text-align:center; color:#828282; cursor:pointer;
}
.wp_control_gomb_oszlop_btn_active2 {
	margin:0; padding:4px 0 0 0; border:none; /* padding usually redefined in unique style */ /*background-color:transparent;*/ float:left;
	font-family:'OpenSauceSans'; font-size:11px; font-weight:bold; text-align:center; color:#95CBE9; cursor:pointer;
}
.wp_ctrlBttnColumnRow_content {
	float:left; background-color:#f5f5f5; overflow:hidden;
}

/* control_gomb_sor *******************************************************************/

.wp_control_gomb_sor2 { }
.wp_control_gomb_sor_btn2 {
	float:left; margin:0; padding:0 0 0 0; border:none; /* padding usually redefined in unique style, ??? */ background-color:transparent; background-repeat:repeat-x;
	font-family:'OpenSauceSans'; font-size:11px; font-weight:bold; text-align:center; color:#828282; cursor:pointer;
}
.wp_control_gomb_sor_btn_active2 {
	float:left; margin:0; padding:0 0 0 0; border:none; /* padding usually redefined in unique style */ background-color:transparent; background-repeat:repeat-x;
	font-family:'OpenSauceSans'; font-size:11px; font-weight:bold; text-align:center; color:#95CBE9; cursor:pointer;
}

.wp_ctrlBttnRow_BttnDIV { float:left; height:27px; /* redefined in inline CSS */ cursor:pointer; }
		/* Hovering the inner elements	*/
	.wp_ctrlBttnRow_BttnDIV:hover > .wp_control_gomb_sor_btn2 { background-position:0 -27px; }
	.wp_ctrlBttnRow_BttnDIV:hover > .wp_control_gomb_sor_btn_active2 { background-position:0 -27px; color:#828282; }
	.wp_ctrlBttnRow_BttnDIV:hover > .wp_control_gomb_sor_btn2_right { background-position:right -27px; }
		/*	Inner elements' properties	*/
	.wp_ctrlBttnRow_BttnDIV .wp_control_gomb_sor_btn2 { /*	Hogy kompatibilis legyen a régivel, azért mutatok rá a wp_ctrlBttnRow_BttnDIV alól !!!	*/
		float:left; height:21px; /* redefined in inline CSS */ padding:6px 0 0 6px; background-position:0 0;					
		font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#828282; text-align:center;
	}
	.wp_ctrlBttnRow_BttnDIV .wp_control_gomb_sor_btn_active2 {
		float:left; height:21px; /* redefined in inline CSS */ padding:6px 0 0 6px; background-position:0 0;					
		font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#95CBE9; text-align:center;
	}
	.wp_control_gomb_sor_btn2_right {
		float:left; width:6px; height:27px; /* redefined in inline CSS */ background-position:right 0; }


/*** wp_excel_processor *******************************************************/

.wp_excel_processor2 {
	margin:0; display:inline;
}
	.wp_excel_processor2 img {	
		float:left; width:9px; height:9px;
	}
.wp_excel_proc_lbl2 {
	float:left; width:67px; margin:5px 0 0 0;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; padding-left:3px;
}
.wp_excel_proc_browser_label2 {
	float:left; margin-top:2px; height:18px; padding:2px 0 0 4px;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#606060;
}
.wp_excel_proc_brwsr_lbl_right { float:left; width:6px; height:20px; margin-top:2px; background-position:right; }
.wp_excel_proc_BrowseBttn {
	float:left; width:66px; height:25px; background-position:0px 0px;
}
	.wp_excel_proc_BrowseBttn:hover {
		background-position:0px -25px;
	}

	/*	FILE UPLOAD BUTTON	*/
.wp_excelProcUplBttnDIV { float:left; height:27px; margin-top:2px; cursor:pointer; }
		/* Hovering the inner elements	*/
	.wp_excelProcUplBttnDIV:hover > .wp_excelProc_bttn { background-position:0 -27px; }
	.wp_excelProcUplBttnDIV:hover > .wp_excelProc_bttn_right { background-position:right -27px; }
		/*	Inner elements' properties	*/
	.wp_excelProc_bttn {
		float:left; height:21px; padding:6px 0 0 6px; background-position:0 0;					
		font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#828282; text-align:center;
	}
	.wp_excelProc_bttn_right { float:left; width:6px; height:27px; text-align:center; background-position:right 0; }

/*** wp_felirat *******************************************************/

.wp_felirat, .wp_felirat2 { /*	For compability, keep 'wp_felirat'	*/
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; /*padding-left:3px;*/
}

/* wp_file_upload *************************************************************/

.wp_file_upload2 {
 	margin:0; display:inline;
}
.wp_file_upload_felirat2 {
	float:left;	margin:0 0 4px 0; height:14px;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; text-align:center;
}
.wp_file_upload_filename2 {
	float:left; height:16px; border:none; margin:2px 0 0 0; padding:4px 0 0 4px; overflow:hidden;
	font-family:'OpenSauceSans'; font-size:10px; font-weight:normal; color:#303030; background-color:transparent;
}
.wp_file_upload_browser_label2 {
	float:left; margin-top:2px; height:18px; padding:2px 0 0 0; /*	Change to:padding:2px 0 0 4px;	*/
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#606060;
}
.wp_file_upl_brwsr_lbl_right { float:left; width:6px; height:20px; margin-top:2px; background-position:right; }
.wp_file_upload_txt2 {
	height:24px; opacity:0.0; filter:alpha(opacity=0);
 	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#606060; text-align:center;
}

	/*	FILE UPLOAD BUTTON	*/
.wp_fileTfUplBttnDIV { float:left; height:27px; margin-top:2px; cursor:pointer; }
		/* Hovering the inner elements	*/
	.wp_fileTfUplBttnDIV:hover > .wp_fileTfUplBttn_bttn { background-position:0 -27px; }
	.wp_fileTfUplBttnDIV:hover > .wp_fileTfUplBttn_bttn_right { background-position:right -27px; }
		/*	Inner elements' properties	*/
	.wp_fileTfUplBttn_bttn {
		float:left; height:21px; padding:6px 0 0 6px; background-position:0 0;					
		font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#828282; text-align:center;
	}
	.wp_fileTfUplBttn_bttn_right { float:left; width:6px; height:27px; text-align:center; background-position:right 0; }

/* wp_picture_upload *************************************************************/

.wp_picture_upload2 { }
.wp_picture_upload_felirat2 {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; padding-left:3px;
}
.wp_picture_upload_feltolt_btn2 {
	float:left; border:none; background-color:transparent; background-position:0 0; font-size:0px; width:80px; height:25px;
}
	.wp_picture_upload_feltolt_btn2:hover {
		background-position:0 -25px;
	}

/*	Plus/minus file upload list	**********************************************************/

.wp_pm_file_lista2 {
	margin:0; display:inline;
}
.wp_pm_file_label2 {
	float:left;	margin:0 0 4px 0; height:14px;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; text-align:center;
}
.wp_pm_file_browser_label2 {
	float:left; height:18px; margin:2px 0 0 0; padding:2px 0 0 0; overflow:hidden; z-index:100;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#606060;
}
.wp_pm_file_select2 {
	float:left; margin:0; padding:0 0 0 6px; border:none;
	font-family:'OpenSauceSans'; font-size:10px; font-weight:normal; overflow:auto; background-position:0 -8px;
}
.wp_pm_file_upload2 {
	position:absolute; left:26px; opacity:0.0; filter:alpha(opacity=0);
 	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#606060; text-align:left;
}
/*.wp_pm_file_comment_felirat {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none;
}
.wp_pm_file_comment {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#000000; text-decoration:none; background-color:white;
}*/

/*	Plus/minus picture upload list	**********************************************************/

.wp_pm_pict_upload_list2 {
	margin:0; display:inline;
}
.wp_pm_pict_upload_file_select2 {
	float:left; margin:0 0 0 1px;; padding:0; border:1px solid #e0e3e6; border-top:none; border-bottom:none; background-color:#f9f9f9;	
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; overflow:auto;
}
.wp_pm_pict_upload_file_browser_label2 {
	padding:2px 0 0 0;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#606060;
}
.wp_pm_pict_upload_label2 {
	float:left;	margin:0 0 4px 0; height:14px;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; text-align:center;
}
	/*	******************************************************************************/
	/*	Plus/minus common	**********************************************************/
	.pm_plus_bttn2, .pm_minus_bttn2 {
		float:left; border:0; background-color:transparent; background-position:0 0; width:26px; height:25px; cursor:pointer; font-size:0px;
	}
		.pm_plus_bttn2:hover, .pm_minus_bttn2:hover { background-position:0 -25px; }

/* wp_flexible_combo **********************************************************/

.wp_flexible_combo {
	margin:0; display:inline; border:1px dotted #606273; /*background-color:#6C1717;*/	
}
.wp_flexible_combo_textfield_txt {
	border:1px solid #D0D0D0; font-family:'OpenSauceSans'; font-size:12px; font-weight:normal; color:#303030; text-decoration:none; height:100%; width:100%;
}
.wp_flexible_combo_txt {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; padding-left:3px;
}

/* list ***********************************************************************/

.wp_list {
	border:1px solid #CCCCCC; background-color:#6C1717; margin:0; display:inline;
}
.wp_list_select {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; overflow:auto;
}

/* list_links ***********************************************************************/
.wp_listMenuHolder {}

.wp_listMenuContent {
	height:auto; padding:12px 10px 0px 22px; font-family:'OpenSauceSans'; font-size:11px; font-weight:bold; color:#FFFFFF; text-transform:uppercase;
}
.wp_listMenuTopText {
	padding:12px 10px 0px 22px; font-family:'OpenSauceSans'; font-size:15px; font-weight:bold; color:#EE5100; text-transform:uppercase;
}
.wp_listMenuConText {
	font-family:'OpenSauceSans'; font-size:11px; font-weight:bold; color:#FFFFFF; text-transform:uppercase;
}
.wp_listMenuConText_sel {
	font-family:'OpenSauceSans'; font-size:13px; font-weight:bold; color:#6a6a6a; text-transform:uppercase;
}

/* login_page *****************************************************************/

.wp_login_felirat {
	width:100px; font-family:'OpenSauceSans'; font-size:14px; font-weight:bold; text-align:right; color:#6a6a6a;
}
.wp_login_input {
	width:200px; font-family:'OpenSauceSans'; font-size:12px; font-weight:normal; color:#000000;
}
.wp_login_btn {
	width:200px; font-family:'OpenSauceSans'; font-size:14px; font-weight:bold; text-align:right;
}


/* mce_div ********************************************************************/

.wp_mce_div2 { }
.wp_mce_div_public_div2 {
	background-color:#FFFFFF;
}
.wp_mce_div_hasRight {
	border:3px solid #000000; background-color:#99BBFF; opacity:0.98; filter:alpha(opacity=98);
}
.wp_megjegyzes {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:normal; font-style:normal; color:#FFCC66; text-decoration:none;
}

/* menu_oszlop ****************************************************************/

.wp_menu_oszlop {
	border:1px solid #CCCCCC; background-color:#336633;
}
.wp_menu_oszlop_btn {
	font-family:'OpenSauceSans'; font-size:14px; font-weight:bold; width:194px; height:30px; color:#AAAAAA;
}

/* menu_sor *******************************************************************/

.wp_menu_sor {
	border:1px solid #CCCCCC; background-color:#336699;
}
.wp_menu_sor_btn {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; font-style:normal; width:150px; height:25px; color:#AAAAAA;
}

/* wp_named_combo *************************************************************/

.wp_named_combo2 {
	margin:0; display:inline;
}
.wp_named_combo_txt2 {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; padding-left:0px;
}
.wp_named_combo_sel2 {
	border:0; margin:0 0 0 2px; opacity:0; filter:alpha(opacity=0); height:16px;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#4E4D4D; text-decoration:none; text-align:left;
}
	/*	common classes of combos	*/
.wp_combo_common_designHolder { position:absolute; }
	.wp_combo_common_designHolder div { float:left; height:20px; }
	.wp_combo_common_designHolder img { float:left; position:relative; }

.wp_combo_common_visibleLbl {
	position:absolute; left:8px; top:3px; height:16px; overflow:hidden; opacity:100; filter:alpha(opacity=100);
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#4E4D4D; text-decoration:none; text-align:left;
}

/*** wp_named_textarea ********************************************************/

/*.wp_named_textarea { margin:0; display:inline; }*/
.wp_named_textarea_txt_2 {
	float:left; border:none; margin:0; padding:0 0 0 6px; outline:none;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:normal; color:#4e4d4d; text-decoration:none; background-position:0 -8px;/*background-color:#f4f4f4;*/ overflow:auto;
}
p.wp_txa_felirat2 {
	margin:0; height:18px; padding:2px 0 0 0;	/*	height must be 20px (now:18+2)	*/
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; text-align:center;
}
.wp_na_ta_tlc { float:left; height:6px; }
.wp_na_ta_tr { float:left; width:6px; height:6px; background-position:top right; }
.wp_na_ta_cl { float:left; width:6px; background-position:0px -6px; }
.wp_na_ta_cr { float:left; width:6px; background-position:right -6px; }
.wp_na_ta_blc { float:left; height:6px; background-position:bottom left; }
.wp_na_ta_br { float:left; width:6px; height:6px; background-position:bottom right; }
	/*	v2 elements	*/
.wp_namedTxaTopL, .wp_namedTxaTopR, .wp_namedTxaBottomL, .wp_namedTxaBottomR { float:left; height:8px; }
.wp_namedTxaTopR { background-position:right top; }
.wp_namedTxaBottomL { background-position:left bottom; }
.wp_namedTxaBottomR { background-position:right bottom; }
.wp_namedTxaCenterL, .wp_namedTxaCenterR { float:left; width:8px; }
.wp_namedTxaCenterL { background-position:left -8px; }
.wp_namedTxaCenterR { background-position:right -8px; }

/* wp_named_textfield *********************************************************/

.wp_named_textfield2 { margin:0; display:inline; }
.wp_named_textfield_txt2 {
	float:left; height:17px; border:none; margin:0; padding:0 0 3px 3px; outline:none;
	font-family:'OpenSauceSans'; font-size:11px; font-weight:normal; color:#4e4d4d; background-color:transparent;
}
.wp_na_tf_right { float:left; width:8px; height:20px; background-position:right; }

/* new_button_list ************************************************************/

.wp_new_button_list2 {
	margin:0; padding:0; border:none; display:inline;
}
.wp_new_button_list_btn2 {
	margin:0; padding:4px 0 0 0; border:none; /*background-color:transparent;*/ float:left;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; text-align:center; color:#828282; cursor:pointer;
}
.wp_new_button_list_select {
	border:1px solid #e0e3e6; border-top:none; border-bottom:none; padding:0; margin:0; background-color:#f9f9f9;	
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; overflow:auto;
}
.wp_new_button_list_select2 {
	float:left; margin:0; padding:0 0 0 6px; border:none;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; overflow:auto; background-position:0 -8px;
}

/* wp_page_btn ************************************************************/

.wp_page_btn {
	font-family:'OpenSauceSans'; font-size:14px; font-weight:bold; width:120px; height:30px; color:#666666; text-align:center;
}
.wp_page_btn_active {
	width:120px; height:30px;
	font-family:'OpenSauceSans'; font-size:14px; font-weight:bold; font-style:italic; text-align:center; text-decoration:underline; color:#7EB2C6;
}
.wp_page_title {
	font-family:'OpenSauceSans'; font-size:19px; color:#C0C0C0; font-weight:bold; text-decoration:none;
}

/* password_textfield *********************************************************/

.wp_password_textfield {
	border:1px solid #CCCCCC; background-color:#6C1717; margin:0; display:inline;
}
.wp_password_textfield2 {
	margin:0; display:inline;
}
.wp_password_felirat2 {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; padding-left:3px;
}

/* wp_pm_combo_lista **********************************************************/

.wp_pm_combo_list2 {
	margin:0; display:inline;
}
.wp_pm_cb_lst_slct_tlc { float:left; height:6px; }
.wp_pm_cb_lst_slct_tr { float:left; width:6px; height:6px; background-position:top right; }
.wp_pm_cb_lst_slct_blc { float:left; height:8px; background-position:bottom left; }
.wp_pm_cb_lst_slct_br { float:left; width:6px; height:8px; background-position:bottom right; }
.wp_pm_combo_lista_lst {
	font-size:12px; font-weight:bold; font-family:'OpenSauceSans';
}
.wp_pm_combo_lista_sel {
	font-size:12px; font-weight:bold; font-family:'OpenSauceSans'; height:20px;
}

/* wp_pm_flex_combo_list **********************************************************/

.wp_pm_flex_combo_list {
	border:1px solid #CCCCCC; background-color:#6C1717; margin:0; display:inline;
}
.wp_pm_flex_list_combo_textfield_txt {
	border:1px solid #D0D0D0; font-family:'OpenSauceSans'; font-size:12px; font-weight:normal; color:#303030; text-decoration:none; height:100%; width:100%;
}
.wp_pm_flex_list_combo_txt {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; padding-left:3px;
}

/* wp_pm_mcediv_lista ******************************************************/

.wp_pm_mcediv_lista {
	border:1px solid #CCCCCC; background-color:#6C1717; margin:0; display:inline;
}
.wp_pm_mcediv_lista_felirat {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; padding-left:3px;
}
.wp_pm_mcediv_lista_plus {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#000000;
}
.wp_pm_mcediv_lista_minus {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#000000;
}

/* wp_pm_textfield_lista ******************************************************/

.wp_pm_textfield_lista2 {
	margin:0; display:inline;
}
.wp_pm_textfield_label2 {
	float:left;	margin:0 0 4px 0; height:14px;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none; text-align:center;
}
.wp_pm_textfield_select2 {
	float:left; margin:0; padding:0 0 0 6px; border:none;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; overflow:auto; background-position:0 -8px;
}
.wp_pm_textfield_lista_field2 {
	float:left; height:18px; border:none; margin:2px 0 0 0; padding:0px 0 0 0;
	font-family:'OpenSauceSans'; font-size:11px; font-weight:bold; color:#606060; text-decoration:none; background-color:transparent;
}

/* wp_popup_button_txa ********************************************************/

.wp_popup_button_txa_div2 {
	/*border:1px solid #CCCCCC; background-color:#6C1717;*/
}
.wp_popup_button_txa_txa2 {
	border:none; margin:0; padding:0;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#000000; text-decoration:none; background-color:#f4f4f4; overflow:auto;
}
.wp_popup_button_div {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#000000; text-decoration:none; background-color:white; overflow:auto;
}
	/*	FILE UPLOAD BUTTON	*/
.wp_popupBttnDIV { float:left; height:27px; margin-top:2px; cursor:pointer; }
		/* Hovering the inner elements	*/
	.wp_popupBttnDIV:hover > .wp_popupBttn_bttn { background-position:0 -27px; }
	.wp_popupBttnDIV:hover > .wp_popupBttn_bttn_right { background-position:right -27px; }
		/*	Inner elements' properties	*/
	.wp_popupBttn_bttn {
		float:left; height:21px; padding:6px 0 0 6px; background-position:0 0;					
		font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#828282; text-align:center;
	}
	.wp_popupBttn_bttn_right { float:left; width:6px; height:27px; text-align:center; background-position:right 0; }

/* wp_popup_button ************************************************************/

.wp_popup_button2 {
	margin:0; display:inline; /*text-align:center;*/
}
.wp_popup_button_btn2 {
	margin:0; padding:4px 0 0 0; border:none; /*background-color:transparent;*/ float:left;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; text-align:center; color:#828282; cursor:pointer;
}

/*** wp_store_button ********************************************************/

.wp_store_button2 {
	text-align:center;
}
.wp_store_button_btn2 {
	margin:0; padding:4px 0 0 0; border:none; /*background-color:transparent;*/ float:left;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#828282; text-align:center; cursor:pointer;
}

/*** wp_store_delete_buttons ********************************************************/

.wp_store_delete_buttons2 {
	margin:0; display:inline;
}
.storeAndDelBttnHolder { background-position:0 -10px; padding-left:10px; }

.wp_store_delete_buttons_store2 {
	margin:0; padding:4px 0 0 0; border:none; /*background-color:transparent;*/ float:left;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; text-align:center; color:#828282; cursor:pointer;
}
.wp_store_delete_buttons_delete2 {
	margin:0; padding:4px 0 0 0; border:none; /*background-color:transparent;*/ float:right;
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; text-align:center; color:#828282; cursor:pointer;
}

/* table **********************************************************************/

.wp_table2 {
	margin:0; display:inline;
}
	.wp_table_tableDiv {
		background-color:#f4f4f4; overflow:auto;
		font-size:10px; font-family:'OpenSauceSans'; font-weight:bold; color:#424242 !important;
	}	/*	TÁBLÁZAT HEADER, oszlopok és a kijelölt oszlop class-jei	*/
		.wp_tableHeader {
			width:100%; font-family:'OpenSauceSans'; font-size:11px; font-weight:normal; text-align:left; word-wrap:break-word;
		}
			.wp_tableHeader tr {
				background-color:#eaf6fe;
			}
			.wp_tableHeader .standardColumn {
				color:#32536a; cursor:pointer;
			}
			.wp_tableHeader .selectedColumn {
				color:#0e90ea; font-size:11px; cursor:pointer;
			}

		.wp_aTableRowDiv {
			width:100%; background-color:#f4f4f4; cursor:pointer;
		}
			.wp_aTableRowDiv:hover {
				background-color:#cccc99;/* color:#ffffff;*/
			}
/*		.wp_aTableRowDivSlctd {
			width:100%; background-color:#E5C366; cursor:pointer;
		}*/
			/*.wp_aTableRowDivSlctd:hover {
				background-color:#D77F30;
			}*/
	/*****	Table-renderer	*****/
	.tableRenderer_aTableRowSlctd { background-color:#e2e2c6; }
		.tableRenderer_fileName {
			width:100%; height:24px; padding:0 4px 0 4px; background-color:transparent; cursor:pointer;
		}
			.tableRenderer_fileName:hover { background-color:#cccc99; }

	/*	Fix szélességű DIV-ek a table renderer-be, hogy ne folyjon ki belőle a szöveg	*/
	.fixW80, .fixW100, .fixW120 { max-height:27px; height:auto; overflow:hidden; text-align:center; }
	.fixW80 { width:80px; }
	.fixW100 { width:100px; }
	.fixW120 { width:120px; }


/* wp_textfield ***************************************************************/

.wp_textfield {
	border:1px solid #CCCCCC; background-color:#6C1717; margin:0; display:inline;
}
.wp_textfield_txt {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:normal; color:#000000; text-decoration:none; height:100%; border:0px;
}

/* wp_takaro_div ***************************************************************/

.wp_takaro_div {
	border:1px solid #CCCCCC; background-color:; filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5; margin:0; display:inline;
}

/* wp_radio_buttons ************************************************************/

.wp_radio_buttons {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; text-align:left; color:#828282;
}



/*** header menu *******************************************************/

.wp_fejlec { border:1px solid #CCCCCC; background-color:#382513; }

#hasChangesAfterSaved {	position:absolute; display:none; left:56px; top:56px; width:15px; height:15px; text-align:center; font-size:30px; color:#CC0000; cursor:default; }


/* wp_forum_nev_txa ***********************************************************/

.wp_forum_nev_txa {
	border:1px solid #CCCCCC; background-color:#6C1717; margin:0; display:inline;
}
.wp_forum_nev_txa_forum {
	background-color:white;
}
.wp_forum_nev {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#6a6a6a; text-decoration:none;
}
.wp_forum_txa {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:normal; color:#000000; text-decoration:none;
}
.wp_forum_fejlec {
	font-family:'OpenSauceSans'; background-color:#C0C0C0; font-size:14px; font-weight:bold; color:#6a6a6a;
}
.wp_forum_hozzaszolas {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:normal; color:black;
}
.wp_forum_btn {
	font-family:'OpenSauceSans'; font-size:14px; font-weight:bold; color:#000000; text-align:center;
}

/* wp_forum_2fields_txa ***********************************************************/

.wp_forum_2fields_txa {
	border:1px solid #CCCCCC; background-color:#6C1717; margin:0; display:inline;
}
.wp_forum_2fields_txa_forum {
	background-color:white;
}
.wp_forum_2fields_hozzaszolas {
	font-family:'OpenSauceSans'; font-size:12px; font-weight:normal; color:#000000; text-decoration:none; height:78px;
}
.wp_header {
	font-family:'OpenSauceSans'; font-size:22px; font-weight:bold; color:#FFCC66; text-decoration:none;
}
.wp_inprogress {
	font-family:'OpenSauceSans'; font-size:17px; color:#C0C0C0; font-weight:bold; text-decoration:none;
}
.wp_label {
	 border:0px solid #CCCCCC; margin:0; display:inline;
}
.wp_label_txt {
	font-family:'OpenSauceSans'; font-size:14px; font-weight:bold; color:#6a6a6a; text-decoration:none;
}
.wp_label_inprogress {
	 border:0px solid #CCCCCC; margin:0; display:inline;
}

/*****************************
**	CUSTOM FORM ELEMENTS	**
*****************************/

#msgForViewDsgnDIV {
	position:absolute; top:50%; left:50%; width:240px; height:auto; padding:20px; background-color:#F17022;/* alt:C73B0B */ border:2px solid #EEF66C;/* alt:F2C545 */
	margin:-28px auto auto -142px;
	-moz-border-radius:5px; -webkit-border-radius:5px; /* for Safari */
	font-family:'OpenSauceSans'; font-size:12px; font-weight:bold; color:#E4F6F8;/* alt:ffffff */ text-align:center; cursor:pointer;
}

/* fejléc menü aloldal menu */

div.topNavSubMenu {
	position:absolute; top:100px; width:auto; background-color:white; padding:4px 0 6px 0; _padding:6px 0 2px 0; border:1px solid #D1D1D1; border-top:none; -moz-opacity:0.95; opacity:.95;
	font-family:'OpenSauceSans'; font-size:12px;
}
	div.topNavSubMenu ul {
		margin:0; padding:0; list-style-type:none; line-height:14px; _line-height:8px;
	}
	div.topNavSubMenu ul, div.topNavSubMenu li {
		margin-bottom:0 !important; padding-bottom:0 !important;
	}
		div.topNavSubMenu li a {
			display:block; padding:0px 6px 0px 6px; margin-bottom:0 !important;
			color:#0B1560; text-decoration:none;
		}
		div.topNavSubMenu li a:hover {
			background-color:#C9DDEE;
			color:#00b6fc; text-decoration:none; font-weight:bold;
		}

/* Breadcrumb */
.breadcrumb {
	position:absolute; font-family:'OpenSauceSans'; font-size:14px; font-weight:bold; color:#7483ab;
}
	/* Breadcrumb left, right & icon DIVs */
	.breadcrumb div { width:auto; height:18px; }
	.breadcrumb .otherInProgressPropertiesDIV { margin-left:26px; color:#7483ab }
	.breadcrumb .pageAndSubPageNameDIV { margin-right:24px; }
	.breadcrumb .iconDIV { margin:1px 24px 0 0; }
	/* Breadcrumb bulls */
	.breadcrumb .bull { color:#61573c; font-size:13px; }
	.breadcrumb .bullRed { color:#8a2a30; font-size:13px; }

/*****************************
**			OTHERS			**
*****************************/
.absPos { position:absolute; }
