/* BODY * * {	padding:0px; 
			margin:0px;
			font-family:arial;
			}
BODY	{	padding:0px 20px 20px 20px;

		}			
			
H1	{	font-size:17px;
		color:gray;
		width:100%;
		border-bottom:1px solid gray;
		padding:10px 0px 2px 0px;	
		margin-bottom:5px;	
	}			

H2	{	font-size:15px;
		color:gray;
		width:100%;
		border-bottom:1px solid gray;
		padding:10px 0px 2px 0px;		
	}			
B	{	font-size:13px;
	}
	
P	{	padding:5px 5px 5px 0px;
		font-size:13px;
	}

TD	{	font-size:13px;
		padding:3px;
	}
	
a, a:visited 
	{	font-size:12px;
		text-decoration:none;
		color:blue;
	}
.smalllinks	{text-align:center;}	
.smalllinks	A, .smalllinks A:visited{ font-size:10px;
			}	

UL	{	margin:5px 5px 5px 30px;
	}
	
LI	{	font-size:13px;
		padding:2px;
	}
	
.back2top	{display:block;
			 text-align:right;
}
.menuItems
{
	float:left; 
	width: 48%;
	margin-right:5px;
	clear:both;
}	
.menuItems h2, .menuItemsRight h2
{
	width: 150px;
}		
.menuItemsRight
{
	float:left; 
	width: 48%;
}
.reportTable 
{
	width: 100%;
	border-collapse:collapse;
}
.reportTable th 
{
	font-size:13px;
	border-bottom:1px solid black;
	text-align:left;
	padding:5px;
}
.reportTable td 
{
	padding:5px;
	vertical-align: top;
}

#flashcontent
{
	float:right;
}
#gamesDetailInfo 
{
	padding-bottom: 20px;
}

#gamesDetailInfo b
{
	display:block;
	width: 200px;
	float:left;
}
#gameCards
{
	border-collapse:collapse;
}

.gameDetailCards
{
	margin-bottom: 5px;
}
.winningCard
{
	color: #FF0000;
}
.callSeq
{
	line-height: 18px;
	float:right;
	font-size: 12px;
}
.gameDetailCards th	
{
	border-bottom:1px solid black;
	text-align:center;
	font-size:14px;
}
.gameDetailCards td	
{
	background-color:silver;
	border:1px solid white;
	text-align:center;
}
td.sel
{
	background-color:#0000FF;
	color: #FFF;
}
td.win
{
	background-color:#FF0000;
}
td.nowin
{
	background-color:#0000FF;
}	
.submitButton
{
	display:block;
	border: 2px solid #000;
	width: 80px;
	height: 20px;
	text-align: center;
	padding-top:5px;
	color: #000;
	background:#ccc;
	margin:25px auto 0 auto;
}
a.submitButton:hover,a.submitButton:visited
{
	color:#000;
}
.buttonContainer
{
	text-align: center;
}
#redeemPointsContent input
{
	margin: 0 15px;
}
#redeemPointsContent p
{
	margin-top: 5px;
}
.reportOptions
{
	border: 1px solid #000;
}
.reportOptions td
{
	padding: 5px;
}
.reportTableNav td
{
	padding:10px 0;
	
}
p.detailsField
{
	clear: both;
}
p.detailsField b
{
	display:block;
	float: left;
	width: 180px;
}
p.detailsField span
{
	display:block;
	float: left;
}

#modifyDetails input, #modifyDetails select
{
	width: 230px;
}
#modifyDetails input.modifyRadioButton, #modifyDetails input.modifyCheckbox
{
	width:auto;	
}
.myAccountLink
{
	position: absolute;
	right:20px;
	
}
.error
{
	color: red;
}
 */

 * {
padding:0;
margin:0;
}

/* Firefox tweak for outlined links */
a
{
  outline: none;
}

/* ---- */

/* Fix under floats */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	/* background-image: url(../skin/images/bg.jpg); */
	background-repeat: repeat-x;
	background-color: #ffe8f6;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

#maincontainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	background-image: url(../skin/images/header.jpg);
	width: 900px;
	height: 146px;
	margin-top: 14px;
}

#header img#logo {
	float: left;
	margin-top: 7px;
	margin-left: 35px;
}

#login {
	float: left;
	width: 320px;
	margin-top: 20px;
	margin-left: 85px;
	font-weight: bold;
	height: 107px;
}

#loggedin {
	float: left;
	width: 380px;
	margin-top: 20px;
	_margin-bottom: -6px;
	margin-left: 20px;
	font-weight: bold;
	height: 107px;
}



#login td#forgot_txt, #login td#forgot_txt a, #login td#forgot_txt a:visited,
#loggedin td#forgot_txt, #loggedin td#forgot_txt a, #loggedin td#forgot_txt a:visited{
	font-size: 10px;
	text-decoration: none !important;
	color: #c10027 !important;
	text-align: center;
	padding-right: 5px;
}

