
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
	height:100%;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	height:100%;
	background-color: #0c240c;
}

#top01 {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	height: 92px;
	background-image: url(/images-v2/jp_back-top.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#top01 #logo{
	position: absolute;
	top: 0px;
	left: 0px;
}

#top01 #currency{
	position: absolute;
	top: 59px;
	left: 290px;
}

#top01 #flags{
	position: absolute;
	top: 69px;
	right: 16px;
}

#top01 #flags img{
	padding: 0px 0px 0px 4px;
}

#top02{
	margin: 0px auto;
	padding: 0px;
	width: 747px;
	height: 26px;
	overflow: hidden;
}

#top03{
	height: 16px;
}

#ndxRow01{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	height: 302px;
}

#ndxRow01 #bonus{
	position: absolute;
	top: 0px;
	right: 0px;
}

#ndxRow01 #flipper1{
	position: absolute;
	top: 0px;
	left: 0px;
}

#ndxRow01 #flipper2{
	position: absolute;
	top: 0px;
	left: 0px;
}

#ndxRow01 #flipperOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 102;
}

#ndxRow01a{
	margin: 0px auto;
	padding: 0px;
	width: 778px;
	height: 79px;
}

#ndxRow02{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	height: 130px;
	text-align: left;
}

#ndxRow02 #games{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 222px;
	height: 123px;
}

#ndxRow02 #progressives{
	position: absolute;
	top: 0px;
	left: 231px;
	width: 222px;
	color: #cecece;
	text-align: center;
}

#progressiveCounter{
	width: 222px;
	height: 23px;
	background-image: url(/images-v2/ndx-progressive02.gif);
	background-repeat: repeat-y;
	text-align: center;
}

#ndxRow02 #events{
	position: absolute;
	top: 0px;
	right: 0px;
}

#ndxRow03{
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	background-image: url(/images-v2/ndx-expander-back.gif);
}

#ndxRow03 #expanderLiner01{
	background-image: url(/images-v2/ndx-expander-liner.gif);
	background-repeat: no-repeat;
	padding: 15px 13px 10px 0px;
	text-align: left;
}

#ndxRow03 #expanderLiner01 h1, #ndxRow03 #expanderLiner01 h2, #ndxRow03 #expanderLiner01 h3, #ndxRow03 #expanderLiner01 h4{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}

#ndxRow04{
	text-align: center;
	margin: 0px auto;
	padding: 13px 0px 0px 0px;
	width: 780px;
}

#ndxRow04 img{
	padding: 0px 6px 0px 5px;
}

#previewFlipperWrapper{
	position: relative;
	width: 222px;
	height: 123px;
}

#previewFlipperWrapper #previewFlipper1{
	position: absolute;
	top: 24px;
	left: 6px;
}

#previewFlipperWrapper #previewFlipper2{
	position: absolute;
	top: 24px;
	left: 6px;
}

#previewFlipperWrapper #previewFlipperOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 102;
}

#container {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(/images-v2/back.gif);
	background-repeat: repeat-x;
	background-color: #1a4917;
}

#wrapper {
	width: 780px;
	text-align: left;
	margin: 0px auto;
	background-image: url(/images-v2/back-inside-content.gif);
	background-repeat: repeat-y;
}

#wrapper #liner01 {
	margin: 0px;
	padding: 0px;
	background-image: url(/images-v2/jp_header-winners.gif);
	background-repeat: no-repeat;
}

#wrapper #pageHeader {
	margin: 0px;
	padding: 0px;
	background-image: url(/images-v2/jp_header-winners.gif);
	background-repeat: no-repeat;
	height: 70px;
	overflow: hidden;
}

#wrapper #pageHeader h1 {
	padding: 70px 0px 0px 0px;
	margin: 0px;
}

#rightnav {
	float: right;
	width: 222px;
	padding: 0px;
	margin: 0px;
	color: #cecece;
	text-align: center;
}

#content {
	width: 495px;
	margin-left: 38px;
	padding: 5px 0px 0px 0px;
	line-height: 150%;
	font-family: Verdana;
}

