#full_content{
	padding:10px;
	width:960px;
	background: #002756;
	margin-bottom: 10px;
}

#nav_draws{
	width:100%;
	overflow:hidden;
	margin-bottom: 10px
}
#nav_draws li{
	float:left;
	margin-right: 10px;
}
#nav_draws li a{
	display: block;
	width: 60px;
	height: 25px;
	background: url(../img/pages/draws/nav_draws.png);
	text-indent: -9009px
}
#nav_draws li a:hover{
	background-position: 0 -25px;
}
#nav_draws li a.selected{
	background-position: 0 -50px;
}

#nav_draws li#nav_draws_li_doubles a{
	width:66px;
	background-position: -70px 0;
}
#nav_draws li#nav_draws_li_doubles a:hover{
	background-position: -70px -25px;
}
#nav_draws li#nav_draws_li_doubles a.selected{
	background-position: -70px -50px;
}

#nav_draws li#nav_draws_li_qualifying a{
	width:78px;
	background-position: -140px 0;
}
#nav_draws li#nav_draws_li_qualifying a:hover{
	background-position: -140px -25px;
}
#nav_draws li#nav_draws_li_qualifying a.selected{
	background-position: -140px -50px;
}


.draw_container{
	width:100%;
	overflow: hidden;
}
.draw_col{
	float:left;
	width:100px;
}
#col_0{
	width:234px;
}
#col_0 .draw_cell{
	width: 227px;
}
.draw_cell{
	overflow: hidden;
	border: 2px solid #002756;
	padding-left: 5px;
}
#singles_draw .draw_cell{
	height:14px;
}
#doubles_draw .draw_cell{
	height:28px;
}
#singles_draw #col_0 .draw_cell{
	padding-top: 14px;
}
#doubles_draw #col_0 .draw_cell{
	padding-top: 0;
}
#col_1 .draw_cell{
	padding-top: 42px;
}
#col_2 .draw_cell{
	padding-top: 102px;
}
#col_3 .draw_cell{
	padding-top: 222px;
}
#col_4 .draw_cell{
	padding-top: 462px;
}
#col_5 .draw_cell{
	padding-top: 942px;
}

div.top_border,
div.bottom_border{
	border-color: #B2D0ED;
}
div.top_border,
div.no_border{
	border-bottom-width: 0;
	border-left-width: 0;
	-webkit-border-top-right-radius: 2px;
}
div.bottom_border{
	border-top-width: 0;
	border-left-width: 0;
	-webkit-border-bottom-right-radius:2px;
}
.draw_cell div.bottom_of_four{
	border:0;
}
.draw_col .last_row_draw_cell{
	border-right: 0;
}

.draw_cell_contents{
	width: 100%;
	overflow: hidden;
}
.draw_cell_contents span{
	display: block;
	float:left;
	margin-right: 10px;
}
.draw_entity_position{
	width:15px;
}
.draw_entity_seed{
	width:20px;
}
#col_0 .draw_entity_name{
	width: 150px;
}
#singles_draw #col_0 .draw_entity_name{
	height: 14px;
	line-height: 14px;
}
#doubles_draw #col_0 .draw_entity_name{
	height: 28x;
	line-height: 14px;
}
#doubles_draw .draw_subentity_name{
	display: block;
}
.draw_entity_name a{
	text-decoration: none;
}
.player_flag{
	padding-top: 1px;
}