#LogInOutBtn {
  display: none;
}
#BalanceBtn {
  display: none;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
.card {
  width: 46px;
  height: 64px;
  display: none;
}
.cardshade {
  width: 100%;
  height: 100%;
  background: #808080;
  border-radius: 6px 6px 6px 6px;
  opacity: 0.7;
  display: none;
}
.checkbox {
  position: static !important;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/unchecked.png");
}
.checkbox_label {
  position: static !important;
  display: inline-block;
  vertical-align: top;
  height: 16px;
  line-height: 16px;
  padding: 0 0 0 5px;
  cursor: default;
}
.checkbox_check {
  background: url("/images/checked.png");
}
.checkbox_radio {
  background: url("/images/radiochecked.png");
}
.grid {
  border: solid 1px;
  font-size: 0.9em;
  cursor: default;
  overflow: hidden;
}
.grid_color {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid black;
  width: 32px;
  height: 10px;
}
.grid_data {
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.grid_data > div {
  position: static !important;
  float: left;
  border-right: 1px solid;
  overflow: hidden;
  min-height: 100%;
}
.grid_data div div {
  position: static !important;
  white-space: nowrap;
  padding: 0 0 0 4px;
}
.grid_header {
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  border-bottom: 1px solid;
}
.grid_header div {
  position: static !important;
  float: left;
  border-right: 1px solid;
  overflow: hidden;
  text-align: center;
}
.grid_scroll {
  top: 26px;
  bottom: 1px;
  right: 1px;
  width: 16px;
}
.input,
.textarea {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 5px;
  border: 0;
  box-sizing: border-box;
  outline: none;
}
.memo {
  position: absolute;
  top: 0;
  left: 0;
  right: 16px;
  bottom: 0;
  overflow: hidden;
  margin: 0;
  padding: 2px 5px;
  line-height: 16px;
}
.memo span {
  display: inline-block;
  overflow-y: hidden;
  vertical-align: top;
}
.infobar {
  white-space: nowrap;
  overflow: hidden;
}
.menu {
  height: 25px;
  line-height: 25px;
  cursor: default;
  text-align: center;
  z-index: 1000000;
}
.menu_bold:hover {
  font-weight: bold;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 2px;
  width: 225px;
  display: none;
  border: solid 1px;
  text-align: left;
  font-weight: normal;
}
.menu_left ul {
  width: 100px;
  float: right;
}
.menu ul li {
  padding: 0 5px;
}
.menu_sep {
  border-bottom: 1px solid;
  margin: 3px 5px;
}
.scrollbar {
  top: 0;
  bottom: 0;
  right: 0;
  width: 16px;
  border: 1px solid;
  opacity: 0.35;
}
.scrollbar_down {
  bottom: 0;
  border-top: 1px solid;
}
.scrollbar_down,
.scrollbar_up {
  left: 0;
  right: 0;
  height: 16px;
  font-size: 0.75em;
  text-align: center;
  line-height: 16px;
  cursor: default;
}
.scrollbar_up {
  top: 0;
  border-bottom: 1px solid;
}
.scrollbar_thumb {
  top: 17px;
  left: 0;
  right: 0;
  height: 16px;
  border: 1px solid;
  display: none;
}
.sp_name,
.sp_info {
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}
.sp_note {
  border: 1px solid #000;
  color: #000;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
  line-height: 8px;
  margin: 0;
  padding: 0;
  display: none;
}
.sp_glow {
  background: #ff0;
  opacity: 0;
}
.tooltip {
  font-size: 1em;
  color: #000;
  background-color: #e0e0e0;
  border: 1px solid #808080;
  border-radius: 3px;
  z-index: 1000000;
  padding: 2px 5px;
  max-width: 350px;
}
.slider_bar {
  top: 50%;
  left: 0;
  right: 0;
  height: 8px;
  margin-top: -5px;
  border: 1px solid;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 #404040;
}
.slider_thumb {
  top: 0;
  left: 10px;
  bottom: 0;
  width: 20px;
  margin-left: -10px;
  border: 1px solid;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #404040;
}
.tabs > ul {
  position: absolute;
  top: 0;
  left: 3px;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: default;
}
.tabs > ul > li {
  position: relative;
  float: left;
  border: solid 1px;
  border-radius: 15px 15px 0 0;
  text-align: center;
  box-shadow: 0 0 7px -2px #404040;
}
.tabs > div {
  top: 30px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  visibility: hidden;
}
.bannerleft,
.bannerleft2,
.bannerright,
.bannerright2 {
  font-size: 1.3em;
  font-weight: bold;
  opacity: 0.5;
}
.bannermiddle {
  font-size: 1.5em;
  font-weight: bold;
}
.chip,
.dealer {
  width: 23px;
  height: 19px;
}
.chipstack {
  position: absolute;
  width: 23px;
  height: 19px;
  display: none;
}
.foldanybet,
.outnexthand,
.outnextblind,
.straddle,
.showonfold {
  font-size: 0.85em;
}
.infocontent,
.generalinfo,
.historyinfo,
.statsinfo {
  font-family: "Courier New";
}
.historyfirstbtn,
.historyprevbtn,
.historynextbtn,
.historylastbtn {
  font-size: 0.7em;
}
.tablecontent {
  background-size: 100% 100%;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: hidden;
  font-size: 0.9em;
}
.totalplate {
  background: url("/images/totalplate.png");
  line-height: 17px;
  color: #fff;
  display: none;
}
#Debug {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  color: black;
  overflow-y: scroll;
}
.bevel {
  border-left: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0.9em;
  line-height: 14px;
}
.bold {
  font-weight: bold;
}
.cancel,
.save {
  width: 100px;
  height: 27px;
  left: 50%;
  margin-left: 10px;
  bottom: 15px;
}
.center {
  text-align: center;
}
.closebtn {
  background: url("/images/close.png");
  top: 7px;
  right: 10px;
  width: 16px;
  height: 16px;
}
.closebtn:hover {
  background: url("/images/closebox.png");
}
.dialog {
  border-radius: 10px 10px 0 0;
  box-shadow: 3px 3px 10px 0 #404040;
  z-index: 0;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
}
.dialog a:link {
  color: inherit;
  text-decoration: none;
}
.dialog a:visited {
  color: inherit;
  text-decoration: none;
}
.dialog a:active {
  color: inherit;
  text-decoration: none;
}
.dialog a:hover {
  color: inherit;
  text-decoration: underline;
}
.dialogcontent {
  top: 30px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  padding: 20px 20px 0 20px;
  line-height: 20px;
  overflow: hidden;
}
.header {
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.hide {
  display: none;
}
.leftbtn {
  width: 100px;
  height: 27px;
  left: 20px;
  bottom: 15px;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
}
.ok {
  width: 100px;
  height: 27px;
  right: 50%;
  margin-right: 10px;
  bottom: 15px;
}
.okbtn,
.cancelbtn,
.middlebtn {
  width: 100px;
  height: 27px;
  left: 50%;
  margin-left: -50px;
  bottom: 15px;
}
.pibtn {
  width: 150px;
  height: 27px;
  left: 50%;
  margin-left: -75px;
}
.resize {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: se-resize;
}
.rightbtn {
  width: 100px;
  height: 27px;
  right: 20px;
  bottom: 15px;
}
.rsbtn,
.awbtn {
  width: 200px;
  height: 27px;
  left: 50%;
  margin-left: -100px;
}
.selectable {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
.shader {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 10px 10px 0 0;
  opacity: 0.25;
  display: none;
  z-index: 1000001;
}
.title {
  padding: 0 10px;
  cursor: default;
}