#login td#forgot_txt a:hover, #loggedin td#forgot_txt a:hover {
	text-decoration: underline !important;

}


#login td#signup, #loggedin td#signup {
	font-size: 10px;
	text-decoration: none;
	color: #fff !important;
	text-align: right;
	padding-right: 10px;
}

#login td#signup a, #loggedin td#signup a{
	font-size: 10px;
	text-decoration: none;
	color: #c10027 !important;
}

#login td#signup a:hover, #loggedin td#signup a:hover{
	text-decoration: underline;
	
}


#mywink_txt {
	color: Blue;
	text-decoration: underline;
	
}

/* Explicit for IE */
#login td#forgot_txt a{
	font-size: 10px;
	text-decoration: underline;
	color: #d50400;
}

#alias_txt {
	color: #d50400;
}

#alias_txt {
	height: 22px;
	_height: 23px;
}


#playnow {
	float: left;
	width: 188px;
	height: 71px;
	margin-top: 20px;
	margin-left: 55px;
}

#menu {
	float: left;
	width: 800px;
	height: 35px;
	margin-top: -23px;
	_margin-top: -24px;
	padding-left: 40px;
	}

#menu img { border: 0; }

#menu img#mywink {
 		margin-left: 30px;	
}

#menu img#mywink_logged {
 		margin-left: 120px;	
}

/* Promo Window */ 
#promowin {
	background-image: url(../skin/images/promowin2.jpg);
	background-repeat: no-repeat;
	width: 680px;
	height: 232px;
	}


#promowin_menu {
	 margin-left: 43px;
	 }

#promowin_menu a span#tab1 div#text {
	padding: 20px 0px 0px 0px;
}

#promowin_menu a.selected span#tab1 div#text, #promowin_menu a:hover span#tab1 div#text {
	padding: 17px 0px 0px 0px;
}

#promowin_menu a span#tab2 div#text {
	padding: 20px 0px 0px 0px;
}

#promowin_menu a.selected span#tab2 div#text, #promowin_menu a:hover span#tab2 div#text {
	padding: 17px 0px 0px 0px;
}

#promowin_menu a span#tab3 div#text {
	padding: 20px 0px 0px 0px;
}

#promowin_menu a.selected span#tab3 div#text, #promowin_menu a:hover span#tab3 div#text {
	padding: 17px 0px 0px 0px;
}

#promowin_menu a span#tab4 div#text {
	padding: 20px 0px 0px 0px;
}

#promowin_menu a.selected span#tab4 div#text, #promowin_menu a:hover span#tab4 div#text {
	padding: 17px 0px 0px 0px;
}

#promowin_menu a span#tab1  {
  float: left;
  width: 121px;
  height: 42px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: url(../skin/images/tab1.jpg) no-repeat left top;
  cursor: hand;
  text-align: center;
}

#promowin_menu a:hover span#tab1  {
  background: url(../skin/images/tab1_over.jpg) no-repeat left top;
  text-decoration: underline;
}

#promowin_menu a.selected span#tab1  {
  background: url(../skin/images/tab1_over.jpg) no-repeat left top;
  text-decoration: underline;
  color: #da0303;
}


#promowin_menu a span#tab2  {
  float: left;
  width: 106px;
  height: 42px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: url(../skin/images/tab2.jpg) no-repeat left top;
  cursor: hand;
  text-align: center;
}

#promowin_menu a:hover span#tab2  {
   background: url(../skin/images/tab2_over.jpg) no-repeat left top;
   text-decoration: underline;
}

#promowin_menu a.selected span#tab2  {
   background: url(../skin/images/tab2_over.jpg) no-repeat left top;
   text-decoration: underline;
   color: #da0303;
}

#promowin_menu a span#tab3  {
  float: left;
  width: 81px;
  height: 42px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: url(../skin/images/tab3.jpg) no-repeat left top;
  cursor: hand;
  text-align: center;
}

#promowin_menu a:hover span#tab3  {
   background: url(../skin/images/tab3_over.jpg) no-repeat left top;
   text-decoration: underline;
}

#promowin_menu a.selected span#tab3  {
   background: url(../skin/images/tab3_over.jpg) no-repeat left top;
   text-decoration: underline;
   color: #da0303;
}

#promowin_menu a span#tab4  {
  float: left;
  width: 103px;
  height: 42px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: url(../skin/images/tab4.jpg) no-repeat left top;
  cursor: hand;
  text-align: center;
}

#promowin_menu a:hover span#tab4  {
   background: url(../skin/images/tab4_over.jpg) no-repeat left top;
   text-decoration: underline;
}

#promowin_menu a.selected span#tab4  {
   background: url(../skin/images/tab4_over.jpg) no-repeat left top;
   text-decoration: underline;
   color: #da0303;
  }


.tabcontent{
display:none;
margin-top: 5px;


}


