#newRedirectDiv {
		position: absolute;
		color: #FFFFFF;
		top: -39px;
		left: 0px;
		z-index: 100;
		width: 221px;
		height: 39px;
		text-align: right;
		cursor: pointer;
		display: flex;
		justify-content: flex-end;
		align-items: center;
}

@media screen and (min-width: 1000px) {
	#betslipDiv {
		position: absolute;
		top: 39px;
		left: 776px;
		z-index: 100;
		width: 221px;
	}

	#divLogout {
		left: 95px;
	}
}

@media screen and (max-width: 999px) {
	#betslipDiv {
		position: absolute;
		top: 39px;
		left: 776px;
		//right: 0px;
		z-index: 100;
		width: 221px;
	}

	#divLogout {
		left: 0px;
	}
}

@media screen and (min-height:701px) {
	#divBetLayer {
		width: auto;
		height: 334px;
		background: url(/css/images/ch/betslip_slip_bg0.gif);
		overflow-y: auto;
		overflow-x: hidden;
	}

	#disclaimerText {
		overflow-y: auto;
		overflow-x: hidden;
		height: 476px;
		padding: 10px 20px 10px 20px;
		border-top: 1px solid #A2A5AA;
		border-bottom: 1px solid #A2A5AA;
	}

	.previewBody {
		overflow-y: scroll;
		overflow-x: hidden;
		height: 476px;
		border-top: 1px solid #A2A5AA;
	}

	.replyBody {
		overflow-y: scroll;
		overflow-x: hidden;
		height: 426px;
		border-top: 1px solid #A2A5AA;
	}

	#divLogout {
		top: 107px;
	}

	.divSummaryYes,
	.divSummaryNo,
	.divSummaryUnknown {
		display: inline-block;
		width: 90%;
		height: 18px;
		padding: 3px 0px 1px 20px;
	}
}

@media screen and (min-height:601px) and (max-height:700px) {
	#divBetLayer {
		width: auto;
		height: 240px;
		background: url(/css/images/ch/betslip_slip_bg0.gif);
		overflow-y: auto;
		overflow-x: hidden;
	}

	#disclaimerText {
		overflow-y: auto;
		overflow-x: hidden;
		height: 376px;
		padding: 10px 20px 10px 20px;
		border-top: 1px solid #A2A5AA;
		border-bottom: 1px solid #A2A5AA;
	}

	.previewBody {
		overflow-y: scroll;
		overflow-x: hidden;
		height: 326px;
		border-top: 1px solid #A2A5AA;
	}

	.replyBody {
		overflow-y: scroll;
		overflow-x: hidden;
		height: 276px;
		border-top: 1px solid #A2A5AA;
	}

	#divLogout {
		top: 107px;
	}

	.divSummaryYes,
	.divSummaryNo,
	.divSummaryUnknown {
		display: inline-block;
		width: 28%;
		height: 18px;
		padding: 3px 0px 3px 20px;
	}
}

@media screen and (max-height:600px) {
	#divBetLayer {
		width: auto;
		height: 144px;
		background: url(/css/images/ch/betslip_slip_bg0.gif);
		overflow-y: auto;
		overflow-x: hidden;
	}

	#disclaimerText {
		overflow-y: auto;
		overflow-x: hidden;
		height: 276px;
		padding: 10px 20px 10px 20px;
		border-top: 1px solid #A2A5AA;
		border-bottom: 1px solid #A2A5AA;
	}

	.previewBody {
		overflow-y: scroll;
		overflow-x: hidden;
		height: 262px;
		border-top: 1px solid #A2A5AA;
	}

	.replyBody {
		overflow-y: scroll;
		overflow-x: hidden;
		height: 228px;
		border-top: 1px solid #A2A5AA;
	}

	#divLogout {
		top: 0px;
	}

	.divSummaryYes,
	.divSummaryNo,
	.divSummaryUnknown {
		display: inline-block;
		width: 28%;
		height: 18px;
		padding: 3px 0px 3px 20px;
	}
}

#divLogout {
	position: absolute;
	display: none;
	z-index: 500;
	width: 758px;
	border: 10px solid rgba(0, 59, 127, 0.5);
}

#logoutCloseDiv {
	background-color: #FFFFFF;
	width: 743px;
	height: 42px;
	padding: 10px 15px 0px 0px;
}

#betslipDisableDiv {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	right: 0px;

	background-color: white;
	opacity: .00;
	filter: alpha(opacity=00);
}

