@charset "UTF-8";
/* CSS Document */
/* CSS Coding by Lachlan Munday - Black Salt Studio */
/* DUAL HEATS */


body {
	padding:0;
	margin:0;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;}
a {
	text-decoration:none;
	padding:0;
	margin:0;
}
a:hover {
	text-decoration:none;
	padding:0;
	margin:0;
}
.clear_b {
	clear:both;
}
.clear_l {
	clear:left;
}
.clear_r {
	clear:right;
}
.left {
	float:left;
}
.right {
	float:right;
}

.scores {
	background-color: #fff;
	width:320px;
	/*min-height:500px;*/
	margin: 0px auto;
}
#header {
	padding:5px;
	height: 52px;
}
#header .txt_container {
	width:240px;
	float:left;
}
#header .txt_round {
	background-color:#333;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	height:22px;
	padding:3px;
	border-radius: 4px;
	line-height:22px;
}
#header .txt_heat {
	background-color:#333;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	height:20px;
	width:165px;
	border-radius: 4px;
	float:left;
	line-height:20px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#header .txt_time {
	background-color:#333;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	height:20px;
	width:58px;
	border-radius: 4px;
	margin:5px 0 0 0;
	padding:2px 3px;
	float:right;
	line-height:20px;
	background:url(../imgs/clock.png) #333 no-repeat 4px 4px;
/*	background:url(../imgs/clock_gshock.png) #333 no-repeat 4px 4px; */
}

#header .logo_container {
	width:55px;
	float:right;
}
#header .logo_container .logo_asp a {
/*	background:url(../imgs/logo_wsl.png) right top no-repeat;*/
	background:url(../imgs/logo_score_jpba.png) right top no-repeat;
	height:56px;
	width:55px;
	display: block;
	text-indent:-9999px;
}

#header .logo_container .logo_beachbyte a {
	background:url(../imgs/logo_beachbyte.png) right top no-repeat;
	height:20px;
	width:120px;
	display: block;
	text-indent:-9999px;
	margin: 4px 0 0 0;
}

.clock {
	width:16px;
	height:16px;
	display:block;
}



/* Colours */


.red {
	background-color: #990000;
}
.blue {
	background-color: #069;
}
.green {
	background-color: #063;
}
.white {
	background-color: #EAEAEA;
}
.black {
	background-color: #333;
}
.yellow {
	background-color: #fcd705;
}
.pink {
	background-color: #cd00a1;
}
.orange {
	background-color: orange;
}

.name {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:25px 0 3px 0;
	display:block;
	color:#FFFFFF;
	height:29px;
	line-height: 15px;
	vertical-align:middle;
	overflow: hidden;
}

.white .name, .yellow .name, .orange .name {
	color:#000;
}

.country {
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	display: block;
	height: 10px;
	padding: 3px;
	line-height: 9px;
	margin: 0;
	border-radius: 2px;
	color: #CCC;
	text-shadow: -1px -1px #333;
}
.white .country, .yellow .country {
	color:#333;
	text-shadow:1px 1px #fff;
}



/* 4man Columns */


.col_4man {
	width:75px;
	border-radius:5px;
	float:left;
	display:block;
	margin:4px 0 4px 4px;
	position:relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 430px;
	background-color: #eee;
}
.col_4man .info {
	height:135px;
	overflow:hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #333;
	background-image: url(../imgs/colour_shade_straight.png);
}
.col_4man .pos {
	position:absolute;
	top:0;
	left:0;
	width:69px;
	background-image:url(../imgs/4man_pos_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	height:26px;
	padding:3px;
	display:block;
	color:#FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.col_4man .name {
	font-size: 12px;
}

.col_4man .top_scores_container {
	margin:2px auto;
	display:block;
	width:69px;
	overflow:hidden;
	border-radius:3px;
}
.col_4man .top_score {
	float: left;
	width: 100%;
	font-size: 10px;
	text-align: center;
	height: 18px;
	line-height: 20px;
	margin: 0;
	color: #999;
	background-color:#000;
	border-bottom:1px solid #333;
}
.col_4man .total_score {
	float: left;
	width: 100%;
	text-align: center;
	height: 37px;
	line-height: 25px;
	margin: 0;
	color: #FFFFFF;
	background-color: #0B0B0B;
	overflow:hidden;
}
.col_4man .total_score h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 0;
	line-height: 18px;
}
.col_4man .total_score p {
	clear: both;
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
	margin: 2px 0 0;
	line-height: 10px;
	color: #999;
}