/* Submenu  */

#submenu {

 width:200px;
 padding: 0px;
 padding-left: 35px;
 line-height: 15px;
 clear:both;
 
}


.sublink {
 width: 200px;
 height: 41px;
 background: url(../skin/images/sublink_over.gif) no-repeat left top;
 margin-left: -15px;
 
}

#smaller {
 font-size: 10px;
 color: #000;
}



.sublink a:link, .sublink a:visited {
display: block;
width: 200px;
height: 41px;
color: #000 !important;
text-decoration: none;
background: url(../skin/images/sublink.gif) no-repeat left top;
}

.sublink a {
display: block;
width: 200px;
height: 41px;
color: #000 !important;
text-decoration: none;
background: url(../skin/images/sublink.gif) no-repeat left top;
padding-left: 5px;
padding-top: 2px;
}


.sublink a:hover {
display: block;
background: url(../skin/images/sublink_over.gif) no-repeat left top;
color: #fff !important;
}

 .sublink a:active {
display: block;
background: url(../skin/images/sublink_over.gif) no-repeat left top;
color: #fff !important;
}

.sublink a:selected {
display: block;
background: url(../skin/images/sublink_over.gif) no-repeat left top;
color: #fff !important;
} 

/*  Flash content*/

#promocontent {
	width: 445px;
	height: 180px;
	margin-top: -200px; 
	_margin-top: -177px;
	/* margin-left: 223px; */
	margin-left: 188px;
	
	
}

#promocontent2 {
	width: 445px;
	height: 180px;
	margin-top: -200px; 
	_margin-top: -177px;
	/* margin-left: 223px; */
	margin-left: 188px;
}

#promocontent3 {
	width: 445px;
	height: 180px;
	margin-top: -200px; 
	_margin-top: -177px;
	/* margin-left: 223px; */
	margin-left: 188px;
}

#promocontent4 {
	width: 445px;
	height: 180px;
	margin-top: -200px; 
	_margin-top: -177px;
	/* margin-left: 223px; */
	margin-left: 188px;
}


/* End */


#leftcontent {
	width: 680px;
	float: left;
}

#rightcontent {
	width: 220px;
	float: right;
}

#maincontent {
	width: 680px;
	margin-top: 2px;

}

/*
  -- Rounded corners base sheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:680px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 line-height: 15px;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../skin/images/pinkbg.png) no-repeat top right;
 _background-image:url(../skin/images/pinkbg2.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding: 20px 12px 0px 10px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding: 20px 0px 0.5em 10px; 
}

.dialog h1 {
 padding-bottom:0px;
}
/*
  -- End of round corners--
*/


/* Frontpage */

#frontpage {
	width: 640px;
	height: 405px;
}

#winners_column {
	width: 210px;
	float:left;
}

#winners {
	height: 210px;
}

#winners img#title {
   margin-left: 50px;
}
#winners img#medals {
   margin-left: 20px;
   margin-top: 15px;
   float:left;
}

#winners_txt {
 margin-top: -8px;
 width: 190px;
 float: left;
 text-align: center;
}

#winners_txt p{
 margin-bottom: -8px;
 line-height: 17px;
 
}

#amount {
 font-weight: bold;
 color: #dc0800; 
}

#amount_yellow {
 font-weight: bold;
 color: #fad67d; 
}


#winners_amount {
	font-weight: bold;
	color: #dc0800;
}

#winners_txt p#morewinners {
	margin-top: 15px;
	margin-bottom: 0px;	
}

#winners_txt p#morewinners a, winners_txt p#morewinners a:visited, #right_section p#readmore a, #right_section p#tenkwinner a, #right_section p#tenkwinner a:visited, #right_section p#readmore a:visited, #sassy a, #sassy a:visited, #right_section2 p#readmore a, #right_section2 p#readmore a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #D50400;
}
#winners_txt p#morewinners a:hover, #right_section p#tenkwinner a:hover, #right_section p#readmore a:hover, #sassy a:hover, #right_section2 p#readmore a:hover {
	text-decoration: none;
	color: Green;

}

/* Winners */

#tencashback {
	width: 125px;
	height: 125px;
	margin-top: 5px;
	margin-left: 20px;

}


#moneyball_container {
 width: 203px;
 height: 56px;
 margin-top: 12px;
 background: url(../skin/images/moneyballbg.jpg) no-repeat;
 /* background-color: Black; */
 

}

#moneyball_bounce {

float: left;
width: 50px;
height: 100px;
margin-right: 20px;

}

#moneyball {
 float: left;
 width: 50px;
 height: 50px;
 text-align:left;
 padding-top: 3px;
 padding-left: 3px;
}

#moneyball_txt {
 float: left;
 width: 120px;
 height: 50px;
 padding-left: 10px;
 padding-top: 8px;
 line-height: 17px;
 color: White;
 
}


