#turnierbaum_div{
	width:100%;
	overflow: auto;
}
* html #turnierbaum_div{
	overflow-x: scroll;
    overflow-y: visible;
}
*+html #turnierbaum_div{
	overflow-x: scroll;
    overflow-y: visible;
}

#doublescroll {
       width: 100%;
       margin: 0 auto;
	   padding-top: 10px;
	   overflow-x: auto;
}
table#arbres{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;

	border: 0px solid #000000;
	border-collapse: inherit;
    border-spacing: 0;
    margin: 0;
}
table#arbres td{
	border: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

table#arbres td.teamcase {
	text-align: center;
	text-shadow: 1px 1px 0px #fff;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	border-right: 0 solid #ffffff;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	border-top: 2px solid #999;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table#arbres td.teamcase2 {
	text-align: center;
	text-shadow: 1px 1px 0px #fff;
		
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	border-left: 0 solid #ffffff;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table#arbres td.teamcase:hover {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

table#arbres td.teamcase2:hover {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


img.map-winner{
width: 160px;
height: 120px;
border: 0px;
}

img.map-winner-8060{
width: 80px;
height: 60px;
border: 0px;
}

.clear{
  clear: both;
}