body {
	width:100%;
	margin:0px;
	padding:0px;
	background: #1f1f1f;
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
	color:#e6e6e6;
	text-align:left;
}

#body_contents {
	background:#1a1a1a url(/images/background.jpg) repeat-x top center;
	width:100%;
	padding-bottom:20px;
}
/* Header area of the site */
#header_content {
	width:920px;
	margin-left:auto;
	margin-right:auto;	
}
#header_logo {
	width:100%;
	height:80px;
}
/* header area */

/* home page logo link */
#home_page_link {
	float:left;
	clear:left;
}
#home_page_link h1 {
	padding:0px;
	margin:0px;

}
#home_page_link a {
	display:block;
	width:375px;
	height:70px;
	text-indent:-200000px;
}
#home_page_link a:hover {
	text-decoration:none;
}
/* home page logo link */

/* Language selector */
#language_selector {
	float:right;
	clear:right;
	padding-top:20px;
	font-size:13px;
}
#language_selector select {
	width:160px;
}
/*End language selector */

/* Top Navigation */
#top_navigation {
	clear:both;
	width:923px;
	height:49px;
}
#top_nav_left {
	float:left;
	clear:left;
	width:20px;
	height:49px;
	background:url(/images/nav_left.gif) no-repeat top left;
}	
#top_nav_middle {
	float:left;
	width:880px;
	height:49px;
	background:url(/images/nav_bg.gif) repeat-x top center;
	text-align:center;
}
#top_nav_middle a {
	font-size:15px;
	line-height:49px;
	color:#e6e6e6;
	font-weight:600;
	text-decoration:none;
}
#top_nav_middle a:hover {
	color:#ffffff;
}
.top_nav_link {
	display:inline;
}
/* issue with IE zoom bug on the navigation links. */
* .top_nav_link {
	zoom: 1.0;
}
.top_nav_link div{
	display:inline;
}
.top_nav_divider  {
	display:inline;
	background:url(/images/nav_divider.gif) no-repeat top center;
	padding:15px 20px; 
}
#top_nav_right {
	float:left;
	clear:right;
	width:20px;
	height:49px;
	background:url(/images/nav_right.gif) no-repeat top right;
}
/* End Top Navigation */

/* Document Content, Banner and Side Navigation */
#document_content {
	width:916px;
	margin-left:auto;
	margin-right:auto;
	background:#dcdcdc url(/images/main_bg.gif) repeat-x bottom center;
	border:2px solid white;
	border-top:2px solid #dcdcdc;
	font-size:13px;
	color:#1a1a1a;
}
#document_content_interior_top {
	width:900px;
	height:11px;
	clear:both;
	margin:10px auto 0px;
	background:url(/images/interior_top.gif) no-repeat top center;
}
#document_content_interior_middle {
	width:900px;
	overflow:hidden;
	margin:-5px auto 20px;
	border-top:0px;
	background:#f1f1f1;
	min-height:250px;
}
/* End Document Content

/* Banner area */
#banner_graphic_generic {
	height:175px;
	margin-top:5px;
	background:url(/images/header_interior.jpg) no-repeat top center;
}
#banner_button_wrapper {
	padding-left:140px;
	padding-top:57px;
}
#banner_button_left {
	width:17px;
	height:75px;
	float:left;
	clear:left;
	background: url(/images/download_left.gif) repeat-x top left;
}
#banner_button_middle {
	height:75px;
	width:300px;
	float:left;
	text-align:center;
	background: url(/images/download_bg.gif) repeat-x top center;
}
#banner_button_middle a {
	color:#ffffff;
	line-height:72px;
	font-size:28px;
	text-decoration:none;
	display:block;
}
#banner_button_right {
	width:17px;
	height:75px;
	float:left;
	clear:right;
	background: url(/images/download_right.gif) repeat-x top right;
}
/* end banner */

