	
a:link,visited,active  {    /* unvisited link */
	color: #969aa1;
	text-decoration: none
}

a:hover {  /* mouse over link */
	color: #cfcfcf;
	text-decoration: none
}

body {
	background-color: #0a1010;
	padding: 0;
	margin: 0;
	font-family: georgia,serif;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #5e5e5e;
	background-position:top center;
}


#outerContainer {
    background-image: url('https://cdn.akamai.steamstatic.com/apps/dota2/images//leaderboards/bg_repeat.jpg');
    background-repeat:repeat-y;
    background-position:top center;
}   

#contentContainer {
    background-image: url('https://cdn.akamai.steamstatic.com/apps/dota2/images//leaderboards/bg_top.jpg');
    background-position:top center;
    background-repeat:no-repeat;
}   

#content {
    background-image: url('https://cdn.akamai.steamstatic.com/apps/dota2/images//leaderboards/bg_top.jpg');
    background-position:top center;
    background-repeat:no-repeat;
    position:relative;
    width: 738px;
    min-height:700px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    padding-top: 200px;
}

#content li
{
    margin-left: 60px;
    text-align: left;
}

#content input,
#content select
{
    margin-bottom: 8px;
    width: 300px;
}

#content.barcode
{
    margin-bottom: -20px;  // why do I need to do this to remove a gap?
}

#accountName {
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
}

    
#bottomContainer {
    background-image: url('https://cdn.akamai.steamstatic.com/apps/dota2/images//leaderboards/bg_bottom.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	position:relative;
    margin-top: 0px;
	height:524px;
    width: 940px;
}

#logoValve {
    position:absolute;
    left:60px;
    top:320px;
    width:110px;
    height:36px;
}

#legal {
    position:absolute;
    left:180px;
    top:320px;
    color:#525050;
    font-size:12px;
    line-height:16px;
}

.PersonaContainer {
    display: flex;
    flex-direction: row;
    gap: 10px;

    justify-content: center;
    align-items: center;
}

.Persona {
    font-size: 30px;
    color: white;
}

.SelectBadgeType {
    font-size: 16px;
}

.InputBadgeID {
    font-size:  16px;
}

@media only screen and (max-width: 1200px) {
    .SelectBadgeType {
        font-size: 24px;
    }

    .InputBadgeID {
        font-size:  24px;
    }
}

.offsetBox
{
    background-color: #151515;
    width: 600px;

    margin-left: auto;
    margin-right: auto;

    border-style: solid;
    border-width: 1px;
    border-color: #333333;

    padding-top: 20px;
    padding-bottom: 20px;
}

.offsetBoxContentsLeft .Header
{
    color: #777;
    font-size: 16px;
}

.offsetBoxContentsLeft
{
    margin-left: 20px;
    text-align: left;

    font-size: 20px;
}

.accountNameInput
{
    margin-top: 10px;
}

#barcodeInput
{
    opacity: .01;
}

.avatar
{
    width: 184px;
    height: 184px;
}

.accountDetails
{
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
    margin-left: 20px;

    font-size: 30px;
}

.scanBarcode
{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f00;
}

#resultMessage
{
    font-size: 20px;
    color: #fff;
}


.offsetBox.results
{
    margin-top: 60px;
}


.offsetBoxTop
{
    margin-top: 32px;
}
.ticketInputBox
{
    width: 400px;
}

.ticketURL
{
    font-wight: bold;
    font-size: 20px;

    margin-top: 4px;
    margin-bottom: 12px;
}

.detailsLabels
{
    font-weight: bold;
    color: #888888;
}

.urlHighlight
{
    color: #B8B8B8;
}

.details
{
    color: #DDDDDD;
}

.errorMessage
{
    color: #AA0000;
    font-weight: bold;

    background-color: #201515;
    width: 580px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 10px;
    padding-right: 10px;

    border-style: solid;
    border-width: 1px;
    border-color: #333333;

    padding-top: 20px;
    padding-bottom: 20px;

}

#confBoxContents
{
    margin-left: auto;
}

.textInputContainer
{
    margin-left: auto;
    margin-right: auto;
    display:inline-block
}

