#OrvosTablaHolder {
	width: 501px;
	float: left;
	margin: 0px;
	margin-bottom: 1.8em;
}
#OrvosTabla {
	float: left; /* Mozilla bug fix: some reloads render incorrectly the table, some are not */
	margin: 0;
	border: 1px solid #000;
	line-height: normal;
	text-align: left;
	font-size: 11px;
}
#OrvosTabla th {
	border-bottom: 1px solid #000 /*#80312c*/;
	border-right: 1px solid #000 /*#80312c */;
	padding: 4px 6px;
	vertical-align: middle;
	font-weight: normal;
	background-color: #80312c;
	color: #fff;
}
#OrvosTabla td {
	border-right: 1px solid #80312c;
	padding: 4px 6px;
	vertical-align: middle;
}
#OrvosTabla th.Pentek, #OrvosTabla td.Pentek {
	border-right: 0;
}
#OrvosTabla caption {
	font-size: 9px;
	padding-top: 4px;
	caption-side: bottom; /* IE does not position, so it is in the markup aswell */
}

#OrvosTabla td a {
	line-height: 135%;
}

.HetNapja {
	width: 60px;
	text-align: center;
}
.SzakOrvos {
	min-width: 120px;
	vertical-align: top;
}
tr.Even {
	background-color: #f7e1dc;
}