#testimonials {
	background: url(../skin/images/bubble.jpg) no-repeat top left;
	height: 196px;
	padding: 10px 10px 5px 7px;
}

#testimonials p {
	line-height: 17px;
	padding-top: 3px;

}

#testimonials span#sig {
	color: Green;
}


#frontpromo_column {
	 width: 430px;
	 float: left;
	 margin-top: -5px;
}

#frontpromo_section {
	background: url(../skin/images/10kclub.jpg) no-repeat top left;
	height: 200px;
	padding: 10px 5px 5px 15px; 
}

#frontpromo_section_2 {
	background: url(../skin/images/promowin_chef.jpg) no-repeat top left;
	height: 200px;
	padding: 10px 5px 5px 15px; 
}

#right_section {
	float: left;
	width: 400px;
	margin: 5px 0 0 5px; 
	}

#right_section p {
	margin: -15px 0 0 -5px;
}

#right_section2 {
	width: 260px;
	margin: 0 0 0 140px; 
	}

#right_section2 p {
	margin: -15px 0 0 -5px;
}

#right_section p#tenkwinner {
	margin: 25px 0 0 100px;
	line-height: 17px;
}

#right_section p#tenkwinner img {
	padding-right: 5px;
}


/* Winner images */
#tenkwinners_img {
	height: 46px;
	margin-left: 105px;
	
}

#left_image {
	float: left;
	width: 134px;
	margin-top: -2px;
}

#left_image_2 {
	float: left;
	width: 134px;
	margin-top: -2px;
}

#right_section p#readmore {
	margin-top: -20px;
}

#right_section2 p#readmore {
	margin-top: -20px;
}

/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #fff;
padding: 3px 0px 4px 4px;
background-color: #f6ec96;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 11px;
color: #333333;
line-height:1.4em;
margin-top:0;
margin-right: 10px;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 11px;
color: #592C16;
margin-right: 10px;
}

	
/*---------- End ---------*/

table.coverall {
 font-size: 11px;

}
/* ----  */

/* Chatlingo */

#bingocalls {
 width: 400px;
 color: #000;
 font-size: 11px;
 margin: 10px;
}

#bingocalls_text {
 color: #000;
 text-align:left;
 margin: 10px;
}

#chatlingo {
 color: #000;
 font-size: 11px;

}

/* Chat Schedules */

#chatschedules table {
 margin: 10px;
 font-family: Verdana, Arial;
 font-size: 11px;
 color: #000;
 padding: 4px;
}

#chatschedules {
 margin: 10px;
 font-family: Verdana, Arial;
 font-size: 11px;
 color: #000;
 padding: 4px;
 text-align: left;
 font-weight: normal;
}

#description {
 padding-left: 15px;
 width: 400px;
}

#chatschedules h2.sIFR-replaced {
 margin-left: 10px;
}

#description h2.sIFR-replaced {
 margin-left: 0px;
}

/* Chat Rules */

#chatrules {
 margin-left: 15px;
 width: 400px;
 font-family: Verdana, Arial;
 font-size: 11px;
 color: #000;
 text-align: left;
 font-weight: normal;
 line-height: 16px;

}



#chatrules ul {

 margin-left: 15px;

}

#chatrules li {

 margin-top: 10px;

}


/* Promotions */

#promoheader {
	margin-left: 230px;
	margin-bottom: 20px;
}

#promotions p {
	padding: 5px 0 10px 0;
}

#promotions {
 margin-left: 20px;

}

#promodiv {
 clear:both;
  
}

#promodivtext {
 float: left;
 width: 400px; 
}

#promodivtext a, #promodivtext a:visited {
 color:#D50400;
 font-weight: bold;
}

#promodivtext a:hover{
 text-decoration: underline;
}

#promodivtext p {
line-height: 17px;
text-align: left;

}

#promodiv img {
margin-right: 10px;
margin-bottom: 20px;
}

/* ----  */

/* Promo pages */

#promopageheader {
	width: 580px;
	margin-bottom: 20px;
}

#promopage {
 margin-left: 25px;

}

#promopagetext {
	width: 550px;
	text-align: left;
	}

#xmaschef {
	width: 580px;
	height: 130px;
}

/* Loyalty */

#loyaltyheader {
	margin-left: 270px;
	margin-bottom: 20px;
}

#loyalty p {
	padding: 5px 0 10px 0;
}

#loyalty {
  text-align: center;
}

#loyalty table {
  background: url(../skin/images/boxgrad.jpg) repeat-x;
  margin-left: -40px;
  font-weight: bold;
  color: #af026c;
 
 }

#loyaltytext {
   width: 550px;
   line-height: 16px;
   text-align: left;
   
}

#loyaltysubtext {
	margin-left: 230px;
}

#loyalty td {
	/* border-left: 2px solid #fff;
	border-right: 2px solid #fff; */

}

#loyalty td+td {
	/* border-left: 1px solid #ffe8f6; */
	/* border-right: 2px solid #fff; */

}

