﻿@charset "utf-8";
/* Reset */
html,body {
	width: 100%;
	height: 100%
}

html {
	overflow-y: scroll
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button {
	margin: 0;
	padding: 0
}

body,h1,h2,h3,h4,input,button {
	font-family: '돋움', Dotum, Helvetica, 'Apple SD Gothic Neo', Sans-serif;
	font-size: 12px;
	color: #383d41
}

body {
    text-align: center;
    *word-break: break-all;
    -ms-word-break: break-all;
    background-image: url('/LoginContent/body_bg.jpg?ver=2');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-attachment: fixed;
}

img,fieldset,iframe {
	border: 0 none
}

li {
	list-style: none
}

input,select,button {
	vertical-align: middle
}

img {
	vertical-align: top
}

i,em,address {
	font-style: normal
}

label,button {
	cursor: pointer
}

button {
	margin: 0;
	padding: 0
}

a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #fff;
	text-decoration: underline
}

button * {
	position: relative
}

button img {
	left: -3px;
	*left: auto
}

html:first-child select {
	height: 20px;
	padding-right: 6px
}

option {
	padding-right: 6px
}

hr {
	display: none
}

legend {
	*width: 0
}

table { /* border-collapse:collapse; */
	border-spacing: 0px;
	border-collapse: collapse;
}

.footer {
	width:1260px;
	height: 250px;
	text-align: left;
	color: #b59380;
	margin-top:30px;
	margin:0 auto;
	position: relative;
	clear: both;
	line-height:30px;
	background: url('/LoginContent/footerLogo.png') no-repeat 0px 45px; 
}


.footer .banner {

	display:inline-block;
	position:absolute;
	top:60px;
	left:520px;
}

.footer .banner a{display:inline-block; margin-left:28px;}



bold.nothing {
	color: #F3D69F;
}

.league_img img {
	width: 23px;
	height: 16px;
}

.sports_img img {
	width: 18px;
	height: 18px;
}

.blind {
	display: none;
}

.button,input.button {
	padding: 0px 13px;
	min-width: 50px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
background: url('/LoginContent/bg_btnNormalOn.png') repeat-x 50% top; 
border:1px solid #000;
font-weight:bold;

}

.button:hover,input.button:hover {
	background: url('/LoginContent/bg_btnNormalOver.png') repeat-x 50% top; 
	color:#fff;
	text-decoration:none;
}

.buttonPoint,input.buttonPoint {

	padding: 0px 13px;
	min-width: 50px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
background: url('/LoginContent/bg_btnPointOn.png') repeat-x 50% top; 
border:1px solid #000;
font-weight:bold;



}

.buttonPoint:hover,input.buttonPoint:hover {
	color:#fff;
	text-decoration:none;
	background: url('/LoginContent/bg_btnPointOver.png') repeat-x 50% top; 
}

.button_green {
	background: #2e8b15;
	display: inline-block;
	min-width: 50px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-indent: 0;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #3db01c;
	padding: 0px 15px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .34);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .34);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .34);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
}

.button_green:hover {
	background: #35a118;
	border-top: 1px solid #46bf20;
	color: #fff;
	text-decoration: none;
}

.btn_small,input.btn_small {
	padding: 0px 7px;
	min-width: 50px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	border:1px solid #000;
	font-weight:bold;
	background: url('/LoginContent/bg_btnSmall.png') repeat-x 50% top; 

}

.btn_small:hover,input.btn_small:hover {
	background: url('/LoginContent/bg_btnSmallOver.png') repeat-x 50% top; 
	color: #fff;
	text-decoration: none;


}

.btn_small_red,input.btn_small_red {
	border:1px solid #000;
	padding: 0px 7px;
	min-width: 50px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #fff;
border:1px solid #000;
font-weight:bold;
background: url('/LoginContent/bg_btnSmallRed.png') repeat-x 50% top; 

}

.btn_small_red:hover,input.btn_small_red:hover {
	color: #fff;
	text-decoration: none;
	background: url('/LoginContent/bg_btnSmallRedOver.png') repeat-x 50% top; 
}

input[type=checkbox] {
	width: 15px;
	height: 15px;
	padding: 0px;
}

input:-webkit-autofill {
	background-color: transparent !important;
}

.bold {
	font-weight: bold;
}

.date {
	color: #A0A0A0;
}

.time {
	color: #ff7200;
	margin-left: 5px;
}

input {
	 background: #0d0d0d;
    border:1px solid #66606e;
	color: #fff;
	height: 24px;
	line-height: 24px;
	padding: 0px 5px;
	text-indent: 5px;
	font-size: 12px;
	margin: 0px;
}

textarea {
	 background: #0d0d0d;
    border:1px solid #66606e;
	color: #fff !important;
	width: 100%;
	height: 24px;
	padding: 5px;
	text-indent: 5px;
	font-size: 12px;
}

select {
	color: #fff;
	height: 24px;
	color: #000;
}

.emphasize {
	font: bold 13px Malgun Gothic;
	margin-bottom: 3px;
}

.cursor {
	cursor: pointer;
}

.f_gray {
	color: #bbb;
}

.f_blue {
	color: #5BD0FF;
}

.f_blue_box {
	background: #366fcc;
	color: #fff;
	font-size: 11px;
	text-align: center;
	height: 16px;
	line-height: 17px;
	padding: 0px 3px;
	display: inline-block;
}

.f_red {
	color: #FFFB4A;
}

.f_red_box {
	background: #e4326d;
	color: #fff;
	font-size: 11px;
	text-align: center;
	height: 16px;
	line-height: 17px;
	padding: 0px 3px;
	display: inline-block;
}

.f_purple_box {
	background: #7f339a;
	color: #fff;
	font-size: 11px;
	text-align: center;
	height: 16px;
	line-height: 17px;
	padding: 0px 3px;
	display: inline-block;
}

.f_yellow {
	color: #fed92c;
}

.f_white {
	color: #fff;
}

.bet .f_blue {
	color: #366fcc;
	float: left;
	margin-left: 2px;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.wrap_main {
	
}

.bg_object {
	
	width:1250px;
	margin: 0 auto;
	position:relative;

/* -webkit-box-shadow: 0px 0px 67px 2px rgba(0,0,0,0.74); */
/* -moz-box-shadow: 0px 0px 67px 2px rgba(0,0,0,0.74); */
/* box-shadow: 0px 0px 67px 2px rgba(0,0,0,0.74); */
}

/*header*/
.left_img {
	width: 314px;
	height: 585px;
	position: absolute;
	z-index: 12;
	bottom: -900px;
	left: -283px;
}

.top_img01 {
	width: 319px;
	height: 296px;
	position: absolute;
	background:
		url('/LoginContent/top_img01_01.png')
		no-repeat;
	right: 383px;
}

.top_img02 {
	width: 112px;
	height: 154px;
	position: absolute;
	z-index: 102;
	background:
		url('/LoginContent/top_img01_02.png')
		no-repeat;
	right: 26px;
	top: -121px;
}

.header {
	margin: auto;
	width: 1272px;
	height: 203px;
	position: relative;
	display:block;
	background: url('/LoginContent/bg_header.png') repeat-x;
}

.header .memInfo {
	
	height: 45px;
	z-index: 100;
	display:block;
	position: absolute;
	top:0px;
	left:0px;
	right:0px;

}


.header .memInfo ul {
	margin-left:10px;
	margin-right:0px;
	margin-top:23px;
	display:block;
}

.header .memInfo ul li {
	font-size:12px;
	line-height:22px;
	display: inline-block;
	margin-left:20px;
	color:#f5f5f5;
	
font-family: malgungothic;
}

.header .memInfo ul li a{
	font-weight:bold;
	color:#f5f5f5;
	text-decoration: underline;
}

.header .memInfo ul li a.logout{
background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -221px -937px;
	width: 61px;
	height: 24px;
	display:inline-block;

}


.header .memInfo ul.leftArea {

	float:left;
}

.header .memInfo ul.rightArea {

	float:right;
}


.header .memInfo .message {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat 0px
		-308px;
	padding-left: 20px;
}

.header .memInfo .message .message_num {
	color: #ea3e63;
	margin-left: 3px;
	margin-right: 3px;
}

.header .memInfo .point {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat 0px
		-340px;
	padding-left: 20px;
}

.header .memInfo .point span {
	color: #ff6613;
	margin-left: 5px;
}

.header .memInfo .point_exchange {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat 0px
		-374px;
	padding-left: 20px;
}

.header .memInfo .point_exchange a {
	color: #2157b6;
}

.header .memInfo .betmoney {
	color: #FFFFFF;
}



.header .memInfo .exchange a, .header .memInfo .charge a  {
	border:1px solid #000;
	padding: 0px 7px;
	min-width: 50px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #e7cbf6 !important;
	background: #ac41c7; /* Old browsers */
	background: -moz-linear-gradient(top,  #ac41c7 0%, #8e34b2 5%, #71299a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac41c7), color-stop(5%,#8e34b2), color-stop(100%,#71299a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ac41c7 0%,#8e34b2 5%,#71299a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ac41c7 0%,#8e34b2 5%,#71299a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ac41c7 0%,#8e34b2 5%,#71299a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ac41c7 0%,#8e34b2 5%,#71299a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac41c7', endColorstr='#71299a',GradientType=0 ); /* IE6-9 */

}

.header .memInfo .event a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-844px -176px;
	width: 70px;
	height: 34px;
	display: inline-block;
	margin-right: 15px;
}

.header .memInfo .memMoney {
	position: absolute;
	right: 0px;
	top: 68px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #2157b6;
	height: 46px;
	line-height: 46px;
	padding-left: 50px;
	background: url('/LoginContent/diamond_sprite_20160727.png') -194px -416px
		no-repeat;
}

.header .memInfo .memMoney li {
	display: inline-block;
}

.header .memInfo .memMoney .money a {
	color: #ff6613;
}

.header .memLv {
	position: absolute;
	top: 60px;
	left: 0px;
}

.header .memLv ul {
	margin-top: 5px;
}

.header .memLv ul li {
	color: #ffffff;
}

.header .memLv ul li span {
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #eec500;
}

.header .memLv ul li:first-child {
	text-align: center;
}

.header .memLv .user_nick {
	color: #2157b6;
	font-weight: bold;
	font-size: 14px;
}

.header .memInfoBottom {
	display: block;
	position: absolute;
	top: 116px;
	height: 34px;
	padding-left: 34px;
}

.header .memInfoBottom ul {
	
}

.header .memInfoBottom ul li {
	display: inline-block;
	font-size: 11px;
	color: #47828f;
	line-height: 34px;
	margin-right: 22px;
}

.header .topLogo {
	position:absolute;
	top:0px;
	left:50%;
	z-index: 500;
	width: 206px;
	height: 142px;
	margin-left:-103px;
	background: url('/LoginContent/diamond_logo.gif') no-repeat 50% -10px #1b1222;
}

.header .topLogo a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url('/LoginContent/diamond_logo.png') no-repeat 50% 88px;
}

.dadarimark {background: url('/LoginContent/diamond_daridarimark.png') no-repeat; width: 55px;height: 24px; position:absolute; top:6px; left:37px; display:inline-block;}

.newmark {background: url('/LoginContent/diamond_newmark.png') no-repeat ; width: 30px;height: 18px; position:absolute; top:10px; left:42px; display:inline-block;}

.baccaratmark {background: url('/LoginContent/diamond_baccaratmark.png') no-repeat ; width: 56px;height: 24px; position:absolute; top: 6px; left: 39px; display:inline-block;}


.header .GNB_area {
	height: 149px;
	display:block;
	position:absolute;
	top:71px;
	left:0px;
	right:0px;
}

.header .GNB_area ul {
	position: absolute;
	display: block;
	top:69px;
	left:0px;
	
}

.header .GNB_area ul li {
	float: left;
	height:57px;
	line-height:57px;
	padding-left:31px;
	margin-right:0px;
	position:relative;
}


.header .GNB_area ul li a {
	display: block;
	height: 23px;
	margin-top:25px;
	text-indent: -9999px;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat;
	cursor:pointer;
}

.header .GNB_area ul.util2  {
	position:absolute;
	left:40px; right:40px; height:57px;
	top:0px !important;
}


.header .GNB_area ul.util2 li {
	float:left;
	padding-right:30px;
	padding-left:0px;
	margin-right:0px;
}

.header .GNB_area ul.util2 li.ty2 {float:right;}

.header .GNB_area ul.util2 li a{
	margin-top:0px;
}

.header .GNB_area ul.util2 li a:hover, .header .GNB_area ul.util2 li a.on {background-position-y:-803px;}


.header .GNB_area ul li.mgm a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1327px -50px;
	width: 80px;
}

.header .GNB_area ul li.daridari a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1222px -50px;
	width: 63px;
}

.header .GNB_area ul li.dice a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -394px -50px;
	width: 68px;
}

.header .GNB_area ul li.odds a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -24px -50px;
	width: 49px;
}


.header .GNB_area ul li.handi a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -117px -50px;
	width: 50px;
}


.header .GNB_area ul li.special a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -211px -50px;
	width: 49px;
}


.header .GNB_area ul li.named a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -306px -50px;
	width: 49px;
}


.header .GNB_area ul li.powerball a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -493px -50px;
	width: 50px;
}


.header .GNB_area ul li.lowhigh a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -586px -50px;
	width: 49px;
}


.header .GNB_area ul li.result a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -883px -50px;
	width: 65px;
}


.header .GNB_area ul li.mybet a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -992px -50px;
	width: 64px;
}

.header .GNB_area ul li.bettingStatus a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1161px -893px;
	width: 85px;
	height: 70px;
}

.header .GNB_area ul li.coupon a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1046px -893px;
	width: 85px;
	height: 70px;
	text-indent: 0px;
	line-height:51px;
}

.header .GNB_area ul li.coupon a span {
	text-indent: 0px;
	font-weight:bold;
	font-size:13px;
	margin-right:10px;
	text-align:center;
	color:#ff3e0a;
	font-family: malgungothic;
}