/* Dual Columns */


.col_Dual {
	width:71px;
	border-radius:5px;
	float:left;
	display:block;
	margin:0px 0 4px 4px;
	position:relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 418px;
	background-color: #eee;
}


.col_Dual .info {
	height:130px;
	overflow:hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #333;
	background-image: url(../imgs/colour_shade_straight.png);
}
.col_Dual .pos {
	position:absolute;
	top:0;
	left:0;
	width:65px;
	background-image:url(../imgs/4man_pos_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	height:26px;
	padding:3px;
	display:block;
	color:#FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.col_Dual .name {
	font-size: 11px;
	padding: 23px 0 1px 0;
}

.col_Dual .top_scores_container {
	margin:2px auto;
	display:block;
	width:69px;
	overflow:hidden;
	border-radius:3px;
}
.col_Dual .top_score {
	float: left;
	width: 100%;
	font-size: 10px;
	text-align: center;
	height: 18px;
	line-height: 20px;
	margin: 0;
	color: #999;
	background-color:#000;
	border-bottom:1px solid #333;
}
.col_Dual .total_score {
	float: left;
	width: 100%;
	text-align: center;
	height: 37px;
	line-height: 25px;
	margin: 0;
	color: #FFFFFF;
	background-color: #0B0B0B;
	overflow:hidden;
}
.col_Dual .total_score h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 2px 0 0;
	padding: 0;
	line-height: 20px;
}
.col_Dual .total_score p {
	clear: both;
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
	margin: 1px 0 0;
	line-height: 10px;
	color: #999;
}




.wave_scores ul {
	background-color:#CCC;
	margin:0;
	padding:0;
}
.wave_scores ul li a, .wave_scores ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	background-color:#000;
	display:block;
	text-align:center;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	line-height: 17px;
	background-image:url(../imgs/wave_shine.png);
	background-position:center top;
	background-repeat:none;
	position: relative;
}
.wave_scores .topscore a, .wave_scores .topscore {
	background-color:#030;
}
.wave_scores .int a, .wave_scores .int {
	background-color:#690000;
}


/* 3man Columns */


.col_3man {
	width:101px;
	border-radius:5px;
	float:left;
	display:block;
	margin:4px 0 4px 4px;
	position:relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 430px;
	background-color: #eee;
}
.col_3man .info {
	height:135px;
	overflow:hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #333;
	background-image: url(../imgs/colour_shade_straight_3man.png);
}
.col_3man .pos {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-image:url(../imgs/3man_pos_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	height:26px;
	padding:3px 0;
	display:block;
	color:#FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.col_3man .name {
	font-size: 14px;
}

.col_3man .top_scores_container {
	margin:2px auto;
	display:block;
	width:95%;
	overflow:hidden;
	border-radius:3px;
}
.col_3man .top_score {
	float: left;
	width: 100%;
	font-size: 10px;
	text-align: center;
	height: 18px;
	line-height: 20px;
	margin: 0;
	color: #999;
	background-color:#000;
	border-bottom:1px solid #333;
}
.col_3man .total_score {
	float: left;
	width: 100%;
	text-align: center;
	height: 37px;
	line-height: 25px;
	margin: 0;
	color: #FFFFFF;
	background-color: #0B0B0B;
	overflow:hidden;
}
.col_3man .total_score h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 0;
	line-height: 18px;
}
.col_3man .total_score p {
	clear: both;
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
	margin: 2px 0 0;
	line-height: 10px;
	color: #999;
}



