p.center{
	position:relative;
	margin:0 auto;
}

.centerContent{
	text-align:center;
}

table.plainTable{
	border-collapse:collapse;
	empty-cells:hide;
	font-size:13px;
}

table.plainTable td{
	border:solid 1px #000;
	padding:5px;
}

table.plainTable th{
	border:solid 1px #000;
	padding:5px;
	font-weight:bold;
}

table.paymentMethods{
	width:100%;
	border-collapse:collapse;
	empty-cells:hide;
	font-size:12px;
}

table.paymentMethods td{
	padding:5px;
	border:1px solid #C9C9C9;
	vertical-align:middle;
}

table.paymentMethods td:first-child{
	text-align:center;
}

table.cardHolder{
	width:512px;
	border-collapse:collapse;
	empty-cells:show;
	table-layout:fixed;
	padding:0;
	margin:0;
	text-align:center;
}

table.cardHolder p{
	padding:0;
	margin:0;
}

table.cardHolder th{
	background-image:url(/mysite/images/inner/cardHolderHeader.gif);
	background-color:#003300;
	background-repeat:no-repeat;
	width:512px;
	text-align:center;
}

table.cardHolder th.singleHeader{
	height:33px;
	color:#FFF;
}

table.cardHolder th div{
	color:#FFF;
	margin:5px 20px;
	width:130px;
	height:30px;
	clear:none;
	float:left;
}

table.cardHolder td.footer{
	background-image:url(/mysite/images/inner/cardHolderFooter.gif);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:bottom;
	width:512px;
	height:auto;
	padding:0;
	padding-bottom:6px;
	margin:0;
}

table.cardHolder td p.bordered{
	border-left:1px solid #003300;
	border-right:1px solid #003300;
	background-color:#FFF;
	width:510px;
	height:auto;
	padding-top:10px;
}

table.cardHolder td p.cardRow{
	border-left:1px solid #003300;
	border-right:1px solid #003300;
	background-color:#FFF;
	width:510px;
	height:auto;
	padding:3px 0;
}

table.cardHolder td p.cardRow img{
	margin:6px 15px 3px 15px;
}

table.cardHolder td .cardSpreadRow{
	border-left:1px solid #003300;
	border-right:1px solid #003300;
	border-top:1px solid #003300;
	background-color:#FFF;
	width:510px;
	height:auto;
	padding:3px 0;
	text-align:left;
	padding-top:8px;
	padding-bottom:20px;
}

table.cardHolder td .cardSpreadRow img{
	margin:5px 40px 5px 50px;
}

table.cardHolder td .cardSpreadRow strong{
	font-size:11px;
	width:250px;
	height:10px;
}

table.cardHolder td .cardSpreadRow strong.sweepLeft{
	position:absolute;
	width:300px;
	height:30px;
	margin:0;
	margin-left:16px;
}

table.cardHolder td strong{
	margin:0 13px;
}

.greenHeader{
	font-family:Tahoma;
	color:#003300;
	font-style:italic;
	font-size:14px;
	display:block;
	font-weight:bold;
}

#header{
	position:relative;
	margin:0 auto;
	background-image:url(../images/common/topShade.gif);
	background-repeat:repeat-x;
	background-color:#003300;
	background-position:0px -1px;
	width:760px;
	height:122px;
	display:block;
	float:none;
	clear:both;
}

#rightHeader{
	width:174px;
	height:122px;
	display:block;
	float:right;
	clear:none;
}

#leftHeader{
	background-image:url(../images/common/leftHeader.gif);
	background-repeat:no-repeat;
	width:14px;
	height:122px;
	display:block;
	float:left;
	clear:none;
}

#leftStrip{
	width:750px;
	height:auto;
	background-color:#003300;
	display:block;
	float:none;
	clear:none;
}

#leftStripBottom{
	width:750px;
	height:117px;
	background-image:url(../images/inner/leftStripBottom.gif);
	background-repeat:no-repeat;
	background-color:#F5F6F5;
	display:block;
	float:none;
	clear:both;
}

#rightGreenStrip{
	width:569px;
	height:20px;
	background-color:#003300;
	display:block;
	float:none;
	clear:none;
	margin-left:181px;
}

#rightContainer{
	width:556px;
	height:auto;
	background-image:url(../images/inner/leftCorner.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#F5F6F5;
	display:block;
	float:none;
	clear:none;
	margin-left:181px;
	padding-left:13px;
}

#textContainer{
	padding-bottom:20px;
	padding-top:10px;
	width:525px;
	background-color:#F5F6F5;
	font-size:12px;
}

#textContainer h1{
	font-size:12px;
	font-weight:bold;
	border-bottom:1px #000 solid;
	text-transform:uppercase;
	height:20px;
	width:541px;
	padding:0;
	margin:5px 0px 5px 0px;
	padding-bottom:3px;
}

