/* Draw KNOLL OPEN */

#draw_ko * { 
	margin: 0; 
	padding: 0; 
	outline: 0; 
	font-size: 11px;
}

#draw_ko { 
	position: relative; 
	width: 870px; 
	min-height: 800px;
}

.draw_ko_txt p { 
	margin: 0; 
}

.draw_ko_txt p span { 
	font-weight: bold; 
}

#draw_ko .draw_ko_inner { 
	width: 870px; 
}

#draw_ko .draw_ko_inner table { 
	width: 870px; 
}

#draw_ko .draw_ko_inner table thead {
	background: #005ea8; 
	color: #ffffff; 
	font-weight: bold; 
	height: 22px; 
	line-height: 21px; 
	padding:2px; 
	text-align: center;
}

#draw_ko .draw_ko_inner table tbody tr { 
	width: 870px; 
}

#draw_ko .draw_ko_inner table tbody tr td { 
	vertical-align: top;
}

#draw_ko .draw_ko_inner table .draw_ko_container { 
	display: block; 
	position: relative; 
	border-bottom: solid 2px #cccccc; 
}

#draw_ko .draw_ko_inner table .even { 
	border-right: solid 2px #cccccc; 
}

#draw_ko .draw_ko_inner table .draw_ko_container p { 
	position: absolute; 
	font-size: 11px;
}

#draw_ko .draw_ko_inner table .draw_ko_container a { 
	position: absolute; 
	font-size: 11px; 
	z-index: 1; 
}

#draw_ko .draw_ko_inner table .draw_ko_container .winner { 
	font-weight: bold; 
}

#draw_ko .draw_ko_inner table .draw_ko_container .draw_ko_pos { 
	position: absolute; 
	bottom: 0px; 
	left: 4px;
}

#draw_ko .draw_ko_inner table .draw_ko_container .draw_ko_extra { 
	position: absolute; 
	bottom: 0px; 
	left: 23px;
}

#draw_ko .draw_ko_inner table .draw_ko_container .bye { 
	position: absolute; 
	bottom: 1px; 
	left: 4px; 
	line-height: 12px; 
}

#draw_ko .draw_ko_inner table .draw_td_first .draw_ko_container .bye { 
	position: absolute; 
	bottom: 1px; 
	left: 50px; 
}

#draw_ko .draw_ko_inner table .draw_ko_container .player { 
	position: absolute; 
	bottom: 1px; 
	left: 4px; 
	line-height: 12px; 
	padding-right: 12px; 
	clear: left; 
}

#draw_ko .draw_ko_inner table .draw_ko_container .draw_ko_player { 
	position: absolute; 
	bottom: 1px; 
	left: 0px; 
}

#draw_ko .draw_ko_inner table .draw_td_first .draw_ko_container .draw_ko_player { 
	position: absolute; 
	bottom: 1px; 
	left: 50px; 
}

#draw_ko .draw_ko_inner table .draw_td_first .draw_ko_container .draw_ko_player .player { 
	position: relative; 
	display: block; 
}

#draw_ko .draw_ko_inner table .draw_td_first .draw_ko_container .draw_ko_player .flag { 
	float: left; 
	display: inline; 
	margin-right: 5px; 
}

#draw_ko .draw_ko_inner table .draw_ko_container .player a { 
	position: relative; 
	display: block; 
	line-height: 12px; 
}

#draw_ko .draw_ko_inner table .draw_ko_container .draw_ko_player a { 
	display: block; 
	position: relative; 
	line-height: 12px; 
}

#draw_ko .draw_ko_inner table .draw_td_first .draw_ko_container .draw_ko_player a { 
	display: inline; 
	position: relative; 
	line-height: 12px; 
}

#draw_ko .draw_ko_inner table .draw_ko_container .draw_ko_player p { 
	display: block; 
	position: relative; 
	color: #666; 
	line-height: 12px; 
}

#draw_ko .draw_ko_inner table .draw_td_first .draw_ko_container .draw_ko_player p { 
	display: inline; 
	position: relative; 
	color: #666; 
	line-height: 12px; 
}

#draw_ko .draw_ko_inner table .draw_ko_container .draw_ko_results { 
	position: absolute; 
	bottom: -34px; 
	left: 4px; 
	line-height: 14px; 
	height: 32px; 
}

#draw_ko .draw_ko_inner table .draw_ko_container .draw_ko_results a,
#draw_ko .draw_ko_inner table .draw_ko_container .draw_ko_results p { 
	position: relative; 
	display: block; 
	margin: 0 15px 0 0; 
}

#draw_ko .draw_ko_inner table .draw_ko_container .h2h { 
	position: absolute; 
	display: block; 
	bottom: 0px; 
	right: 0px; 
	width: 12px; 
	height: 100%; 
	text-indent: -9999px; 
	overflow: hidden; 
	background: url("../images/h2h_draw.png") no-repeat center #CCC; 
}

#draw_ko .draw_ko_inner table .draw_ko_container .h2h:hover { 
	background-color: #fbba00;
}

/* Spalten Breite */

.draw_td_first_width {
	width: 260px;
}

.draw_td_second_width {
	width: 170px;
}

.draw_td_third_width {
	width: 170px;
}

.draw_td_fourth_width {
	width: 170px;
}

.draw_td_fifth_width {
	width: 170px;
}

.draw_td_sixth_width {
	width: 170px;
}
			
			
/* Spalten */			
			
#draw_ko .draw_ko_inner table .draw_td_first { 
	padding-top: 16px; 
}

#draw_ko .doubles table .draw_td_first { 
	padding-top: 28px; 
}

#draw_ko .draw_ko_inner table .draw_td_first .draw_ko_container { 
	height: 28px; 
}

#draw_ko .doubles table .draw_td_first .draw_ko_container { 
	height: 52px; 
}

#draw_ko .draw_ko_inner table .draw_td_second .draw_ko_container { 
	height: 58px; 
}

#draw_ko .doubles table .draw_td_second .draw_ko_container { 
	height: 106px; 
}

#draw_ko .draw_ko_inner table .draw_td_third .draw_ko_container { 
	height: 118px; 
}

#draw_ko .doubles table .draw_td_third .draw_ko_container { 
	height: 214px; 
}

#draw_ko .draw_ko_inner table .draw_td_third .first { 
	height: 87px;
}

#draw_ko .doubles table .draw_td_third .first { 
	height: 160px; 
}

#draw_ko .draw_ko_inner table .draw_td_fourth .draw_ko_container { 
	height: 238px; 
}

#draw_ko .doubles table .draw_td_fourth .draw_ko_container { 
	height: 430px; 
}

#draw_ko .draw_ko_inner table .draw_td_fourth .first { 
	height: 145px; 
}

#draw_ko .doubles table .draw_td_fourth .first { 
	height: 260px; 
}

#draw_ko .draw_ko_inner table .draw_td_fifth .draw_ko_container { 
	height: 478px; 
}

#draw_ko .doubles table .draw_td_fifth .draw_ko_container { 
	height: 862px;#
}

#draw_ko .draw_ko_inner table .draw_td_fifth .first { 
	height: 260px; 
}

#draw_ko .doubles table .draw_td_fifth .first { 
	height: 470px; 
}

#draw_ko .draw_ko_inner table .draw_td_sixth .draw_ko_container { 
	height: 958px; 
}

#draw_ko .doubles table .draw_td_sixth .draw_ko_container { 
	height: 1726px; 
}

#draw_ko .draw_ko_inner table .draw_td_sixth .first { 
	height: 490px; 
}

#draw_ko .doubles table .draw_td_sixth .first { 
	height: 905px; 
}