.header .GNB_area ul li.customer a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1276px -893px;
	width: 85px;
	height: 70px;
	
}


.header .GNB_area ul li.bbs a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1101px -50px;
	width: 81px;
}


.header .GNB_area ul li.item a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -931px -893px;
	width: 85px;
	height: 70px;
}


.header .GNB_area ul li.event a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -789px -50px;
	width: 49px;
}


.header .GNB_area ul li.shit a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1024px -13px;
	width: 57px;
}


.header .GNB_area ul li.charge a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -701px -893px;
	width: 85px;
	height: 70px;
}

.header .GNB_area ul li.exchange a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -816px -893px;
	width: 85px;
	height: 70px;
}

.header .GNB_area ul li.virtualSoccer a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -681px -50px;
	width: 64px;
}


.header .GNB_area ul li a:hover, .header .GNB_area ul li a.on {background-position-y: -13px;}


.section_wrapper {
	width: 1200px;
	margin: 20px auto 102px auto;
	z-index: 2;
	position: relative;
	background:
		url('/LoginContent/bg_repeat.png')
		repeat-y left top;
	left: -3px;
}

.section_wrapper .section_wrapper_content {
	position: relative;
	bottom: -20px;
	background:
		url('/LoginContent/bg_bottom.png')
		no-repeat 0px bottom;
}



.section_wrapper_content_wrapper {
	position: relative;
	top: -50px;
	min-height: 200px;
	padding: 55px 50px 0px;
	background:
		url('/LoginContent/bg_top.png')
		no-repeat 0px top;
	overflow: hidden;
}

.wrap_content_top {
	position: relative;
	height: 0px;
}

.wrap_content_body {
	position: relative;
}


.wrap_content {
	z-index: 10;
	position: relative;
	min-height: 600px;
	padding: 0px 15px 20px 15px;
}

.wrap_content .centerGameList {
	float:left; 
	display:inline;
}

#layer_list {
	z-index: 15;
}

.wrap_content_bottom {
	height: 8px;
}

.contentTitleArea {
	height: 75px;
	display: block;
	text-align: left;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1655px -899px;
	
}

.contentTitleArea span {
	height: 30px;
	display: inline-block;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-25px -165px;
	margin: 30px 0px 0px 55px;
	width:200px;
}

.StopArea {
	width: 100%;
	top: 17px;
	right: 0px;
	height: 30px;
	z-index: 200;
	position: absolute;
}

.notice_area {
	position: absolute;
	font-weight:normal;
	height: 28px;
	color: #fff;
	font-size: 12px;
	z-index:200;
	right:0px;
	left:0px;
	top:-11px;
	display: block;
}


.notice_area marquee {margin-top:6px; }

.contentTitleArea .mgm {
	background-position:-342px -407px;
	
}

.contentTitleArea .daridari {
	background-position:-337px -376px;
	
}
.contentTitleArea .bettingStatus {
	background-position:-338px -562px;

}

.contentTitleArea .roulette {
	background-position:-692px -127px;
}

.contentTitleArea .jackpot {
	background-position:-692px -92px;
}

.contentTitleArea .dice {
	background-position:-21px -623px;
}

.contentTitleArea .odd {
	background-position:-20px -92px;
}

.contentTitleArea .handi {
	background-position: -20px -127px;
}

.contentTitleArea .special {
	background-position: -21px -163px;
}

.contentTitleArea .lowhigh {
	background-position: -338px -482px;
}


.contentTitleArea .realTime {
	background-position: -20px -234px;
}

.contentTitleArea .event {
	background-position: -20px -269px;
}

.contentTitleArea .result {
	background-position: -20px -305px;
}

.contentTitleArea .betInfo {
	background-position: -20px -340px;
}

.contentTitleArea .freeBoard {
	background-position: -20px -375px;
}

.contentTitleArea .memo {
	background-position: -21px -553px;
}

.contentTitleArea .charge {
	background-position: -20px -411px;
}

.contentTitleArea .exchange {
	background-position:  -21px -446px;
}

.contentTitleArea .point {
	background-position: -21px -517px;
}

.contentTitleArea .pointHistory {
	background-position: -21px -517px;
}

.contentTitleArea .member {
	background-position: -20px -482px;
}

.contentTitleArea .joinMember {
	background-position: -336px -163px;
}

.contentTitleArea .customer {
	background-position: -20px -588px;
}

.contentTitleArea .item {
	background-position: -335px -198px;
}


.contentTitleArea .powerball{
	background-position: -337px -305px;
}


.contentTitleArea .bettingUpload {
	background-position: -337px -233px;
}

.contentTitleArea .named {
	background-position: -338px -127px;
}

.contentTitleArea .shit {
	background-position: -337px -446px;
}

.contentTitleArea .virtualSoccer {
	background-position: -337px -522px;
}

.contentTitleArea .coupon{
	background-position: -337px -91px;
}



/* betfilter */
.betFilter {
	float: left;
	width: 171px;
	overflow: hidden;
	text-align: left;
	clear:both;
	margin-right:10px;
	 border: 1px solid #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.betFilterHeader {
	position:absolute;
	width:192px;
	height: 39px;
	display: block;
	text-align: left;
	background: #003568; /* Old browsers */
	background: -moz-linear-gradient(top,  #003568 0%, #002a53 5%, #001d38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003568), color-stop(5%,#002a53), color-stop(100%,#001d38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003568 0%,#002a53 5%,#001d38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003568 0%,#002a53 5%,#001d38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003568 0%,#002a53 5%,#001d38 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #003568 0%,#002a53 5%,#001d38 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003568', endColorstr='#001d38',GradientType=0 ); /* IE6-9 */	
}

.betFilterHeader h2 {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -231px -385px;
	width: 59px;
	height: 18px;
	display:inline-block;
	margin:10px 0px 0px 15px;
	
}

.betFilter .betFilterTitle {
	
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #f7e37e;
	font-weight: bold;
	text-align: center;
	background: url('/LoginContent/art_header_bg.jpg') repeat-x;	
}

.betFilter .betFilterTitle span{
	display:inline-block;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -696px -278px;
	width: 50px;
	height: 15px;
	margin-top:10px;
}

.betFilter .sportsType {

	width: 100%;
	height: 46px;
	line-height: 46px;
	text-indent:10px;
	color: #7b7b7b;
	font-size:14px;
	font-weight: bold;
	border-top: 1px solid #efefef;
}	

.betFilter .sportsType img {
	margin: 0px 5px;
	
}

.betFilter ul {
	
}

.betFilter ul li {
	line-height: 15px;
	padding-left: 5px;
	position: relative;
	clear: both;
	margin-bottom: 10px;
}

.betFilter ul li img {
	position: absolute;
	left: 10px;
	top:2px;
	width:15px;
	height:10px;
}

.betFilter ul li a {
	width: 130px;
	padding-left: 25px;
	display: block;
	font-size:11px;
	color:#666;
}

.betFilter ul li.selected a {
	color: #ec2977;
	text-decoration: none;
	font-weight:bold;
	
}

/*main*/
.outFrame {
	margin: auto;
	width: 1272px;
	position: relative;
	margin-bottom: 30px;
	background: url('/LoginContent/bg_content_bg.png') repeat-y;
	overflow:hidden;
}

#container {
	width: 100%;
	padding-bottom: 50px;
	


}

#container_main {
	position: relative;
	margin: auto;
	width: 100%;
	height: 705px;
	padding-bottom: 30px;
	background: url('/LoginContent/main_visual.png') no-repeat 50%;
}

.mainNoticeArea {
	background: #2a231b;
	width: 256px;
	height: 336px;
	text-align: left;
	float: left;
}

.mainNoticeArea h1 {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-690px -327px;
	width: 64px;
	height: 17px;
	display: inline-block;
	margin-left: 17px;
	margin-top: 20px;
}

.mainNoticeArea ul {
	margin-left: 17px;
	margin-top: 17px;
	margin-right: 17px;
	overflow: hidden;
}

.mainNoticeArea ul li {
	line-height: 25px;
	text-align: left;
}

.mainNoticeArea ul li a {
	color: #bcb399;
}

.mainBbsArea {
	background: #2a231b;
	width: 256px;
	height: 336px;
	text-align: left;
	float: right;
}

.mainBbsArea h1 {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-690px -357px;
	width: 80px;
	height: 17px;
	display: inline-block;
	margin-left: 17px;
	margin-top: 20px;
}

.mainBbsArea ul {
	margin-left: 17px;
	margin-top: 17px;
	margin-right: 17px;
	overflow: hidden;
}

.mainBbsArea ul li {
	line-height: 25px;
	text-align: left;
}

.mainBbsArea ul li a {
	color: #bcb399;
}

/*game_list*/
#content {
	width: 100%;
	height: 100%;
	vertical-align: top;
	float: left;
}

#sidebar {
	width: 254px;
	float: right;
	text-align:center;
}

.clear {
	clear: both;
	height: 1px;
}

.StopArea .Gtopinfo {
	position: absolute;
	right: 14px;
	top: 35px;
	color: #fff;
	display: none;
}

.StopArea .Gtopinfo .game-list-count {
	font-size: 15px;
	line-height: 18px;
	width: 170px;
	text-align: right;
}

.StopArea .Gtopinfo .span_game_count {
	font-weight: bold;
	color: #ffc739;
	font-size: 18px;
}

.wrap_bet_team {
	color: #fff;
	display: block;
	min-height: 47px;
	overflow: hidden;
	margin: 0px ;
	padding:0px 4px;
	position:relative;
	margin-bottom:4px;
	margin-top:4px;
	background: #867052;
		
}

.wrap_bet_team .p_right {
	height: 25px;
	line-height: 25px;
	text-align: left;
	float: right;
	right: 6px;
	top: 13px;
	position: absolute;
}


.bet_team_name {
	float: left;
	width: 140px;
	height: 23px;
	line-height: 23px;
	text-align: left;
	color: #b29a79;
	font-size: 11px; display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis; /* Opera under 10.7 */
	text-overflow: ellipsis; /* IE, Safari */
}

.bet_team_name.selected {
color: #fff;
}


.board_left {
}

.board_right {
	
}

.board_rec {
	color: #fff;
}

.board_right2 {
	color: #fff;
}


.btn_close {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-439px -913px;
	width: 9px;
	height: 10px;
	position: absolute;
	right: 2px;
	top: 7px;
}

/* cartArea */
.cart_title {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-196px -302px;
	width: 64px;
	height: 17px;
}

.cart_body {

	clear: both;
}

.cart_bottom {
	text-align: center;

	height: 108px;
}

.point_betting {
	display: inline-block;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1392px -620px;
	width: 230px;
	height: 52px;
	margin-top:10px;
	margin-right:5px;
	cursor: pointer;
}

.money_betting {
	display: inline-block;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1392px -696px;
	width: 230px;
	height: 52px;
	margin-top:10px;
	margin-left:5px;
	cursor: pointer;
}


.betting {
	display: inline-block;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -342px -642px;
	width: 230px;
	height: 52px;
	margin-top:10px;
	cursor: pointer;
}

.betting:hover {
	background-position: -342px -712px;

}

.betting-max-money {
	display: inline-block;
	font-size: 11px;
	color: #ea1c48;
	
}

.betting-max-money span {
	display: inline-block;
	font-size: 11px;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

.betting-max-money input {
	border: 0px;
	margin-top: -2px;
}

/* ------ */
.betting-cart-pin {
	display: inline-block;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -362px -825px;
	width: 62px;
	height: 17px;
	float: right;
	margin-top:10px;
	margin-right:13px;
	cursor: pointer;
	color:#4275a8;
}

.betting-cart-pin.on, .button.betting-cart-pin.checked
	{
	display: inline-block;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -362px -861px;
}

.betting-cart-clear {
	display: inline-block;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-437px -825px;
	width: 15px;
	height: 16px;
	float: right;
	margin-right:11px;
	margin-top:10px;
	cursor: pointer;
}


.betingSlip {
	position: relative;
	overflow: hidden;
}

.betingSlip .betTitle {
	position: relative;
	height:52px;
	display: block;
	
}

.betingSlip .btnArea {
	display: inline-block;
	width:100%;
	margin-top: 16px;
}

.betingSlip .btnArea .title {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-25px -626px;
	width: 79px;
	height: 23px;
	margin-left: 15px;
	margin-top: 7px;
	float: left;
}

.betingSlip .betSelectList {
	position: relative;
	overflow: hidden;
	padding-top: 0px;
	width: 242px;
	margin: 0 auto;
}

.betingSlip .betSelectList.off {
	display: none;
}

.nothing.cart {
	display: none;
}

.CaBox {
	margin-top: 0px;
}

.betingSlip .betInfoBox {
	padding:0px;
}

.betingSlip .betInfoBox ul {
	clear: both;
	margin:0px;
	height: 38px;
	line-height:38px;
	padding-left:10px;
	padding-right:10px;
	border-top:1px solid #39393b;
	border-bottom:1px solid #28292a;
	font-weight:bold;

}

.betingSlip .betInfoBox ul li {
	height: 38px;
	line-height:38px;
	display:inline-block;
	float: right;
	height: 100%;
	text-align: right;
	color: #dacc8b;
}
.betingSlip .betInfoBox ul li .btn_betmoney_del {background: url('/LoginContent/ico_betmoney_del.png') no-repeat; width:14px; height: 14px; position:absolute; display: inline-block; right:2px; top:12px; cursor:pointer;}

.betingSlip .betInfoBox ul li:first-child {
	float: left;
	text-align: left;
	color: #fff;
	font-weight:normal;
}

.betingSlip .betInfoBox ul li span.titlePoint {
	display: inline-block;
	
}

.betingSlip .betInfoBox ul li span.title {
	display: inline-block;
}

.betingSlip #edit_betting_money {
	padding: 0 2px;
	text-align: right;
	width: 90px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	background: #0d0d0d;
    border: 1px solid #66606e;
	color: #fff;
	font-weight:bold;
	margin-top:10px;
}
/* cartArea End */