.color1 {
	background-color: #fdc4e7;

}

.color2 {
	/* background-color: #feefc9; */

}

/* ----  */

/* Contact Us */

#contactusheader h3 {
 margin-left: 250px;
}

#contactus {
 width: 550px;
}

#contactuscontainer {
	text-align: left;
	margin-left: 70px;
}

#contactus table#sendmail input, #contactus table#sendmail textarea {
	/* border: 2px solid #f5e5bc; */
	margin-bottom: 5px;
	border: 1px solid #f3cde4;
	padding: 2px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #b4026e;
}

#contactus table#sendmail {
	background: url(../skin/images/boxgrad.jpg) repeat-x;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #f5e5bc;
	background-color: #fdecc0;
	padding: 10px;
	/* border-top: 1px solid #fdedc5;
	border-bottom: 1px solid #f5e5bc;
	border-left: 1px solid #f5e5bc; */


}


/* Loyalty Transactions */

#loyaltytransactions_container h3 {
	margin-left: 200px;
}

#loyaltytransactions_container {
	width: 600px;
	padding-left: 15px;
	text-align: center;
}

#loyaltytransactions_container a, #loyaltytransactions_container a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #D50400;
}

#loyaltytransactions_container a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #D50400;
}


.loyaltytransactions table.reportTableNav, .loyaltytransactions table.reportTable {
	 text-align: center;
	 width: 100%;
	
}

.loyaltytransactions table.reportTableNav table.reportTableNav tr {

	width: 200px;
}

.loyaltytransactions table.reportTableNav tr.resultRow td, .loyaltytransactions table.reportTableNav tr.resultAltRow td {
	 padding: 4px;
	
	 	 
}

/* My Transactions */

#mytransactions_container h3 {
	margin-left: 240px;
}

#mytransactions {
	width: 600px;
	text-align: center;
}

#mytransactions a, #mytransactions a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #D50400;
}

#mytransactions a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #D50400;
}

#mytransactions .reportTable {
 text-align: center;
 margin-top: 10px;
}


#mytransactions .reportTableNav, #mytransactions .reportTable
{
	width: 100%;
	
}

#mytransactions table.reportTableNav tr.resultRow td, #mytransactions table.reportTableNav tr.resultAltRow td {
	 padding: 4px;
	
	 	 
}

/* #loyaltytransactions .reportTable {
 text-align: center;
 margin-top: 10px;
} */

#paratext {
	width: 550px;
	text-align: left;
}


/* Terms */

#termsheader {
	margin-left: 200px;

}

#termstext {

  width: 550px;
   line-height: 16px;
   text-align: left;
}

#termstext li {
 margin-bottom: 10px;

}

table#jackpot_amount {
	text-align: center;
}

table#jackpot_amount tr#jackpot_title{
   background-color: #f6caed;
}

table#jackpot_amount tr#jackpot_body {
	background-color: #fdf0d0;
	border-bottom: 1px solid #000000;

}

/* Refer a friend */

#referafriendheader {
	margin-left: 250px;
	}

#referafriendtext {
	width: 400px;
	text-align: left;
	}

p#refer_content {

	width: 400px;
	text-align: left;
}

#referafriend table#Table1 input, #referafriend table#Table1 textarea {
	/* border: 2px solid #f5e5bc; */
	margin-bottom: 5px;
	border: 1px solid #f3cde4;
	padding: 2px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #b4026e;
}

#referafriend table#Table1 {
	background: url(../skin/images/boxgrad.jpg) repeat-x;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #f5e5bc;
	background-color: #fdecc0;
	padding: 10px;
	/* border-top: 1px solid #fdedc5;
	border-bottom: 1px solid #f5e5bc;
	border-left: 1px solid #f5e5bc; */


}

/* ----  */

/* Games */

#label {
 font-weight: bold;
 
}

#gametitle {
 color:#D50400;
 font-weight:bold;
 text-decoration:underline;
}

#gamesheader {
	margin-left: 300px;
	}

#gamestext {
	width: 550px;
	text-align: left;
	}

 #gamestext div img {
	cursor:hand;
	cursor:pointer;
	}

 #weekdays {
	background-color: #ffcceb;
	font-weight: bold;
	text-align: center;
 }

 #tablecolor {
	padding: 5px;
	background-color: #feefc9;
	text-align: center;
	
 }

 #tablecolor2 {
	padding: 5px;
	background-color: #f8e8c0;
	text-align: center;
	
 }

 

/* ----  */


/* Help */

#helpheader {
	margin-left: 270px;
	}

#helptext {
	width: 550px;
	text-align: left;
	}

#helptext div img {
	cursor:hand;
	cursor:pointer;
	}

 .switchgroup1 {
	padding: 0px 0px 10px 10px;
	line-height: 16px;
 }


/* ----  */

