@charset "UTF-8";
/* CSS Document */
/* CSS Coding by Lachlan Munday - Black Salt Studio */

body {
	background-color: #fff;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding:0px;
	margin: 8px;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	display: block;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.clearB {
	clear: both;
}

.infoBox {
	background-color: #eeeeee;
	border-radius: 3px;
	display: block;
	padding: 5px 5px 10px 10px;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 5px;
}

.infoBox img.asplogo {
	float: right;
	width: 60px;
}


.infoBox h1 {
	font-size: 16px;
	color: #000000;
	text-align: left;
	overflow: hidden;
	line-height: 20px;
	margin: 3px 0;
	padding: 0;
	text-shadow: 1px 1px #ffffff ;
	width: 60%;
}

.infoBox h2 {
	font-size: 11px;
	color: #000000;
	text-align: left;
	overflow: hidden;
	line-height: 14px;
	margin: 0px;
	padding: 0;
	text-shadow: 1px 1px #ffffff ;
	font-weight: normal;
	width: 60%;
}

.roundMenuBox {
	background-color: #eeeeee;
	border-radius: 3px;
	display: block;
	padding: 5px;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 5px;
}

ul.roundMenu {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
}

ul.roundMenu li {
	list-style: none;
	margin: 3px 8px 3px 3px;
	float: left;
	font-size: 13px;
	line-height:18px;
	font-weight: 500;	
}




.heatBox {
	background-color: #eeeeee;
	border-radius: 3px;
	display: block;
	padding: 5px;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 5px;
}


.heatTitle {
	font-size: 14px;
	color: #000000;
	text-align: left;
	overflow: hidden;
	line-height: 25px;
	margin-bottom: 3px;
	text-shadow: 1px 1px #ffffff ;

	display: inline-block;
	float: left;
}

.heatLinks {
	width: 110px;
	float: right;
	font-size: 10px;
	margin: 5px 0;
	text-align: right;
}

.heatLinks a {
	text-align: right;
	text-shadow: 1px 1px #fff;
	padding: 4px;
	color: #bbb;
	margin-left: 5px;
}

.heatLinks a:hover {
	background-color: #000;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	border-radius: 2px;
}

/* Column Titles */

#colTitles {
	font-size: 10px;
	color: #666;
	width: 100%;
	display: block;
	height: 15px;
}

#colTitles .titlePos {
	width: 17px;
	display: block;
	float: left;
	margin-right: 7px;
}

#colTitles .titleName {
	width: 130px;   /* 2023/03/31 JUN 123 -> 130 */
	display: block;
	float: left;
	padding-left: 12px;
}

#colTitles .titleCountry {
	width: 17px;
	display: block;
	float: left;
}

#colTitles .titleTopScores {
	width: 80px;
	display: block;
	float: right;
}

#colTitles .titleNeeds {
	width: 75px;
	display: block;
	float: right;
}


#colTitles .titleTotal {
	width: 35px;
	display: block;
	float: right;
	text-align: left;
}


/* Surfer Bar */

.surferRow {
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	height: 30px;
	background-color: #ffffff;
	border-radius: 2px;
	font-size: 11px;
	line-height: 30px;
	display: block;
	margin-bottom: 2px;
	overflow: hidden;
	min-width: 250px;
}

.surferRow :hover {
	cursor: pointer;
}

.surferRow .leftSide {
	float: left;
}

.surferRow .pos {
	background-color: #000;
	width: 20px;
	height: 30px;
	display: block;
	color: #fff;
	text-align: center;
	float: left;
	font-size: 10px;
}

.surferRow .color {
	width: 10px;
	height: 30px;
	display: block;
	float: left;
	border-left: 1px solid #eeeeee;
}

.surferRow .red {background-color: red;}
.surferRow .blue {background-color: #0382e5;}
.surferRow .yellow {background-color: yellow;}
.surferRow .white {background-color: silver;}
.surferRow .green {background-color: green;}
.surferRow .orange {background-color: orange;}
.surferRow .pink {background-color: fuchsia;}
.surferRow .purple {background-color: purple;}
.surferRow .black {background-color: gray;}

.surferRow .name {
	background-color: #fff;
	width: 125px;   /* 2023/03/31 JUN 30% -> 125px */
	height: 30px;
	display: block;
	color: #000;
	text-align: left;
	float: left;
	min-width: 115px;
	padding-left: 5px;
}

.surferRow .country {
	background-color: #fff;
	width: 40px;
	height: 30px;
	display: block;
	color: gray;
	text-align: center;
	float: left;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	font-weight: normal;
	font-size: 10px;
}

.surferRow .rightSide {
	float: right;
	width: 215px;
}

.surferRow .rightSide .needs {
	background-color: #fff;
	width: 75px;
	height: 30px;
	display: block;
	color: gray;
	text-align: center;     /* 2023/3/31 JUN left -> center */
	float: left;
	font-size: 10px;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding:0 5px 0 10px;
	margin-right: 5px;
}


.surferRow .rightSide .topScores {
	background-color: #fff;
	width: 55px;
	height: 30px;
	display: block;
	color: gray;
	text-align: center;     /* 2023/3/31 JUN left -> center */
	float: left;
	font-size: 10px;
	padding-left: 5px;
}

.surferRow .rightSide .totalScore {
	background-color: white;
	color: black;
	font-weight: bold;
	width: 40px;
	height: 30px;
	display: block;
	text-align: right;
	float: right;
	padding-right:8px;
	border-left: 1px solid silver;
}

@media only screen and (max-width: 414px) { /* 2023/3/31 JUN 400->414 */

/* 2022/01/25 DEL .wrapper {
	width: 310px;
}*/

.surferRow .country {
	width: 32px;
}

.surferRow .rightSide .needs {
	display: none;
}
.infoBox h1 {
	font-size: 14px;
}

.surferRow {
	font-size: 10px;
}

/*.infoBox img.asplogo {
	width: 60px;
}*/

#colTitles .titleName {
	width: 128px;   /* 2023/03/31 JUN 107 -> 128 */
}

#colTitles .titleNeeds {
	display: none;
}

.surferRow .rightSide {
	float: right;
	width: 120px;
}

.surferRow .name {
	min-width: 102px;
}

.surferRow .rightSide .topScores {
	background-color: white;
	width: 61px;
	height: 30px;
	display: block;
	color: gray;
	text-align: left;
	float: left;
	font-size: 10px;
	padding-left: 2px;
}

.surferRow .rightSide .totalScore {
	width: 37px;
}

ul.roundMenu li {
	list-style: none;
	margin: 3px 5px 3px 3px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
}

}/* END 400 wide */

@media only screen and (max-width: 320px) {

.surferRow .rightSide .needs {
	display: none;
}

#colTitles .titleCountry {
	display: none;
}

#colTitles .titleNeeds {
	display: none;
}

.surferRow .rightSide {
	float: right;
	width: 110px;
}

.surferRow .leftSide {
	float: left;
	width: 180px;
}

.surferRow .name {
	border-right: 1px solid silver;
}

.surferRow .country {
	display: none;
}

.surferRow {
	font-size: 10px;
}

ul.roundMenu li {
	list-style: none;
	margin: 3px 8px 3px 3px;
	float: left;
	font-size: 11px;
	line-height:12px;
}

}/* END 320 wide */
