/* keretek, div-ek */
body {
	margin: 5px;
	font: normal 11px Arial, Tahoma, Sans-serif, Universe;
	color: #000000;
	background: #FFFFFF;
}

/* Takarítás */
.fix {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* lap tartalom div-je */
.tartalom {
	border: none;
}

.noprint {
	display: none;
}

.statSelect {
	display: none;
}
.statPrint {
	display: block;
}
/* nagy tabla statban */
.statmerleg {
	font-size: 8px;
}

.top {
	display: none;
}

.head {
	display: none;
}

/* logot tartalmazo div */
.logo {
	display: none;
	background: #a5a5a5;
	float: left;
/*	height: 25px;*/
	width: 12%;
}

/* user es egyeb infokat tartalmazo sav div-je */
.title_lane {
	display: none;
	background: #a5a5a5;
	float: left;
	width: 88%;
}

/* login form */
#loginform {
	display: none;
//	display: inline;
}

.menu {
	display: none;
	font-size: 1.1em;
}

.menu ul, #menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu ul {
	text-align: center;
}

.menu ul li {
	display: inline;
	margin-right: .75em;
}

.menu ul li.last {
	margin-right: 0;
}

.statSelect {
}

/* lapozo div-ek */
.pager_first { }
.pager_second { }

/* linkeket tartalmazo span */
.pager_links { }

/* listát tartalmazo table */
.list { }

	/* lista table-on beluli szukiteseket tartalmazo tr */
	#filter { }

	/* lista table-on beluli fejlecet tartalmazo tr */
	#head { }


h1, h2  {
	font: bold large Arial, Tahoma, Sans-Serif, Universe;
	padding-top: 10px;
	color: #000000;
}

h3  {
	font: bold 16px Arial, Tahoma, Sans-Serif, Universe;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
}

/* lista table-on beluli fejlecet tartalmazo tr */
.tablehead {
	vertical-align: top;
	height: 22px;
	font-weight: bold;
}

/* form-on beluli table */
.form {
	border: none;
}

.form td {
	vertical-align: top;
}

/* input melletti kerdojel img */
.infoimg { }

/* form-on beluli div, melybe hozzaados es egyeb listak kerulnek */
.form_container { }

/* div es span lehet mindenfele margo nelkuli tarolo */
.container { }

/* hibat tartalmazo div */
.errormsg {
	background: red;
}
/* altalanos hibakat tartalmazo div, cim alatt */
.syserrormsg {
	background: red;
}

/*  copyright-ot tartalmazo div */
.copyright {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
}

/* form-on beluli lista tabla pl.: receptkeszites */
.form_list{ }

/* form_list header row-ja */
.form_list_head {
	height: 22px;
	font-weight: bold;
}

/* ajax autocompleter */
	div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	}
	div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	div.autocomplete ul li.selected { background-color: #ffb;}
	div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
	cursor:pointer;
	}


/* print media-hoz! */
input, select, textarea, radio, checkbox {
	font-family: Arial;
	font-size: 10px;
	border: none;
	background: none;
	overflow-x:hidden;
	overflow-y:hidden;
}
input[type=button], input[type=submit] {
	display: none;
}

.f_notice_notgood {
	background: #f8b3b7;
}
.f_notice_good {
	background: #8ffa89;
}

form {
	padding: 0px;
	margin: 0px;
}

hr { }

input.loginbutton {
	display: none;
}

#head {
	display: none;
}
#msgwall {
	display: none;
}
.icon {
	display: none;
}

#contentdiv {
	margin-left: 1px;
}

#menucontainer {
	display: none;
}

.tabbernav, .infoimg, .dialog, input[type="checkbox"] {
	display: none;
}

/* select lefel nyil eltuntetese */
select{
	-webkit-appearance: none;
	appearance: none;
}

#fixedinfoline_container {
	display: none;
}

textarea {
	resize: none;
}
