/*join page*/
#page-container
{
	position: relative; /*min-height: 100%;*/
	border-right: 1px solid #5E0000;
	border-left: 1px solid #5E0000;
	width: 920px;
	margin: 0px auto;
}
#page-container-inner
{
	background: #230000 url(images/bg_1x350.gif) top left repeat-x;
	margin: 0px auto;
	overflow: hidden;
	width: 920px;
	color: #5D0000;
	text-align: left;
}
div#siteNav
{
	border: 0px solid black;
	float: left;
	overflow: hidden;
	width: 200px;
}
DIV#leftMenuContainer
{
	float: left;
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
DIV#leftMenuContainer .header
{
	background: transparent url(images/menu_left_01_200x49.jpg) top left no-repeat;
	display: block;
	height: 49px;
	widows: 200px;
}
DIV#leftMenuContainer b.leftmenucontainerspan
{
	float: left;
	margin-left: 15px;
	margin-top: 13px;
}
DIV#leftMenuContainer .leftnavTabOff
{
	background: transparent url(images/menu_left_02_200x21.jpg) top left no-repeat;
	width: 200px;
	height: 21px;
	float: left;
}
DIV#leftMenuContainer .leftnavTabOn
{
	background: transparent url(images/menu_left_03_select_200x21.jpg) top left no-repeat;
	width: 200px;
	height: 21px;
	float: left;
}
DIV#leftMenuContainer .leftnavTabOff b, .leftnavTabOn b
{
	margin-left: 37px;
	margin-top:3px;
	float:left;
}
a.leftnavTabLink, a.leftnavTabLink:hover, a.leftnavTabLink:visited, .leftnavTabOn
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#topbar
{
	position: absolute;
	border: 0px solid black;
	visibility: hidden;
	z-index: 100;
	display: block;
	width: 160px;
}
#topbar img
{
	margin-top: 10px;
	cursor: pointer;
	height: 59px;
}
#page-container-inner .right_content
{
	width: 720px;
	float: right;
}
#page-container-inner .headerbg
{
	background: transparent url(images/bg_720x40.gif) top left no-repeat;
	width: 720px;
	height: 40px;
}
#page-container-inner .imgTitle
{
	float: left;
	margin-left: 28px;
	margin-top: 8px;
}
#page-container-inner .imgTitle h2 a
{
    font-size:12px;
}
#page-container-inner .contentbg
{
	background-color: #ededdb;
	width: 700px;
	overflow: hidden;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	_height: auto !important;
	padding:20px 0;
}
#page-container-inner .bottombg
{
	background: #220000 url(images/bg_join_bottom720x13.gif) top left no-repeat;
	width: 720px;
	height: 13px;
}
.err1
{
	font-weight:bold;
	color:Red;
	display:inline;
}
.btnLogin
{
	float:left;
}
#tooltip
{
	position: absolute;
	z-index: 3000;
	background: #6E0000 url(images/question_53x54.jpg) top left no-repeat;
	background-position: 13px 15px;
	top: 0;
	width: 230px;
	min-height: 65px;
	_height: 65px;
	padding: 3px;
	border: 1px solid #9B9B9B;
	line-height: 18px;
	color: #fafafa;
	font: normail 12px arial;
}
#tooltip h3
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 1.4em;
	color: #fafafa;
}
#tooltip div
{
	color: #fafafa;
	float: right;
	width: 160px;
	overflow: hidden;
	text-align: left;
}
/*join page end*/
/*about*/
.content-txt-container
{
	background-color:#DBDBCA;
    border:1px dotted #7A7A73;
    margin:0px auto;
    overflow:hidden;
    padding:10px;
    width:640px;
}
.content-txt-container p
{
	padding: 0px;
	margin: 0px 0px 14px;
	line-height: 14px;
}
.content-txt-container a, .content-txt-container a:hover, .content-txt-container a:visited
{
	font-weight:bold;
	color:#5d0000;
}
.content-txt-container h1
{
	font-size:18px;
	margin-bottom:10px;
}
.content-txt-container h2
{
	margin-bottom:10px;
}
.content-txt-container h3
{
	margin-bottom:10px;
}
.content-txt-container ul.terms
{
	list-style-type:decimal;
}
.content-txt-container li
{
	margin-left:30px;
}
/*about end*/
/*Banking*/
#menu-outer
{
	text-align: center;
}