#rightpanel {
	background-image: url(../skin/images/rightcontent.jpg);
	width: 220px;
	height: 680px;
}

#hotgames {
	background-image: url(../skin/images/hotgames_bg.jpg);
	background-repeat: no-repeat;
	width: 220px;
	/* height: 408px; */
	height: 380px;
	margin-top: 34px;
}

#gamescontainer {
	width: 194px;
	height: 300px;
	padding-top: 62px;
	padding-left: 10px;
}

#gameheader, #gameheader a {
	color: #d50400;
	font-weight: bold;
	text-decoration: underline;
}

#sassy {
	background-image: url(../skin/images/sassy_bg.jpg);
	width: 220px;
	height: 276px;
}

#sassycontent {
	width: 190px;
	height: 192px;
	padding-top: 65px;
	padding-left: 10px;
	line-height: 16px;
}

#sassybig {
  text-align: center;
  background: url("../skin/images/sassy.gif") no-repeat left top;
}

.entry {
  width: 480px;
   _width: 400px;
  margin-right: -150px;
  _margin-right: -80px;
 
}

#sassydate {
	width: 70px;
	height: 70px;
	float:left;
	font-weight: bold;
	color: #d80900;
	margin-top: 41px;
	background: url("../skin/images/calendar.gif") no-repeat bottom;
}

#sassytext {
	
	width: 300px;
	/* height: 140px; */
	margin-top: 20px;
	text-align: left;
	line-height: 17px;
}



#sassytext p{
	margin-left: -10px;
	margin-top: -10px;
}



#sassyheader {
	margin-left: 250px;
	
}

span#quote {
	font-family: Verdana, Georgia, Arial;
	font-weight: bold;
	font-size: 20px;
	color: #e95acb;
	}


#upperfooter {
	width: 671px;
	/* margin-left: 30px; */
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: -10px;
	
}

#upperfooter a, #upperfooter a:visited {
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	color: #fff;
	font-size: 10px;

}

#upperfooter a:hover {
	text-decoration: underline;
}

#footer {
	width: 661px;
	height: 49px;
	/* background: transparent url("../skin/images/footer.gif") no-repeat left top; */
	/* _background: transparent url("../skin/images/footerbg.gif") no-repeat left top; */
	margin-left: 3px;
	margin-right: auto;
	text-align: center;
	/* background-color: #ffe8f6; */
	padding: 5px;
}



/*  MEMBERS STUFF   */

#dotted {
	/* border-bottom: 1px dotted #ccc; */
	color: #d50400;
	text-decoration: underline;
}

#sorry_container h3{
	margin-left: 290px;
}


#forgotContent {
	
	 /* padding-bottom: 235px; */
	 background-color: #ffe9f6;
	 	 
}


#forgotContent H1
{
font-family: Verdana, Arial;
font-size: 11px;
display: none;
}

#forgotContent h3
{
font-family: Verdana, Arial;
font-size: 20px;
padding-bottom: 5px;
padding-left: 70px;


}

#forgotContent p {
/*	padding-left: 200px; */
padding-bottom: 20px;

}

#forgotContent input {
  border: 2px solid #f5e5bc;
	margin-bottom: 5px;
	padding: 3px;
	font-family: Verdana, Arial;
	font-size: 11px;

}

#forgotContent p#email {

   	width: 250px;
    background-color: #fdecc0;
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
	border-top: 1px solid #fdedc5;
	border-bottom: 1px solid #f5e5bc;
	border-left: 1px solid #f5e5bc;
}

#memberLoginTable {
	background-image: url(../skin/images/boxgrad.jpg);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #f5e5bc;
	margin-bottom: 155px;
}

.bgMiddleMembers {
 margin-top: -10px;
 padding-bottom: 45px;

}


.bgMiddleMembers p{
	padding-left: 20px;
	padding-bottom: 20px;
}

#bgMiddleMembers {
	margin-top: -10px;
	padding-bottom: 45px;
}


#bgMiddleMembers p{
	padding-left: 20px;
	padding-bottom: 20px;
}

/*
.bgMiddleMembers img{
	padding-bottom: 25px;
	margin-left: -5px;
 }

 */

#mywink_container {
	width: 645px;
	height: 225px;
	margin-top: 0px;
	
}


#bonusarea {
	float: left;
	width: 210px;
	background: url("../skin/images/bonusbg.gif") no-repeat left top;
	height: 134px;
	padding: 0px;
	margin-top: 5px;
	text-align: center;
	/* background-color: White; */
	}

 #bonusarea table  {
	 margin-top: 15px;
	 margin-left: 8px;
	 font-weight: bold;
 }

 #bonusarea table tr#bonuscolor {
	 /* background: url(../skin/images/boxgrad.jpg) repeat-x; */
	 background-color: #feeabd;
	 line-height: 15px;
	 border-left: 1px solid #f9e5f5;
	 border-top: 1px solid #f9e5f5;
 }

 #bonusarea table tr#bonuscolor2 {
	 /* background: url(../skin/images/boxgrad.jpg) repeat-x; */
	 background-color: #fce3ab;
	 line-height: 15px;
	 border-left: 1px solid #f9e5f5;
 }


 #bonusarea table tr#bonuscolor a:hover, #bonusarea table tr#bonuscolor2 a:hover{
	 text-decoration: underline;
 }

