#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:140px;
}
#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;
}
/*col1 - 60px -2pxBorder */
#singles_draw #col_1 .draw_cell{
	padding-top: 44px;
}
#doubles_draw #col_1 .draw_cell{
	padding-top: 30px;
}
/*col2 - 120px -2pxBorder */
#singles_draw #col_2 .draw_cell{
	padding-top: 104px;
}
#doubles_draw #col_2 .draw_cell{
	padding-top: 90px;
}
/*col3 - 240px -2pxBorder */
#singles_draw #col_3 .draw_cell{
	padding-top: 224px;
}
#doubles_draw #col_3 .draw_cell{
	padding-top: 210px;
}
/*col4 - 480px -2pxBorder */
#singles_draw #col_4 .draw_cell{
	padding-top: 464px;
}
#doubles_draw #col_4 .draw_cell{
	padding-top: 450px;
}
/*col5 - 960px -2pxBorder */
#singles_draw #col_5 .draw_cell{
	padding-top: 944px;
}
#doubles_draw #col_5 .draw_cell{
	padding-top: 930px;
}

#singles_draw #col_0 .bottom_padding{
	padding-bottom: 14px;
	padding-top:0;
}
#doubles_draw #col_0 .bottom_padding{
	padding-bottom: 0;
	padding-top:0;
}
/*col1 - 60px -2pxBorder */
#singles_draw #col_1 .bottom_padding{
	padding-bottom: 44px;
	padding-top:0;
}
#doubles_draw #col_1 .bottom_padding{
	padding-bottom: 30px;
	padding-top:0;
}
/*col2 - 120px -2pxBorder */
#singles_draw #col_2 .bottom_padding{
	padding-bottom: 104px;
	padding-top:0;
}
#doubles_draw #col_2 .bottom_padding{
	padding-bottom: 90px;
	padding-top:0;
}
/*col3 - 240px -2pxBorder */
#singles_draw #col_3 .bottom_padding{
	padding-bottom: 224px;
	padding-top:0;
}
#doubles_draw #col_3 .bottom_padding{
	padding-bottom: 210px;
	padding-top:0;
}
/*col4 - 480px -2pxBorder */
#singles_draw #col_4 .bottom_padding{
	padding-bottom: 464px;
	padding-top:0;
}
#doubles_draw #col_4 .bottom_padding{
	padding-bottom: 450px;
	padding-top:0;
}
/*col5 - 960px -2pxBorder */
#singles_draw #col_5 .bottom_padding{
	padding-bottom: 944px;
	padding-top:0;
}
#doubles_draw #col_5 .bottom_padding{
	padding-bottom: 930px;
	padding-top:0;
}



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,
#doubles_draw .draw_subentity_name{
	width: 172px;
	overflow: hidden;
	margin-right: 0;
}
#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;
	clear: both;
}
.draw_entity_name a,
.draw_cell a{
	text-decoration: none;
}
.player_flag{
	padding-top: 1px;
}

.faux_spacing{
	height: 14px;
	overflow: hidden;
}