@charset "UTF-8";

/*
$Header: /cvs/gen/TurnierHTML/src/swiss-constant-files/html/include/swiss-chess-print-format.css,v 1.2 2011/12/19 10:16:43 rl Exp $
$Name: open2011 $
*/
.nav {
	display: none
}

body {
	width: 210mm;
	font-size: 1em;
}

/*
div.logo img {
	width: 25mm;
	float: left;
	}

div.logo + div { 
	float: left;
	width: 170mm;
	
}
*/
#h1 {
	font-size: 1.6em;
	text-align: center;
}

#h2 {
	font-size: 1.2em;
	text-align: center;
}

#timestamp {
	font-size: 0.8em;
	text-align: right;
}

table {
	width: 100%;
	border-width: 0.1mm;
	border-style: solid solid solid solid;
	border-spacing: 0mm;
	border-color: black;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #CFCFCF;
}

tr {
	border-style: none;
}

td, th {
	font-family: Arial, sans-serif;
	margin-top: 0mm;
	margin-botton: -1mm;
	font-weight: normal;
	vertical-align: middle;
	border-style: none solid none solid;
	border-width: 0.1mm;
	border-color: black;
}

th {
	font-weight: bold;
	border-style: solid solid solid solid;
}

td:first-child, th:first-child {
	border-left-style: none;
}

td:last-child, th:last-child {
	border-right-style: none;
}

tr:NTH-CHILD(even) {
	background-color: #FFFFFF;
}

tr:NTH-CHILD(odd) {
	background-color: #F0F0F0;
}

td.r {
	text-align: right;
	padding-right: 0.5em;
}