html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,a,em,font,img,strike,strong,sub,sup,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}

.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}


.formindex{margin:10px 10px 10px 10px;}
.textinput{position:relative;margin-top:7px;float:left;width:120px;text-align:right;font-size:12px;font-weight:bold;}
.inputform{padding-left:5px;float:left;width:200px;}
.inputform input{height:25px;padding:3px;font-size:12px;width:180px;border-radius: 5px;}
.inputform select{height:25px;padding:3px;font-size:13px;width:180px;border-radius: 5px;}
.formbutton{position:relative;}
.clearfix{clear:both;}
.infobox{margin:5px;padding:5px; background: rgba(0, 0, 0, 0.5);color:#ffffff;}

.menubox{margin:10px 5px 5px 0px;}

.menuslideone{
	cursor:pointer;
	height:45px;
	width:350px;
	background-color: #162460;
	background-position:left,left bottom,right center;
    background-repeat: no-repeat,no-repeat;
	background-image: url(../images/test_button.png),url(../images/bg_button.png),url(../images/bg_button-color.png);
    border-radius: 0px 5px 0px 0px;
    border: 0px;
    box-shadow:0px 0px 5px #999;	
}

.menuslidetwo{
	cursor:pointer;
	height:45px;
	width:350px;
	background-color: #162460;
	background-position:left,left bottom,right center;
    background-repeat: no-repeat,no-repeat;
	background-image: url(../images/test_button_2.png),url(../images/bg_button.png),url(../images/bg_button-color.png);
    border-radius: 0px 0px 0px 0px;
    border: 0px;
    box-shadow:0px 0px 5px #999;	
}

.menuslidetre{
	cursor:pointer;
	height:45px;
	width:350px;
	background-color: #162460;
	background-position:left,left bottom,right center;
    background-repeat: no-repeat,no-repeat;
	background-image: url(../images/test_button_3.png),url(../images/bg_button.png),url(../images/bg_button-color.png);
    border-radius: 0px 0px 5px 0px;
    border: 0px;
    box-shadow:0px 0px 5px #999;	
}

.menuslidefor{
	cursor:pointer;
	height:45px;
	width:350px;
	background-color: #162460;
	background-position:left,left bottom,right center;
    background-repeat: no-repeat,no-repeat;
    border-radius: 0px 0px 5px 0px;
    border: 0px;
    box-shadow:0px 0px 5px #999;
    background-image: url(../images/test_button_4.png),url(../images/bg_button.png),url(../images/bg_button-color.png);

}

.activedone{
	background-image:url(../images/test_button.png),url(../images/bg_button.png),url(../images/bg_button-color_green.png) !important;
}
.activedtwo{
	background-image:url(../images/test_button_2.png),url(../images/bg_button.png),url(../images/bg_button-color_green.png) !important;
}
.activedtre{
	background-image:url(../images/test_button_3.png),url(../images/bg_button.png),url(../images/bg_button-color_green.png) !important;
}
.activedfor{
	 background-image:url(../images/test_button_4.png),url(../images/bg_button.png),url(../images/bg_button-color_green.png) !important;
}

.menubox a{position:absolute;margin:13px 0px 0px 100px;font-size:15px;color:#ffffff;text-decoration:none;}

ol,ul{
	list-style:none;
}

:focus{
	outline:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

a,.Pointer{
	cursor:pointer;
}

.Hidden{
	display:none;
}

.G630,.G315{
	display:inline;
	float:left;
	margin-left:5px;
}
.G360{
	display:inline;
	float:right;
}

.G630{
	width:627px;
}

.G360{
	width:357px;
}

.G315{
	width:311px;
}

.Left{
	margin-left:3px;
}

.Clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

body,input,select,textarea{
	font:11px Arial;
}

.Container{
	background:none;
}

.MainWrapper{
	background:url(../images/landing-bodybg.png) repeat-y;
	height:100%;
}
.HdWrapper{
	height:116px;
}

.HdWrapper {
	background:none;
}

.ForgetBtn{
	background:url(../images/landing-buttons.png) no-repeat;
}

.HdWrapper,h2,.Footer,.FooterLeft,.FooterRight,.PatLogos a,.Box,.BoxHd,.BoxFt,.BoxFt div,.BoxBd,.Left,.Left .BoxFt,.Right,.Right .BoxFt,.EventHighlights,.EventHighlights .EventHighlightsRight,.EventHighlightsBg,.EventItem .EventDivider{
	background:url(../images/landing.png) no-repeat;
}

.Lang ul li a,.FooterLinks a,.TopLinks a{
	text-decoration:none;
}


.Lang ul li a,.FooterLinks a,.TopLinks a{
	text-decoration:none;
}
body,input,select,textarea{
	font:11px Arial;
}
.Container{
	margin:0 auto;
	width:995px;
}
.Masthead{
	position:relative;
	height:116px;
}
.Logo{
	position:absolute;
	top:12px;
	left:15px;
	width:235px;
	height:60px;
}
.Logo span{
	display:none;
}
.TopLinks{
	position:absolute;
	top:0;
	right:5px;
}

.TopLinks li{
	float:right;
	display:block;
	background:url(../images/landing-buttons.png) repeat-x 0px -270px transparent;
}
.TopLinks a,li.InitDep div{
	display:block;
	background:url(../images/landing-buttons.png) no-repeat -222px -310px transparent;
	padding:10px 0 10px 8px;
	overflow:hidden;
}
.TopLinks a span,li.InitDep span{
	color:#16295a;
	font:700 12px Trebuchet MS;
	padding:3px 10px 3px 23px;
}
a.Font span{
	background-position:-6px -671px;
	padding-left:30px;
}
a.Help span{
	background-position:-3px -374px;
	padding-left:30px;
}
a.LiveChat span{
	background-position:-2px -401px;
	padding-left:38px;
}
a.JoinNow span{
	background-position:-6px -425px;
}
.TopLinks a:hover span{
	color:#900;
}
.Login,.TopFunctions{
	position:absolute;
	top:36px;
	right:-1px;
	_right:-2px;
}

.LoginL,.LoginR,.LoginM{
	float:left;
	width:5px;
	height:35px;
	background-position:0 -120px;
}

.LoginR{
	width:8px;
	background-position:-678px -120px;
}

.LoginM{
	width:auto;
	height:24px;
	background-position:-10px -120px;
	padding:11px 0px 0px 0px;
	white-space:nowrap;
}

.Username,.Pwd,.Validate-en,.Validate-es-es,.Validate-zh-cn,.Validate-de-de,.Validate-ru-ru,.Validate-ja-jp,.Validate-id-id,.Validate-vi-vn,.Validate-my-mm,.Validate-th-th{
	height:18px;
	float:left;
	margin:0 1px;
	padding:0 2px;
	border:1px solid #000;
	font:100 11px/18px Tahoma,sans-serif;
	color:#000;
}

.Username,.Pwd{
	width:96px;
}

.Validate-en,.Validate-es-es,.Validate-zh-cn,.Validate-ja-jp,.Validate-id-id,.Validate-vi-vn{
	width:52px;
}

.Validate-de-de{
	width:58px;
}

.Validate-ru-ru{
	width:88px;
}

.Validate-my-mm{
	width:88px;
}

.Captcha{
	float:left;
	height:17px;
	margin:0 0 0 -1px;
	border:1px solid #96B8DE;
	border-right:1px solid #B2D0F4;
}

.ForgetBtn{
	float:left;
	width:15px;
	height:20px;
	background-position:-28px -451px;
}

.ValidateBtn{
	float:left;
	width:15px;
	height:19px;
	margin:0 4px 0 0;
	background-position:-8px -451px;
}

.LoginWrap{
	float:left;
	position:relative;
}

.FormTextN{
	position:absolute;
	left:7px;
	top:1px;
	font:100 11px/18px Tahoma,sans-serif;
	color:#666;
	vertical-align:middle;
}

.FormTextF{
	position:absolute;
	left:7px;
	top:1px;
	font:100 11px/18px Tahoma,sans-serif;
	color:#b7b7b7;
	vertical-align:middle;
}
.Time{
	font-size:10px;
	position:absolute;
	right:8px;
	top:72px;
}

.Lang{
	position:absolute;
	top:85px;
	right:8px;
}

.Lang li{
	float:left;
	display:inline;
	width:78px;
	height:18px;
}

.Lang li a{
	display:block;
	font-weight:700;
	font-family:Trebuchet MS;
}

.Euro,.Asia{
	background-position:-840px -120px;
	text-align:center;
	line-height:18px;
	color:#fff;
}

.Euro{
	background-position:-730px -120px;
	padding-left:5px;
}

.Lang ul{
	float:left;
}
.LangDropDown{
	background:url(../images/landing-buttons.png) no-repeat -8px -475px;
	width:68px;
	height:15px;
	display:inline-block;
	padding:1px 0 0;
	border:1px solid #6587cb;
	margin:0 0 0 1px;
	zoom:1;
	*display:inline;
}

.LangDropDown span{
	margin:0 0 0 5px;
	line-height:14px;
}

.LangDropDown ul{
	margin-top:2px;
	font:100 11px/14px Arial;
}

.LangDropDown ul li{
	background-color:#fff;
	line-height:18px;
	width:68px;
	border-bottom:1px solid #6587cb;
	border-left:1px solid #6587cb;
	border-right:1px solid #6587cb;
	margin:0 0 0 -1px;
}

.LangDropDown ul li a{
	color:#000000;
	font:100 11px/18px Arial;
	padding:0 0 0 10px;
}

.LangDropDown ul li a:hover{
	color:#000000;
	font:100 11px/18px Arial;
	padding:0 0 0 10px;
	background-color:#EBF2FF;
}

.Box{
	position:relative;
	margin-bottom:7px;
	background-position:-148px -184px;
}

.BoxHd{
	background-position:right -184px;
	position:absolute;
	top:0;
	right:0;
	_right:-1px;
	width:8px;
	height:8px;
	font-size:0;
}

.BoxBd{
	background-position:right -194px;
	margin:6px 0 0 3px;
}

.BoxFt,.Left .BoxFt,.Right .BoxFt{
	background-position:-148px -445px;
	position:absolute;
	left:0;
	bottom:-6px;
	width:100%;
	height:8px;
	font-size:0;
}

.BoxFt div,.Right .BoxFt div{
	position:absolute;
	bottom:0;
	right:0;
	width:8px;
	height:8px;
	background-position:right -445px;
	_right:-1px;
}

.Left{
	background-position:-147px -457px;
}

.Left .BoxFt{
	background-position:-147px -719px;
}

.Left .BoxFt div{
	background-position:right -446px;
}

.Right{
	background:url(../images/landing_right.png);
}

.Right .BoxHd{
	background-position:-148px -184px;
	left:0;
}

.Right .BoxBd{
	background-position:-148px -190px;
	margin:6px 3px 0 0;
	padding:0 0 0 3px;
}

.Right .BoxFt{
	background-position:right -719px;
}

.Right .BoxFt div{
	background-position:-148px -446px;
	left:0;
}

.EUHPA{
	height:255px;
}
.EUHPB{
	height:450px;
}

.EUHPC{
	height:185px;
}

.Box img{
	margin:5px;
	border:1px solid #334182;
}

.EUHPA img{
	width:609px;
	height:238px;
}

.EUHPB img{
	width:339px;
	height:238px;
}

.EUHPC img{
	width:293px;
	height:168px;
}
h2{
	background-position:right -140px;
	height:32px;
	position:absolute;
	top:11px;
	left:8px;
	padding:0 40px 0 10px;
	font:700 11px/20px Tahoma,sans-serif;
	color:#132351;
}
.Capt{
	height:25px;
	font:12px/24px Arial;
	background:#000;
	opacity:.80;
	filter:alpha(opacity=80);
	color:#fff;
	position:absolute;
	bottom:3px;
	left:8px;
	padding:5px;
}

.Right .Capt{
	left:8px;
}

.EUHPA .Capt{
	width:601px;
}

.EUHPB .Capt{
	width:331px;
}

.EUHPC .Capt{
	width:285px;
	line-height:18px;
	height:18px;
}

.EventHighlights{
	background-position:-147px -457px;
	margin:0 0px 7px 3px;
	position:relative;
	height:102px;
	width:980px;
}

.EventHighlights .EventHighlightsRight{
	background-position:-1129px -457px;
	height:104px;
	position:absolute;
	right:-8px;
	width:8px;
}

.EventHighlights .BoxFt{
	background-position:-147px -719px;
	bottom:-7px;
}

.EventHighlights .BoxFt div{
	background-position:-1129px -719px;
	right:-8px;
}

.EventHighlightsBg{
	background-position:0 -1019px;
	height:84px;
	margin:12px 0px 0px 8px;
	position:absolute;
	width:970px;
	border:1px solid #2a4696;
}

.EventItem{
	width:174px;
	padding:10px 10px 0px 10px;
	height:74px;
	position:relative;
	float:left;
}

.EventItem a{
	text-decoration:none;
	display:block;
}

.EventItem .TeamName{
	font:700 12px/12px Trebuchet MS,Arial,sans-serif;
	color:#fff;
}

.EventItem .vs{
	font:700 10px/12px Trebuchet MS,Arial,sans-serif;
	color:#cccccc;
	white-space:nowrap;
}

.EventItem .LeagueName{
	font:700 10px/15px Trebuchet MS,Arial,sans-serif;
	color:#cccccc;
	white-space:nowrap;
	width:174px;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
}

.EventItem time,.EventItem .EventHighlightsTime{
	font:100 9px/15px Arial,sans-serif;
	color:#b7d2ff;
	display:block;
}

.EventItem .EventDivider{
	width:2px;
	height:74px;
	background-position:-1132px -1028px;
	position:absolute;
	top:5px;
	right:0;
}

.EventItem a:hover .TeamName,.EventItem a:hover .LeagueName,.EventItem a:hover .vs{
	color:#FADF30;
}

.EventItemLast .EventDivider{
	display:none;
}

.PatLogos{
	height:34px;
	margin:25px auto 0 auto;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.PatLogos li{
	display:inline;
	position:relative;
	top:0;
	left:0;
	width:auto;
}

.PatLogos a{
	display:block;
	float:left;
	margin:0 5px 0 0;
}

.Krungsri a{
	height:35px;
	width:35px;
	background-position:0 -134px;
}

.Bangkok a{
	background-position:-35px -136px;
	height:35px;
	width:35px;
}

.KTB a{
	background-position:-70px -136px;
	height:35px;
	width:35px;
}

.Kasikorn a{
	background-position:-105px -136px;
	height:35px;
	width:35px;
}

.SCB a{
	background-position:-140px -135px;
	height:35px;
	width:35px;
}

.TMB a{
	background-position:-175px -135px;
	height:35px;
	width:35px;
}



.Copyright{
	color:#A8B8D9;
	font:700 9px Tahoma,sans-serif;
	height:30px;
	padding-top:20px;
	text-align:center;
	width:100%;
}

.Footer{
	background-position:-71px -1130px;
	width:996px;
	position:relative;
	padding:40px 0px 10px 0px;
	color:#fff;
	text-align:center;
}

.FooterLeft{
	background-position:0 -1133px;
	height:50px;
	left:-70px;
	position:absolute;
	top:3px;
	width:70px;
}

.FooterRight{
	background-position:-1068px -1133px;
	height:50px;
	right:-70px;
	position:absolute;
	top:3px;
	width:70px;
}

.FooterLinks{
	width:975px;
	margin:0 auto;
}

.FooterLinks li{
	display:inline;
}

.FooterLinks a{
	color:#fff;
	padding:0 7px;
}

.FooterLinks-ru-ru a{
	color:#fff;
	padding:0 4px;
	font-size:10px;
}

.FooterLinks a:hover{
	color:#FC0;
}

.LFlinks{
	width:998px;
	*padding-left:0;
}

.FLinksImg{
background:url(../images/landing.png) no-repeat;
	width:30px;
	height:8px;
	float:left;
}

.FlinksCL{
	background-position:1px -202px;
}

.FlinksCR{
	background-position:-50px -204px;
}

.FlinksCBL{
	background-position:left -232px;
}

.FlinksCBR{
	background-position:-50px -232px;
}

.FLinksL{
	background-position:left -260px;
	width:8px;
	height:260px;
}

.FLinksR{
	background-position:-50px -260px;
	width:8px;
	height:260px;
}

.FLinksImgTB{
background:url(../images/landing.png) no-repeat;
	width:938px;
	height:8px;
	float:left;
}

.FlinksT{
	background-position:-149px -730px;
}

.FlinksB{
	background-position:-149px -753px;
}

.FLinksC{
	width:982px;
	height:250px;
	float:left;
	background-color:#142053;
	padding-top:10px;
}

.FLinksLH{
	width:187px;
	height:111px;
	float:left;
	margin:0 0px 1px 10px;
	display:inline;
	text-align:left;
	border-right:#505d8d 1px dotted;
}

.FLinksLHB{
	width:187px;
	height:95px;
	float:left;
	margin:0 0px 1px 10px;
	display:inline;
	text-align:left;
	border-right:#505d8d 1px dotted;
	padding-top:20px;
}

.FLinksLH li,.FLinksLHB li{
background:url(../images/landing.png) no-repeat -600px -810px;
	padding:0 5px 0 15px;
	color:#d7d7d7;
}

.FLinksLast li,.FLinksLastB li{
background:url(../images/landing.png) no-repeat -600px -810px;
	padding-left:15px;
	color:#d7d7d7;
}

.FLinksLH li a,.FLinksLHB li a{
	color:#d7d7d7;
	text-decoration:none;
	line-height:14px;
}

.FLinksLH li a:hover,.FLinksLHB li a:hover{
	color:#d7d7d7;
	text-decoration:underline;
}

.FLinksLast{
	width:180px;
	height:99px;
	float:left;
	margin:0 0px 1px 10px;
	display:inline;
	text-align:left;
}

.FLinksLastB{
	width:180px;
	height:89px;
	float:left;
	margin:20px 0px 1px 10px;
	display:inline;
	text-align:left;
}

.FLinksLast li a,.FLinksLastB li a{
	color:#d7d7d7;
	text-decoration:none;
	line-height:13px;
}

.FLinksLast li a:hover,.FLinksLastB li a:hover{
	color:#d7d7d7;
	text-decoration:underline;
}

.FLinksLHead{
	font:700 11px/16px Trebuchet MS;
	color:#d3e0ff;
	padding-left:20px;
	height:16px;
	margin-bottom:3px;
}

.FSportIcon{
background:url(../images/landing.png) no-repeat -4px -782px;
}

.FCasinoIcon{
	background:url(../images/landing.png) no-repeat -4px -815px;
}

.FRaceIcon{
	background:url(../images/landing.png) no-repeat -4px -850px;
}

.FMobileIcon{
	background:url(../images/landing.png) no-repeat -199px -783px;
}

.FAboutIcon{
	background:url(../images/landing.png) no-repeat -201px -816px;
}

.FHelpIcon{
	background:url(../images/landing.png) no-repeat -201px -848px;
}

.FRulesIcon{
	background:url(../images/landing.png) no-repeat -402px -783px;
}

.FLeaguesIcon{
	background:url(../images/landing.png) no-repeat -402px -815px;
}

.FLearnIcon{
	background:url(../images/landing.png) no-repeat -402px -849px;
}

.FNewsIcon{
	background:url(../images/landing.png) no-repeat -596px -783px;
}

.RGA{
	width:60px;
	height:22px;
	float:left;
	margin:0 5px 0px 0px;
}

.EGR{
	position:absolute;
	top:-36px;
	left:748px;
	width:62px;
	height:60px;
}

.Hide{
	display:none;
	padding:5px;
}

.VSpace{
	padding:5px;
}

.Desc{
	color:#A8B8D9;
	font:10px Tahoma,sans-serif;
	margin:10px auto;
	padding-top:5px;
	text-align:center;
	width:900px;
}

.Desc a{
	color:#fff;
	text-decoration:none;
}

.Desc a:hover{
	text-decoration:underline;
}

.games-count-wrap{
	position:relative;
}

.games-count{
	height:20px;
	right:-12px;
	position:absolute;
	top:-44px;
	_right:0;
}

.games-count-left,.games-count-body,.games-count-right{
	float:left;
	height:17px;
}

.games-count-left{
	width:4px;
	background-position:-3px -416px!important;
}

.games-count-body{
	width:auto;
	background-position:0 -396px!important;
	font:700 9px/14px tahoma;
	color:#fff;
	padding:0 1px;
	text-align:center;
	position:relative;
}

.games-count-right{
	width:4px;
	background-position:-12px -416px!important;
}

.games-count-bottom-wrap{
	position:absolute;
	width:100%;
	bottom:-1px;
	left:0;
	*left:1px;
	background-image:none!important;
	_display:none;
}

.games-count-bottom{
	width:8px;
	height:7px;
	margin:0 auto;
	background-position:-4px -436px!important;
}

.tab-bg{
background:url(../images/header-tab-bg.png);
}

.hide{
	display:none!important;
}

.common-header-bg{
background:url(../images/common-header.png);
}

.blue-bar{
	height:30px;
	width:100%;
	background-position:0 0px;
	color:#E4E4E4;
	top:0;
	z-index:101;
	text-align:center;
	left:0;
	border-bottom:1px solid #8fa8db;
}

.blue-bar-inner{
	margin:auto;
	text-align:left;
	width:992px;
}

.account{
	height:31px;
	width:992px;
}

.account-link{
	float:left;
	margin-left:5px;
	color:#fff;
	list-style:none outside none;
	margin-top:9px;
}

.account-link li{
	float:left;
	padding:0 5px;
}

.account-link li a{
	text-decoration:none;
	color:#e3ebff;
	font-family:Tahoma;
	font-weight:700;
	line-height:15px;
}

.account-link li a:hover{
	text-decoration:none;
	color:#fff;
}

.account-right{
	float:right;
	list-style:none outside none;
	margin-right:10px;
	margin-top:3px;
}

.account-right li{
	float:right;
	margin:3px 0px 5px 10px;
	line-height:18px;
}

.user-greeting{
	text-decoration:none;
	color:#fff;
}

.sign-out a{
	background-color:#425AA5;
	color:#B5D6F7;
	border:1px solid #5A7BBD;
	padding:1px 5px;
	font-weight:700;
	line-height:18px;
}

.sign-out a:hover{
	color:#fff;
}

.currency{
	padding:0 5px 0px 0px;
}

.balance-refresh{
background:url(../images/common-header.png);
	background-position:-5px -293px;
	display:inline-block;
	zoom:1;
	*display:inline;
	width:12px;
	height:12px;
	*vertical-align:middle;
	font-size:0;
	line-height:10px;
	position:absolute;
	top:1px;
	right:2px;
}

.balance-refresh-rotate{
	margin-left:1px;
	background:url(../images/balance-refresh-rotate.gif);
	display:inline-block;
	zoom:1;
	*display:inline;
	width:12px;
	height:12px;
	*vertical-align:middle;
	position:absolute;
	top:1px;
	right:2px;
}

.balance-hide{
	margin-top:0;
	cursor:pointer;
	display:inline-block;
	zoom:1;
	*display:inline;
	width:19px;
	height:18px;
	background-position:-1px -307px;
	background-color:#5f89c4;
}

.balance-show{
	float:left;
	margin-top:0;
	cursor:pointer;
	display:inline-block;
	zoom:1;
	*display:inline;
	width:19px;
	height:18px;
	background-position:-1px -334px;
	background-color:#5f89c4;
}

.bet-credit-container{
	color:#fff;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-weight:700;
	cursor:pointer;
	height:16px;
	padding:0 18px 0px 5px;
	border:1px solid #5f89c4;
	font:100 11px/16px Arial;
	position:relative;
	background-color:#203665;
}

.bet-credit-container:hover{
	color:#FFCC00!important;
}

.deposit-withdraw,.sign-out{
	height:16px;
	float:left;
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
}

.deposit-withdraw:hover .deposit-withdraw-body{
	background-color:#FFC100;
	color:#643d00;
}

.deposit-withdraw-body{
	font:700 11px/18px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#503000;
	padding-left:5px;
	padding-right:5px;
	background-color:#FF9900;
	border:1px solid #FFD957;
}

.sign-in a{
	background-color:#f1983b;
	color:#fff;
	border:1px solid #fdc271;
	height:16px;
	color:rgb(255,255,255);
	line-height:15px;
	font-family:Tahoma;
	padding-left:5px;
	padding-right:5px;
	height:16px;
	display:inline-block;
}

.join-now{
	background-position:-2px -372px;
	background-repeat:no-repeat;
	padding-left:23px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
}

.blue-bar-bsi{
	background-image:none;
	height:40px;
	border:none;
}

.blue-bar-bsi .blue-bar-inner{
background:url(../images/common-header.png);
	background-position:0 -456px;
	height:40px;
	width:987px;
}

.blue-bar-bsi .Username,.blue-bar-bsi .Pwd{
	height:25px;
	line-height:25px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.blue-bar-bsi .Username,.blue-bar-bsi .Pwd{
		height:25px;
		line-height:100%;
	}

	 ;
}

.blue-bar-bsi .FormTextN,.blue-bar-bsi .FormTextF{
	top:4px;
}

.blue-bar-bsi .account{
	position:relative;
}

.blue-bar-bsi .join-now{
	position:absolute;
	left:100px;
	top:8px;
}

.blue-bar-bsi .sign-in a{
	 height:23px;
	line-height:22px;
}

.blue-bar-bsi .ForgetBtn{
background:url(../images/common-header.png);
	background-position:-3px -503px;
	height:26px;
}

.blue-bar-bsi .account-right li{
	margin:3px 4px 5px 8px;
}

.common-header-shadow{
background:url(../images/common-header-shadow-asi.png);
}

.header{
	width:992px;
	height:96px;
	position:relative;
	z-index:99;
	background-position:2px 0px;
	background-repeat:repeat-y;
}

.header-inner{
	width:975px;
	height:96px;
	margin-left:10px;
	background-position:0 -30px;
}

.logo{
	font-size:34px;
	line-height:75px;
	font-weight:700;
	color:#233B7A;
	text-decoration:none;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:200px;
	height:68px;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.logo-cover{
	width:200px;
	height:68px;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.product-list{
	height:75px;
	width:100%;
	position:relative;
}

.product-list ul{
	 width:780px;
	line-height:44px;
	float:right;
	position:absolute;
	right:0;
	height:44px;
	top:25px;
}

.product-list ul li{
	float:left;
	text-align:center;
	font-size:13px;
	font-weight:700;
}

.product-tab-left,.product-tab-body,.product-tab-right{
	display:inline-block;
	zoom:1;
	*display:inline;
	float:left;
	height:44px;
}

.product-tab-left{
	width:9px;
}

.product-tab-body{
	padding:0 10px;
	color:#283e87;
	font-family:Trebuchet MS;
	position:relative;
	cursor:pointer;
}

.product-tab-body a{
	 color:#00175F;
	position:relative;
	z-index:50;
	text-decoration:none;
}

 .product-tab-body a:hover{
	color:#4871d3;
}

.product-tab-right{
	width:9px;
}

.selected .product-tab-left{
	width:9px;
	background-position:0 -173px;
	background-image:url(../images/common-header.png);
}

.selected .product-tab-body{
	background-position:0 -128px;
	padding:0 10px;
	color:#fff;
	background-image:url(../images/common-header.png);
	position:relative;
}

.selected .product-tab-body a{
	color:#fff;
}

.selected .product-tab-right{
	width:9px;
	background-position:-10px -173px;
	background-image:url(../images/common-header.png);
}

.selected-arrow{
	width:9px;
	height:7px;
	background-position:-7px -282px;
	position:absolute;
	margin:auto;
	left:50%;
	margin-left:-4px;
	bottom:-2px;
}

.bottom-left{
	float:left;
	margin-left:10px;
	width:173px;
}

.bottom-right{
	float:right;
	margin-right:10px;
}

.bottom-left div{
	display:inline-block;
	zoom:1;
	*display:inline;
}

.system-time{
	 font-size:9px;
	line-height:20px;
	color:#000;
	margin-left:10px;
}

.region-selector{
	cursor:default !important;
	border-top:1px solid #e2e2e2;
	background-color:#ededed;
}

.region-selector div,.language-selector div,.region-selector:hover div,.language-selector:hover div ,.region-selector:hover{
	background-color:#ededed;
}

.region-selector div,.language-selector div{
	border-bottom:#cacaca !important;
}

.selector-list{
	margin-left:0!important;
	color:#535353 !important;
}

.selector-border{
	border-top:1px solid #cacaca;
}

.language-selector{
	width:300px;
	cursor:default !important;
	text-decoration:none;
	border-top:3px double #cacaca !important;
	background-color:#ededed;
	border-bottom:1px solid #cacaca;
}

.language-selector:hover{
	border-top:3px double #cacaca !important;
}

.lang-selection{
	display:inline-block;
	zoom:1;
	*display:inline;
	float:left;
	font-weight:bold;
	color:#274ea0;
	line-height:18px;
	cursor:pointer;
}

.lang-drop-down{
	float:left;
	position:relative;
	white-space:nowrap;
}

.lang-drop-down span{
	float:left;
}

.lang-img{
	display:inline-block;
	zoom:1;
	*display:inline;
	width:20px;
	height:20px;
	background-image:url(../images/global-setting-icon.png);
	background-position:-5px -690px;
	margin:0 3px 0px 6px;
}

.lang-divider{
	display:inline-block;
	zoom:1;
	*display:inline;
	width:17px;
	height:15px;
	background-image:url(../images/global-setting-icon.png);
	background-position:-28px -652px;
	margin-left:3px;
	margin-top:1px;
}

.lang-drop-down:hover .lang-divider{
	background-image:url(../images/global-setting-icon.png);
	background-repeat:no-repeat;
	background-position:right -627px;
}

.lang-drop-down:hover span{
	color:#00175F;
}

.lang-drop-down:hover .lang-img{
	background-image:url(../images/global-setting-icon.png);
	background-repeat:no-repeat;
	background-position:-5px -714px;
}

.lang-drop-down-ul{
	width:110px;
	position:absolute;
	margin-top:20px;
	border:1px solid #deebfd;
	border-top:none;
	background-color:#fff;
	left:0;
	box-shadow:1px 1px 2px #17275F;
	-webkit-box-shadow:1px 1px 2px #17275F;
	-moz-box-shadow:1px 1px 2px #17275F;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#17275F')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#17275F');
}

.lang-drop-down-ul li{
	color:#22377b;
	border-bottom:1px solid #d2e7ff;
	height:100%;
	white-space:nowrap;
	width:110px;
}

.lang-drop-down-ul li:hover{
	background-color:#d2e7ff;
	border-bottom:1px solid #d2e7ff;
}

.lang-drop-down-ul li a{
	display:block;
	padding:3px 10px;
	white-space:nowrap;
	color:#274ea0;
	margin-left:20px;
	text-decoration:none;
}

.lang-drop-down-ul li:hover a{
	color:#000;
}

.lang-drop-down-ul li.selected{
	background-image:url(../images/global-setting-icon.png);
	background-position:-22px -1047px;
	background-repeat:no-repeat;
	display:block;
	cursor:default !important;
}

.header-icons{
	 position:absolute;
	right:1px;
	top:0;
	margin-top:3px;
	padding-left:4px;
}

.header-icons div{
	float:left;
	color:#223978;
	padding:4px 8px 4px 20px;
	background-repeat:no-repeat;
	cursor:pointer;
	line-height:10px;
}

.live-chat{
	 background-position:-2px -220px;
}

.help{
	background-position:-2px -241px;
}

.result{
	 background-position:-2px -262px;
}

 .result:hover,.help:hover,.live-chat:hover{
	color:#4871d3;
}

.header-bottom-link{
	position:relative;
	z-index:1;
}

.blue-bar-bsi .mobile{
	position:absolute;
	top:8px;
}

.mobile{
	background-position:-2px -539px;
	background-repeat:no-repeat;
	padding-left:23px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
}

.account-left{
	float:left;
	list-style:none outside none;
	margin-left:10px;
	margin-top:3px;
}

.account-left li{
	float:left;
	margin:3px 0px 5px 10px;
	line-height:18px;
}


.wc-banner{
	padding-left:10px;
	cursor:pointer;
}



