@CHARSET "UTF-8";

@import url(../chessTournamentEnable.css);

/* colors #e0e0b0 #ededbd #e9e9b9  */
.n a {
	pointer-events: none;
	cursor: default;
	color: black;
	text-decoration: none;
}

.n a#tournamentPage, .n a.index { 
	pointer-events: auto;
	text-decoration: underline;
	color: #0000EE;
}

.t a {
	display: none;
}

body {
	background-color: #ededbd;
	color: black;
}

#timestamp {
	text-align: right;
	font-size: 10pt;
}

div#logo img {
	/* position fixed logo scrolled nicht */
	/*	position: fixed; */
	width: 100%;
	background-color: #ededbd;
}

div#logo {
	margin-left: 0%;
	background-color: #ededbd;
}

div#left-text {
	margin-left: 5%;
	margin-rigth: 5%;
}

h2, h3 {
	text-align: center;
}

#left-col {
	/* position fixed linke column scrolled nicht */
	/*	position: fixed; */
	position: absolute;
	width: 15%;
	max-width: 180px;
	background-color: #e9e9b9;
	font-size: 80%;
}

.vspace1 {
	min-height: 3cm;
	background: #00000000;
}

#left-col.fix {
	position: fixed;
}

#left-col .filetype {
	font-weight: bold;
	margin-top: 0.5em
}

#left-col div.seperator {
	margin: 0px;
	background: black;
	height: 2px;
}

#left-col a.index {
	display: block;
}

#left-col div.turnierBox {
	border-width: 2px;
	border-color: black;
}

#left-col .turnierName {
	font-weight: bold;
}

#right-col {
	width: 80%;
	vertical-align: top;
	position: absolute;
	left: 18%;
}

table {
	border-width: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-spacing: 0pt;
	width: 100%;
	border-color: black;
	border-collapse: collapse;
	empty-cells: show;
}

table tr.table_head {
	background-color: #e0e0b0;
}

table th {
	background-color: #e0e0b0;
	border-style: solid solid solid solid;
}

table td {
	border-style: none solid none solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

table td.l {
	text-align: left;
}

table td.num {
	text-align: right;
}

td, th {
	font-family: Arial, sans-serif;
	font-size: .8em;
	/*	font-weight: normal; */
	vertical-align: middle;
	border-width: 2px 2px 2px 2px;
	border-color: black;
}

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

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

td.r {
	/* background: #FFF;  */
	text-align: right;
}

td.c {
	/* background: #FFF;  */
	text-align: center;
}

td.l {
	/* background: #FFF;  */
	text-align: left;
}

.n a:hover {
	color: red;
}