* { margin: 0; padding: 0; border: 0; }

body {
	margin: 5px;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	background: #ffffff;
}

a         { font-weight: normal; text-decoration: none; }
a:link    { color: #000000; }
a:visited { color: #000000; }

div#tgm {
	display: none;
}
h1 {
	font-size: 10pt;
	color: #000000;
	margin-left: 0;
	margin-bottom: .5em;
}

#meth {
	text-align: justify;
	padding: 5px;
	margin-bottom: .5em;
	border: 2px solid #888888;
}
#meth .highlight {
	font-weight: bold;
	color: #000000;
}

#footer {
	text-align: center;
	background: #ffffff;
	
	position: relative;
	bottom: auto;
	width: 100%;
}
#footnotes {
	text-align: left;
	padding: 0 0 0 .5em;
	margin: 1em 0 0 0;
	background: #ffffff;
/*	border-top: 1px solid #000000; */
}
#footer a {
	display: none;
}

#tablecontainer {
	height: auto;
}
#tablecontainer tbody {
	height: auto;

	overflow-y: visible;
	overflow-x: visible;
}
#tablecontainer tbody tr td:last-child {
	padding-right: .7em;
}

table {
	width: 100%;
}
thead th {
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: .25em 1em;
	background: #cccccc;
	border-bottom: .5pt dotted #000000;
}

thead a:link, thead a:visited { 
	color: #000000;
	text-decoration: none;
}
thead a:hover {
	color: #ffffff;
}
tbody th {
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	padding: 2px .5em;
	border-bottom: .5pt dotted #000000;
}
td {
	font-size: 9pt;
	text-align: right;
	vertical-align: bottom;
	padding: 3px .7em 3px 0;
	border-left: .5pt dotted #000000;
	border-bottom: .5pt dotted #000000;
}
.ind {
	padding-right: .2em;
}
.idx {
	font-size: 80%;
	vertical-align: super;
}

.b { border-right: 2px solid #000000; } /* törés a sorozatban */
.f { color: #0000cc; } /* előzetes adat */
.r { color: #008800; } /* revidiált adat */
.e { color: #cc0000; } /* becsült adat */
