
@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:  $
*/
.nav { display: none }

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

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

div.logo + div { 
	float: left;
	width: 170mm;
	
}
h2 {
	font-size: 1.6em;
	text-align: center;
}
h3 {
	font-size: 1.2em;
	text-align: center ;
}
table { 
	border-width: .5mm;
	border-style: solid solid solid solid;
	border-spacing: 0mm;
	border-color: black;	
	border-collapse: collapse;
	empty-cells: show;
    background-color: #CFCFCF; 
	}

body div.head {
	background: red;
	}

tr {
	border-style: none; 
	}

tr:first-child { 
	background-color :  #EEE;
}

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: .1mm; 
	border-color: black;
	}
th {
	font-weight: bold;
	border-style: none solid solid solid ; 
	}
td:first-child, th:first-child{
	border-left-style: none;
	}
td:last-child, th:last-child{
	border-right-style: none;
	}
tr.even { 
	background-color :  #FFFFFF;
	}
tr.odd { 
	background-color :  #F0F0F0;
	}

.Tln, .WZ, .Tisch, .W, .We, .E, .Wdiff, .Pt, .Num {
	text-align: right;
	padding-right: 0.5em;	
}
.Teilnehmer, .Ver, .Farbe, .Lan{
	text-align: left;
	padding-left: 0.5em;	
}
.geg, .Title, .Atr { 
	text-align: center;
}

.join {
	border-left-style: none; 
	border-right-style: none;
}
.J {
	text-align: left;
	border-left-style: none
}

.paarsep {
	width: 2em;
	}