#betslipDimmedDiv {
	display: none;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;

	background-color: gray;
	opacity: .50;
	filter: alpha(opacity=50);
}

#betslipDimmedText {
	display: none;
	position: absolute;
	z-index: 201;
	width: 200px;
	margin: 130px 5px 0px 15px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: black;
}

#errormsg {
	display: none;
	width: 100%;
	position: absolute;
	background-color: #FFDE00;
	z-index: 201;
	cursor: pointer;
}

#errormsgMiddle {
	display: none;
	width: 99%;
	position: absolute;
	background-color: #FFDE00;
	z-index: 201;
	cursor: pointer;
	border: 1px solid #8C8C8C;
}

.welcomeTitle1 {
	color: #66020E;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 60px;
}

.welcomeTitle2 {
	color: #852E0B;
	line-height: 15px;
	text-decoration: none;
	padding: 1px 0px 0px 60px;
}

.welcomeBody1 {
	color: #5C5529;
	line-height: 15px;
	text-decoration: none;
	padding: 1px 0px 0px 60px;
}

#errMsgMiddleTxt {
	color: #67010E;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 8px 8px 8px;
}

#divBetSlipMinimizeText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	padding: 10px 0px 0px 92px;
}

.clear {
	clear: both;
}

#divDisclaimer a {
	color: #003B7F;
}

#divBetSlipNormal .topYellowBar {
	height: 5px;
	background-color: #ffde00;
	border-bottom: 1px solid #c2c2c2;
}

#divEKBA .topYellowBar,
#divDisclaimer .topYellowBar,
#divBetPreview .topYellowBar,
.divPopupIdleAlert .topYellowBar {
	height: 3px;
	background-color: #ffde00;
	border-bottom: 1px solid #c2c2c2;
}

.betslipRow {
	display: table-row;
}

.betslipCell {
	display: table-cell;
}

.accInfoCellLogo {
	width: 59px;
}

.accInfoCellInput {
	display: table-cell;
	width: 159px;
	vertical-align: top;
	padding: 0px 0px 0px 3px;
}

.accInfoInputField {
	color: #333333;
	line-height: 15px;
	border: 1px solid #B6B6B6;
	font-size: 12px;
}

.accInfoCellButton {
	display: table-cell;
	width: 52px;
	height: 45px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

.accInfoCellNo {
	display: table-cell;
	width: 105px;
	vertical-align: bottom;
	padding: 0px 0px 3px 3px;
}

.accInfoCellName {
	display: table-cell;
	vertical-align: top;
	padding: 2px 0px 0px 3px;
}

.accInfoTable2 {
	display: table;
	width: 221px;
	height: 15px;
}

.accInfoCell {
	display: table-cell;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
	padding: 0px 3px 2px 3px;
}

.accInfoCell:hover {
	color: #666666;
	cursor: pointer;
}

#divSlip {
	display: table;
	position: relative;
	width: 221px;
	background-color: #B7BFC8;
}

.middleYellowBar {
	display: table-cell;
	width: auto;
	height: 3px;
	background-color: #ffde00;
	border-bottom: 1px solid #8c8c8c;
}

.slipBetTable {
	display: table-cell;
	border-top: 5px solid #B7BFC8;
	border-right: 3px solid #B7BFC8;
	border-bottom: 5px solid #B7BFC8;
}

#multiplePanel {
	width: auto;
	border-bottom: solid 1px #B7BFC8;
}

.slipActivePanel {
	display: table-cell;
	position: relative;
	width: 25%;
	font-size: 8pt;
	font-weight: bold;
	line-height: 18px;
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	border: solid 1px #000;
	border-bottom: solid 1px #FFFFFF;
}

.slipInactivePanel {
	display: table-cell;
	position: relative;
	width: 25%;
	font-size: 8pt;
	line-height: 18px;
	background-color: #EFEFEF;
	text-align: center;
	color: gray;
	border: solid 1px gray;
}

.slipBetBg0 {
	background-color: #F8F8F8;
	border-bottom: 1px solid #CCCCCC;
	display: table;
	padding: 2px 2px 2px 2px;
}

.slipBetBg1 {
	background-color: #DFDFDF;
	border-bottom: 1px solid #CCCCCC;
	display: table;
	padding: 2px 2px 2px 2px;
}

.slipBetBg0:hover,
.slipBetBg1:hover {
	background-color: #FFFADC;
	cursor: pointer;
}

.slipBetNumber {
	display: table-cell;
	vertical-align: top;
	padding: 0px 3px 0px 0px;
}

