<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#heading img { vertical-align: middle; }
#entryBox {
  display: block;
  border: 1px solid #575757;
  padding: 5px;
  margin: 5px 0px 5px 0px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#PopupBox {
  position: absolute;
  left: 100px;
  top: 250px;
  z-index: 20;
  width: 400px;
  height: 110px;
  border: 1px solid #767676;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF7EA;
  color : black;
  font-size : 11px;
  font-family : verdana, arial;
  font-weight : normal;
  padding: 9px;
  line-height: 130%;
}
#LookupClubBox {
  position: absolute;
  left: 70px;
  top: 220px;
  z-index: 20;
  width: 500px;
  height: 280px;
  border: 1px solid #767676;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF7EA;
  color : black;
  font-size : 11px;
  font-family : verdana, arial;
  font-weight : normal;
  padding: 9px;
  line-height: 150%;
}
#sscnl {
  float: right;
}
#clubNoEmail {
  background-color: #FFF7EA;
}
#clubLookupList {
  height: 115px;
  width: auto;
  overflow-y: scroll;
  padding: 3px;
  margin-bottom: 5px;
}
.disabledInput {
  background-color: #E3E3E3;
}
#SystemTeamName {
  padding: 3px;
  border: 1px solid #9F9F9F;
  width: 99%;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#stnValue {
  font-size: 12px;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 4px;
}
#btSignupClub {
  width: 100% !important;
  height: 26px !important;
  font-weight: bold !important;
}
#btGotoLogin {
    width: 100% !important;
    height: 26px !important;
    font-weight: normal !important;
}
#btSignup {
    width: 100% !important;
    height: 26px !important;
    font-weight: normal !important;
}
inputx:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}
#regCustomComments {
  margin: 4px 0px 4px 0px;
  padding: 3px;
  border: 1px solid #9F9F9F;
  width: 99%;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#LoginLanguageToggle {
  padding: 4px;
  border: 1px solid #7F7F7F;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  width: 21px;
  height: 18px;
  position: absolute;
  left: 591px;
  top: 1px;
  cursor: pointer;
}
#emailHint {
  color: #5F5F5F;
  margin-top:-5px;  
}
</pre></body></html>