/* ----------------------------------------------------------------------------------- */
/* style: TABLE 1 "Rács nélküli" */
/* ----------------------------------------------------------------------------------- */
table.dhtml_table1 {
	width: 100%;
}

table.dhtml_table1 td, table.dhtml_table1 th {
	background-color: #FFFFFF;
	padding: 2px;
	text-align: left;
	color: black;
	font-weight: normal;
	font-size: 11px;
	border: 0px !important;
}
table.dhtml_table1 thead td {
	font-weight: bold;
}





/* ----------------------------------------------------------------------------------- */
/* style: TABLE 2 "Rácsos" */
/* ----------------------------------------------------------------------------------- */
table.dhtml_table2 {
	border-collapse: collapse;
	width: 100%;
}
table.dhtml_table2 td, table.dhtml_table2 th {
	background-color: #fff;
	padding: 2px !important;
	text-align: left;
	color: #555;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #aaa !important;
}
table.dhtml_table2 thead td {
	font-weight: bold;
}
