body {
	overflow-y: auto;
	}
.menu  h1,.xml-tree h1 {
	height: 25px;
	text-align: left;
	padding: 3px 0 1px 2px;
	margin: 5px 10px 0 20px;
	}

.headerright {
	border: 0;
	}

.headerleft {
	height: 100px;
	border: 0;
	}
.header {
	border-bottom: 10px solid #FF8800;
}	
.hrleft {
	margin-bottom: -11px;
}

.hrright {
	margin-bottom: -40px;
}
	
.hrleft h1 {
	margin-top: 10px;
	text-align: left;
	font-size: 30px;
	}
.hrleft h2 {
	margin-top: -10px;
	text-align: left;
	font-size: 20px;
	color: #FF9822;
	}
	
.hrleft h3 {
	margin-top: -10px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	}
.content_float {
	float: left;
}

.footer {
	float: left;
}

INPUT.warning,
TEXTAREA.warning {
	border: 1px dashed red;
	background-color: rgb(255, 244, 244);
	color: red;
	cursor: help !important;
}

INPUT, /* ezeket nem alkalmazzuk submit, reset, button */
SELECT,
TEXTAREA { 
	font: 13px Arial, Helvetica, sans-serif;
	border: 1px solid rgb(230, 230, 230);
	background-color: white; 
	margin-top: 1px;
	color: black;
	padding: 0 2px;
}

TABLE TBODY TR {
	behavior: url(proform/js/proform.ie-hover.htc); /* URL a dokumentumból */
	-ie-hover-classname: hover;
}

BODY {
	behavior: url(proform/js/proform.ie-activeform.htc); /* URL a dokumentumból */
	-ie-activeform-hover-selectortext    : ".activeform-hover";
	-ie-activeform-focus-selectortext    : ".activeform-focus";
	-ie-activeform-readonly-selectortext : ".activeform-readonly";
	-ie-activeform-disabled-selectortext : ".activeform-disabled";
}

.activeform-hover {
	border: 1px solid rgb(0, 80, 154);
	background-color: rgb(230, 230, 230);
	color: rgb(79, 76, 76);
}
.activeform-focus  {
	border: solid 1px rgb(79, 76, 76);
	background-color: rgb(248, 248, 248);
	color: rgb(0, 80, 154);
}
.activeform-disabled { /* activeform automata osztály */
	border: solid 1px rgb(151, 144, 127);
	background-color: rgb(248, 248, 248);
	color: rgb(151, 144, 127);
}
OPTION.activeform-disabled { /* activeform automata osztály */
	background-color: rgb(223, 223, 223);
	color: rgb(151, 144, 127);
}
.activeform-readonly { /* activeform automata osztály */
	border: solid 1px rgb(151, 144, 127);
	color: rgb(79, 76, 76);
	background-color: rgb(255, 255, 240);
}