#bonusarea_txt {
	margin-left: 0px;
	margin-top: 20px;
	line-height: 17px;
}	

#bubble {
	float: left;
	background: url("../skin/images/bubble_winky.jpg") no-repeat left top;
	_margin-left: 70px;
	margin-left: 10px;
	margin-top: 0px;
	width: 252px;
	height: 113px;		
}

#bubbletext {
	margin-left: 30px;
	margin-top: 20px;
	line-height: 17px;
}

#winky {
	float: left;
	width: 150px;
	height: 140px;
	margin-left: -10px;
	margin-top:	10px;
	
}

#bankbox {
	float: left;
	width: 200px;
	height: 271px;
	background: url(../skin/images/mywink_bg_medium.jpg) no-repeat;
	padding-left: 10px;
}

#myaccountbox {
	float: left;
	width: 200px;
	height: 271px;
	background: url(../skin/images/mywink_bg_medium.jpg) no-repeat;
	padding-left: 10px;
	margin-left: 7px;
	
}

#communitybox {
	float: left;
	width: 200px;
	height: 271px;
	background: url(../skin/images/comingsoon.jpg) no-repeat;
	padding-left: 10px;
	margin-left: 6px;
}

img#headertitle {
	margin-left: 20px;
	margin-top: 10px;

}

img#icons {
	margin-left: 20px;
	float: left;
		
}

#myaccountbox img#icons {
	margin-left: 8px;
	float: left;
		
}

#myaccountbox ul#menutext {
	padding-left: 2px;
	float: left;

}

ul#menutext {
	width: 150px;
	list-style-type: none;
	float: right;
	line-height: 23px;
	font-weight: bold;
	}

ul#menutext a:link, a:visited {
	color: #d50400;
	text-decoration: none;
}

ul#menutext a:hover {
	 text-decoration: underline;
}

ul#menutext li {
	
}

/* Error Span */

span.error {
	font-weight: bold;
	color: #c10501;
}



/* My details */

#mydetails {
	 margin: 0 0 0 60px;
	 width: 500px;
	}

#mydetails h3 {
   margin: 0 0 0 200px;
}


#membersData_update
{
	padding: 15px 0 15px 15px;
	background: transparent url(../skin/images/details_topbg.jpg) no-repeat top left;
	background-color: #fdefcc;
	text-align: left;
	width: 500px;
	margin-left: 60px;
}

#membersData_update #first {
	height: 45px;
	}

#membersData_update p {

text-align:left;
width:auto;


}

#membersData
{
	padding:0px;
	background: url(../skin/images/boxgrad.jpg) repeat-x;
	background-color: #fdefcc;
	border-width: 0px 0px 1px 1px;
	border-color: #f5e5bc;
	text-align: left;
	width: 500px;
	padding: 0 15px 10px 0px;
	overflow: hidden;


}

#membersData p {

text-align:left;
width:auto;


}

.detailsField
{
	clear: both;
	margin: 5px 0 5px 10px;
}
.detailsField b
{
	display:block;
	float: left;
	width: 145px;
}
.detailsField span

{
	display:block;
	float: left;
	/*padding-left: 4px;		*/
}

.detailsField .inputText, .detailsField select {

	border: 1px solid #f3cde4;
	padding: 1px;
}

#balanceDetails
{
	float: left;
	/* border-bottom: 1px solid #fda7dc; */
	background: transparent url(../skin/images/details_topbg.jpg) no-repeat top left;
	margin: 0 0 15px 0px;
	padding: 0 0px 5px 10px;
	/* background-color: #fdc4e7; */
	width: 515px;
	height: 41px;
	
}
#balanceDetails b
{	
	
	float:left;
	display: block;
	width: 145px;
}

#balanceDetails span
{	
display: block;
float: left;
color: #e70890;
width: 145px;
font-weight: bold;

}
#balanceDetails p
{
	text-align: left;
	padding:0;
	margin:5px 0;
}
#balanceDetails a
{
	display: block;
	width: 145px;
}

.buttonContainer {

	margin-top: 20px;
}

#updatedetails {

	margin-left: 200px;
}

/* My Games */ 

#mygames {
	width: 600px;	
	}

 #mygamescontainer h3 {
	margin-left: 270px;
}

#mygames a, #mygames a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #D50400;
}

#mygames a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #D50400;
}


#mygames .reportTable {
 text-align: center;
 margin-top: 10px;
}