/* Banner */
.BS_banner {
	width: 100%;
	overflow: hidden;
}

.BS_banner .ban_title {
	height: 29px;
	text-align: left;
}

.BS_banner .ban_title span {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		no-repeat -24px -651px;
	width: 79px;
	height: 23px;
	display: inline-block;
	margin-left: 15px;
	margin-top: 3px;
}

.BS_banner ul li {
	
}

.BS_banner ul li a.ban {
	display: block;
	width: 100%;
	height: 20px;
	margin-top:1px;
}

.BS_banner ul li a.ban.banner01 {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-689px -370px;
}

.BS_banner ul li a.ban.banner02 {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-689px -395px;
}

.BS_banner ul li a.ban.banner03 {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-689px -420px;
}

.BS_banner ul li a.ban.banner04 {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-689px -445px;
}

.BS_banner ul li a.ban.banner05 {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-689px -470px;
}



.kakao_service {

	position: relative;
	margin-top:1px;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -689px -505px;
	width: 225px;
	height: 83px;
}

.kakao_service span {
	color: #f9e81e;
	font-weight: bold;
	position: absolute;
	top: 50px;
	left:80px;
	display: block;
}

.telegram_service {

	position: relative;
	margin-top:10px;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -696px -689px;
	width: 226px;
	height: 50px;
	margin-left:13px;
}

.telegram_service span {
	color: #1374a7;
	font-weight: bold;
	position: absolute;
	top: 18px;
	left:56px;
	display: block;
}


span.canceled {
	color: #FF7A00;
}

span.succeeded {
	color: #fed92c;
}

span.failed {
	color: #f00;
}

span.wait {
	color: #bbb;
}

span.bet_progress {
	color: #fff;
}

span.bet_success {
	color: #FFE413;
}

span.bet_fail {
	color: #ff0000;
}

span.bet_nothing {
	color: #FF7A00;
}

.layer_popup {
	position: absolute;
	left: 50%;
	top: 90px;
	z-index: 300;
	text-align: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, .50);
	-moz-box-shadow: 0px 20px 20px rgba(0, 0, 0, .50);
	box-shadow: 0px 20px 20px rgba(0, 0, 0, .50);
	
	background: url('/LoginContent/popup_bg2.gif') no-repeat 50% 0px #278dab ;
}

.layer_popup .layer_popup_header {

	height: 55px;
}

.layer_popup .layer_popup_header .header_text {
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
	margin-top: 15px;
	float: left;
	font-weight: bold;
}

.layer_popup .layer_popup_header .header_notice {
	margin-left: 20px;
	margin-top: 14px;
	float: left;
	background:
		url('/LoginContent/popupNoticeTitle.png')
		no-repeat;
	width: 200px;
	height: 30px;
}

.layer_popup .layer_popup_header .header_close {
	float: right;
	
}

.layer_popup .layer_popup_header .header_close a.close {
	background:
		url('/LoginContent/noticePopClose.png')
		no-repeat;
	display: inline-block;
	margin-right: 10px;
	margin-top: 14px;
	width: 63px;
	height: 30px;
	cursor:pointer;
	float:right;
}

.layer_popup .layer_popup_header .header_close a.close:hover {
	text-decoration: underline;
	color: #ffe610;
}

.layer_popup .layer_popup_header .header_close a.day_close {
	
	display: inline-block;
	font-size: 12px;
	color: #fff;
	margin-right: 25px;
	margin-top: 16px;
	height: 30px;
	line-height: 30px;
	float:right;
}

.layer_popup .layer_popup_header .header_close a.day_close:hover {
	text-decoration: underline;
	color: #ffe610;
}

.layer_popup .layer_popup_content {
	display: block;
	padding: 20px;
	color: #552a17;
	text-align:center;
	
}

.layer_popup .layer_popup_content li {
	line-height: 18px;
}

.wrap_popup {
	width: 400px;
	position: absolute;
	z-index: 100;
	right: 0px;
	display: none;
}

.popup_top {
	height: 36px;
	background:
		url('/LoginContent/bg_popup_top.png')
		no-repeat;
	position: relative;
}

.popup_top h3 {
	position: absolute;
	top: -25px;
}

.popup_contents {
	padding: 20px 15px 20px;
	background:
		url('/LoginContent/bg_popup_repeat.png')
		repeat-y;
	word-wrap: break-word;
	font: normal 15px Malgun Gothic;
	color: #ddd;
}

.popup_bottom {
	height: 37px;
	padding-top: 10px;
	background:
		url('/LoginContent/bg_popup_bottom.png')
		no-repeat;
}

.popup_bottom label {
	float: left;
	margin-left: 15px;
	color: #A7A4A4;
}

.popup_bottom a {
	float: right;
	margin-right: 15px;
}

.popup_bottom a:hover {
	text-decoration: underline;
}


.writeBox {width:100%;}
.writeBox table {
	width:100%;
	font-size: 13px;
	border-collapse: separate;
	border-spacing: 1px;
	margin-top:15px;
}

.writeBox table tr th{
	font-size: 12px;
	color:#fff;
	background:
		url('/LoginContent/bg_bbs_th.png');
	border-top:1px solid #6d6079;
	text-align:left;
	padding:6px 6px 6px 20px;
}	

.writeBox table tr td{
	font-size: 13px;
	background:
		url('/LoginContent/bg_bbs_td.png');
	border-top:1px solid #3e4351;
	padding:6px 10px;
	text-align:left;
	color:#fff;
	
}

.viewWriteBox table {
	font-size: 13px;
}

.news {
	padding: 0 0px 20px;
}

.news .open-event {
	height: 16px;
	position: relative;
	overflow: hidden;
	margin-top: 4px;
}

.news .open-event ul {
	position: absolute;
	top: 0px;
}

.news .open-event ul#notice1 {
	left: 0;
}

.news .open-event ul#notice2 {
	right: 20px;
}

.news .open-event ul li {
	height: 20px;
}

.news .open-event ul li a {
	display: inline-block;
	width: 500px;
}

.news .open-event ul li a:hover {
	color: #8f7614;
	text-decoration: underline;
}

.news .open-event ul li a strong {
	margin-right: 10px;
}

.news .open-event ul li span.date {
	display: inline-block;
	width: 60px;
}

.news .open-event .prev {
	position: absolute;
	top: 1px;
	right: 2px;
	width: 7px;
	height: 4px;
	line-height: 0;
	font-size: 0;
}

.news .open-event .next {
	position: absolute;
	bottom: 1px;
	right: 2px;
	width: 7px;
	height: 4px;
	line-height: 0;
	font-size: 0;
}

.news .control {
	float: left;
	margin: 0px 0 0 10px;
}

.news .control a.stop {
	font-size: 12px;
}

.news .control a.on {
	color: red;
	font-size: 12px;
}

/* main banner */
#container_main .mbanner {
	position: absolute;
	top: 70px;
	left: 155px;
	width: 942px;
	height: 202px;
}

#container_main .mbanner ul {
	clear: both;
	margin-bottom: 44px;
	height: 79px;
}

#container_main .mbanner ul li {
	float: right;
}

#container_main .mbanner ul li:first-child {
	float: left;
}

#container_main .mbanner ul li a {
	display: block;
	height: 79px;
	text-indent: -9999px;
}

#container_main .mbanner ul li.mba01 a {
	width: 292px;
	background:
		url('/LoginContent/mbanner01.png')
		no-repeat;
}

#container_main .mbanner ul li.mba01 a:hover {
	background:
		url('/LoginContent/mbanner01_on.png')
		no-repeat;
}

#container_main .mbanner ul li.mba02 a {
	width: 292px;
	background:
		url('/LoginContent/mbanner02.png')
		no-repeat;
}

#container_main .mbanner ul li.mba02 a:hover {
	background:
		url('/LoginContent/mbanner02_on.png')
		no-repeat;
}

#container_main .mbanner ul li.mba03 a {
	width: 339px;
	background:
		url('/LoginContent/mbanner03.png')
		no-repeat;
}

#container_main .mbanner ul li.mba03 a:hover {
	background:
		url('/LoginContent/mbanner03_on.png')
		no-repeat;
}

#container_main .mbanner ul li.mba04 a {
	width: 342px;
	background:
		url('/LoginContent/mbanner04.png')
		no-repeat;
}

#container_main .mbanner ul li.mba04 a:hover {
	background:
		url('/LoginContent/mbanner04_on.png')
		no-repeat;
}

#container_main .todayGame {
	float: left;
	margin-left: 30px;
	width: 678px;
	height: 336px;
	background: #262626;
}

#container_main .todayGame h2 {
	text-align: center;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-690px -480px;
	width: 275px;
	height: 15px;
	margin: 0 auto;
	margin-top: 21px;
}

#container_main .todayGame .deco {
	position: absolute;
	right: 334px;
	top: 337px;
}

#container_main .todayGame .toGameList {
	width: 100%;
	min-height: 181px;
	position: relative;
	background: url('/LoginContent/togameBG.png') no-repeat top center;
}

#container_main .todayGame .toGameList table {
	border: none;
}

#container_main .todayGame .toGameList table.scroll_list {
	margin-top: 22px;
	width: 100%;
}

#container_main .todayGame .toGameList table td {
	padding: 3px 5px;
	color: #FFFFFF;
	font-size: 11px;
	border-top: 1px solid #373737;
}

#container_main .todayGame .toGameList table td.date {
	text-align: center;
}

#container_main .todayGame .toGameList table td.date span {
	color: #ff9000;
}

#container_main .todayGame .toGameList table td.game {
	padding-right: 1px;
	padding-left: 1px;
}

#container_main .todayGame .toGameList table td.lName img {
	margin-right: 10px;
	vertical-align: middle;
}

#container_main .todayGame .toGameList table td div.gameBar {
	padding: 5px 5px 7px 5px;
	height: 12px;
}

#container_main .todayGame .toGameList table td div.gameBar span {
	display: block;
	float: left;
}

#container_main .todayGame .toGameList table td div.gameBar span.left_name
	{
	float: left;
	color: #f5ecd0;
	display: inline-block;
	width: 150px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	/* "overflow" value must be different from "visible" */
	-o-text-overflow: ellipsis; /* Opera under 10.7 */
	text-overflow: ellipsis; /* IE, Safari */
}

#container_main .todayGame .toGameList table td div.gameBar span.right_num
	{
	float: right;
	color: #eddfb3;
}

#container_main .todayGame .toGameList table td div.gameBar span.left_num
	{
	float: left;
	color: #eddfb3;
	margin-right: 5px;
}

#container_main .todayGame .toGameList table td div.gameBar span.right_name
	{
	float: right;
	color: #f5ecd0;
	display: inline-block;
	width: 150px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	/* "overflow" value must be different from "visible" */
	-o-text-overflow: ellipsis; /* Opera under 10.7 */
	text-overflow: ellipsis; /* IE, Safari */
}

#container_main .todayGame .toGameList table td div.middle {
	padding: 5px 5px 7px 5px;
	color: #dbbe60;
	text-align: center;
}

.f_red.right {
	float: right !important;
	margin-right: 5px;
}

#container_main .todayGame ul.todayGameBanner {
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #474747;
}

#container_main .todayGame ul.todayGameBanner li {
	border-left: 1px solid #474747;
	float: left;
	display: inline-block;
	width: 33%;
	height: 100%;
	line-height: 53px;
}

#container_main .todayGame ul.todayGameBanner li.first {
	border-left: none;
}

#container_main .todayGame ul.todayGameBanner li a {
	display: inline-block;
	margin-top: 18px;
}

#container_main .todayGame ul.todayGameBanner li.scoreBanner a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-690px -388px;
	width: 88px;
	height: 16px;
	cursor: pointer;
}

#container_main .todayGame ul.todayGameBanner li.tvBanner a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-690px -419px;
	width: 64px;
	height: 16px;
}

#container_main .todayGame ul.todayGameBanner li.adressBanner a {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-690px -449px;
	width: 143px;
	height: 16px;
}

/*login*/
.bg_login {
	
}

.wrap_login_all {
	position: relative;
	margin: 0 auto;
}

.bg_login .copyright {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 800px;
	left: 50%;
	margin-left: -180px;
}


.wrap_login {
	width: 320px;
	display: block;
	overflow: hidden;
	position: absolute;
	margin-left:-160px;
	left:50%;
	/*top:0px;
	bottom:0px;*/
	background:#1b1222;

}

.wrap_login form {
	height: 130px;
}

.wrap_login h1 {
	padding: 47px 0 0 54px;
}

.wrap_login ul.inner .login_logo {background: url('/LoginContent/diamond_logo.gif') no-repeat 50% -10px #1b1222;width: 206px;
    height: 142px; margin:0 auto; margin-top:50px; margin-bottom:20px;}
.wrap_login ul.inner .login_logo span {	
	display: inline-block;
    width: 100%;
    height: 100%;
    background: url('/LoginContent/diamond_logo.png') no-repeat 50% 88px;
}

.wrap_login ul.inner {
	color: #c34d12;
	position: relative;
	overflow: hidden;
	margin:0 auto;
	display:inline-block;
	width:100%;
}

.wrap_login ul.inner li {
	display:block !important;

	padding: 0px;
	margin:0px;
	text-align:center;
	vertical-align:middle;
}

.wrap_login ul.inner li.id {
	padding-left:71px;
	width:180px;
	background:url('/LoginContent/diamond_sprite_20160727.png') no-repeat -833px -177px;
}

.wrap_login ul.inner li.pw {
	margin-top:1px;
	width:180px;
	padding-left:71px;
	background:url('/LoginContent/diamond_sprite_20160727.png') no-repeat -833px -200px;
}