.confBoxText {
    margin-right: 4px;
    color: #EEEEEE;
}

.ticketBoxHeader
{
    width: 100%;
    color: #EEEEEE;
    font-weight: bold;
    font-size: 20px;
}

.ticketInput
{
    margin-top: 4px;
    margin-bottom: 8px;
}

.confButtonContainer
{
    margin-top: 20px;
}

.buttonDefault {
    background: #000000;
    background: linear-gradient(#232123, #373737);
    border-top: 1px solid #505050;
    border-left: 1px solid #3c3c3c;
    border-right: 0px;
    border-bottom: 0px;

    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;

    color: rgb(200, 200, 200);
    text-align: center;
    font-weight: normal;
    font-size: 90%;

    text-decoration: none;
    cursor: pointer;
}

.buttonDefault:active {
    background: linear-gradient(#4b4b4b, #373537 );
    border-top: 0px;
    border-left: 0px;
    border-bottom: 1px solid #646464;
    border-right: 1px solid #505050;

    box-shadow:2px 2px 2px rgba(0,0,0,.3);

}

.buttonDefault:hover {
    background: linear-gradient(#484648, #545454);
    border-top: 1px solid #7a7a7a;
    border-left: 1px solid #5f5f5f;
    border-bottom: 0px
    border-right: 0px;
    color: rgb( 220, 220, 200 );
}


.submitButton {
    padding:4px 12px;
    margin:0;
    margin-top: 40px;
    border:solid #777777 1px;
    background-color:#000000;
    color:#eeeeee;
    cursor:pointer;
    font-size: 20px;
}

.cancelButton {
    padding:2px 8px;
    margin:0;
    margin-top: 15px;
    border:solid #777777 1px;
    background-color:#000000;
    color:#eeeeee;
    cursor:pointer;
    font-size: 20px;
}

.faq_block
{
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 100px;
}

.faq_url
{
    font-size: 20px;
}

#content .faq_block h1
{
    font-size: 20px;
    color: #dddddd;
    margin-bottom: 4px;
    margin-top: 24px;
}

#content .faq_block ul
{
    margin-top: 4px;
    margin-bottom: 4px;
}

#content .faq_block
{
    color: #999999;
}

#globe {
	position:absolute;
	top:230px;
	right:30px;
	z-index:1;
}

#faqArea {
	text-align:left;
	padding:10px 50px;
}
#faqArea ul {
	margin-top:0px;
	margin-bottom:0px;
}

.question {
	padding: 0px 90px;
	font-size:16px;
	color:#b7b7b4;
}

.answer {
	padding:0px 90px 20px 120px;
	font-size:14px;
	line-height:20px;
}

#content h1 {
	font-weight:normal;
	font-size:36px;
	color:#DDDDDD;
	margin:0;
    margin-bottom: 20px;

    text-shadow: 1px 1px 4px #000000;
}

#content h2 {
	font-weight:normal;
	font-size:28px;
	color:#AAAAAA;
	margin-top: 12px;
    margin-bottom: 12px;

    text-shadow: 1px 1px 4px #000000;
}

#content h3 {
    font-weight:normal;
    color:#888888;
    margin:0;
    padding:0px 0px 20px 0px;
}

#content h4 {
    font-size: 32px;
}

#content h4.error {
    color: #982722;
	line-height: 40px;
}

#content h4.success {
    color: #6AC62C;
	line-height: 40px;
}

#regionSelect {
	position:relative;
	padding:100px 0px 20px 0px;
	z-index:2;
	font-size:24px;
}
#regionSelect span {
	display:inline-block;
	padding:0px 24px;
	color:#ffffff;
	text-decoration:underline;
}
#regionSelect a {
	display:inline-block;
}
#regionSelect a.unselected_division {
	text-decoration: none;
}
#regionSelect a.selected_division {
	color: #e0e0e0;
	text-decoration: underline;
}

th {
	background-color:#000000;
	color:#b7b7b4;
	line-height:16px;
	font-size:14px;
}

td {
	color:#a4a4a4;
}

.player_name {
	color: #d0d0d0;
	font-weight: 700;
}

.no_official_data {
	color: #404040;
}