#textContainer h2{
	font-size:12px;
	font-weight:bold;
}

img#paymentLogos{
	position:relative;
	top:53px;
	left:12px;
	width:723px;
	height:53px;
	display:block;
	float:none;
	clear:none;
}

ul#leftMenu{
	list-style-type:none;
	line-height:17px;
	margin:0;
	margin-left:5px;
	padding-left:0;
}

#listHolder{
	position:relative;
	margin:13px 0 -19px -193px;
	width:180px;
	float:left;
	z-index:5;
}

/* By default all submenus are hidden */
ul#leftMenu .subMenu{
	list-style-type:none;
	display:none;
	padding:0px;
	margin:0px;
	margin-left:14px;
}

/* If a submenu's class is marked as a section then it will be visible */
ul#leftMenu ul.section{
	display:block;
}

ul#leftMenu ul.current{
	display:block;
}

ul#leftMenu a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

/*
ul.subMenu ul.subMenu a.section{
	color:#FFFF99 !important;
}*/

/* All links are white unless their class is current which means they will be highlited yellow */
ul#leftMenu a.current{
	color:#FFFF99;
}

/* for images that are in a horizontal column */
img.pushImgDown{
	display:block;
	margin-bottom:10px;
}

ul.alphabetList{
	display:inline;
	list-style-position:outside;
	list-style-type:none;
	letter-spacing:5px;
}

ul.alphabetList li{
	display:inline;
	font-family:Tahoma;
	font-size:13px;
}

ul.alphabetList a{
	text-decoration:none;
}

#floatingDownload{
	position:relative;
	margin:0 auto;
	text-align:center;
}

#floatingDownload img{
 width:164px;
 height:39px;
}

.promotionHolder{
	background-color:#FFFFFF;
	border:1px #CCCCCC solid;
	float:none;
	clear:none;
	width:520px;
	height:112px;
	margin-top:25px;
}

.promotionTextHolder{
	display:block;
	float:left;
	clear:none;
	margin-left:10px;
	padding:0;
	width:324px;

}

.promotionTextHolder span{
	display:block;
	clear:both;
}

.promotionImage{
	display:block;
	float:left;
	clear:none;
	width:155px;
	height:103px;
	margin-top:6px;
	padding-left:6px;
	padding-right:0;
}

.promotionTag{
	font-weight:bold;
	position:relative;
	bottom:24px;
	left:9px;
}

#innerLivePerson{
display:block;
position:relative;
margin:0 auto;
margin-top:15px;
}

#inviteAFriendIframe{
	width:556px;
	height:1250px;
	border:none;
}

#gameMenu{
	position:relative;
	text-align:right;
	display:block;
	float:right;
	width:120px;
	height:20px;
}

#gameMenu img{
	padding-left:10px;
}

#titleHolder{
	display:block;
	height:20px;
	width:410px;
	float:left;
	text-align:left;
}

.snapshotText{
	width:470px;
	color:#006600;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.inputTxt {
	border:1px #000 solid;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

/* Start Invite a firend */
table#friendTable{
	table-layout:auto;
	border-collapse:collapse;
	width:100%;
}

table#friendTable td{
	padding:5px;
}

div#addFields{
	color:#00F;
	text-decoration:underline;
	cursor:pointer;
	margin-bottom:10px;
}

div#submitFriend{
	position:relative;
	margin:0 auto;
	width:122px;
	height:41px;
	background-image:url(/mysite/images/inner/inviteAFriend/friendSubmitUp.gif);
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	padding-top:2px;
	cursor:pointer;
}
#leftBanner{
display:block;
position:relative;
margin:15px 0px 0px 4px;

}




/* End Invite a firend */

td#ginTd{background-image: url('/assets/Uploads/Common-Files/Game-Screens/ginPreview2.jpg'); background-repeat:no-repeat;background-position:334px 0;}
td#rummyTd{background-image: url('/assets/Uploads/Common-Files/Game-Screens/rummyPreview2.jpg'); background-repeat:no-repeat;background-position:333px 0;}
td#oklahomaTd{background-image: url('/assets/Uploads/Common-Files/Game-Screens/oklahomaPreview2.jpg'); background-repeat:no-repeat;background-position:309px 0;}
td#kalookiTd{background-image: url('/assets/Uploads/Common-Files/Game-Screens/kalookiPreview2.jpg'); background-repeat:no-repeat;background-position:322px 0;}

/* Bonus Box */
#bonus{
	background:url('/assets/Uploads/Languages/en/Promotions/bonus_code_box.gif') no-repeat;
	margin-left:8px;
	height:85px;
	width:160px;
	text-align:center;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}

.bonus{
	padding-top:43px;
	padding-left:3px;
}