#floatKilla {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#footer{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 68px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(/images-v2/back-bottom.gif);
	background-repeat: repeat-x;
}

#footer #line01{
	margin: 0px auto;
	padding: 7px 0px 0px 0px;
	height: 22px;
	color: #357f31;
}

#footer #line02{
	margin: 0px auto;
	padding: 8px 0px 0px 0px;
	color: #ffffff;
}

ul.clean {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.clean li {
	list-style-image: none;
	list-style-type: none;
}

table.clean {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #dddddd;
	border-collapse: collapse;
}

table.clean th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #eeeeee;
	font-weight: bold;
	vertical-align: middle;
}

table.clean td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	vertical-align: top;
}

table.winners {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #b5b399;
	border-collapse: collapse;
}

table.winners th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #b5b399;
	background-color: #386c34;
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
}

table.winners td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #b5b399;
	vertical-align: middle;
}

table.winners .bucks{
	font-weight: bold;
	font-size: 18px;
	color: #386d35;
	white-space: nowrap;
}




/*------------------- expander styles -------------------*/

.ExpandableHeader{
	cursor: pointer;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
}

.accordprefix {
	position: relative;
	top: 4px;
}

.ExpandableMenu {
	padding-right: 15px;
	padding-left: 15px;
}


.openlanguage{
	color: #ffcc00;
}

div.thelanguage{
	padding: 3px 0px 0px 37px;
	color: #ffffff;
}

div.thelanguage a {
	color: #ffcc00;
	text-decoration: none;
	padding: 0px;
}

div.thelanguage a:hover {
	color: #ffcc00;
	text-decoration: underline;
}



.closedlanguage{ 
	color: #ffcc00;
}

.expandLink {
	font-size: 0.8em;
	color: #ffcc00;
	font-weight: normal;
}

.openlanguage span.expandLink { 
	display:none;
}

/*------------------- /expander styles -------------------*/


/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body, td, th, p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #050404;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
	color: #7ebe1c;
}

.copyright {
	
}

hr {
	border: 0px;
	color: #a7a469;
	background-color: #a7a469;
	height: 1px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #582929;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}

h1 {
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2, .title, .subtitle, .subtitle2 {
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: bold;
}


/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #9a4f25;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #c78561;
}

#leftnav a {
	color: #68777d;
	text-decoration: none;
}

#leftnav a:hover {
	color: #68777d;
	text-decoration: underline;
}

#top02 a{
	display: block;
	height: 26px;
	width: 100px;
	padding: 26px 0px 0px 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
}

#top02 a:hover{
	background-position: 0px -26px;
}

#top02 #download { width: 156px; background-image: url(/images-v2/jp_nav-download.gif); }
#top02 #promotions { width: 102px; background-image: url(/images-v2/jp_nav-promotions.gif); }
#top02 #cashier { width: 84px; background-image: url(/images-v2/jp_nav-cashier.gif); }
#top02 #winners { width: 36px; background-image: url(/images-v2/jp_nav-winners.gif); }
#top02 #faq { width: 33px; background-image: url(/images-v2/jp_nav-faq.gif); }
#top02 #contact { width: 88px; background-image: url(/images-v2/jp_nav-contact.gif); }
#top02 #about { width: 91px; background-image: url(/images-v2/jp_nav-about.gif); }
#top02 #poker { width: 157px; background-image: url(/images-v2/jp_nav-poker.gif); }


#footer #line01 a{
	font-weight: bold;
	text-decoration: underline;
	color: #ffcc00;
}

#footer #line01 a:hover{
	color: #fef5d1;
}

#footer #line02 a{
	font-weight: normal;
	text-decoration: none;
	color: #ffcc00;
}

#footer #line02 a:hover{
	color: #fef5d1;
}

#ndxRow02 #progressives a{
	font-weight: bold;
	text-decoration: underline;
	color: #ffcc00;
}

#ndxRow02 #progressives a:hover{
	color: #fef5d1;
}

#rightnav a{
	font-weight: bold;
	text-decoration: underline;
	color: #ffcc00;
}

#rightnav a:hover{
	color: #fef5d1;
}

