table {
    background: #ffc;
    width: 98%;
    border-collapse: collapse;
    font: 60% Verdana, Arial, Helvecia, sans-serif;
	margin-left: 0px;
}

th, td {
	border: 1px solid #aaa;
	padding: 2px;
	vertical-align: top;
}

th {
	width: 25%;
	background: #9cf;
}

.listacim {
	font: 160% Verdana, Arial, Helvecia, sans-serif;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}

.cs_datum_tol {
	font: 70% Verdana, Arial, Helvecia, sans-serif;
	text-align: left;
	/*font-weight: bold;*/
	display: inline;
}

.cs_datum_ig {
	font: 70% Verdana, Arial, Helvecia, sans-serif;
	text-align: left;
	/*font-weight: bold;*/
	display: inline;
	margin-left: 1em;
	width: 98%;
}

.cs_helyszin {
	font: 100% Verdana, Arial, Helvecia, sans-serif;
	text-align: right;
	display: normal;
	margin-left: 0em;
	font-weight: bold;
	border-top: 1px dotted #3c4138;
	width:98%;
	letter-spacing: 0.5em;
}

.cs_verseny_nev {
	font: 85% Verdana, Arial, Helvecia, sans-serif;
	text-align: center;
	display: normal;
	font-variant: small-caps;
	border-bottom: 1px dotted #3c4138;
	width: 98%;
	letter-spacing: 0.1em;
	margin-bottom: 0.3em;
	margin-top: 0em;
}

.cs_korcsoport {
	font: 100% Verdana, Arial, Helvecia, sans-serif;
	color: #777;
	/*border-bottom: 1px dotted #3c4138;
	border-left: 1px dotted #3c4138;*/
	border-top: 4px solid #bbb;
	background: #ff6;
	width: 98%;
}

.cs_kategoria {
	font: 80% Verdana, Arial, Helvecia, sans-serif;
	/*border-left: 1px dotted #3c4138;*/
	/*background: #ff6;*/
	width: 98%;
}

#h_sorrend {
	width: 5%;
}

#h_nevek {
	width: 50%;
}

#h_egyesulet {
	width: 45%;
}


tr.paros {
	background: #eee;
}

tr.paratlan {
	background: #fff;
}

td.sorrend {
	text-align: right;
    padding-right: 0.5em;
	font-weight: bold;
	vertical-align: middle;
}
td.nevek {
	text-align: left;
    font-style: normal;
}
td.egyesulet {
	text-align: left;
	font-style: normal;
}


