.tournament-tree {
	font-family: arial;
	font-size: 11px;
	width: 470px;
	font-weight: normal;
	margin-top: 20px;
}
.tournament-tree A {
	color: #F26622;
	text-decoration: none;
	font-weight: bold;
}
.tournament-tree A:hover {
	color: #98c53e;
}
.tournament-tree td.score {
	text-align: center;
}
.tournament-tree td.score_left {
	text-align: center;
	border-right: 1px solid #bdbdbf;
}
.tournament-tree td.main_bottom {
	xwidth: 150px;
	border-bottom: 1px solid #bdbdbf;
	background-color: #F5F5F5;
	padding-left: 5px;
}
.tournament-tree td.main_bottom_right {
	border-bottom: 1px solid #bdbdbf;
	border-right: 1px solid #bdbdbf;
	background-color: #F5F5F5;
	padding-left: 5px;
}
.tournament-tree td.bottom {  
  xwidth: 100px;
  text-align: center;
  border-bottom: 1px solid #bdbdbf;
	background-color: #F5F5F5;
}
.tournament-tree td.bottom_right {  
  xwidth: 100px;
  text-align: center;
  border-bottom: 1px solid #bdbdbf;
  border-right: 1px solid #bdbdbf;
	background-color: #F5F5F5;
}
.tournament-tree td.right {  
  background-color: white;
  border-right: 1px solid #bdbdbf;
}
.tournament-tree td.popis {
	color: #FFFFFF;
	background-color: #f28d21;
	text-align: center;
}
.tournament-tree td.gray {
	background-color: #bdbdbf;
	font-weight: bold;
	color: #FFFFFF;
}
.tournament-tree td {
	padding-top: 3px;
	padding-bottom: 3px;
}