.wrap_login ul.inner input.id {
	margin-bottom: 20px;
	padding: 0 0 0 30px;
	line-height: 36px;
	color: #fff;
	/*background:url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1055px -505px;*/
	width: 225px;
	height: 36px;
	font-size: 12px;
	font-weight: bold;
	border:none;
    background-color: dimgray;
}

    .wrap_login ul.inner input.pw {
        margin-bottom: 20px;
        padding: 0 0 0 30px;
        line-height: 36px;
        color: #fff;
        /*background:url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1055px -565px;*/
        width: 225px;
        height: 36px;
        font-size: 12px;
        font-weight: bold;
        border: none;
        background-color: dimgray;
    }

    .wrap_login ul.inner .login_btn {
        /*background:url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1054px -619px;*/
        width: 258px;
        height: 52px;
        display: inline-block;
        line-height: 52px;
        font-size: 20px;
        margin-bottom: 0px;
        background-color: orangered;
        border-radius: 10px;
        color:white;
    }


    .wrap_login ul.inner .join_btn {
        /*background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -1054px -693px;*/
        width: 258px;
        height: 52px;
        display: inline-block;
        line-height: 52px;
        font-size: 20px;
        background-color:cyan;
        border-radius: 10px;
        color: white;
    }

.wrap_login ul.inner .join_help {
	background:
		url('/LoginContent/helpJoin.png')
		no-repeat -1054px -693px;
	width: 258px;
	height: 52px;
	display: inline-block;
	position: absolute;
	left: 130px;
	bottom: 0px;
}
.wrap_login ul.inner .copyright {
	
	color:#5b99ca;
	font-size:11px;
	margin-top:15px;
}


/*join*/
.wrap_container {
	padding-top: 200px;
	height: 700px;
}

.join_container {
	width: 955px;
	margin: 0 auto;
	padding: 20px 60px;
}

.wrap_agreement {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}

.contract {
	padding: 20px;
	overflow-y: scroll;
	height: 150px;
	color: #fff;
	border: 1px solid #313131;
	text-align: left;
	line-height: 18px;
	background: #101010;
	margin-bottom: 30px;
}

.contract h3 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #ffd90a;
}

.contract ul {
	margin-bottom: 20px;
}

.wrapper_join {
	height: 900px;
}

.wrap_join {
	margin: 0 auto;
	width: 700px;
	position: relative;
	top: 400px;
	background: #000;
	color: #ddd;
	padding: 4px 4px 6px 4px;
	overflow: hidden;
}

.wrap_join h1 {
	padding: 5px;
	border-bottom: 3px solid #ddd;
	font: bold 24px Malgun Gothic;
	background:
		url('/LoginContent/bg_title.png')
		repeat-x;
}

table.tbl_join {
	border-bottom: 1px solid #ddd;
	width: 100%;
}

table.tbl_join th {
	border-right: 1px solid #ddd;
	padding: 0 15px;
	text-align: right;
	color: #fed92c;
}

table.tbl_join td {
	padding: 5px 0 5px 15px;
}

.phone_num {
	width: 40px;
	text-align: center;
}

.spacing_r {
	margin-right: 15px;
}

.text_name {
	width: 60px;
}

.wrap_join .btn_area {
	float: right;
	margin-top: 6px;
}

.join_member {
	display: inline-block;
	width: 74px;
	height: 23px;
	background:
		url('/LoginContent/bu-join.png')
		no-repeat;
	text-indent: -9999px;
}

.join_cancel {
	display: inline-block;
	width: 74px;
	height: 23px;
	background:
		url('/LoginContent/bu-cancel.png')
		no-repeat;
	text-indent: -9999px;
}

.recommend_user_id {
	width: 128px;
}

.pattern-header {
	width:100%;
	margin-top:15px;
	text-align: center;
    border-bottom: none;
    background:#59534b;
    margin-bottom:10px;
 }

.pattern-header th,.pattern-header td {
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    padding: 0px;
}

.pattern-header-board {
		width:100%;
	margin-top:15px;
	text-align: center;
    border-bottom: none;
     background:#59534b;
}

.pattern-header-board th , .pattern-header-board td {
	    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    padding: 0px;
}


.wrap_current_time {
	position:absolute;
	right:-233px;
	top: 6px;
	display: inline-block;
	text-shadow: 0px 1px 1px #000;
	width:217px;
	text-align:left;
	letter-spacing:1px;
	z-index:900;
}

.current_time {
	color: #ebd165;
	
	position: relative;
	padding-left:10px;
	height: 12px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}

.wrap_btn_sound {
	position: relative;
	z-index: 101;
	width: 167px;
	top: 30px;
	left: 200px;
}

span.bt_sound {
	width: 167px;
	height: 118px;
	display: inline-block;
	background:
		url('/LoginContent/sound_on_normal.png')
		no-repeat;
}

span.bt_sound:hover {
	background:
		url('/LoginContent/sound_on_hover.png')
		no-repeat;
}

span.bt_sound.off {
	background:
		url('/LoginContent/sound_off_normal.png')
		no-repeat;
}

span.bt_sound.off:hover {
	background:
		url('/LoginContent/sound_off_hover.png')
		no-repeat;
}

.time_text {
	color: #fff000;
	font-size: 20px;
	margin-right: 20px;
	position: relative;
	top: -5px;
}
/* Tab Menu, Top search */
.tableframe .viewWriteBox {
	width: 100%;
}

.tableframe .viewWriteBox table {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	background: #2a1a28;
}

.tableframe .viewWriteBox table th {
	color: #fff;
	text-align: right;
	font-weight: normal;
	padding: 10px;
	
}
.tableframe .viewWriteBox table td {
	height: 25px;
	padding: 0px;
	text-align: left;
}

.tableframe .viewWriteBox table td.readTxt {
	padding-top: 10px;
	height: 200px;
	vertical-align: top;
	color: #aaa;
	
}

.tableframe .viewWriteBox table td.readTxt .show {
	width:1100px;
	margin:10px;
	word-wrap:break-word;		
	display:inline-block;
}



.tableframe .viewWriteBox table td.title {
	text-align: left !important;
	font-weight: bold;
}

.tableframe .viewWriteBox table td.title .write_user {
	font-size: 12px;
	color: #fde281;
	font-weight: bold;
	float: right;
}

.tableframe .viewWriteBox table td.title .write_user span {
	font-weight: bold;
}

.tableframe .viewWriteBox table td.title input {
	width: 680px;
	background: #546686;
}

.tableframe .viewWriteBox table td.datetime {
	text-align: right;
	font-weight: bold;
}

.tableframe .viewWriteBox table td.datetime span {
	
}

.tableframe .viewWriteBox table td.eventre input {
	width: 600px;
	vertical-align: middle;
}

.tableframe .viewWriteBox table td.eventre span {
	vertical-align: middle;
}

.tableframe .viewWriteBox table tr.viewHeader td {
	color: #fff;
	font-size: 12px;
	text-align: center;
	height: 20px !important;
	line-height: 20px !important;
	background:#1f131d;
	border-top:1px solid #3d253b;
	border-bottom:1px solid #000;
}

.inputTable {
	background: #2b2b2b;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 100%;
}

.inputTable tr td,.inputTable tr th {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px 10px;
	text-align: left;
	color: #fff;
	height: 40px;
}

.tabBox {
	position: relative;
	height: 30px;
	left: 1px;
	margin-bottom: 20px;
	margin-top:15px;
}

.tabBox .tabMenu {
	
}

.tabBox .tabMenu ul li {
	float: left;
	margin-right: 2px;
	margin-bottom: 1px;
	position: relative;
}

.tabBox .tabMenu ul li a {
	display: inline-block;
	padding:0px 10px;
	height: 27px;
	min-width:90px;
	line-height: 27px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin-right:2px;
	background: url('/LoginContent/bg_tabOn.png') repeat-x 50% top; 
	border: 1px solid #000;

}

.tabBox .tabMenu ul li a:hover,.tabBox .tabMenu ul li.on a {
	background: url('/LoginContent/bg_tabOver.png') repeat-x 50% top; 
	color: #fff;
	  border: 1px solid #000;

}

.betTab {
	position: absolute;
	bottom: 0;
	left: 0;
}

.betTab ul li {
	float: left;
	margin-right: 1px;
}

.betTab ul li a {
	display: block;
	width: 100px;
	height: 26px;
	text-indent: -9999px;
}

.betTab ul li.bet a {
	background:
		url('/LoginContent/tab_bet.gif')
		no-repeat;
}

.betTab ul li.bet a:hover {
	background:
		url('/LoginContent/tab_bet_on.gif')
		no-repeat;
}

.betTab ul li.bet_on a {
	background:
		url('/LoginContent/tab_bet_on.gif')
		no-repeat;
}

.betTab ul li.bet_cancel a {
	background:
		url('/LoginContent/tab_bet_cancel.gif')
		no-repeat;
}

.betTab ul li.bet_cancel a:hover {
	background:
		url('/LoginContent/tab_bet_cancel_on.gif')
		no-repeat;
}

.betTab ul li.bet_cancel_on a {
	background:
		url('/LoginContent/tab_bet_cancel_on.gif')
		no-repeat;
}

.searchArea {
	position: absolute;
	top: 8px;
	right: 0px;
	height: 23px;
}

.searchArea ul {
	height: 23px;
}

.searchArea ul li {
	float: left;
	margin-left: 3px;
}

.searchArea ul li.serchin input {
	padding: 0 5px;
	width: 130px;
	height: 21px;
	font-size: 11px;
	background: #403b39;
	color: #FFFFFF;
}

.searchArea ul li select {
	height: 23px;
	background: #403b39;
	color: #FFFFFF;
}

.searchArea select,img {
	vertical-align: middle;
}

.button.search {
	display: inline-block;
	background-image:
		url('/LoginContent/bu-search.gif');
	width: 74px;
	height: 22px;
}

/* 게임버튼 끝 */

/* 배팅슬립 시작 */

/* new */
#line_notice {
	font-family: Dotum, DotumChe, 'Nanum Gothic', sans-serif;
	text-align: center;
	color: #AA857D;
	width: 32px;
	height: 90px;
	padding: 5px 4px;
	border: none;
}

#line_notice span,#line_notice span {
	font-family: Malgun Gothic;
	text-align: center;
}

#span_betting_possession_money {

}

#span_betting_count {

}

#span_expectation_winner_odds {

	
}

#span_betting_max_money {
	
	
}

#edit_betting_money {
	
	color: #0851b3;
	
	text-align: right;
	background: #ffd81f;
	width: 120px;
	height: 17px;
	border: 0 none;
	font-size: 13px;
}

#span_expectation_winner_money {

}



.beting-cart-list {
	width: 100%;
	/* 	background-image: url(/LoginContent/slip_05.jpg); */
}

.beting-cart-list table {
	width: 100%;
}

.beting-cart-list table.BSlist td {
	padding-bottom: 3px;
	border-bottom: 1px solid #4c463f;
}

.beting-cart-list .team {
	height: 25px;
	text-align: left;
	font-family: Dotum, DotumChe, 'Nanum Gothic', sans-serif;
	font-size: 11px;
	color: #c3aa81;
	padding-top: 1px;
	background: none;
	border: 0 none;
}

.beting-cart-list .choice {
	width: 25px;
}

.beting-cart-list .odds {
	width: 32px;
	text-align: right;
	font-family: Dotum, DotumChe, 'Nanum Gothic', sans-serif;
	font-size: 11px;
	color: #c3aa81;
}

.beting-cart-list .option {
	padding-left: 8px;
	width: 12px;
}

.beting-cart-list .HOME {
	color: #ff3c00;
}

.beting-cart-list .DRAW {
	color: #c3aa81;
}

.beting-cart-list .AWAY {
	color: #1bc6da;
}

.beting-cart-list .line {
	height: 1px;
}
/* 배팅카트 리스트 끝 */

/* 게임 시작 */
.game-sort-type {
	margin-top: -6px;
	color: #f1d9b0;
	float: right;
	display: inline-block;
}

.game-sort-type label {
	cursor: pointer;
}

.game-list {
	width: 100%;
	/* 	margin-bottom: 2px;	 */
}

.game-line {
	height: 6px;
	/* 	background: url(/LoginContent/line_betting.gif) repeat-x center; */
}

.game-list td.team-space {
	width: 4px;
}

.game-list .datetime {
	text-align: center;
	width: 13%;
}

.game-list .status {
	font-family: Dotum, DotumChe, 'Nanum Gothic', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: gray;
	text-align: center;
	width: 8%;
	position: relative;
}

.game-list.BETTING .status {
	color: #ff3000;
}

.game-list.STOP .status {
	color: yellow;
}

.game-list.END .status {
	color: gray;
}

.game-list.EVENT .status {
	color: yellow;
}

.game-list.NOTICE .status {
	color: red;
}

.game-list .icon-tv {
	width: 20px;
	height: 20px;
	/*background: url(/LoginContent/tv.png);*/
	cursor: pointer;
	position: absolute;
	right: -5px;
	top: 2px;
}

.game-list td.team,.game-list td.team td.disable {
	border: 1px solid #403628;
	/*background:url(/LoginContent/game/gamebar_off.gif) repeat-x;*/
	color: #646464;
	font-family: Dotum, DotumChe, 'Nanum Gothic', sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
	height: 24px;
}

.game-list td.team td {
	
}

.game-list td.team.home td.title {
	text-align: left;
	padding-left: 5px;
}

.game-list td.team.home td.odds {
	width: 50px;
	text-align: right;
	padding-right: 5px;
	font-family: tahoma;
}

.game-list td.team.draw td.odds {
	text-align: center;
	font-family: tahoma;
}

.game-list td.team.away td.odds {
	width: 50px;
	text-align: left;
	padding-left: 5px;
	font-family: tahoma;
}

.game-list td.team.away td.title {
	text-align: right;
	padding-right: 5px;
}

.game-list td.team.home td.notice {
	text-align: left;
	padding: 0px 5px;
}

.game-list td.team.away td.notice {
	text-align: right;
	padding: 0px 5px;
}

/* 게임 끝 */
.content_left {
	width: 816px;
	background: #000;
	float: left;
}

.content_left .inner {
	padding: 4px;
}