#menu-outer div
{
	display: table;
	margin: 0 auto;
}

#menu-outer div ul
{
	list-style: none;
	padding-top: 20px;
	white-space: nowrap;
}
#menu-outer div ul li
{
	display: inline;
	margin: 0 7px;
}
#menu-outer img
{
	border: 0px;
}
.banking_footer_txt
{
	text-align: left;
	margin-top: 30px;
}
.banking_footer_txt p
{
	line-height: 40px;
}
.banking_footer_txt a
{
	text-decoration: underline;
	color: #5D0000;
}

/*Banking end*/
/*My Account*/
#myAccount
{
	height: 700px;
	min-height: 700px;
}
.myaccount_pnl
{
	width: 176px;
	float:right;
	margin-top:10px;
}
#myAccount .left
{
	float: left;
}
#myAccount .inputtext
{
	background-color: #fff;
	border: 1px solid #9B9B9B;
	padding:3px;
	width:180px;
}
#myAccount .text
{
	float:left;
	margin-top:3px;
	width:110px;
}
#myAccount .line
{
	margin-top: 17px;
	float:left;
	clear:both;
	width:150;
	text-align:justify;
}
#myAccount .chkbox
{
	float: left;
	margin-top: 4px;
	width:100%;
}
#myAccount .chkbox span
{
	float:left;
	width:110px;
}
/*My Account end*/
/*Preview Games*/
#prevbox-outer
{
	padding: 20px 15px;
	background-color:#DBDBCA;
    border:1px dotted #7A7A73;
    margin:0px auto;
    overflow:hidden;
    width:640px;
}
#prevbox-outer .headertxt
{
	font: bold 20px arial narrow, arial;
	margin: 0px 0px 10px 13px;
	border: 0px solid red;
}
#prevbox-outer .left
{
    float:left;
}
#prevbox-outer h2 a
{
    text-decoration:none;
}
#prevbox-outer .imgcontainer
{
	border: 1px solid #FF0000;
	float: left;
	height: 170px;
	position: relative;
	width: 200px;
	margin-bottom: 15px;
	margin-left: 11px;
	display: inline; /*margin:0px 0px 15px 15px;*/
}
#prevbox-outer .lightbox
{
	text-decoration: none;
}
#prevbox-outer .imgcontainer img
{
	border: 0px;
	left: 0;
	min-width: 200px;
	position: absolute;
	width: 200px;
}
#prevbox-outer .box
{
	background: #EDEDDB url(images/bg_game_info_200x20.gif) top left no-repeat;
	height: 20px;
	min-height: 20px;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 200px;
}
#prevbox-outer span.boxtxt
{
	color: #fff;
	position: absolute;
	bottom: 2px;
	left: 26px;
}
#prevbox-outer span.boxtxt a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.more
{
	clear: none;
	float: left;
	height: auto;
	margin: 0 0 12px 25px;
	width: 188px;
}

/*Preview Games end*/
/*Promotions start*/
.pContent
{
	margin: 0 20px;
	overflow: hidden;
	background-color:#d6d6c3;
    border:1px dotted #7A7A73;
}
.pHead
{
	font: normal 30px arial;
	margin:20px 0px 20px 150px;
	color: #9e0000;
	display:block;
}
.pHead a
{
    color: #9e0000;
    text-decoration:none;
}
.pText
{
	font: normal 12px arial;
	color: #41483e;
	float:left;
}
.pText p
{
	width: 400px; 
	line-height: 20px; 
	text-align: justify;
}
.pText span
{
	line-height: 20px;
	margin-left:30px; 
	float:left;
}
.pHr
{
 	border-top: 1px dotted #41483e;
 	width:600px;
 	height:1px;
 	margin:0px auto;
}