.slipBet1stLine {
	display: table-cell;
	width: 100%;
	max-width: 200px;
	word-wrap: break-word;
}

.slipBet2ndLine {
	display: table-cell;
	padding: 3px 0px 0px 0px;
}

.slipBetInputField {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	border: 1px solid #B6B6B6;
	height: 14px;
	width: 50px;
	margin-left: 2px
}

.slipBetPanel {
	width: auto;
	height: 115px;
	border-top: 2px solid #B7BFC8;
	border-left: 1px solid #B7BFC8;
	background: url(/css/images/ch/betslip_bot_bg.gif) repeat-x top #E1E4E8;
	padding: 5px 4px 3px 7px;
}

.slipBetPanelRow {
	padding: 2px 0px 2px 0px;
}

.bottomYellowBar {
	display: table-cell;
	width: auto;
	height: 5px;
	background-color: #ffde00;
	border-top: 1px solid #8c8c8c;
}

.slipBottomCellLeft {
	vertical-align: top;
	float: left;
}

.slipBottomCellRight {
	vertical-align: top;
	float: right;
}

.slipBottomAmountLeft {
	vertical-align: top;
	float: left;
	font-weight: bold;
	padding-left: 3px;
	color: #666666;
}

.slipBottomAmountRight {
	vertical-align: top;
	float: right;
	font-weight: bold;
	padding-right: 10px;
}

.slipAlupUpDown {
	vertical-align: top;
	float: right;
	padding: 0px 1px 0px 0px;
}

#divEKBA {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 329px;
	display: none;
	z-index: 500;
}

.ekbaGrayBar {
	height: 5px;
	background-color: #bbbec5;
}

.ekbaContainer {
	background-color: #f9f9f9;
	border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	padding: 10px 0px 10px 0px;
}

#ekbaDivTitle,
#eWalletDivTitle {
	color: #1b4470;
	line-height: 120%;
	font-weight: bold;
	border-bottom: 1px solid #a3a3a3;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 5px 0px;
}

#ekbaSeqQuestion,
#eWalletMsg {
	color: #333333;
	line-height: 120%;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 5px 0px;
}

.ekbaFields {
	margin: 0px 10px 0px 10px;
}

#txtForgetWebPass {
	color: #003399;
	text-decoration: underline;
	padding: 0px 0px 0px 5px;
	cursor: pointer;
}

#ekbaDivError {
	color: #FF0000;
	padding-top: 10px 0px 0px 0px;
}

.ekbaFooter {
	height: 21px;
	border-top: 1px solid #a4a4a4;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#divDisclaimer,
#divBetPreview,
#divEWallet {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 550px;
	display: none;
	background-color: #FFFFFF;
	z-index: 1001;
}

#divDisclaimer {
	border-left: 1px solid #A2A5AA;
}

#disclaimerHeader,
#betHeaderCell1 {
	color: #003B7F;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	padding: 7px 0px 7px 13px;
}

.betHeader {
	border-bottom: 1px solid #A2A5AA;
}

#betHeaderCell1 {
	float: left;
}

#betHeaderCell2 {
	float: left;
	padding: 7px 0px 7px 13px;
}

#betHeaderCell3 {
	float: left;
	width: 270px;
	padding: 8px 0px 7px 13px;
}

.divBetTable {
	border: 1px solid #A2A5AA;
	padding: 0px 7px 0px 7px;
}

#divPreviewBottom,
#divReplyBottom {
	border-left: 1px solid #A2A5AA;
	border-right: 1px solid #A2A5AA;
	padding: 7px;
	display: none;
}

.previewTableHead1 {
	display: inline-block;
	width: 65px;
	text-align: right;
	vertical-align: top;
	padding: 5px 10px 5px 0px;
}