.content_left .inner h1 {
	width: 798px;
	height: 41px;
	background:
		url('/LoginContent/bg_title.png')
		repeat-x;
	font: bold 24px Malgun Gothic;
	color: #ddd;
	padding: 5px 0 0 10px;
}

.tbl_game_list {
	width:100%;
	border: 0;
	color: #ddd;
	border-spacing: 1px;
	border-collapse: separate;
}

.tbl_game_list thead {
	color: #fed92c;
}

.tbl_game_list td {
	text-align: center;
	height: 30px;
	color: #fff;
	vertical-align: middle;
		
}

.game_league {
	font-weight: bold;
	color: #ffcc00 !important;
}

.game_league td {
	text-align: left !important;
	vertical-align: top;
	font-size: 14px;
	height:35px;
	line-height:35px;
	padding:0px;
	background:none;
    border:none;
    color:#fff;
	}

.game_column td {
	font-size: 11px;
	height: 18px;
	line-height: 18px;
}

.rowItem .bet.selectable.many_options {
	border-left: 1px solid #636363;
	margin-left: -1px;
	display: inline-block;
}

.rowItem .bet.selectable.many_options:first-child {
	border-left: none;
}

.rowItem .bet.selectable.many_options span {
	margin: 0px 5px;
}

.rowItem .bet.selectable.many_options .bet_name {
	float: left;
}

.rowItem .bet.selectable.many_options .bet_ratio {
	float: right;
}

.rowItem td {
	padding: 0px;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
}


.tbl_game_list .bet.selectable{
	cursor:pointer;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0px;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	color: #fff;
	background: url('/LoginContent/bg_bet.png') ;
}

.tbl_game_list .bet.selectable:hover{ 
	background: url('/LoginContent/bg_bet_over.png') ;
}

.tbl_game_list .bet.selectable.on, .tbl_game_list .bet.selectable.on:hover{
color: #fff;
cursor:pointer;
display: inline-block;
background: url('/LoginContent/bg_bet_set.png') repeat-x 50% top #917959;	

}

.tbl_game_list .bet.disabled:hover, .tbl_game_list .closed .bet:hover {
	background: url('/LoginContent/bg_bet.png') ;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	position: relative;

}



.tbl_game_list .eventGame.closed {
	color:#999;
}

.tbl_game_list .eventGame.closed .bet {
	color:#999;
}

.tbl_game_list .bet .f_blue {
	float: left;
	margin-left: 3px;
	font-size: 11px;
}

.tbl_game_list .bet .f_red {
	float: left;
	margin-left: 3px;
	font-size: 11px;
}

.tbl_game_list .bet:hover .f_blue,.tbl_game_list .bet.on .f_blue {
	color: #60c1ff;
}

.tbl_game_list .bet:hover .f_red,.tbl_game_list .bet.on .f_red {
	color: #ff709f;
}

.tbl_game_list .closed td,.tbl_game_list .closed .bet {
	color:#c7d1dc;
}



.tbl_game_list .board_plus .plus {
	background:
		url('/LoginContent/btnBetPlus.png')
		no-repeat;
	display: inline-block;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
}

.tbl_game_list .board_plus .plus:hover {
	color: #dac1af;
	text-decoration: underline;
}

.tbl_game_list .board_plus .minus {
	background:
		url('/LoginContent/btnBetMinus.png')
		no-repeat;
	display: inline-block;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
}

.sports_img {
	margin-left:6px;
}

.league_img {
	margin-right: 2px;
	margin-left: 0px;
}

.league_tit {
	color:#fff;
}

.home_team {
	float: left;
	margin-left: 7px;
	width: 235px;
	text-align: left;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	/* "overflow" value must be different from "visible" */
	-o-text-overflow: ellipsis; /* Opera under 10.7 */
	text-overflow: ellipsis; /* IE, Safari */
}

.tbl_bet_info .bet .home_team {
	width: 250px !important;
}

.home_ratio {
	float: right;
	margin-right: 5px;
	color:#e9ddb9;
}

.away_team {
	float: right;
	margin-right: 7px;
	width: 235px;
	text-align: right;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	/* "overflow" value must be different from "visible" */
	-o-text-overflow: ellipsis; /* Opera under 10.7 */
	text-overflow: ellipsis; /* IE, Safari */
}

.tbl_bet_info .bet .away_team {
	width: 250px !important;
}

.away_ratio {
	float: left;
	margin-left: 5px;
	color:#e9ddb9;
}

.tie {
	
}

.tbl_bet_info td .league_tit {
	display: inline-block;
	margin-bottom: -3px;
	text-align: left;
	line-height: 13px;
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	color:#fff;
	/* "overflow" value must be different from "visible" */
	-o-text-overflow: ellipsis; /* Opera under 10.7 */
	text-overflow: ellipsis; /* IE, Safari */
}

.over_under {
	font-size: 11px;
	color: #ff7950;
	float: left;
	font-weight: normal;

	width: 50px;
	text-align: center;
}

.handiCap {
	font-size: 11px;
	color: #3ad200;
	float: left;
	font-weight: normal;
	width: 50px;
	text-align: center;
}

.upArrowRed {
	background:
		url('/LoginContent/bullet_sprite.png') no-repeat -288px -152px;
	float: left;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding-left: 13px;
	font-size: 11px;
	font-weight: normal;
	color: #FF3D00;
	margin-left:6px;
}

.downArrowBlue {
	background:
		url('/LoginContent/bullet_sprite.png') no-repeat right -195px;
	float: right;
	margin-right:6px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding-right: 13px;
	font-size: 11px;
	font-weight: normal;
	color: #86E8F3;
}

.wrap_ratio {
	float: right;
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}

.row_spacing {}

.row_spacing td{border:none !important; background:none !important; height:10px;}



span.p_ratio {
	display: inline-block;
	padding-right: 20px;
}

span.game_status, span.game_event {
	display: inline-block;
	width: 28px;
	height: 16px;
	position: relative;
	top: 1px;
}

tr.opened span.game_status {
	color: yellow;
	font-weight:bold;
}

tr.closed span.game_status {
	color: #c7d1dc;
	font-weight:bold;
}

tr.eventGame.opened span.game_event {
	background:
		url('/LoginContent/explan_icon3.png')
		no-repeat;
	background-position: 3px 2px;
}

tr.eventGame.closed span.game_event {
	background:
		url('/LoginContent/explan_icon4.png')
		no-repeat;
	background-position: 3px 2px;
}

/*exchange_point*/
.wrap_exchange_point {
	padding: 10px;
}

.wrap_exchange_point table {
	text-align: left;
	margin-top: 10px;
}

.btn_exchange_point {
	display: inline-block;
	width: 60px;
	background:
		url('/LoginContent/bg_team_bar.png')
		no-repeat;
	height: 21px;
	text-align: center;
	font: bold 12px/21px Malgun Gothic;
	border: 0 none;
	margin-right: 10px;
}

.btn_exchange_point:hover {
	background-position: 0 -21px;
}

.l_spacing {
	margin-left: 1px;
}

.tbl_char_excha_info {
	width: 100%;
}

.tbl_char_excha_info td {
	text-align: center;
	height: 40px;
	border-bottom: 1px solid #393a3b;
}

/*customer_ask_list*/
.ask_counsel {
	float: left;
	width: 93px;
	height: 72px;
	display: inline-block;
	background:
		url('/LoginContent/advicebutton.png')
		-4px 0 no-repeat;
	text-indent: -9999px;
	margin: 10px 40px 10px 11px;
}

.warning {
	margin-top: 10px;
}

.warning p {
	line-height: 15px;
	margin-bottom: 10px;
}

.ask_counsel:hover {
	background:
		url('/LoginContent/advicebutton_over.png')
		-4px 0 no-repeat;
}

.wrap_counsel {
	padding: 10px;
}

.wrap_counsel table {
	width: 100%;
	margin-top: 10px;
}

.wrap_counsel table thead tr {
	background:
		url('/LoginContent/bg_league.png')
		-1px 0 no-repeat;
	height: 32px;
}

.wrap_counsel table th {
	color: #fed92c;
}

.wrap_counsel table td {
	text-align: center;
}

.question:hover {
	text-decoration: underline;
}

/*customer_write*/
.ask_title {
	width: 98%;
	margin-top: 10px;
}

.ask_text {
	width: 98%;
	height: 200px;
	margin-top: 10px;
}

.tbl_counsel {
	width: 80%
}

.tbl_counsel th {
	width: 100px;
}

.tbl_counsel td {
	background: #1c1b1b;
}

.tbl_counsel td.nickname {
	text-align: left;
	line-height: 13px;
	padding: 8px 0 0 7px;
}

.wrap_counsel .btn_area {
	float: right;
	margin-bottom: 10px;
	margin-top: 5px;
}

.counseling {
	display: inline-block;
	width: 60px;
	background:
		url('/LoginContent/bg_team_bar.png')
		no-repeat;
	height: 21px;
	text-align: center;
	font: bold 12px/21px Malgun Gothic;
	border: 0 none;
	margin-right: 10px;
}

.go_list {
	display: inline-block;
	width: 60px;
	background:
		url('/LoginContent/bg_team_bar.png')
		no-repeat;
	height: 21px;
	text-align: center;
	font: bold 12px/21px Malgun Gothic;
	border: 0 none;
}

.counseling:hover,.go_list:hover {
	color: #fed92c;
	background-position: 0 -21px;
}

/*board*/
.tbl_board {
	width: 100%;
}

.tbl_board a:hover {
	text-decoration: underline;
}

.tbl_board thead tr {
	height: 30px;
}

.tbl_board th {
	color: #fed92c
}

.tbl_board tbody tr {
	height: 30px;
}

.tbl_board .notice {
	background:
		url('/LoginContent/bg_board_repeat.png');
}

.tbl_board .notice td:first-child {
	color: #fed92c
}

.tbl_board tr.notice td {
}

.tbl_board tbody tr:hover {
	
}

.tbl_board td {
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid #393a3b;
	background:none;


}

.tbl_board td.board_title {
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.tbl_board td.board_title:hover {
	text-decoration: underline;
}

.btn_area {
	text-align: center;
	clear: both;
	padding: 10px;
}

.btn_area_center {
	text-align: center;
	display: inline-block;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
}

.btn_area_center a{
	color:#fff;
}

.btn_area_center .button, .btn_area_center .buttonPoint  {
	margin-left: 5px;
	margin-right: 5px;
}

.btn_area_left {
	text-align: left;
	float: left;
	display: inline;
	margin-top: 10px;
}

.btn_area_right {
	float: right;
	height: 40px;
	display: inline;
	margin-top: 10px;
}

.board_title {
	
}

.btn_small.upload {
	width: 102px;
	margin-left: 10px;
}

td.user_icon_nick {
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}
/*member_modify*/
.wrap_customer_info {
	padding: 10px;
}

.wrap_customer_info table {
	border-bottom: 0;
}

.wrap_customer_info table th {
	width: 100px;
}

.bg_gray {
	background: #aaa;
	border: 0 none;
}

.wrap_customer_info .text_name,.account_num {
	text-align: center;
}

.f_yellow.notice {
	padding-left: 67px;
	margin-top: 20px;
}

/*guide*/
.wrap_guide {
	padding: 10px;
}

.wrap_guide h2 {
	font: bold 13px Malgun Gothic;
	margin-bottom: 10px;
}

.wrap_guide ul li {
	margin-bottom: 7px;
}
/*member_bet_info*/
.tbl_bet_info {
	color: #fff;
	width: 100%;
		border-spacing:1px;
	border-collapse:separate;	
}

.tbl_bet_info th {
	color: #fff;
}

.tbl_bet_info td {

	text-align: center;
	height: 30px;
	vertical-align: middle;
	padding: 0px;
	background: url('/LoginContent/bg_bet.png');
}

.tbl_bet_info .game_league td {
	background:#242a42;
}


.tbl_bet_info .game_league td .league_tit {width:500px;}

.tbl_bet_info .bet {
	display: inline-block;
	width: 100%;
	padding: 0px;
	line-height:30px;
	height:30px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	color: #fff;

}

.tbl_bet_info .bet.on {
		color: #fff;
    background: url('/LoginContent/bg_bet_set.png') repeat-x 50% top;

}

.tbl_bet_info .bet.tie {
	text-align: center;
}

.tbl_bet_info .row_spacing td {
	
	border-right:none;
	height:10px;
	
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.tbl_bet_brief {
		margin-left: 14px;
	}
}

.tbl_bet_price {
	background: #3a4369;
	width: 100%;
	height: 30px;
}

.tbl_bet_price td {
	text-align: center;
}

.tbl_bet_brief th {
	color: #ceb466;
}

.tbl_bet_brief td {
	color: #ddd;
}

.tbl_bet_brief .state {
	width: 80px;
	text-align: center;
}

.tbl_bet_brief .state span {
	margin-left: 20px;
}

.wrap_bet_info .btn_area {
	float: right;
	margin-top: 10px;
	margin-bottom: 30px;
}

.wrap_bet_info .btn_area input {
	color: #ddd;
}

.tbl_bet_info .league {
	text-align: left;
}

.nothing {
	line-height: 30px;
	text-align: center;
}

.bt_upload_selected {
	float: right;
}

.bt_go_first {
	float: left;
}

.pageNum {
	margin-left: 10px;
	color: #64afff;
}

.pageNumStr {
	margin-right: 10px;
	color: #64afff;
}

input.bt_remove { /* width:100px !important; */ /* height:23px; */
	/* background:url('/LoginContent/bu-bet-del.png') no-repeat !important; */
	/* border:0 none; */
	
}

input.bt_upload { /* width:114px !important; */ /* height:23px; */
	/* background:url('/LoginContent/bu-bet-up.png') no-repeat !important; */
	/* border:0 none; */
	
}

input.bt_cancel { /* width:100px !important; */ /* height:23px; */
	/* background:url('/LoginContent/bu-bet-cancel.png') no-repeat !important; */
	/* border:0 none; */
	
}
/*game_result*/
.wrap_tab ul {
	overflow: hidden
}

.wrap_tab ul li {
	float: left;
}

.wrap_tab a:hover,.wrap_tab a.on {
	color: #fed92c;
}

.wrap_rpl_count.bold {
	color: #f3d69f;
}
/* 리그 헤더 시작 */
.league-name {
	font-size: 12px;
	/*background: url(/LoginContent/game/leaguename_bg.png) bottom repeat-x;*/
	width: 100%;
	font-weight: bold;
	margin: 10px 0px 10px 0;
	height: 26px;
	border-bottom: 1px dotted #6c5e49;
}

.league-name:first-child {
	margin-top: 0px;
}

.league-name .image {
	text-align: left;
	padding-left: 10px;
	width: 22px;
}

.league-name .name {
	text-align: left;
	padding-left: 8px;
	color: #efdab6;
}

.league-name .name span {
	margin-right: 5px;
	font-size: 13px;
}

.league-name td img,.league-name td span {
	vertical-align: middle;
}

/* 게임 결과 시작 */
table.game-result {
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin: 5px 0px;
}

table.game-result.HOME td.team.home {
	border: 1px solid #f59f8a;
	background:
		url('/LoginContent/gamebar_on.gif')
		repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee',
		endColorstr='#181e5b', GradientType=0); /* IE6-9 */
	color: white;
}