/* Side navigation */
#side_nav {
	float:left;
	clear:left;
	width:185px;
	padding:20px 5px 10px 20px;
	font-weight:bold;
}
#side_nav a {
	text-decoration:none;
	color:#1a1a1a;
}
#side_nav a:hover {
	text-decoration:underline;
	color:#8d0606;
}
#side_nav .cssNavLinkOn	{
	color:#8d0606;
}

/* end side nav */

/* page content */
#page_content {
	float:left;
	clear:right;
	width:631px;
	padding:0px 20px;
	margin:15px 0px 0px;
	border-left: thin solid #a6a6a6;
}

#page_content p {
	margin-top:15px;
}

/**** pages without a left navigation ****/
#page_content.fairplay {
	border-left: none;
	width:860px;
}
#page_content.security {
	border-left: none;
	width:860px;
}
#page_content.fairplay img {
	padding:0px 5px 5px;
}
/**** end pages without left nav ****/

#page_content.about .jpc{
	background-color:#000000;
	color:#00DD00;
	padding:2px 0px;
	width:100%;
}

input	{
	font-weight: bold;
	color: #1E1A25;
	background-color: #C4A457;
	border: 1px solid  #8E0606;
}

table.cssLine  {
	background:none;
	color:#1a1a1a;
	border-collapse:collapse;
}
table.cssLine td {
	border:thin solid #8E0606;
}
.cssTransHead	{
	font-weight: bold;
	background-color: #C4A457;
}
.cssTableFullWidth {
	width: 100%;
}
table.cssTableBorder	{
	border: solid 1px #000000;
	text-align: center;
	padding: 0px;
	border-collapse: collapse;		
}	

table.cssTableBorder td	{
	border: solid 1px #000000;		
	text-align: center;
	padding: 2px;
}

a, a.cssBodyLink div {
	color: #9E0000;
	text-decoration:underline;
}
a:hover, a.cssBodyLink:hover div {
	color: #DE4301;
	text-decoration:underline;
}
a img {
	border:none;
}

.cssBodyBoldLink	{
	font-weight: bold;
}
a.cssBodyBoldLink:hover	{
	font-weight: bold;
}
.cssHeader {
	font-size:18px;
	font-weight:bold;
}
.cssTableBgLight {
	background-color: #DDDDDD;
	line-height: 16px;
}
.cssBodyBigColor1	{
	font-size: 14px;
	font-weight: bold;
	color: #8E0606;
}

.cssBodyBigColor2	{
	font-size: 14px;
	font-weight: bold;
	color: #DFB556;
}
	
.cssBodyHugeColor1	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #8E0606;
	text-decoration: none;
}
.cssBodyBold	{
	font-weight: bold;
}
.cssBodyBoldBig	{
	font-size: 14px;
	font-weight: bold;
}	
.cssBodyBoldColor1	{
	font-weight: bold;
	color: #8E0606;
}
.cssBodyBoldColor2	{
	font-weight: bold;
	color: #DFB556;
}
.cssBodyColor	{
	color: #DFB556;
}
.cssBodyError	{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8E0606;
}
.inputError	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #9E0000;
	text-decoration: none;
	background-color: #FFFFFF;
	border:1px solid #9E0000;
	padding: 3px;
}	

.cssHeaderColor	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #DFB556;
	text-decoration: none;
}
.cssLine 	{
	color: #8E0606;
	background-color: #8E0606;
}

/*end page content */

/* Added to fix bug 10607 to fix the formatting of the payout table in different languages */	
table.cssTableBorderOutline	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	border: solid 1px;
	border-color: #000000;
	text-align: center;
	cellspacing: 0px;
	cellpadding: 0px;
	border-collapse: collapse;		
}	
table.cssTableBorderOutline td.leftBox	{
	border-bottom: solid 1px #000000;
	padding: 2px;
}
table.cssTableBorderOutline td.centerBox	{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 2px;
}	
table.cssTableBorderOutline td.centerBoxBottom	{
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 2px;
}	
table.cssTableBorderOutline td.rightBox	{
	border-bottom: solid 1px #000000;
	padding: 2px;
}	
table.cssTableBorderOutline td.rightBoxBottom	{
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 2px;
}	
table.cssTableBorderOutline img {
	margin: 2px;
}
table.cssTableBorderOutline td.basicFormat {
	padding: 2px;
}
/* End add */	

