
	/* Default */
	body {
		font-size: 12px;
		/*font-family: "Times New Roman";*/
		/*font-family: Verdana, Arial, sans-serif;*/
		font-family: Arial, sans-serif;
		margin: 0px;
		padding: 0px;
	}
	input, td, select {
		font-size: 12px;
		/*font-family: "Times New Roman";*/
		/*font-family: Verdana, Arial, sans-serif;*/
		font-family: Arial, sans-serif;
	}

	html, body { height: 100%; }
	.pg_full { display: block;width: auto;height: auto; }
	.pg_page { display: block;position: relative;height: auto;margin: 0px auto; }
	.pg_cell { display: block;position: relative;float: left;height: auto;/*min-height: 20px*/;overflow: hidden; }
	.pg_row { display: block;float: none;height: auto;min-height: 0px; }
	.pg_row.pg_cell { /*min-height: 20px;*/ }
	.pg_break { display: block;height: 0px;clear: both; }

	.site_clear {
		height: 0px;
		line-height: 0px;
		clear: both;
		margin: 0px;
		padding: 0px;
		border: 0px solid black;
	}
	.disabled, .fbk_h {
		display: none;
	}



	/* Debug message */
	.debugTitle {
		padding: 5px;
		border: 1px solid black;
		margin: 5px;
		text-align: left;
		font-size: 10px;
		cursor: pointer;
	}
	.debugObject {
		display: none;
		text-align: left;
		font-size: 10px;
	}



	/* Successful popup */
	.disable_masking {
		background-color: #8CC83C;
		border: 1px solid white;
		padding: 20px;
		position: absolute;
		width: 600px;
		z-index: 6001;
	}
	.disable_masking .closebutton {
		float: right;
		text-decoration: none;
		color: white;
	}
	.disable_masking .data {
		font-size: 32px;
		text-align: center;
		color: white;
	}



	/* Űrlapok hiba megjelenítő doboza */
	#error_box, #success_box {
		display: none;
		overflow: auto;
		padding: 0px;
	}
	.error_header {
		overflow: auto;
		border-left: 1px solid black;
		border-top: 1px solid black;
		border-right: 1px solid black;
		padding: 1px 5px 1px 5px;
		background-color: gray;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	.error_body {
		overflow: auto; /* visible,hidden,scroll,auto */
		padding: 5px;
		border: 1px solid black;
		text-align: center;
	}
	#error_box .error_body {
		color: red;
	}
	#success_box .error_body {
		color: green;
	}
