@import url("./nyomtatvany.css");

body {
	font-family: Times New Roman, serif;
	font-size: 10pt;
}

.noprint { display: none }

/*
a {
	color: black;
	text-decoration: none;
}
*/
a img { border: 0 }

#header { display: none }
#menu { display: none }
#sidebar-collapse { display: none }

#left_coloumn { display: none }

#footer { display: none }

.pager { display: none }


.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }


table {
	border-collapse: collapse;
}

table th, table td {
	vertical-align: top;
	padding: 5px;
}

table.list th, table.itemlist th {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #f0f0f0;
}

table.list td, table.itemlist tbody {
	border-bottom: 1px solid black;
}

table.itemlist {
	width: 100%;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 1em;
}


#tabloDiv h2 {
	font-size: 10pt;
}

#tabloDiv ul {
	margin: 0 0 0 6mm;
	padding: 0;
	font-size: 8pt;
}


table#tablo {
	width: 100%;
	font-size: 7pt;
}

table#tablo td {
	padding: 3px;
	vertical-align: top;
	border-bottom: 1px solid black;
	
}



#ihtable {
	border-collapse: collapse;
	width: 100%;
	font-size: 7pt;
}

#ihtable td, #ihtable th {
	border: 1px solid #ccc;
	padding: 2px;
	vertical-align: top;
}

#ihtable th {
	border-bottom: 2px solid #ccc;
	text-align: left;
}




.row {
	margin: 0;
	padding: 4px 0px;
	zoom: 1;
	border-bottom: 1px dotted #aaa;
}


.row .label {
	width: 35%;
	float: left;
}

.row .value {
	float: right;
	width: 60%;
}

.row:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


h2 {
	font-size: 1.4em;
	border-bottom: 2px solid #aaa;
}

h3, h4 {
	font-size: 1.2em;
	border-bottom: 1px solid #aaa;
}

