/*General.css*/

*{padding: 0px;margin: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-family: Time New Roman;}
.wrapper{width: 990px !important;margin: 0 auto;position: relative;}

body{background: black url(../../images/bg.jpg) center top no-repeat;}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}

/*reset.css*/

/* css rest */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

/*Content.css*/

.content #header{
    border: 1px solid white;
    border-radius: 5px 5px 0 0;
    color:white;
    font-size:20px;
    padding:10px;
    margin-top:10px;
    background:none repeat scroll 0 0 rgba(0,0,0,0.4);
    border-bottom: 1px #999999 solid;
}
.content #body{
    border: 1px solid white;
    border-radius: 0 0 5px 5px;
    color:white;
    border-top:none;
    padding:10px;
    min-height:150px;
    margin-bottom:10px;
    background:none repeat scroll 0 0 rgba(0,0,0, 0.4);
}

/*uibase.css*/

@font-face{font-family: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
@font-face{font-family: Times;src: url(../font/times.ttf);}
@font-face{font-family: Sigma;src: url(../font/Sigma_Five_Sans.otf);}

.header{
	height: auto;
	position: fixed;
	width: 100%;
	z-index: 999;
	background: black url(../../images/bg.jpg) center top no-repeat;
}

/* Logo */
.logo{
    float: left;
    margin-top: 5px;
}
/* /Logo  */

/* Form */
form.my-form{
    float: right;
    width: 598px;
    height: auto;
    margin: 40px 0 0 0;
}
form.my-form input[name="username"], form.my-form input[name="password"]{
    float: left;
    width: 144px;
    height: 30px;
    font-family: arial;
    font-size: 18px;
    text-align: left;
    margin: 5px 2px;
    color: #000;
    border: none;
    padding-left: 10px;
    padding-top: 5px;
}
form.my-form input[name="username"]{
    background: url(../../images/username.png) center no-repeat;
}
form.my-form input[name="password"]{
    background: url(../../images/password.png) center no-repeat;
}
form.my-form input:focus{outline: none;}
form.my-form input::-webkit-input-placeholder {color: gray;}
.btnDaftar, .btnLogin{
    float: left;
    width: 147px;
    height: 39px;
    font-family: RobotoSlab;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border: none;
    margin: 2px 2px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    text-align: left;
    line-height:  30px;
    
}
.btnDaftar{
    background: url(../../images/daftar.png) center no-repeat;
    padding: 3px 0 0 15px;
}
.btnLogin{
    background: url(../../images/login.png) center no-repeat;
    padding: 3px 0 0 35px;
}
.btnDaftar:hover, .btnLogin:hover{
    color: white;
}
.btnDaftar:hover{
    background: url(../../images/daftar-hover.png) center no-repeat;
}
.btnLogin:hover{
    background: url(../../images/login-hover.png) center no-repeat;
}
/* /Form */

/* Running Text */
#runningText{
    width: 45%;
    float: right;
    color: #fff;
    font-family: Times;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    margin-right: 10px;
}
/* /Running Text */

/* Menu */
.menu-wrap{
    float: left;
    width: 100%;
    height: 46px;
    background: url(../../images/menu.png) center no-repeat;
}
.menu  {
    width: 51%;
    float: left;
    margin-top: 12px;
}
.menu li {
    float: left;
    border-right: 1px solid #056bd7;
    padding: 0 40px;
}
.menu li:last-child{
    border-right: none;
    padding: 0 0 0 35px;
}
.menu li a {
    display: block;
    text-decoration: none;
    color: #056bd7;
    text-transform: uppercase;
    font-family: Times;
    font-size: 20px;
    font-weight: bold;
}
.menu li a img{
    float: left;
    vertical-align: middle;
}
.menu li:first-child a img, .menu li:nth-child(2) a img{
    margin-top: 3px;
}
.menu li a span{
    float: left;
    margin: 2px 0 0 10px;
}
.menu li:hover a{
    opacity: 0.5;
}
/* /Menu */

.content{
	height: auto;
	position: relative;
	top: 140px;
}

/* Slide show */
.slideshow-wrap{
    float: left;
    width: 100%;
    height: 297px;
    background: #deba64;
    margin-top: 10px;
}
.slideshow{
    float: left;
    width: 983px;
    height: 291px;
    margin: 3px 0 0 3px;
}
/* /Slide show */

/* Contact */
.contact-wrap{
    float: left;
    width: 100%;
    height: 64px;
    background: url(../../images/contact.png) center no-repeat;
	margin-top: 8px;
}
.contact{
    float: left;
    margin-top: 15px;
}
.contact li{
    float: left;
    margin-left: 50px;
}
.contact li:first-child{
    margin-left: 40px;
}
.contact li a{
    text-decoration: none;
    color: white;
}
.contact li a img{
    vertical-align: middle;
    margin-right: 10px;
}
.contact li a span{
    font-family: RobotoSlab;
    font-size: 18px;
    text-shadow: 2px 2px #000;
}
/* /Contact */

/* Jackpot */
.jackpot{
    width: 100%;
    height: 121px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.left, .right{
    width: 359px;
    height: 118px;
    font-family: RobotoSlab;
    font-size: 32px;
    color: #1f47a6;
    letter-spacing: 21px;
    padding-top: 68px;
    padding-left: 16px;
}
.left{
    float: left;
    background: url(../../images/poker.png) center no-repeat;
}
.right{
    float: right;
    background: url(../../images/domino.png) center no-repeat;
}
.jackpot-img{
    float: left;
    margin-left: 55px;
}
/* /Jackpot */

/* Fivelast */
.transaction-table{
    float: left;
    width: 100%; 
    margin-top: 0px;
}
#five-last{
    width: auto;
    height: auto;
    margin-left: 1px;
    float: left;
}
#five-last:first-child{
    margin-left: 0px;
}
.fivelast-header{
    float: left;
    width: 329px;
    height: 44px;
    background: url(../../images/fivelast-head.png) center no-repeat;
    color: #074193;
    font-family: Sigma;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
}
#little-table{
    float: left;
    width: 324px;
    height: 201px;
    background: url(../../images/fivelast.png) center no-repeat;
    margin: 5px 0 0 3px;
}
#little-table tbody tr td{
    color: #000;
    font-family: RobotoSlab;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    padding-bottom:  0px !important;
}
#little-table>tbody>tr>td>img{
    vertical-align: middle;
}
#little-table tbody tr td:nth-child(2){
    color: #0048ff;
}
#little-table tbody tr td:last-child{
    color: #0048ff;
}
/* /Fivelast */

.footer{
    height: auto;
	position: relative;
	top: 130px;
}

/* Bank */
.bank{
    float: left;
    margin: 20px 0 10px 0;
}
/* /Bank */

/* Copyright */
.copyright{
    float: left;
    color: #fff;
    font-family: Times;
    font-size: 20px;
    margin: 23px 0 0 30px;
}
/* /Copyright */

.browser{
    float: right;
    margin: 18px 0 0 0;
}

.centercontent {
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
    text-align-last: center;
    padding: 25px 10px;

}