table.game-result.DRAW td.team.draw {
	border: 1px solid #f59f8a;
	background:
		url('/LoginContent/gamebar_on.gif')
		repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee',
		endColorstr='#181e5b', GradientType=0); /* IE6-9 */
	color: white;
}

table.game-result.AWAY td.team.away {
	border: 1px solid #f59f8a;
	background:
		url('/LoginContent/gamebar_on.gif')
		repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee',
		endColorstr='#181e5b', GradientType=0); /* IE6-9 */
	color: white;
}
/* 게임 결과 끝 */
.betting-history .line,.game-result .line {
	height: 0px;
}

/* 배팅 내역 시작 */
table.betting-history {
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin: 5px 0px;
}

table.betting-history.HOME td.team.home {
	border: 1px solid #f59f8a;
	background:
		url('/LoginContent/gamebar_on.gif')
		repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf',
		endColorstr='#23538a', GradientType=0);
	color: white;
}

table.betting-history.DRAW td.team.draw {
	border: 1px solid #f59f8a;
	background:
		url('/LoginContent/gamebar_on.gif')
		repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf',
		endColorstr='#23538a', GradientType=0);
	color: white;
}

table.betting-history.AWAY td.team.away {
	border: 1px solid #f59f8a;
	background:
		url('/LoginContent/gamebar_on.gif')
		repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf',
		endColorstr='#23538a', GradientType=0);
	color: white;
}

table.betting-history-footer {
	background:
		url('/LoginContent/con_bg.png');
	width: 100%;
	margin: 10px 0px 5px 0px;
	border-top: 1px solid #5d4e3a;
	border-bottom: 1px solid #5d4e3a;
}

.betting-history-footer .title-amount,.betting-history-footer .title-odds,.betting-history-footer .title-expect-amount,.betting-history-footer .title-real-amount
	{
	color: #ad7d5f;
	font-weight: bold;
	margin-right: 7px;
}

.betting-history-footer .amount {
	color: #75ac26;
	font-weight: bold;
}

.betting-history-footer .odds {
	color: #fff;
	font-weight: bold;
}

.betting-history-footer .expect-amount {
	color: #d676fa;
	font-weight: bold;
}

.betting-history-footer .real-amount {
	color: #ffcc00;
	font-weight: bold;
}

.betting-history-footer .game-category {
	margin-right: 5px;
	font-weight: bold;
}

.betting-history-footer .game-category.NORMAL {
	color: white;
}

.betting-history-footer .game-category.HANDICAP {
	color: turquoise;
}

.betting-history-footer .game-category.SPECIAL {
	color: yellow;
}

.betting-history-footer .datetime {
	color: #fdb502;
}

.betting-history-footer-option {
	width: 100%;
	margin-bottom: 15px;
}

.betting-history-footer-option span {
	margin: 0px 3px;
}

.betting-history-footer-option label {
	color: white;
}
/* 배팅 내역 끝 */
td.team {
	border: 1px solid #403628;
	background:
		url('/LoginContent/gamebar_off.gif')
		repeat-x;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
}

td.team.home .title {
	text-align: left;
	padding-left: 5px;
}

td.team.home .odds {
	text-align: right;
	padding-right: 5px;
}

td.team.draw .odds {
	text-align: center;
}

td.team.away .odds {
	text-align: left;
	padding-left: 5px;
}

td.team.away .title {
	padding-right: 5px;
	text-align: right;
}

td.team .title {
	font-family: Dotum, DotumChe, 'Nanum Gothic', sans-serif;
}

td.team .odds {
	font-family: tahoma;
}

.game-result .gap,.betting-history .gap {
	width: 3px;
}

.home.team,.away.team {
	width: 33%;
}

.draw.team {
	
}

.team table {
	width: 100%;
}

.team td {
	height: 21px;
}

.game-result .datetime,.betting-history .datetime {
	height: 22px;
	width: 12%;
}

.score {
	font-family: tahoma;
	font-size: 11px;
	color: #9a814a;
	padding-left: 2px;
	font-weight: bold;
	width: 6%;
	text-align: center;
}

.status {
	font-family: Dotum, DotumChe, 'Nanum Gothic', sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 6%;
}

.status.STANDBY {
	color: #999;
}

.status.END {
	color: white;
}

.status.WIN {
	color: cyan;
}

.status.LOSE {
	color: magenta;
}

.status.UNKNOWN {
	color: #996;
}

.status.CANCEL {
	color: #666;
}

.status.HOME {
	color: #FC0;
}

.status.DRAW {
	color: #CCC;
}

.status.AWAY {
	color: #ff8838;
}

.status.HANDICAP-WIN {
	color: #c9f;
}

.status.HANDICAP-LOSE {
	color: magenta;
}

.status.HANDICAP-50-WIN {
	color: #c9f;
}

.status.HANDICAP-50-LOSE {
	color: magenta;
}

.status.UNDER {
	color: #C9F;
}

.status.OVER {
	color: magenta;
}




/*board_view*/
.wrap_view {
	padding: 10px;
}

.wrap_view table {
	width: 100%;
	margin-top: 10px;
	border-collapse: collpase;
}

.wrap_view table th {
	color: #fed92c;
	width: 100px;
}

.wrap_view table.tbl_view tbody tr:first-child {
	background:
		url('/LoginContent/bg_league.png')
		-1px 0;
	height: 32px;
}

.wrap_view table.tbl_view tbody tr:first-child td {
	padding-left: 10px;
}

.wrap_view table td {
	text-align: left;
}

.board_text {
	word-wrap: break-word;
	width: 1052px;
	height: 200px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #333;
	background: #222;
	color: #ddd;
	overflow-y: auto;
}

.load_bet_info {
	margin-top: 5px;
}

.wrap_btn_rpl .wrap_rpl_count {
	color: teal;
	text-decoration: underline;
	margin-top: 5px;
}

.wrap_tbl_rpl {

	margin-top:-1px;
}

.wrap_tbl_answer {

}

.wrap_tbl_answer .answer_header {
	background: #202020;
	font-weight:bold;
	border-top:1px solid #313131;
	padding:10px;
}

.rpl_nick {
	color: #fff;
	font-size: 11px;
}

.tbl_rpl {
	width: 100%;
	text-align: left;
	color: #fff;
}

.tbl_rpl tr {
	height: 25px;
}

.tbl_rpl tr:first-child {
	
}

.tbl_rpl_write {
	width: 100%
}

.rpl_text {
	overflow: auto;
	background: #343434;
	width: 100%;
	color: #fff;
	border: 0 none;
}

.boundary {
	border-bottom:1px solid #66606e;
	padding-left:10px;
}

.btn_del_rpl {
	position:absolute;
	right:25px;
	border:1px solid #000;
	padding: 0px 7px;
	min-width: 50px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #d99bb4;
	text-shadow: 0px 1px 0px #600d12;
	background: #98375e; /* Old browsers */
	background: -moz-linear-gradient(top,  #98375e 0%, #8c234d 5%, #701c3d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98375e), color-stop(5%,#8c234d), color-stop(100%,#701c3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #98375e 0%,#8c234d 5%,#701c3d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #98375e 0%,#8c234d 5%,#701c3d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #98375e 0%,#8c234d 5%,#701c3d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #98375e 0%,#8c234d 5%,#701c3d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98375e', endColorstr='#701c3d',GradientType=0 ); /* IE6-9 */

	
}

.btn_del_rpl:hover {
	
	color: #fff;
	text-decoration: none;
}

/* reply */
.replyBox {
	width: 100%;
	text-align: left;
	display: block;
	
}

.replyBox .replyer_area {
	height: 44px;
	line-height: 44px;
}

.replyBox .replyer_area input {
	color: #fff;
	background: #546686;
	border: none;
	height: 24px padding:0px 3px;
}

.replyBox .rpl_title {
	width: 70px;
	display: inline-block;
	text-align: right;
	color: #fff;
}

.replyBox .replWrite {

	height: 50px;
	padding-top:20px;
	text-align: left;
	position: relative;
	line-height: 24px;
	background: url('/LoginContent/bg_bbs_td.png');
    border-top: 1px solid #3e4351;
}

.replyBox .replWrite textarea {
	padding: 0px;
	width: 85%;
	height: 24px;
	margin-left: 10px;
	background: #0d0d0d;
    border: 1px solid #66606e;
	color: #fff;
}

#form_charge_money input,#form_exchange_money input {
	font-size: 12px;
}

.comment {
	font-size: 11px;
	color: yellow;
	letter-spacing: -1pt;
	text-align: left;
}

.content {
	color: #fff;
}

.content * {
	
}

.content.sub {
	color: #663;
	padding-left: 50px;
	line-height: 2;
	text-align: left;
}

.comment-bg {
	font-size: 11px;
	letter-spacing: 0;
	padding-left: 20px;
	height: 28px;
	font-weight: bold;
}

#form_charge_money #span_bank_name {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}

#form_charge_money #span_bank_account_number {
	font-size: 11px;
	color: #fff;
	letter-spacing: -1pt;
	margin-left: 10px;
}

#form_charge_money #span_bank_account_holder {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}

#layer_bank_account_holder {
	color: #fff;
	font-weight: bold;
}

.content.bank-name {
	font-size: 12px;
	color: #F60;
	font-weight: bold;
}

.content.bank-account-number {
	font-size: 12px;
	color: #F61;
	font-weight: bold;
}

