/*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: 1024px !important;margin: 0 auto;position: relative;}


body{background: black url(../../img/bg.jpg) center top no-repeat !important;left: 0;}
.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);}
#space{height: 420px;}

/*uibase.css*/
#contact{z-index: 999;width: 475px;height: 145px;position: fixed;top: 220px;right: 110px;z-index: 999;}
#contact ul{list-style: none;width:100%;height: 100%;}
#contact ul img{float: right;width: 36px;height: 36px;margin-left: 5px;}
#contact ul li{height: 36px;overflow: hidden;margin-bottom: 11px;}
#contact ul li>div{float: right;width: 36px;height: 100%;overflow: hidden;border-radius: 10px 0 0 10px;margin-bottom: 5px;}
#contact ul li>div .contact-item{overflow: hidden;height: 100%;color: white;margin-right: 24px;float:right;padding-top: 6px;text-shadow: 1px 1px 5px black;}
#contact ul li>div .contact-item a{color: #caa033;text-decoration: none;}
#contact ul li>div .contact-item a:hover{color: #caa033;font-weight: bold;}
#contact ul li>div:hover{width: 475px;transition: width 0.4s ease;text-align:right;}
div .contact-info{padding-top:7px;color: #caa033;font-weight: bold;}

/*Header*/

.header{float: left;width: 100%;height: 100%;}

.logo{float: left;margin: 10px 0 0 0px;}
         
.right-head{float: right;width: 825px;height: auto;margin: -173px 0 0 0;}

@font-face{font-family: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
form.my-form{float: right;width: 650px;height: auto;margin: 20px 0 0 0;}

.textbox-line>li{float: left;width: 140px;margin: 0 3px;}
.textbox-line>li>div{position: relative;vertical-align: middle;width: 114px;height: 27px;background: #17181d;margin: 0 3px;}
.textbox-line>li>div>img{position: absolute;right: -25px;top: 7px;}
.textbox-line>li>div>img[name="code-pic"]{position: absolute;left: 60px;top: 7px;}

.textbox-line>li>div>input[name="username"]{width: 140px;height: 27px;background: #17181d;font-family: arial;font-size: 10px;text-align: left;color: white;margin: 0 3px;border: none;}
.textbox-line>li>div>input[name="password"]{width: 140px;height: 27px;background: #17181d;font-family: arial;font-size: 10px;text-align: left;color: white;margin: 0 3px;border: none;}

.textbox-line {
    float: left;
}
.textbox-line>li>div>input[name="code"]{width: 50px;height: 26px;background: none;border: none;color: white;font-family: arial;font-size: 12px;text-align: left;border-right: 1px #f7d804 solid;}
.textbox-line input::-webkit-input-placeholder {color: white;padding: 0 0 0 10px;}
.textbox-line input:focus{outline: none;}

.login{
	width: 140px;
    height: 27px;
    background: #17181d;
    font-family: arial;
    font-size: 10px;
    text-align: left;
    color: white;
    margin: 0 3px;
    border: none;
}

.code{
	width: 50px;
    height: 26px;
    background: none;
    border: none;
    color: white;
    font-family: arial;
    font-size: 12px;
    text-align: left;
    border-right: 1px #f7d804 solid;
}

.btnLogin{float: left;width: 111px;height: 27px;background: url(../../img/login.jpg) center no-repeat;color: white;border: none;font-family: arial;font-size: 14px;font-weight: bold;margin: 1px 0 0 -18px;text-transform: uppercase;}
.btnDaftar{float: left;width: 113px;height: 29px;background: url(../../img/daftar.jpg) center no-repeat;color: black;display: block;text-decoration: none;text-align: center;font-family: arial;font-size: 14px;font-weight: bold;line-height: 33px;margin: 0px 0 0 5px;text-transform: uppercase;}
.btnLogin:hover{color:gray;}
.btnDaftar:hover{color:white;}

.marquee-bg{float: left;width: 641px;height: 35px;background: url(../../img/marquee.png) center no-repeat;margin: 8px 0 0 6px;}
.sound{float: left;margin: 8px 0 0 10px;}
#runningText{float: left;width: 94%;color: white;padding: 12px 0 0  0;font-size: 11px;font-style: italic;}


@font-face{font-family: Helvetica;src: url(../font/HelveticaNeue_Light.ttf);}

.menu-bg{float: left;width: 100%;height: 33px;background: url(../../img/menu.jpg) center repeat;margin: 0px 0 0 0;}
.home{float: left;margin: 3px 0 0 20px;}
.menu{padding: 5px 0 0 0px;margin: 0px;}
.menu>li{float: left;text-align: center;}
.menu>li>a{padding: 5px 52px 10px 52px;font-family: Helvetica;font-size: 13px;font-weight: bold;text-decoration: none;color: white;display: block;text-transform: uppercase;}
.menu>li:hover>a{text-decoration: none;color: gray;}
.menu>li>a>img{vertical-align: middle;margin: 0 5px 0 0;}

.menu>li:last-child>a{padding: 5px 0 10px 22px;}

.content{height: auto;}

.left-content{float: left;width: 195px;height: auto;background: black;margin: 10px 0 0 0;}
.sport-header{float: left;width: 100%;height: 31px;background: url(../../img/m1.jpg) center no-repeat;}
.sport{float: left;color: #caa033;font-family: RobotoSlab;font-size: 14px;font-weight: bold;padding: 8px 0 0 20px;}
.textbox{float: left;width: 100%;height: 37px;background: url(../../img/m2.jpg) center no-repeat;}
.early{float: right;margin: 6px 15px 0 0;color: #caa033;font-family: RobotoSlab;font-size: 13px;font-weight: bold;width: 93px;height: 26px;background: url(../../img/button.jpg) center no-repeat;text-decoration: none;text-align: center;line-height: 25px;}
.early:hover{color: white;}

/*Menu-left*/
table tr td{border-collapse:collapse;margin:0px;padding:0px;boder:none;}
#wrapper {width:835px; height:1000px;}
#headerPanel {width:1024px; height:100px;}
#header {width:1024px; height:75px;background:url(../img/headerBg.jpg) repeat-x;}
#controlBar {width:1024px;height:25px;background:#95c5db;}
#slidePanel {width: 100%; height:274px;padding-top:20px;}
#slideBg {background:url(../img/slideBg.jpg) no-repeat;height:274px; width:762px;margin:0 auto;}
#boxPanel {height:186px; width:100%;}

#hdpPanel1 {width:181px; padding-top: 0px;}
#hdpWrapper1 {width:180px;margin:0 auto;}
#hdpHead1 {height:32px;margin:0 auto;}
#hdpHead1 ul {list-style:none;padding:0;}
#hdpHead1 ul li {display:inline;padding-left: 25px;}
#hdpHead1 ul li a {text-decoration:none;color:#000;font-size:14px;line-height: 22px;line-height: 19px;}
#hdpContent1 {background:url(../img/mleft4.png) repeat-y center;min-height:23px;}
#hdpBetListContent1 {width:174px;min-height:10px;margin: 0 auto;color:#000;text-align:center;font-size:14px;}
#hdpBottom1 {height:11px;background:url(../img/mleft5.png) no-repeat center;margin-top: -4px;}

#hdpPanel {width:181px; padding-top: 0px;}
#hdpWrapper {width:180px;margin:0 auto;}
#hdpHead {height:32px;margin:0 auto;}
#hdpHead ul {list-style:none;padding:0;}
#hdpHead ul li {display:inline;padding-left: 25px;}
#hdpHead ul li a {text-decoration:none;color:#000;font-size:14px;line-height: 22px;line-height: 19px;}
#hdpContent {background:url(../img/mleft4.png) repeat-y center;}
#hdpBetListContent {width:174px;margin: 0 auto;background:#0F0;}
#hdpBottom {float: left;width: 100%;height:15px;background: black;margin-top: -4px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.sportActive {background:url(../img/mleft1.png) no-repeat center;width:181px;height:32px;}
.betListActive {background:url(../img/mleft2.png) no-repeat center;width:181px;height:32px;}
#accordion {float: left;list-style: none;padding: 0px 0 0 0;width:191px;margin:0 auto;}
#accordion div {height:30px;display: block;background:url(../../img/menu-li.jpg) no-repeat center;margin: 1px;cursor: pointer;list-style: circle;text-align:left;font-size:13px;padding-left: 5px;line-height: 23px;}
#accordion div img {padding-right:3px;vertical-align: text-bottom;}
#accordion div span{padding: 0 0 0 10px;font-family: RobotoSlab;font-size: 13px;font-weight: bold;color: #caa033}
#accordion div span[name="other"]{padding: 0 0 0 40px;}
#accordion ul {list-style: none;padding: 0px;margin:0px;}
#accordion ul{display: none;width:174px;margin: 0 auto;padding-left: 0px;background: white;}
#accordion ul li {font-weight: normal;cursor: auto;padding: 0;width:174px;margin: -1px 0 ;text-align:left;list-style-position:inside; list-style-image:url(../img/arrow.png);/*border-bottom:1px solid #dbdbdb;*/height: 20px;background: url(../images/subBg.jpg) no-repeat !important;}
#accordion ul li a {text-decoration:none; color: #000; line-height:18px}
#accordion ul li a:hover {color: #FF0;}
.noneBorderBottom {border:none;}
#accordion a {text-decoration: none;}
.btEarly {background:url(../img/btEarly.png) no-repeat;width:70px; height:24px;float:right;padding-right:20px;margin-top:-4px;}
.bt-quick{background:url(../img/btEarly.png) no-repeat;width:100px; height:24px;float:right;padding-right:20px;margin-top:-4px;}
.early-panel {background:#fff;}
.marginTop {margin-top: -12px;}

.sports {line-height: 30px;}
.soccer {background:url(../img/icon/soccer.png) center no-repeat;float:left;}
td.img img{ margin: 2px;}



/*-------------Inside Style------------------------*/
#pnlSetting {
	color: blue;
	font-family: Helvetica,Calibri,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: white;
}
#pnlSetting a {
	background-color: transparent;
	background-repeat: no-repeat;
	width: 130px;
	margin: 0;
	padding: 0 10px 0 20px;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}
.even {
	background: url(../img/subBg.jpg) no-repeat !important;
	}
.odd {background: url(../img/subBg.jpg) no-repeat !important;
	}


.right-content{width: 800px;height: auto;margin: 0px 0 0 0;}

.slideshow{float: right;width: 782px;height: 250px;margin: 10px 0 0 0;}

.contact-bg{float: left;width: 975px;height: 35px;background: url(../../img/contact.png) center no-repeat;margin: 10px 0 0 -110px;}

@font-face{font-family: Proxima;src: url(../font/Proxima_Nova_Regular.ttf);}
.contact{float: right;margin: 2px 175px 0 0;}
.contact>li{float: left;margin: 5px 0 0 70px;}
.contact>li:first-child{margin: 5px 0 0 0;}
.contact>li>img{vertical-align: middle;margin: 0 10px 0 0;}
.contact>li>span{color: white;font-family: Proxima;font-size: 11px;}


.sportsbook-slide{float: left;width: 171px;height: 206px;margin: 10px 0 0 20px;}

.download-bg{float: left;width: 294px;height: 203px;background: url(../../img/box.png) center no-repeat;margin: 10px 0 0 13px;}
.download{float: left;margin: 15px 0 0 60px;}
.appstore{float: left;margin: 15px 0 0 35px;}
.playstore{float: left;margin: 15px 0 0 35px;}

.result-bg{float: right;width: 294px;height: 203px;background: url(../../img/box.png) center no-repeat;margin: 10px 0 0 0;}
.singa-text{float: left;margin: 15px 0 0 70px;}
.singa{float: left;margin: 10px 0 0 120px;}
.date{font-family: Helvetica;font-size: 9px;color: white;margin: 5px 0 0 118px;}
.singa-num{float: left;width: 242px;height: 75px;background: url(../../img/result.png) center no-repeat;font-family: RobotoSlab;font-size: 51px;padding: 10px 0 0 25px;letter-spacing: 28px;color: #209ed1;margin: 10px 0 0 25px;}

.bank{float: left;margin: 20px 0 0 22px;}

.copyright{float: right;margin: 25px 10px 10px 0;padding: 0 0px 0 0;font-family: arial;font-size: 11px;color: white;}

.footer{height: auto;}


