html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 40px;
  background-image: url(../img/bg-poker.jpg);
  background-repeat: no-repeat;
  background-color: black;
  background-position: center top;
}

a {
  text-decoration: none;
  color: rgb(0,123,255);
}

#container {
  width: 960px;
}

/* BEGIN MARQUEE */
#ic-marquee {
  color: white;
}

#tb-marquee {
  color: white;
  padding-left: 10px;
}
/* END MARQUEE */

/* START BRAND/LOGIN/NAVBAR */
#form-header {
  margin-top: 50px;
}

#tb-header {
  width: 100%;
}

#td-brand {
  text-align: left;
}

#td-brand img {
  height: 60px;
  width: 300px;
}

#td-login {
  text-align: right;
}

#f-login {
  padding-right: 5px;
}

#txtUsername, #txtPassword {
  width: 150px;
  height: 26px;
}

[id*="btnTombol"] {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px;
	text-decoration:none;
  text-shadow:0px 1px 0px #ffee66;
  width: 80px;
}

[id*="btnTombol"]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}

#td-nav {
  float: right;
  margin-right: 0;
  padding-right: 0;
}

.nav-short {
  float: left;
  background: url(../img/bg/navbar-poker.svg) no-repeat;
  padding-top: 7px;
  height: 30px;
  width: 80px;
  text-align: center;
}

.nav-short:hover {
  background: url(../img/bg/navbar-poker-hover.svg) no-repeat;
  height: 30px;
  width: 80px;
}

.nav-long {
  float: left;
  background: url(../img/bg/navbar-poker-long.svg) no-repeat;
  padding-top: 7px;
  height: 30px;
  width: 112px;
  text-align: center;
}

.nav-long:hover {
  background: url(../img/bg/navbar-poker-long-hover.svg) no-repeat;
  height: 30px;
  width: 112px;
}

#td-nav div:hover a {
  color: rgb(171,255,0);
  text-shadow: 2px 2px 1px black;
}

#td-nav a:link {
  color: white;
  text-shadow: 2px 2px 1px black;
}

#td-nav a:visited {
  color: white;
  text-shadow: 2px 2px 1px black;
}

#td-nav a:active {
  color: white;
  text-shadow: 2px 2px 1px black;
}
/* END BRAND/LOGIN/NAVBAR */

/* BEGIN FRAME H1 */
#th1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  text-align: center;
  width: 100%;
}

#th1 h1 {
  font-size: 30px;
}
/* END FRAME H1 */

/* START JACKPOT */
#jackpot-cont {
  width: 100%;
}

[id^="jackpot-table-"] {
  height: 400px;
  width: 310px;
}

[id^="jackpot-table-"] img {
  height: 100%;
  width: 100%;
}

[id^="jackpot-logo-"] {
  position: absolute;
  width: 90px;
  height: 90px;
  margin-top: -400px;
}

[id^="jackpot-counter-"] {
  color: black;
  font-size: 32px;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 100px;
  margin-top: -400px;
  text-shadow: 1px 1px 1px white;
  line-height: 60px;
}

[id^="jackpot-title-"] {
  color: white;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 0px black;
  text-align: center;
  padding-top: 15px;
}

[id^="latest-"] {
  color: black;
  width: 285px;
	height: 210px;
  text-align: left;
  font-size: 18px;
  padding-top: 10px;
padding-left: 25px;
}

[id^="latest-"] table tr {
  height: 40px;
}

#jackpot-cont table td:nth-child(1) {
  width: 100px;
}

#jackpot-cont table td:nth-child(2) {
  width: 40px;
}

#jackpot-cont table td:nth-child(3) {
  width: 105px;
  text-align: right;
}

[id^="jackpot-footer-"] {
  font-size: 20px;
  padding-top: 5px;
  padding-left: 105px;
}

[id^="jackpot-footer-"] a {
  color: white;
  text-shadow: 1px 1px 0px black;
}
/* END JACKPOT */

/* START FOOTER DESCRIPTION */
#form-footer {
  text-align: left;
}

#form-footer img {
  height: 100%;
  width: 100%;
}

#p1-bg, #p2-bg, #p3-bg {
  width: 960px;
  margin-bottom: 10px;
}

#p1-bg {
  height: 350px;
}

#p2-bg {
  height: 275px;
}

#p3-bg {
  height: 405px;
}

#myp1, #myp2, #myp3 {
  color: white;
  width: 830px;
  padding-left: 70px;
}

#myp1 {
  margin-top: -310px;
}

#myp2 {
  margin-top: -245px;
}

#myp3 {
  margin-top: -355px;
}

#myp1 a {
  color: chartreuse;
}

#myp2 a {
  color: indigo;
}
/* END FOOTER DESCRIPTION */

/* START BANK IMAGE */
#bank {
  margin-bottom: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center;
}
/* END BANK IMAGE */

/* START COPYRIGHT */
#page-footer {
  color: white;
  text-align: center;
}
/* END COPYRIGHT */

/* BEGIN SIDE CONTACT */
#contact-panel {
  position: fixed;
  top: 150px;
  left: 0;
  height: 200px;
  cursor: pointer;
  z-index: 99;
}

#contact-panel ul {
  list-style: none;
  white-space: nowrap;
  padding-left: 0;
}

#contact-panel li {
  overflow: hidden;
  width: 75px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #404040;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;

  -moz-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
  transition-duration:0.5s;
}

#contact-panel li:hover {
  width: 300px;
  background-color: #181818;
}

#contact-panel img {
  margin-right: 15px;
}
/* END SIDE CONTACT */

/* BEGIN MOBILE */
#mobile-app {
  position: absolute;
  left: 0;
  top: 250px;
}

#mobile-app img {
  display: block;
  margin: 5px;
}
/* END MOBILE*/

/* BEGIN ARTICLE */
#myarticle {
  color: white;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 900;
}
/* END ARTICLE */