/* Blackjack Matrix popup */
#blackjack_matrix .cssTableBorder {
	color:black;
	background-color:#F1F1F1;
}
#blackjack_matrix .matrixShade {
	background: #E0E0E0;
	color:black;
}
#blackjack_matrix .cssTableBorder .cssBodyBold {
	color:black;
}
#blackjack_matrix .cssBodyBold {
	color:#E6E6E6;
}
/* end Blackjack Matrix */

/* Promo area */
#promo_area {
	clear:both;
	overflow:hidden;
	padding:10px 0px;
	height:90px;
}
#promo_area_left {
	float:left;
	clear:left;
	width:184px;
	height:90px;
	background:url(/images/game_jackpot_bg.jpg) no-repeat top left;
	text-align:center;
}
#promo_area_left a {
	display:block;
	padding-top:70px;
	color:#e6e6e6;
	font-weight:bold;
	text-decoration:none;
}
#promo_area_banner {
	float:right;
	clear:right;
	width:728px;
}
/*end promo area */

/* Footer Content */
#footer_content {
	width:920px;
	clear:both;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	color:#e6e6e6;
}
#footer_content h3, #footer_content h2 {
	color:#cbb27c;
	font-size:13px;
	margin:2px 0;
}
#footer_content p {
	margin-top:5px;
}
/* End Footer Content */
/* SEO content */
#seo_content {
	float:left;
	clear:both;
	width:920px;
	padding:10px 0px;
	font-size:11px;
}
#seo_content a {
	color:#cbb27c;
	text-decoration:none;
}
#seo_content a:hover {
	text-decoration:underline;
}
/* end seo */
/* legal area */
#legal_area {
	float:left;
	clear:left;
/*	overflow:hidden;*/
	width:285px;
	border-right: 1px solid #333333;
	padding-right:10px;
}
/*end legal */
/* footer navigation */
#footer_navigation{
	float:left;
	clear:right;
/*	overflow:hidden;*/
	width:610px;
	padding-left:10px;

}
/* second condition is for div no wrap tags */
#footer_navigation a, #footer_navigation a div {
	font-size: 12px;
	color:#e6e6e6;
	text-decoration:none;
}
#footer_navigation a:hover, , #footer_navigation a:hover div {
	text-decoration:underline;
}
#footer_navigation table {
	width:100%;
	text-align:left;
	border-collapse:collapse;
}
#footer_navigation table td {
	padding-right:10px;
	vertical-align:top;
}
#footer_navigation li {
	list-style:none;
	list-style-position:outside;
	padding:3px 0px;
}
#footer_navigation h3 {
	line-height:normal;
}
/* end footer navigation */

/* Copy right Content */
#copyright {
	width:920px;
	height:36px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0px;
	color:#5b5b5b;
	font-size:11px;
	line-height:16px;
}
#copyright_left {
	float:left;
	clear:left;
	width:450px;
}
#copyright_left div {
	display:inline;
}
#copyright_right {
	float:right;
	clear:right;
}
#copyright a {
	color:#5b5b5b;
	font-size:11px;
	text-decoration:none;	
}
#copyright a:hover {
	text-decoration:underline;
}
/*End Copyright Content */
/* about/unsubscribe.html page */
.form-window {
    background-color: #DDDDDD;
    border:1px solid #000000;
    padding:0px 20px;
}
#thankyou .cssBodyBoldColor1 {
	background-color: #DDDDDD;
}
#unsubscribe .form-field-wrapper {
    text-align:center;
}
/*end about/unsubscribe.html */

