body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	color: #fff;
	margin: 0px;
	font-size: 10.5pt;
}

header{
	text-align: center;
}

div{
	box-sizing: border-box;
	margin: auto;
}

a:link, a:visited, a:hover, a:active{
  text-decoration: none;
}

div.spacer{
	opacity: 0;
}

span.breakLine{
	display: inline-block;
}

div.bodyWrapper{
	width: 800px;
	max-width: 100%;
	/*border: 1px solid red;*/
}

header.headerWrapper{
	margin-top: 8px;
	margin-bottom: 24px;
}

header.headerWrapper img{
	width: 95%;
}

header.pageTitle{
	color: #ffff00;
	font-size: 150%;
	margin: 8px;
}

header.homePageHeader{
	width: 83%;
	text-align: center;
	margin: auto;
	color: #ffffff;
}

div.homePageButton{
	width: 83%;
	border: 2px solid #ff0000;
	color: #ffff00;
	padding: 24px;
	font-weight: bold;
	border-radius: 6px;
	text-align: center;
	margin-top: 15px;
}

div.selectItemWrapper{
	width: 95%;
	max-width: 640px;
	border: 2px solid #ff0000;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	margin-bottom: 32px;
}

div.selectItemWrapper span.dropdownarrow, div.listWrapper span.dropdownarrow{
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 2;
	color: #ffff00;
}

div.selectItemWrapper div.selectItem{
	padding: 20px;
}

div.selectItemWrapper div.selectItemReducedPadding{
	padding: 4px;
}

div.selectItemWrapper div.divider{
	width: 100%;
	border-bottom: 1px solid #ff0000;
}

div.selectItemWrapper div.dividerGroup{
	width: 100%;
	border-bottom: 4px solid #ff0000;
	border-top: 4px solid #ff0000;
	height: 9px;
	background-color: #ffffff;
}



div.listWrapper{
	width: 95%;
	max-width: 640px;
	border: 2px solid #ff0000;
	font-size: 125%;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	margin-bottom: 32px;
}

div.listWrapper div.divider{
	width: 100%;
	border-bottom: 1px solid #ff0000;
}


div.listItemTournament{
	padding: 4px;
	color: #ffff00;
	font-size: 110%;
}
div.listItemTournamentDate{
	color: #ffffff;
}
div.listItemDetails{
	color: #aaa;
	font-size: 80%;
}

div.selectListLabel{
	position: relative;
	top: -20px;
	right: 3px;
	font-size: 80%;
	font-weight: normal;
	text-align: right;
	height: 0px;
	color: #999;
}

table.winnerListTable{
	margin: auto;
	font-size: 85%;
	color: #aaa;
	border-collapse: collapse;
}

table.qualPlayersListTable{
	margin: auto;
	font-size: 85%;
	border-collapse: collapse;
	width: 100%;
}

table.qualPlayersListTable td{
	color: #ffff00;
}

table.qualPlayersListTable td.divider{
	width: 100%;
	border-bottom: 1px solid #ff0000;
	color: #ffffff;
	padding: 4px;
}

img.winnerMedal{
	width: 14px;
	height: 14px;
	margin-left: 4px;
}

table.winnerListTable th{
	padding: 0px 6px;
}

table.winnerListTable td{
	padding: 0px 6px;
}

table.qualPlayersListTable td{
	padding: 2px 6px;
}

table.qualPlayersListTable td.winnerNameCol{
	width: 50%;
	overflow: hidden;
}

td.winnerNameCol, td.winnerMedalCol{
	text-align: left;
}

td.winnerNameCol div.codenameWrapper{
	max-width: 140px;
	overflow: hidden;
}


span.selectHamburgerBtn{
	position: absolute;
	top: 6px;
	right: 2px;
	z-index: 2;
	color: #ffffff;
	font-size: 142%;
}

div.showMoreButton{
	font-size: 100%;
	font-style: italic;
	color: #ff0000;
	padding-top: 8px;
	cursor: pointer;
}

div.tournamentDescDetails div{
	text-align: center;
	margin: 0px 8px 24px 8px;
	font-size: 92%;
	color: #999;
}

input#inputPlayerCount{
	width: 120px;
	font-size: 1.2em;
	text-align: center;
}

div.bookingDetails{
	color: #ffff00;
	margin: 16px;
	font-size: 85%;
}

div.payDepositBtn{
	cursor: pointer;
	width: 90%;
	border: 1px solid #ff0000;
	border-radius: 5px;
	margin: 12px auto;
}

div.payDepositBtn div.payDepositBtnDetails{
	font-size: 80%;
	color: #999;
}

