@charset "utf-8";
/* CSS Document */

body{ 
	background-color:#e5e5e5; 
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size:14px; color:#333333; 
	background-image:url(/images/new/bg.jpg); 
	background-position:top; 
	background-repeat:repeat-x; 
	background-attachment:fixed; 
	margin:0; 
	padding:0; text-align:center;  
}
img { border:none;
}

h3{ padding:20px 0 10px 0; margin:0;}


a { outline:none;}
a:link { color:#333333; }
a:visited { color:#333333;}
a:link:hover, a:visited:hover { color: #CC0000;}
a:link:active, a:visited:active { color:#333333;}

div.main_wrapper{
	width: 892px;
	/*position: relative;*/
	margin-left: auto;
	margin-right: auto; 
	background-color:#FFFFFF; 
	border-left:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC; text-align:left;
}
#poker-btn{
	height: 48px;
	width: 80px;
	overflow: hidden;
	background: url(/images/new/poker-btn.jpg) top left no-repeat;
	display: block; 
}
#poker-btn:hover{
	background-position: bottom left;
}
#bingo-btn{
	height: 48px;
	width: 76px;
	overflow: hidden;
	background: url(/images/new/bingo-btn.jpg) top left no-repeat;
	display: block;
}
#bingo-btn:hover{
	background-position: bottom left;
}
#casino-btn{
	height: 48px;
	width: 81px;
	overflow: hidden;
	background: url(/images/new/casino-btn.jpg) top left no-repeat;
	display: block;
}
#casino-btn:hover{
	background-position: bottom left;
}
#login_form { color:#FFFFFF; font-size:11px; font-weight:bold;}
#login_form a { color:#FFFFFF; font-size:11px; font-weight:normal;}
#footer { font-size:10px; color:#555555}

.field { background-color:#ffffff; border:1px solid #990000; border-collapse:collapse; height:20px;}
#content_tbl { padding:5px 0}



.page_titles { background-color:#ffffff;
	background-image:url(/images/lobby/page-titles-bg.jpg); 
	background-repeat: no-repeat; background-position:left; text-align:left;
	color:#ffffff; 
	height:40px; width:auto;
	text-indent:15px; 
	line-height:40px; 
	font-size:16px; 
	text-transform:uppercase; 
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; margin:0; padding:0;
}
.page_titles_wide { font-size:18px; text-transform:uppercase; margin:0; padding:10px 0px 0 5px;}
.content { padding:10px 15px 10px 15px;}
.jps{ color:#000000; font-size:14px;  text-align:center; padding:0 3px;}
.jp_amount{background-image:url(/images/lobby/jp-amount.jpg); background-position:center; background-repeat: no-repeat; width:142px; height:28px; line-height:28px; color:#ffffff; font-size:16px; font-weight:bold; padding:5px 0; text-align:center; margin:0 auto;}

.bonus_titles { color:#ff0000; font-size:18px; text-transform:uppercase; margin:15px 0; padding:5px; background-color:#ffcccc}
.bold { font-weight:bold;}
.highlight { color:#FF0000}
.small{ font-size:12px;}

a.hdrlink { text-decoration:none; outline:none; display:block; }
a.hdrlink:link { color:#ffffff; }
a.hdrlink:visited { color:#ffffff;}
a.hdrlink:link:hover, a.hdrlink:visited:hover { color: #000000;}
a.hdrlink:link:active, a.hdrlink:visited:active { color:#ffffff;}

.clear{ padding:0; margin:0;}

table.tourny_subtbl{border:1px solid #99ccff; border-collapse:collapse;}
table.tourny_subtbl th, table.tourny_subtbl td{border:1px solid #99ccff; padding:3px; vertical-align:top; background-color:#E7F2FA;}

table#dyn_content td { vertical-align:top;}
.dyn_footer{font-size:10px;}
.dyn_subtitle{  font-weight:bold;}
.dyn_spacer{
	width:90%;
	display:block;
	size:1; 
	margin: 10px auto;
	padding: 0;
	height: 1px;
	border-bottom: 1px dotted #FF99CC; border-top:none;
	border-style: none none dotted none;	
}

table#dyn_std_tbl { background-color:#ccc}
table#dyn_std_tbl td { background-color:#fff; padding:2px;}
.undrln {text-decoration:underline;}


/*new dynamic pages*/
#dyn_main_div { width:95%; margin:0 auto; min-height:300px }
#dyn_main_div h3{
	background:#FFDFE0; 
	padding:3px; 
	margin:7px auto 3px auto; 
	font-size:18px; 
	text-align:center; color:#222;
}
#dyn_tbl { width:95%;  }
#dyn_tbl h4
{ 	font-family:Arial, Helvetica,"Trebuchet MS", Verdana, sans-serif;
	color:#000;
	padding:0px;
	margin:5px 0; 
	font-size:14px; 
	text-decoration:none; 
	font-weight:bold;
}
table#dyn_tbl td { vertical-align: top}
.dyn_hdr {  }
.dyn_subhdr {}
.dyn_divider {
	width:90%;
	display:block;
	size:1; 
	margin: 10px auto;
	padding: 0;
	height: 1px;
	border-bottom: 1px dotted #BBBBBB; border-top:none;
	border-style: none none dotted none; clear:both; 
}