/*Promotions end*/
/*FAQ start*/
ol.olFaqList
{
    list-style-image:none; 
    margin-left:40px;
    padding:10px;
}
.ptxth
{
	margin-left:30px;
}
ul.pBox
{
	float:left;
	width:530px;
	height:auto;
	margin-left:30px;
	color:#41483E;
}
ul.pBox li
{
	list-style-type:none;
	margin-left:5px;
	text-align:left;
}
ul.pBox li img
{
	margin:2px 10px 0px 0px;
	float:left;
}
ul.pBox li a.pBoxTopLink, a.pBoxTopLink:visited
{
    text-decoration:underline;
    font-size:17px;
    color:#5B0000;
}
ul.pBox li a.pBoxTopLink:hover
{
    color:#9E0000;
}
.pToTop
{
    margin-left:30px;
}
.pTcBox
{
	margin-left:30px;
	padding-top:13px;
	color:#41483E;
	list-style-image: url(images/arr_9x9.gif);
}
.pTcBox li
{
    margin-left: 20px;
    _margin-left: 21px; 
	text-align:justify;
	
	height:auto;
}
.pTcBoxwrap
{
	width:580px;
}
.bt1, .bt2, .bt3, .bt4, .bt5, .bt6, .bt7, .bt8
{
	height:12px;
	line-height:12px;
	padding-left:30px;
	width:120px;
}
#tc1, #tc2, #tc3, #tc4, #tc5, #tc6, #tc7, #tc8
{
    height:0;
    overflow:hidden;
    text-align:left;
    width:632px;
    z-index:10;
}
.ulFaqListQ
{
	list-style-image: url(images/arrow_red_8x8.gif);
	padding: 0px 20px 20px 20px;
	margin:10px;
	line-height: 25px;
}
.ulFaqListQ a, .ulFaqListQ a:hover, .ulFaqListQ a:visited, .ulFaqListA a, .ulFaqListA a:hover, .ulFaqListA a:visited, a.faqlink, a.faqlink:hover, a.faqlink:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #5D0000;
}
a.faqlink
{
    margin:10px;
}
.ulFaqListA
{
	list-style-image: url(images/arrow_blue_8x8.gif);
	padding: 20px;
	margin:10px;
}
/*FAQ end*/
/*VIP start*/
.imgVIP
{
	float:left;
	width:183px;
	border:0px;
	overflow:hidden;
}
.rightTxtVIP
{
	float:left;
	margin:10px 0px 30px 10px;
	width:445px;
}
/*VIP end*/
.wpc_button
{
	margin:10px 0 20px;
	padding:5px;
}
.ConfirmSave
{
    margin-bottom:auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    text-align:center;
    width:240px;
}
.AccountCreated
{
    color:#5D0000;
    font-size:16px;
}
.upfile_restriction
{
    margin-left: 26px; 
    margin-top: 6px; 
    border: solid 1px #cccccc; 
    background-color: #FFFFE0;
    font-family: Verdana, Arial, sans-serif; 
    font-size: 10px; 
    color: #000000; 
    padding: 5px;
    width: 430px; 
    line-height: 18px; 
}
.upfile_box
{
   padding-top:135px;
   width:246px;
   font-size:18px;
   margin:0px auto;
}
.lpTmbn
{
    float:left;
    height:44px;
    margin:5px 0 0 5px;
    width:59px;
}
.lpTmbn img
{
    width:59px;
    height:44px;
    border:1px solid #efb65c;
    cursor:pointer;
}
.Wrap404
{
    margin:0px 30px 0px 30px;
}
.upPnl1
{
    width: 600px; 
    height:300px; 
    margin-top:13px; 
    color:#5D0000;
    background-color:#ededdb;
}
.errCountry
{
    color:#9E0000;
    display:block;
    font: bold 17px arial;
    margin:100px 30px;
    text-align:center;
}