.wave_scores ul {
	background-color:#CCC;
	margin:0;
	padding:0;
}
.wave_scores ul li a, .wave_scores ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	background-color:#000;
	display:block;
	text-align:center;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	line-height: 17px;
	background-image:url(../imgs/wave_shine.png);
	background-position:center top;
	background-repeat:none;
}
.wave_scores .topscore a, .wave_scores .topscore {
	background-color:#030;
}
.wave_scores .int a, .wave_scores .int {
	background-color:#690000;
}
/* 2man Columns */


.col_2man {
	width:154px;
	border-radius:5px;
	float:left;
	display:block;
	margin:4px 0 4px 4px;
	position:relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #eee;
	height: 430px;
}


.col_2man .info {
	height:135px;
	overflow:hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px solid #333;
	background-image: url(../imgs/colour_shade_straight_2man.png);
}
.col_2man .pos {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-image:url(../imgs/2man_pos_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	height:26px;
	padding:3px 0;
	display:block;
	color:#FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.col_2man .name {
	font-size: 18px;
	height: 39px;
	line-height:20px
}

.col_2man .top_scores_container {
	margin:2px auto;
	display:block;
	width:95%;
	overflow:hidden;
	border-radius:3px;
}
.col_2man .top_score {
	float: left;
	width: 35%;
	font-size: 10px;
	text-align: center;
	height: 38px;
	line-height: 10px;
	margin: 0;
	color: #999;
	background-color: black;
	padding: 8px 0 0 0;
}
.col_2man .total_score {
	float: left;
	width: 64%;
	text-align: center;
	height: 46px;
	line-height: 24px;
	margin: 0;
	color: white;
	background-color: #0B0B0B;
	overflow: hidden;
	border-left: 1px solid #333;
}
.col_2man .total_score h3 {
	font-size: 25px;
	font-weight: bold;
	margin: 9px 0 0;
	padding: 0;
	line-height: 18px;
}
.col_2man .total_score p {
	clear: both;
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0 0;
	line-height: 10px;
	color: #999;
}


.wave_scores ul {
	background-color:#CCC;
	margin:0;
	padding:0;
}
.wave_scores ul li a, .wave_scores ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	background-color:#000;
	display:block;
	text-align:center;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	line-height: 17px;
	background-image:url(../imgs/wave_shine.png);
	background-position:center top;
	background-repeat:none;
}
.wave_scores .topscore a, .wave_scores .topscore {
	background-color:#030;
}
.wave_scores .int a, .wave_scores .int {
	background-color:#690000;
}


/* judges score css */

.wave_scores .judges_score_table{
	display: none;
	position: absolute;
	color: black;
	top: -6px;
	border: 3px solid white;
	cursor: pointer;
	width:150px;
	border-radius:2px;
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
	box-shadow: 0px 0px 12px rgba(0,0,0,.6);
	z-index:1000
}

.col_2man .wave_scores .judges_score_table{
	left: 58px;
}

.col_2man .wave_scores .last_col{
	left: -63px;
}

.col_3man .wave_scores .judges_score_table{
	left: 32px;
}

.col_3man .wave_scores .last_col{
	left: -89px;
}

.col_4man .wave_scores .judges_score_table{
	left: 19px;
}

.col_4man .wave_scores .last_col{
	left: -100px;
}

.col_Dual .wave_scores .judges_score_table{
	left: 19px;
}

.col_Dual .wave_scores .last_col{
	left: -100px;
}

.wave_scores .judges_score_table.show{
	display: block;
}

.wave_scores .judges_score_table > div{
	float: left;
}

.judges_score_table div.flag{
	width: 16px;
	height: 11px;
	display: none;
}

.judges_score_table div.first{
	width: 30px;
	height: 16px;
}

.judges_score_table div.judgescore{
	padding: 0 4px;
	background-color: white;
}

.judges_score_table div.notCounted{
	opacity: .2;
}

