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

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

a         { font-weight: bold; text-decoration: none; }
a:link    { color: #289CC3; }
a:visited { color: #289CC3; }
a:hover   { color: #00628F; }

div#tgm {
	position: absolute;
	right: 5px;
}
h1 {
	font-size: 14px;
	color: #00628f;
	margin-left: 2px;
	margin-bottom: .5em;
	padding-right: 37px;
}
h2 {
	font-size: 11px;
	color: #00628f;
	margin-left: 2px;
	margin-bottom: .5em;
}

#meth {
	text-align: justify;
	padding: 5px;
	margin-bottom: .5em;
	border: 2px solid #c2bb7e;
}
#meth .highlight {
	color: #cc0000;
}

#footer {
	text-align: center;
	background: #e8e5cf;
}
#footnotes {
	text-align: left;
	padding: 2px .5em;
	margin-bottom: .5em;
	background: #c2bb7e;
}

#tablecontainer {
	height: auto;
}
#tablecontainer tbody {
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

table {
	width: 100%;
	empty-cells: show;
}
thead th {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	vertical-align: middle;
	background: #c2bb7e;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

thead a:link, thead a:visited { 
	color: #5a511e;
	text-decoration: none;
	padding-right: 8px;
	background: transparent url(i/sort_no.gif) center right no-repeat;
}
thead a:link.sortdn, thead a:visited.sortdn { 
	background-image: url(i/sort_dn.gif);
}
thead a:link.sortup, thead a:visited.sortup { 
	background-image: url(i/sort_up.gif);
}
thead a:hover {
	color: #ffffff;
}
tbody th {
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	padding: 2px .5em;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

td {
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	padding: 3px .7em 3px 5px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	white-space: nowrap;
}
.frtitle {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: .25em 1em;
	background: #c2bb7e;
}

.odd {
	background: #e8e6d0;
}
.even {
	background: #dbd8b5;
}

.ind {
	padding-right: .2em;
}
.idx {
	font-size: 80%;
	vertical-align: super;
	cursor: help;
}
.activerow {
	background: #cec99a;
	cursor: default;
}
.highlightrow {
	background: #bbb371;
}

.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 */