.previewTableHead2 {
	display: inline-block;
	width: 90px;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.previewTableHead3 {
	display: inline-block;
	width: 240px;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.previewTableHead4 {
	display: inline-block;
	width: 110px;
	text-align: right;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.previewTableCell1 {
	display: table-cell;
	width: 65px;
	text-align: right;
	vertical-align: top;
}

.previewTableCell2 {
	display: table-cell;
	width: 85px;
	vertical-align: top;
}

.previewTableCell3 {
	display: table-cell;
	width: 240px;
	max-width: 240px;
	word-wrap: break-word;
	vertical-align: top;
}

.previewTableCell4 {
	display: table-cell;
	width: 110px;
	text-align: right;
	vertical-align: top;
	padding: 0px 20px 0px 0px;
}

.replyTableHead1 {
	display: inline-block;
	width: 30px;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 0px;
}

.replyTableHead2 {
	display: inline-block;
	width: 40px;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.replyTableHead3 {
	display: inline-block;
	width: 80px;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.replyTableHead4 {
	display: inline-block;
	width: 80px;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.replyTableHead5 {
	display: inline-block;
	width: 160px;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.replyTableHead6 {
	display: inline-block;
	width: 85px;
	text-align: right;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

.replyTableCell1 {
	display: table-cell;
	width: 7px;
	text-align: right;
	vertical-align: top;
}

.replyTableCell2 {
	display: table-cell;
	width: 52px;
	vertical-align: top;
}

.replyTableCell3 {
	display: table-cell;
	width: 67px;
	vertical-align: top;
}

.replyTableCell4 {
	display: table-cell;
	width: 71px;
	vertical-align: top;
}

.replyTableCell5 {
	display: table-cell;
	width: 160px;
	max-width: 160px;
	word-wrap: break-word;
	vertical-align: top;
}

.replyTableCell6 {
	display: table-cell;
	width: 85px;
	text-align: right;
	vertical-align: top;
	padding: 0px 20px 0px 0px;
}

.redtext
{
	color:#cc0000;
}
.greentext
{
	color:green;
}

span.oddsUp,
span.oddsDown
{
	width:11px;
	height:8px;
	display:inline-block;
	text-decoration:none;
	vertical-align:baseline;
}

span.oddsUp:after
{
	content:url("/css/images/ch/odds_up.gif");
}
span.oddsDown:after
{
	content:url("/css/images/ch/odds_down.gif");
}

/* if IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .replyTableCell6 nobr {
	padding-right: 25px;
  }
}

.previewDeleteDiv {
	display: block;
	float: left;
	width: 15%;
	margin-top: 15px
}

.previewInplayMsgDiv {
	display: block;
	float: left;
	width: 45%;
	margin: 5px 0px 5px 20px;
}

wbr:after { content: "\00200B"; }

.inplayMsgTxt {
	display: none;
	background-color: #FFDE00;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #67010E;
	line-height: 15px;
	text-decoration: none;
	padding: 8px 8px 8px 8px;
	text-align: left;
}

.previewSendDiv {
	display: table;
	float: right;
}

.previewSendDiv>div {
	display: table-row;
}

#divReplyBottom {
	text-align: -webkit-right;
	text-align: -moz-right;
	text-align: right;
	height: 45px;
}

.replyBottomDiv {
	display: block;
	float: right;
}

.replyBottomRow {
	display: table-row;
	float:right;
	padding-top: 10px;
}

.replyBottomDiv #txtBetTotalReply {
	display: table-cell;
	width: 35px
}

.replyBottomDiv #valueBetTotalReply {
	display: table-cell;
	width: 85px;
	padding: 4px 34px 4px 0px;
}

#txtBetTotal,
#txtBetTotalReply {
	font-weight: bold;
	float:left;
}

#valueBetTotal {
	font-weight: bold;
	width: 95px;
	text-align: left;
}

#valueBetTotalReply {
	font-weight: bold;
	width: 115px;
	text-align: right;
}

.previewSendDiv .previewSendCell {
	display: inline-table;
	width: 76px;
}

.disclaimerCellLeft {
	display: table-cell;
	padding: 0px 8px 0px 0px;
}

.disclaimerCellRight {
	display: table-cell;
	padding: 0px 0px 20px 0px;
}

#divIdleAlert {
	position: absolute;
	left: 10px;
	top: 9px;
	width: 96%;
	display: none;
	z-index: 1000;
	background-color: #FFDE00;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#divIdleAlertLogoutTips {
	width: 200px;
	text-align: left;
	margin: 0 auto;
}

#divIdleAlertLogoutTimeTips {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
}

#divIdleAlertStay,
#divIdleAlertLogout {
	color: #003B7F;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
}

#divRegDropdownMenu {
	width: auto;
	position: absolute;
	left: 15px;
	top: 105px;
	z-index: 500;
	background-color: #FFFFFF;
	border: 2px solid #315172;
}

#divSettingsMenu {
	width: auto;
	position: absolute;
	left: 50px;
	top: 100px;
	z-index: 500;
	background-color: #FFFFFF;
	border: 2px solid #315172;
}

#divRegDropdownMenu ul,
#divSettingsMenu ul {
	list-style-image: url(/css/images/ch/betslip_arrow_blue.gif);
	margin: 0px;
	padding: 5px 0px 10px 20px;
}

#divRegDropdownMenu ul li,
#divSettingsMenu ul li {
	padding: 7px 6px 0px 0px;
}

.tdGray {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	line-height: 15px;
	background-color: #EEEEEE;
	padding: 5px;
	border-right: 1px solid #FFFFFF;
}

.tdWhite {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	line-height: 15px;
	background-color: #FFFFFF;
	padding: 5px;
	border-right: 1px solid #FFFFFF;
}

.tdHL {
	background-color: #FFFADC;
}

.betReplyRecall {
	border-top: 1px solid #FFFFFF;
	padding: 7px 7px 20px 7px;
	color: #ffae00;
}

.betReplyRecall:hover {
	text-decoration: underline;
	cursor: pointer;
}

.divPopupIdleAlert {
	width: 295px;
	background-color: #FFFFFF;
}

.divPopupIdleAlertInner {
	height: 180px;
}

.divPopupIdleAlertTips {
	background: url(/css/images/ch/betslip_lightbulb.gif) no-repeat;
	background-position: left 10px center;
	padding: 30px 0px 0px 35px;
	height: 50px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

.divPopupIdleAlertText1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
}

#divEWalletLaterButton {
	height: 21px;
	padding: 10px;
	border-top: 1px solid #a3a3a3;
}

#ekbaDivInput {
	font-size: 12px;
	width: 144px;
	height: 19px;
	background: #FFF;
	border: 1px solid #b6b6b6;
	margin-right: 5px;
}

@media only screen and (min-device-height: 320px) and (max-device-height: 500px) and (min-device-width: 760px) and (orientation:landscape) {
	#disclaimerText {
		height: 185px;
	}

	.previewBody {
		height: 170px;
	}

	.replyBody {
		height: 140px;
	}
}

/*  414 * 896px 
*  iPhone x Pro Max
*  iPhone 11 Pro Max
*  iPhone 11
*  iPhone XR
*/
@media only screen and (device-height: 414px) and (device-width: 896px) and (-webkit-device-pixel-ratio : 3) and (orientation:landscape) {
	#disclaimerText {
		height: 215px;
	}

	.previewBody {
		height: 200px;
	}

	.replyBody {
		height: 170px;
	}
}

/* 375 * 812px 
*  iPhone x
*  iPhone 11 Pro
*/
@media only screen and (device-height: 375px) and (device-width: 812px) and (orientation:landscape) {
	#disclaimerText {
		height: 215px;
	}

	.previewBody {
		height: 200px;
	}

	.replyBody {
		height: 170px;
	}
}

/* 375 * 667px
*  iPhone 8
*/
@media only screen and (device-width : 375px) and (device-height : 667px) and (orientation:landscape) {
	#disclaimerText {
		height: 215px;
	}

	.previewBody {
		height: 200px;
	}

	.replyBody {
		height: 170px;
	}
}

/* 414 * 736px
*  iPhone 8 Plus
*/
@media only screen and (device-width : 414px) and (device-height : 736px) and (orientation:landscape) {
	#disclaimerText {
		height: 215px;
	}

	.previewBody {
		height: 200px;
	}

	.replyBody {
		height: 170px;
	}
}

/* 412 * 892px
*  One Plus 7
*  One Plus 7 Pro
*/
@media only screen and (device-width: 412px) and (width: 892px) and (orientation: landscape) {
	#disclaimerText {
		height: 217px;
	}

	.previewBody {
		height: 200px;
	}

	.replyBody {
		height: 170px;
	}
}

/* 414 * 846px
*  Samsung Galaxy Note9
*  Samsung Galaxy Note8
*/

@media only screen and (device-height: 414px) and (device-width: 846px) and (orientation:landscape) {
	#disclaimerText {
		height: 228px;
	}

	.previewBody {
		height: 212px;
	}

	.replyBody {
		height: 182px;
	}
}

/* 412 * 869px
*  Samsung Galaxy S10+
*  Samsung Galaxy Note10
*  Samsung Galaxy Note10+
*/

@media only screen and (device-height: 412px) and (device-width: 869px) and (orientation:landscape) {
	#disclaimerText {
		height: 228px;
	}

	.previewBody {
		height: 212px;
	}

	.replyBody {
		height: 182px;
	}
}

/* 360 * 760px
*  Samsung Galaxy S10
*/

@media only screen and (device-height: 360px) and (device-width: 760px) and (orientation:landscape) {
	#disclaimerText {
		height: 228px;
	}

	.previewBody {
		height: 212px;
	}

	.replyBody {
		height: 182px;
	}
}