.judges_score_table div.judgescore > div.score{
	width: 16px;
	height: 22px;
	font-size: 11px;
	line-height: 22px;
}

.judges_score_table div.aus{
	background: url('../imgs/flags/aus.gif') no-repeat;
}

.judges_score_table div.bra{
	background: url('../imgs/flags/bra.gif') no-repeat;
}

.judges_score_table div.deu{
	background: url('../imgs/flags/deu.gif') no-repeat;
}

.judges_score_table div.esp{
	background: url('../imgs/flags/esp.gif') no-repeat;
}

.judges_score_table div.euk{
	background: url('../imgs/flags/euk.gif') no-repeat;
}

.judges_score_table div.fra{
	background: url('../imgs/flags/fra.gif') no-repeat;
}

.judges_score_table div.haw{
	background: url('../imgs/flags/haw.gif') no-repeat;
}

.judges_score_table div.ita{
	background: url('../imgs/flags/ita.gif') no-repeat;
}

.judges_score_table div.mex{
	background: url('../imgs/flags/mex.gif') no-repeat;
}

.judges_score_table div.nzl{
	background: url('../imgs/flags/nzl.gif') no-repeat;
}

.judges_score_table div.prt{
	background: url('../imgs/flags/prt.gif') no-repeat;
}

.judges_score_table div.pyf{
	background: url('../imgs/flags/pyf.gif') no-repeat;
}

.judges_score_table div.usa{
	background: url('../imgs/flags/usa.gif') no-repeat;
}

.judges_score_table div.zaf{
	background: url('../imgs/flags/zaf.gif') no-repeat;
}


li.wave .judges_score_table {
    display: none;
}

li.wave:hover .judges_score_table {
    display: block;
}

#loading {
	position: absolute;
	z-index:10001;
	left: 135px;
	top: 180px;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-radius: 3px;
	background-color: #fff;
	padding: 5px;
}






/* DUAL */

#headerDual .logo_container {
	width: 310px;
	padding: 3px;
	display: block;
	height: 20px;
	
}

#headerDual .logo_container .logo_ziulscores {
	display: none;
}

#headerDual .logo_container .logo_asp {
	display: none;
}

#headerDual .logo_container .logo_asp a {
	background:url(../imgs/logo_asp_sml.png) left top no-repeat;
	height:20px;
	width:75px;
	display: block;
	text-indent:-9999px;
	float: left;
	margin-right: 5px;
}

#headerDual .logo_container .logo_beachbyte a {
	background:url(../imgs/logo_beachbyte.png) right top no-repeat;
	height:20px;
	width:65px;
	display: block;
	text-indent:-9999px;
	float: right;
	margin-right: 0px;
}

#headerDual .logo_container .title {
	font-size: 11px;
	color: white;
	background-color: #333;
	padding: 3px;
	width: 305px;
	text-align: center;
	float: left;
	line-height: 14px;
	border-radius: 0px;
}

.leftHeat, .rightHeat {
	height: 470px;
	width: 154px;
	margin-left: 3px;
	float: left;
	border-radius: 3px;
}



.dual ..wave_scores ul li a, .dual .wave_scores ul li  {
	line-height: 16px;
}

.dual .txt_container {
	width: 146px;
	float: left;
	margin: 4px;
}
.dual .txt_round {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 14px;
	padding: 3px;
	border-radius: 4px;
	line-height: 14px;
}
.dual .txt_heat {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 14px;
	width: 64px;
	border-radius: 4px;
	float: left;
	line-height: 14px;
	margin: 2px 0 0 0;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.dual .txt_time {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	height: 14px;
	width: 49px;
	border-radius: 4px;
	margin: 2px auto 0;
	padding: 2px 4px;
	line-height: 13px;
	background: url(../imgs/clock.png) no-repeat left top;
	display: block;
}

#scores_body.dual {
	background-color: #fff;
}

.col_Dual .wave_scores .judges_score_table { width: 102px;}

.col_Dual .wave_scores .last_col {left: -54px;}