#mygames .reportTable th
{
	/* border-bottom: 1px solid black; */
}
#mygames .reportTable td
{
	/* border-bottom: 1px solid silver; */	
}

#mygames .reportTableNav, #mygames .reportTable
{
	width: 100%;
	
	
}

.reportTableNav {
   margin-bottom: 20px;
	/* background-color: #fdc4e7; */

}

#mygames table.reportTableNav tr.resultRow td, #mygames table.reportTableNav tr.resultAltRow td {
 padding: 1px;

}

.resultRow {
	background-color: #feeabd;
	border: 1px solid #fde2a7;
	
	
}

.resultAltRow {
	background-color: #fee7ab;
	border: 1px solid #fde2a7;
	
	
}


/* Redeem Points */

#redeem {

	
}

#redeem h3 {
 margin-left: 240px;
}

#redeem input#Text1 {
 border: 1px solid #f3cde4;
 padding: 1px;
 }

 #redeem .buttonContainer {
  padding-bottom: 150px;
 }


/* Game Details */

#mygamedetails_container h3{
   	margin-left: 220px;
	
}

.mygamedetails {
   	width: 600px;
	padding-left: 15px;
	
}

.mygamedetails a, #mygamedetails a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #D50400;
}

.mygamedetails a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #D50400;
}

.mygamedetails #gamesDetailInfo 
{
	padding: 15px 0 0 15px;
	text-align: left;
	background: url(../skin/images/boxgrad.jpg) repeat-x;
	background-color: #feefc9;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #f5e5bc;
}
.mygamedetails #gamesDetailInfo th
{
	text-align: left;
}
.mygamedetails #gamesDetailInfo b
{
	display:block;
	width: 200px;
	float:left;
}
.mygamedetails .gameInfo th
{
	width: 100px;
}
.mygamedetails .gameInfo th, .gameInfo td
{
	padding: 2px;
}
.mygamedetails #gameCards
{
	border-collapse:collapse;
	width: 100%;
}
.mygamedetails .gameDetailCards
{
	background: #ac0179;
	margin: 5px 5px;
	border: 1px solid #ac0179;
	width:110px;
	background: #ac0179;
}

.bottomRow, .bottomRow th {
	background-color: #ac0179;
	border: 1px solid #ac0179;
	background-color: #ac0179;
	color: #FFF;
	font-size: 10px !important;

}



.mygamedetails .slotCards .gameDetailCards
{
	width: 150px;
	float: left;	
}
.mygamedetails .slotCards .gameDetailCards td
{
	width: 10px;	
}
.mygamedetails .winningCard
{
	color: #FF0000;
}

.mygamedetails .callSequence
{
	line-height: 18px;
	float:left;
	font-size: 10px;
	width: 100%;
	margin: 10px 0;
	
}
.mygamedetails .callSequence b
{
	font-size: 11px;
}
.mygamedetails .call
{
	float: left;
	width: 50px;
	height: 20px;
}
.mygamedetails #cardGroup
{
	margin-top:10px;
	clear: left;
	float:left;
	width: 100%;
}
.mygamedetails .gameDetailCards th	
{
	/* border-bottom:1px solid black; */
	text-align:center;
	font-size:10px;
	font-family: Verdana;
	/* background:silver; */
}
.mygamedetails .gameDetailCards td
{
	padding: 2px;
	font-size: 9px;
	background-color:#bc3293;
	border:1px solid #ac0179;
	text-align:center;
	font-size: 9px;
}
.mygamedetails .gameDetailCards th.winningCard, .mygamedetails .gameDetailCards tr.winningCard
{
	background: #ac0179;
	color: #FFF;
}
.mygamedetails .slotCards .gameDetailCards th.winningCard
{
	font-size: 10px;
	font-weight: 900;
	background: #ac0179;
	color: #FFF;
}
.mygamedetails .slotCards .gameDetailCards
{
	height: 75px;
	float: left;
	margin-right: 20px;
}

.gameDetailCards td
{
	background-color:#ac0179;
	color: #000;
	border: 1px solid #ac0179;
}

.mygamedetails td.selAndIn
{
	background-color:#fff;
	color: #000;
}
.mygamedetails .gameDetailCards td.sel
{
	background-color:#ac0179;
	color: #000;
}
.mygamedetails td.winningCard
{
	background-color:#ac0179;
}
.mygamedetails td.nowin
{
	background-color: #ac0179;
}
.mygamedetails .callSequence .c, .mygamedetails .callSequence .cwin
{
	font-size: 10px;
	font-weight:bold;
	padding-right: 5px;	
	font-size: 10px;
	
}
.mygamedetails span.n
{
	font-size: 10px;
	color: #000;
}
.mygamedetails span.cwin
{
	color: #F00;
}
.mygamedetails #gameCards
{
	/* float:left; */
}
.mygamedetails .clearer
{
	clear:both;
}




/*
#forgotContent img
{
margin-bottom: 238px;

} */