.content.bank-account-holder {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

.content.money {
	font-size: 12px;
	color: #fc0;
	font-weight: bold;
}


/* new */
p.bankG {
	margin: 10px 0;
	font-weight: bold;
}

.bankInfo {
	margin: 5px 0 0 0;
	color: #fff6ec;
}

.bankInfo ul {
	margin-right: 20px;
	float: left;
}

.bankInfo ul li {
	float: left;
	margin-bottom: 10px;
}

.bankInfo ul li:first-child {
	color: #ffd9b0;
}

.chargeM {
	margin-top: 10px;
	width: 100%;
}

.chargeM ul {
	width: 100%;
}

.chargeM ul li {
	float: left;
	display: inline-block;
	margin-right: 20px;
}

.moneyGuide {
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	background: url('/LoginContent/bg_bbs_td.png');
}

.moneyGuide h2 {
	padding-left:20px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	height: 38px;
	line-height:38px;
	border-bottom:1px solid #000;
	background:
		url('/LoginContent/bg_moneyGuideHeader.png') repeat-x left -2px; 
	
}

.moneyGuide ul {
	clear: both;
	margin-left: 10px;

}

.moneyGuide ul li {
	float: left;
	padding: 10px 0;
	color: #E5D5F1;
	line-height: 18px;
	text-align: left;
}

.moneyGuide ul li:first-child {
	margin-right: 10px;
	color: #ef7c65;
	font-weight: bold;
	font-size: 15px;
}

.moneyGuide table.moneyTable {
	background: #26211c;
	width: 100%;
	border: 1px solid #161310;
	margin-top: 10px;
}

.moneyGuide table.moneyTable th {
	color: #aac3f3;
	height: 30px;
}

.moneyGuide table.moneyTable td {
	padding-right: 20px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

.moneyGuideLess {
	border: none;
	background: none;
	padding: 0px;
}

.rowItem .btn_area_right {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

.notice .board_title {
	color: #99ff00;
	font-weight: bold;
}

.tbl_admin_rpl,.tbl_admin_rpl tr td {
	border: 0px !important;
}

.tbl_admin_rpl .reply_area {
	
}

.has_bet_info {
	display: none;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat
		-274px -821px;
	width: 25px;
	height: 11px;
	position: relative;
	top: 2px;
	margin: 0px 5px
}

.has_bet_info.on {
	display: inline-block;
}

.bet_nothing,.result_even {
	color: #DD0F0F;
}

.watch_ladder {
	display: inline-block;
	background: url('/LoginContent/diamond_sprite_20160727.png') -24px -768px;
	width: 120px;
	height: 29px;
	display: inline-block;
	text-indent: -9999px;
	z-index: 20;
	position: absolute;
	left: 90px;
	top: 0px;
	z-index: 400;
}

.watch_ladder:hover {
	background-position: -24px -817px;
}


.bt_del {
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.button_named_sadari_close {
	background:
		url('/LoginContent/button_sadari_close.png')
		no-repeat 50%;
	margin: 0 auto;
	width: 100%;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_named_sadari_open {
	background:
		url('/LoginContent/button_sadari_open.png')
		no-repeat 50%;
	margin: 0 auto;
	width: 100%;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_powerball_close {
	background: url('/LoginContent/button_powerball_close.png')
		no-repeat 50%;
	margin: 0 auto;
	width: 880px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_powerball_open {
	background: url('/LoginContent/button_powerball_open.png')
		no-repeat 50%;
	margin: 0 auto;
	width: 880px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}


.button_lowhigh_close {
	background: url('/LoginContent/button_lowhigh_close.png')
		no-repeat 50%;
	margin: 0 auto;
	width: 899px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_lowhigh_open {
	background: url('/LoginContent/button_lowhigh_open.png')
		no-repeat 50%;
	margin: 0 auto;
	width: 899px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_snail_close {
	background: url('/LoginContent/button_snail_close.png') no-repeat 8px 0px;
	margin: 0 auto;
	width: 830px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_snail_open {
	background: url('/LoginContent/button_snail_open.png') no-repeat 8px 0px;
	margin: 0 auto;
	width: 830px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.watch_powerball {
	width: 169px;
	height: 43px;
	display: inline-block;
	background:
		url('/LoginContent/watch_powerball.png')
		0px 0px;
	width: 173px;
	height: 36px;
	display: inline-block;
	text-indent: -9999px;
	z-index: 20;
	position: absolute;
	left: 60px;
	top: -10px;
}

.watch_powerball:hover {
	background-position: -0px -49px;
}

.powerball_event_helper {
	background:
		url('/LoginContent/powerball_eventgame_helper_bg_bottom.png')
		no-repeat left bottom;
	margin: 0 auto;
	width: 830px;
	margin-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.powerball_event_helper span {
	background:
		url('/LoginContent/powerball_eventgame_helper_bg.png')
		no-repeat 0px 0px;
	width: 770px;
	padding: 15px 30px 5px 30px;
	color: #8c9ecb;
	line-height: 14px;
	display: inline-block;
}

.powerball_event_game {
	background:
		url('/LoginContent/powerball_eventgame_bg.png')
		no-repeat;
	width: 900px;
	height: 407px;
	margin: 0 auto;
	position: relative;
	margin-top: 10px;
}

.powerball_event_game .powerball_event_betting_money {
	position: absolute;
	right: 264px;
	top: 30px;
	font-weight: bold;
	color: #ffd440;
	font-size: 35px;
	text-align: right;
}

.powerball_event_game .choose_powerballtable {
	width: 360px;
	position: absolute;
	top: 145px;
	left: 129px;
	dispaly: inline-block;
}

.powerball_event_game .choose_powerballtable ul li {
	display: inline-block;
	width: 35px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 37px;
	text-indent: -9999px;
	cursor: pointer;
}

.powerball_event_game .choose_powerballtable ul li:HOVER {
	background:
		url('/LoginContent/powerball_event_choose_btn_over.png')
		no-repeat 50% 50%;
}

.powerball_event_game .choose_powerballtable ul li:active,.powerball_event_game .choose_powerballtable ul li.on
	{
	background:
		url('/LoginContent/powerball_event_choose_btn_select.png')
		no-repeat 50% 50%;
}

.powerball_event_game .choose_powerballtable ul.choosepowerball li {
	width: 32px;
}

.powerball_event_game .choose_powerballtable ul.choosepowerball {
	clear: both;
	padding-top: 44px;
}

.powerball_event_game .powerball_event_count {
	width: 133px;
	right: 60px;
	top: 15px;
	position: absolute;
	height: 50px;
	color: #fff !important;
}

.powerball_event_game .powerball_event_count ul li {
	display: inline-block;
}

.powerball_event_game .powerball_button_area {
	width: 467px;
	height: 43px;
	left: 48px;
	top: 362px;
	position: absolute;
}

.powerball_event_game .powerball_button_area span {
	display: inline-block;
	cursor: pointer;
}

.powerball_event_game .powerball_button_area .btn_powerball_auto_choose
	{
	background:
		url('/LoginContent/btn_powerball_auto_choose.png')
		no-repeat;
	width: 71px;
	height: 20px;
	float: left;
	margin-top: 11px;
}

.powerball_event_game .powerball_button_area .btn_powerball_delete {
	background:
		url('/LoginContent/btn_powerball_delete.png')
		no-repeat;
	width: 50px;
	height: 20px;
	float: left;
	margin-top: 11px;
}

.powerball_event_game .powerball_button_area .btn_powerball_buy {
	background:
		url('/LoginContent/btn_powerball_buy.png')
		no-repeat;
	width: 136px;
	height: 43px;
	float: right;
}

.powerball_event_game .powerball_list {
	position: absolute;
	right: 30px;
	top: 139px;
	width: 301px;
	height: 247px;
	overflow-y: auto;
}

.powerball_event_game .powerball_list .powerball_table {
	border-spacing: 0px !important;
	border-collapse: separate !important;
	width: 100%;
}

.powerball_event_game .powerball_list .powerball_table td {
	border-left: 1px solid #224568;
	border-bottom: 1px solid #224568;
	height: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.powerball_event_game .powerball_list .powerball_table td.first {
	border-left: none;
}

.powerball_event_game .powerball_list .powerball_table td .hit {
	color: #86ff1a;
	font-weight: bold;
}

.powerball_event_game .powerball_list .powerball_table td .miss {
	color: #c04326;
	font-weight: bold;
}

.powerball_event_game .powerball_list .powerball_table td .choose {
	color: #f3e286;
	font-weight: bold;
}

.calendar {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	float: right;
	height: 23px;
	z-index: 300;
}

.calendar li {
	height: 23px;
	float: left;
}

.calendar .btnPrev a {
	width: 23px;
	height: 23px;
	line-height: 23px;
	display: inline-block;
	cursor: pointer;
	color:#838c97;
}

.calendar .btnPrev a:hover {
	background-position: -350px -828px;
	color:#838c97;
}

.calendar .btnNext a {
	width: 23px;
	height: 23px;
	line-height: 23px;
	display: inline-block;
	cursor: pointer;
	color:#838c97;
}

.calendar .btnNext a:hover {
	background-position: -380px -828px;
	color:#838c97;
}

.calendar .date {
	line-height: 23px;
	color: #fff;
	height: 23px;
	margin: 0px 10px;
}


.itemGuide {
	padding: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding:10px;
  text-align:left;
  line-height:20px;
  color:#E5D5F1;
      background: url('/LoginContent/bg_bbs_td.png');
}

.itemGuide h2 {
	margin:-10px -10px 20px -10px;
 padding-left: 20px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #000;
    background: url('/LoginContent/bg_moneyGuideHeader.png') repeat-x left -2px;
}
.itemGuide h3 {margin-bottom:5px;padding:5px 0;font-size: 14px ; color: #ef7c65; text-align: left; list-style-type: circle;}
.itemGuide .emphasis {font-weight: bold; color:#ef7c65;}


.middleTitle {background: #481430; text-align:center; height:35px; line-height:30px; font-size:16px; padding:0px; font-weight:bold; color:#f7c944;}

.layer_popup2 {
	position: absolute;
	left: 50%;
	top: 115px;
	padding:20px 30px;
	border: 2px solid #fff;
	background: #A52E3B;
	z-index: 800;
	text-align: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, .50);
	-moz-box-shadow: 0px 20px 20px rgba(0, 0, 0, .50);
	box-shadow: 0px 20px 20px rgba(0, 0, 0, .50);
}

.layer_popup2 .btn_close {background:url('/LoginContent/icon_del_a-2.gif') no-repeat; width:11px; height:11px; position:absolute; right:10px; top:10px; display:inline-block; cursor:pointer;}

.coupon_add_on {    
	display: block;
    background: #343c59;
    color: #fff;
    height: 22px;
    line-height: 22px;
    bottom: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: left;
    padding-left: 5px;
    font-size: 11px;
}

.coupon_add_on .btn_close {
background: url('/LoginContent/icon_del_a-2.gif') no-repeat;
width: 11px;
height: 11px;
display: inline-block;
cursor: pointer;
margin-right:5px;
margin-top:-3px;

}

.item_bet {
	
	min-height: 70px;
}

.betting-cart-item {
	display: inline-block; background:url('/LoginContent/diamond_sprite_20160727.png') no-repeat -525px -822px;
	width: 52px;
	height: 20px;
	cursor: pointer;
	position:absolute;
	top:8px;
	left:83px;
}

.buttonUtil {
	border:1px solid #1b4982;
	display:inline-block;
	height:25px;
	padding:0px 10px;
	line-height:26px;
	margin-left:-1px;
	cursor:pointer;
	
	background: #51a2dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #51a2dc 0%, #4097d6 5%, #2558a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51a2dc), color-stop(5%,#4097d6), color-stop(100%,#2558a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #51a2dc 0%,#4097d6 5%,#2558a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #51a2dc 0%,#4097d6 5%,#2558a2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #51a2dc 0%,#4097d6 5%,#2558a2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #51a2dc 0%,#4097d6 5%,#2558a2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a2dc', endColorstr='#2558a2',GradientType=0 ); /* IE6-9 */	
	
}

.empInput {
	text-align:left;
	height:25px;
	line-height:25px;
	background:#173861;
	border:1px solid #1b4982;
	color:#5284c2;
	font-weight:normal;
	padding:0px 5px;
}

.bulletPlus {background:url('/LoginContent/bullet_sprite.png') no-repeat; display:inline-block; width:9px; height:9px; vertical-align:middle; }

.bulletMinus {background:url('/LoginContent/bullet_sprite.png') no-repeat 0px -40px; display:inline-block; width:9px; height:3px; vertical-align:middle; }


.marL10 {margin-left:10px;}


.rightBox {	

    }


.cartHeader {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	height: 35px;
	display: block;
	text-align: left;
	position:relative;
}

.cartHeader h2 {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -688px -191px;
	width: 65px;
	height: 17px;
	display:inline-block;
	margin:11px 0px 0px 11px;
	float:left;
}

.bulletNormal {background: url('/LoginContent/bullet_sprite.png') no-repeat -294px -239px; padding-left:10px;}


.bet_money_btn{
	color:#fff;
	display:inline-block;
	text-align:center;
	font-size:11px;
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -753px -468px;
	width: 66px;
	height: 25px;
	border:none;
	padding:0px;
	font-weight:bold;
	margin:0px;
	line-height:17px;
	cursor:pointer;
	text-indent: 0px;
	float:left;
	margin-left:10px;
}
	

.coupon_gold {background: url('/LoginContent/coupon_gold.png') no-repeat ; width:370px; height:223px; display:inline-block;margin-bottom:30px; margin-left:35px; float:left; position:relative; text-align:left;}	
.coupon_gold .coupon_price {display:inline-block; font-size:30px; margin-top:65px; width:260px; color:#44330c; font-weight:bold;  text-align:center;}	
.coupon_gold .coupon_comment {display:inline-block; font-size:12px; margin-top:5px; color:#000; margin-left:30px; font-weight:normal;}	
.coupon_gold .coupon_buy {color: #fff !important;background: #2c43ce;border: 1px solid #fff; color:#fff; font-weight:bold; cursor:pointer; position:absolute; bottom:0px; left:50%; margin-left:-50px; display:inline-block; width:100px; height:30px; line-height:30px; text-align:center; }	


.coupon_silver {background: url('/LoginContent/coupon_silver.png') no-repeat ; width:370px; height:223px; display:inline-block;margin-bottom:30px; margin-left:35px; float:left; position:relative; text-align:left;}	
.coupon_silver .coupon_price {display:inline-block; font-size:30px; margin-top:65px; width:260px; color:#44330c; font-weight:bold;  text-align:center;}	
.coupon_silver .coupon_comment {display:inline-block; font-size:12px; margin-top:5px; color:#000; margin-left:30px; font-weight:normal;}	
.coupon_silver .coupon_buy {color: #fff !important;background: #2c43ce;border: 1px solid #fff; color:#fff; font-weight:bold; cursor:pointer; position:absolute; bottom:0px; left:50%; margin-left:-50px; display:inline-block; width:100px; height:30px; line-height:30px; text-align:center; }	


.coupon_bronze {background: url('/LoginContent/coupon_bronze.png') no-repeat ; width:370px; height:223px; display:inline-block;margin-bottom:30px; margin-left:35px; float:left; position:relative; text-align:left;}	
.coupon_bronze .coupon_price {display:inline-block; font-size:30px; margin-top:65px; width:260px; color:#44330c; font-weight:bold;  text-align:center;}	
.coupon_bronze .coupon_comment {display:inline-block; font-size:12px; margin-top:5px; color:#000; margin-left:30px; font-weight:normal;}	
.coupon_bronze .coupon_buy {color: #fff !important;background: #2c43ce;border: 1px solid #fff; color:#fff; font-weight:bold; cursor:pointer; position:absolute; bottom:0px; left:50%; margin-left:-50px; display:inline-block; width:100px; height:30px; line-height:30px; text-align:center; }	
	
	
		
.coupon_off {background: url('/LoginContent/coupon_off.png') no-repeat ; width:370px; height:223px; display:inline-block;margin-bottom:30px; margin-left:35px; float:left; position:relative; text-align:left;}	
.coupon_off .coupon_buy {color: #c4c4c4 !important;background: #838383;border: 1px solid #fff; color:#fff; font-weight:bold; position:absolute; bottom:0px; left:50%; margin-left:-50px; display:inline-block; width:100px; height:30px; line-height:30px; text-align:center; }	

.betStatusRed {position: relative; height:22px; }	
.betStatusBlue{position: relative; height:22px;}	
	
.betStatusRed .home_team, .betStatusBlue .home_team	{position: absolute; display: inline-block; left:0px; top:-1px; z-index: 500;}	
.betStatusRed .wrap_ratio, .betStatusBlue .wrap_ratio {position: absolute; display: inline-block; right:0px; top:-1px; z-index: 500;}
.betStatusRed .chart {position: absolute; display: inline-block; background: url('/LoginContent/status_bg.png') repeat-x 0 0 !important; left:0px; height:100%;}
.betStatusBlue .chart {position: absolute; display: inline-block; background: url('/LoginContent/status_bg.png') repeat-x 0 -43px !important; left:0px; height:100%;}
	

.rankingPanel {
	display: block;
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 auto;
	margin-top:10px;
    white-space: nowrap;
}

.rankingPanel .rankingTitle {
	height: 39px;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
}

.rankingPanel .rankingTitle h2 {
	background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -990px -114px;
	width: 128px;
	height: 14px;
	display: inline-block;
	margin: 10px 0px 0px 10px;
	float: left;
	white-space: nowrap;
}


.rankingPanel .rankingTitle h2.ty2 {background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -990px -151px;
	width: 93px;
	height: 14px;
	white-space: nowrap;
}

.rankingPanel .rankingBody {
	display: block;
	min-height: 140px;
	width: 238px;
	margin: 0 auto;
	white-space: nowrap;
}

.rankingPanel .virtualBottom {
	display: block;
	width: 295px;
	height: 13px;
	white-space: nowrap;
}

.rankingPanel .rankingBody .list {
	white-space: nowrap;
}

.rankingPanel .rankingBody .list li {
	height: 26px;
	line-height: 26px;
	white-space: nowrap;
	border-bottom:1px solid #232324;
	border-top:1px solid #454545;
}

.rankingPanel .rankingBody .list li:FIRST-CHILD {border-top:none;}

.rankingPanel .rankingBody .list li span {
	float: left;
	text-align: center;
	color: #d2d2d2;
	font-size: 11px;
	white-space: nowrap;
}

.rankingPanel .rankingBody .list li span.num {
	width: 30px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}

.rankingPanel .rankingBody .list li span.name {
	width: 90px;
	text-align: left;
	color: #fff;
	margin-left: 16px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rankingPanel .rankingBody .list li span.namestatus { width:55px; font-weight:bold; color:#94d23f; }
.rankingPanel .rankingBody .list li span.money { float:right; margin-right:10px; }

.pattern-header tr.ty2 td {padding: 0px; }
.pattern-header tr.ty2 td.ty2 { height:50px;}
.pattern-header tr.ty2 td.ty2 .bet.selectable { height:50px; line-height:50px; display: block ; width:auto;}
.pattern-header tr.ty2 td.ty2 .bet.selectable.on { height:50px; line-height:50px;display: block ; width:auto;}
.pattern-header tr td .point_color { color:yellow; }
.pattern-header.tbl_game_list {width:100%;text-align: center;}
.pattern-header.tbl_game_list .bet.selectable {  height: 36px; line-height:36px; display: block ; width:auto;}
.pattern-header.tbl_game_list .bet.selectable.on {height: 36px; line-height:36px; display: block ; width:auto; }
.fll {float:left;}
.flr {float:right;}
.font_blue {color:#77adff;}
.font_red {color:#ff4a6c;}
.font_yellow {color:#fff43d;}
.font_white{color:#fff;}
.font_gray{color:#7b7474;}
.dice_set {border-spacing: 0px; border-right:none;}
.dice_set tr td{ border-right:1px solid #000;}
.dice_set tr.ty2 td{ background:#5a6472; border-right:1px solid #000;}

.dice1 {display:inline-block;background: url('/LoginContent/icon_dice_ty3_1.png') no-repeat 0 50%; width:22px; height:100%;}
.dice2 {display:inline-block;background: url('/LoginContent/icon_dice_ty3_2.png') no-repeat 0 50%; width:22px; height:100%;}
.dice3 {display:inline-block;background: url('/LoginContent/icon_dice_ty3_3.png') no-repeat 0 50%; width:22px; height:100%;}
.dice4 {display:inline-block;background: url('/LoginContent/icon_dice_ty3_4.png') no-repeat 0 50%; width:22px; height:100%;}
.dice5 {display:inline-block;background: url('/LoginContent/icon_dice_ty3_5.png') no-repeat 0 50%; width:22px; height:100%;}
.dice6 {display:inline-block;background: url('/LoginContent/icon_dice_ty3_6.png') no-repeat 0 50%; width:22px; height:100%;}


.button_dice_close {
	background:
		url('/LoginContent/button_dice_close.png')
		no-repeat 50% #625b5a;
	margin: 0 auto;
	width: 875px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_dice_open {
	background:
		url('/LoginContent/button_dice_open.png')
		no-repeat 50% #625b5a;
	margin: 0 auto;
	width: 875px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.link_dice {background: url('/LoginContent/diamond_sprite_20160727.png') no-repeat -11px -863px;
	width: 169px;
	height: 39px;display:inline-block; position:absolute; left: 165px;
    top: 30px; z-index:900;} 

.dice_bet_scroll {overflow-y: auto !important;max-height: 400px;}
.dice_bet_item {margin-top:-4px; }
.dice_bet_money {background:#343c59;  display: inline-block; width: 100%; border-top:1px solid #867052; border-bottom:1px solid #867052; margin-top:-1px; height:20px; list-height:20px;}
.dice_bet_money.ty2 {margin-bottom:10px;}
.dice_bet_money span {line-height: 20px;}
.dice_bet_money .left{float:left; padding-left:3px; font-size: 11px; color:#aacbe8;border-left:1px solid #867052;}
.dice_bet_money .right{float:right; font-weight: bold; padding-right:10px; border-right:1px solid #867052; color:#fff;}
.wrap_bet_team.ty2 {min-height:30px;}
.wrap_bet_team.ty2 .bet_team_name{width:auto; font-size: 12px; line-height:30px; margin-left:0px;}
.wrap_bet_team.ty2 .bet_team_name.ty2 {font-weight:bold; color:#ffe477; margin-left:4px; }
.wrap_bet_team.ty2 .p_right {top:3px;}

.numeric-only{padding: 0 2px;
    text-align: right;
    width: 90px;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
    background: #0d0d0d;
    border:1px solid #66606e;
    color: #fff;
    font-weight: bold;
}

.numeric-only.ty2{padding: 0 2px;
    text-align: right;
    width: 90px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    background: #0d0d0d;
    border:1px solid #66606e;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.show_named, .show_race, .show_dice, .show_powerball, .show_lowhigh	{ 
    margin-bottom:20px;
    padding-bottom:20px;
    }
	
.newgame_body {
	
	 position:relative; overflow:hidden; text-align:center; padding-bottom:30px;
	
	
}	

.jackpot_board {background: url('/LoginContent/jackpot_board.png') no-repeat; width:462px; height:214px; position:relative; margin:0 auto; margin-top:70px;}
.jackpot_board .number_area {position:absolute; left:46px; top:81px; width:380px; height:68px; overflow: hidden; display:inline-block; }
.jackpot_board .number_area li {float:left;display:inline-block; width:44px; height:68px; margin-right:3px; position:relative;}
.jackpot_board .number_area span {background: url('/LoginContent/jackpot_num.png') repeat-y; width:44px; height:1360px; display:inline-block;position:absolute; left:0px;}
.jackpot_board .num_shadow{position:absolute; left:46px; top:81px; width:380px; height:68px; display:inline-block;background: url('/LoginContent/jackpot_num_shadow.png') no-repeat; }


.jackpot_board_mini {background: url('/LoginContent/jackpot_board_mini.png') no-repeat; width:350px; height:42px; position:absolute; right:10px; bottom:-75px; z-index: 400;}
.jackpot_board_mini .number_area {position:absolute; left:104px; top:7px; width:156px; height:25px; overflow: hidden; display:inline-block; }
.jackpot_board_mini .number_area li {float:left;display:inline-block; width:18px; height:25px; margin-right:1px; position:relative;}
.jackpot_board_mini .number_area span {background: url('/LoginContent/jackpot_num_mini.png') repeat-y; width:18px; height:500px; display:inline-block;position:absolute; left:0px;}
.jackpot_board_mini .jackpot_join_btn{background: url('/LoginContent/jackpot_join_btn.png') no-repeat; width:83px; height:43px; display:inline-block; position:absolute; right:0px; top:1px;}

.roulette_title {width:561px; height:94px;background: url('/LoginContent/roulette_title.png') no-repeat; margin:0 auto; margin-top:60px;}
.roulette_board {width:564px; height:576px;background: url('/LoginContent/roulette_bg.png') no-repeat; position:relative; float:left; margin-left:76px; margin-top:73px;}
.roulette_spin {width:498px; height:498px;background: url('/LoginContent/roulette_spin.png') no-repeat;  position:absolute;left: 32px; top: 22px;}
.roulette_win_neon1 {width:180px; height:277px;background: url('/LoginContent/roulette_win_neon1.png') no-repeat;  position:absolute;left:50%; top:12px; margin-left:-90px;}
.roulette_win_neon2 {width:180px; height:277px;background: url('/LoginContent/roulette_win_neon2.png') no-repeat;  position:absolute;left:50%; top:12px; margin-left:-90px;}
.roulette_pin {width:76px; height:62px;background: url('/LoginContent/roulette_pin.png') no-repeat;  position:absolute;left:50%; top:-9px; margin-left:-38px;}
.roulette_btn {width:196px; height:196px;background: url('/LoginContent/roulette_btn.png') no-repeat;  position:absolute;left:50%; top:172px; margin-left:-98px;}
.roulette_btn:hover {background: url('/LoginContent/roulette_btn_over.png') no-repeat;}
.roulette_h1_1 {background: url('/LoginContent/roulette_h1_1.png') no-repeat; width:353px; height:25px; display:inline-block;}
.roulette_h1_2 {background: url('/LoginContent/roulette_h1_2.png') no-repeat; width:353px; height:25px; display:inline-block; margin-top:20px; margin-bottom:6px;}

.sky_banner {
	width:120px;
    display: block;
    position: absolute;
    right: -153px;
    top: 204px;}

.sky_banner .banner_roulette {background: url('/LoginContent/banner_roulette.png') no-repeat;width:120px;
	height:220px; display: block;}

.jackpot_info {background: url('/LoginContent/jackpot_blue_glass.png') repeat-x; position:relative; display:block; height:74px; border:1px solid #182d4d; margin-bottom:10px;}
.jackpot_point {position:absolute; display:inline-block; width:288px; margin-left:-143px; top:28px; left:50%; color:#fff; font-weight:bold; font-size:16px;}
.jackpot_point span {color:#fae6a1;}
.jackpot_point.ty2 {top:13px;}

.jackpot_paging {display:inline-block; left:50%;}
.jackpot_paging li {display:inline-block;float:left; font-weight:bold; color:#fff;}
.jackpot_paging li.prev a{background: url('/LoginContent/jackpot_blue_glass_btn_prev.png') no-repeat; padding-left:9px; width:60px; height:32px; line-height:32px; display:inline-block;}
.jackpot_paging li.next a{background: url('/LoginContent/jackpot_blue_glass_btn_next.png') no-repeat; padding-right:9px; width:60px; height:32px; line-height:32px; display:inline-block;}
.jackpot_paging li.num {background: url('/LoginContent/jackpot_blue_glass_btn_bg.png') repeat-x; width:150px; height:32px; line-height:32px; display:inline-block;}



.tab_sports_filter{
	width:100%;
	margin-top:15px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom:10px;
		
}

.tab_sports_filter th,.tab_sports_filter td {

	text-align: center;
	height: 55px;
	line-height: 55px;
	font-size: 11px;
	font-weight: normal;
	color:#fff;
	padding: 0px;
	background: #242a42;
}


.tab_sports_filter td a {width:100%; height:100%; display:inline-block;}
.tab_sports_filter td a span{display: inline-block; height:36px; margin-top:12px;}
.tab_sports_filter td a.all span {background: url('/LoginContent/diamond_sprite_20160727.png') repeat-x -883px -334px;
	width: 28px;}
.tab_sports_filter td a.soccer span {background: url('/LoginContent/diamond_sprite_20160727.png') repeat-x -948px -334px;
	width: 33px;}

.tab_sports_filter td a.baseball span {background: url('/LoginContent/diamond_sprite_20160727.png') repeat-x -1010px -334px;
	width: 31px;}
.tab_sports_filter td a.basketball span {background: url('/LoginContent/diamond_sprite_20160727.png') repeat-x -1069px -334px;
	width: 33px;}
.tab_sports_filter td a.volleyball span {background: url('/LoginContent/diamond_sprite_20160727.png') repeat-x -1130px -334px;
	width: 31px;}
.tab_sports_filter td a.tennis span {background: url('/LoginContent/diamond_sprite_20160727.png') repeat-x -1196px -334px;
	width: 32px;}
.tab_sports_filter td a.hockey span {background: url('/LoginContent/diamond_sprite_20160727.png') repeat-x -1265px -334px;
	width: 29px;}
.tab_sports_filter td a:hover span, .tab_sports_filter td a.on span{background-position-y:-278px;}



.button_daridari_close {
	background:
		url('/LoginContent/button_daridari_close.png')
		no-repeat 50%;
	margin: 0 auto;
	width: 875px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_daridari_open {
	background:
		url('/LoginContent/button_daridari_open.png')
		no-repeat 50% ;
	margin: 0 auto;
	width: 875px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}


.button_mgm_close {
	background:
		url('/LoginContent/button_mgm_close.png')
		no-repeat 50%;
	margin: 0 auto;
	width: 910px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_mgm_open {
	background:
		url('/LoginContent/button_mgm_open.png')
		no-repeat 50% ;
	margin: 0 auto;
	width: 910px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_mgm_oddeven_close {
	background:
		url('/LoginContent/button_mgm_oddeven_close.png')
		no-repeat 50%;
	margin: 0 auto;
	width: 910px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_mgm_oddeven_open {
	background:
		url('/LoginContent/button_mgm_oddeven_open.png')
		no-repeat 50% ;
	margin: 0 auto;
	width: 910px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_mgm_baccarat_close {
	background:
		url('/LoginContent/button_mgm_baccarat_close.png')
		no-repeat 50%;
	margin: 0 auto;
	width: 910px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}

.button_mgm_baccarat_open {
	background:
		url('/LoginContent/button_mgm_baccarat_open.png')
		no-repeat 50% ;
	margin: 0 auto;
	width: 910px;
	margin-top: 10px;
	display: block;
	height: 30px;
	cursor: pointer;
}


	