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

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

body.popup {
	padding: 20px;
	background-image: url("");
	text-align: left;
	background-color: #000000;
}

body.software {
	padding: 10px;
	background-image: url("");
	overflow-x:hidden;
	overflow-y:auto;
	text-align: center;
	background-color: #000000;
}

html.software {
	overflow:hidden;
}

body.lp {
	background-repeat: repeat;
}

#top01 {
	margin: 0px auto;
	padding: 0px;
	width: 776px;
	height: 95px;
	background-image: url(/images/back-top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: #000000;
}

#top01 #left {
	float: left;
	margin: 0px;
	padding: 0px;
}

#top01 #right {
	float: right;
	margin: 0px;
	padding: 12px 20px 0px 0px;
	color: #d8d8d8;
}

#top02 {
	margin: 0px auto;
	padding: 0px;
	width: 776px;
	height: 29px;
	color: #000000;
	overflow: hidden;
}

#pagebottom {
	margin: 0px auto;
	padding: 15px 0px;
	width: 776px;
	background-image: url(/images/back-bottom.gif);
	background-repeat: no-repeat;
	color: #d8d8d8;
}

#container {
	width: 776px;
	margin: 0px auto;
	padding: 0px;
	background-color: #000000;
}

#ndxFlashSplash {
	outline: none;
}

#ndxLite {
	position: relative;
	width: 776px;
	height: 366px;
}

#ndxLite img {border: 0;}

#ndxLite img.ndxLiteBtn {
	position: absolute;
	top: 275px;
	left: 201px;
}

#ndxLite img.ndxLiteInstantPlay {
	position: absolute;
	top: 287px;
	left: 56px;
}

#ndxLite img.ndxLiteDownloadNow {
	position: absolute;
	top: 287px;
	left: 406px;
}

#ndxBlurbs{
	width: 776px;
	height: 187px;
	position: relative;
}

#ndxBlurbs #left, #ndxBlurbs #middle, #ndxBlurbs #right{
	position: absolute;
	top: 0px;
	background-image: url(/images/ndx-box-back.gif);
	background-repeat: no-repeat;
	padding: 17px 18px 0px 18px;
	width: 200px;
	height: 170px;
	text-align: left;
	color: #8a8b8f;
}

#goLink {
	float: right;
	background-image: url(/images/bullet-grey.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 9px;
}

#ndxBlurbs #left {
	left: 20px;
}

#ndxBlurbs #middle {
	left: 270px;
}

#ndxBlurbs #right {
	left: 520px;
}

#container #pageHeader {
	margin: 0px;
	padding: 0px;
	background-image: url();
	background-repeat: no-repeat;
	height: 52px;
	overflow: hidden;
}

#container #pageHeader h1 {
	padding: 80px 0px 0px 0px;
	margin: 0px;
}

#rightnav {
	float: right;
	width: 236px;
	padding: 21px 20px 0px 0px;
	margin: 0px;
}

#rightnav #blurb {
	padding: 0px 18px;
	background-image: url(/images/ros-right-back.gif);
	text-align: left;
}

#content {
	width: 484px;
	margin-left: 18px;
	padding: 21px 0px 30px 0px;
	line-height: 150%;
	text-align: left;
}

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

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: #42445b;
	border-collapse: collapse;
}

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

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

table.chartTable {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #42445b;
	border-collapse: collapse;
}

table.chartTable th {
	border-width: 1px 0px 0px 1px;
	padding: 3px;
	border-style: solid;
	border-color: #42445b;
	background-color: #12131a;
	font-weight: bold;
	vertical-align: middle;
}

table.chartTable td {
	border-width: 1px 0px 0px 1px;
	padding: 3px;
	border-style: solid;
	border-color: #42445b;
	vertical-align: top;
}

#ndxBottomWrapper{
	margin: 0px;
	padding: 0px;
	position:relative;
	height: 112px;
	overflow: hidden;
}

#ndxBottomWrapper #howToPlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

#ndxBottomWrapper #ndxGameThumbs {
	position: absolute;
	top: 0px;
	left: 220px;
	overflow: hidden;
}

.faqAnswer {
	padding: 5px;
	margin: 5px 0px 5px -40px;
	border: 1px solid #42445b;
	background-color: #12131a;
	
}

.faqClose {
	text-align: right;
}

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

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #2c2e3d;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
}

.bold {
	font-weight: bold;
}

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

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

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

h1, .title {
	font-size: 18px;
	color: #7eb050;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: Verdana;
}

h2 {
	font-size: 16px;
	color: #7eb050;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-family: Verdana;
}


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

a {
	color: #ffc407;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #fdecb7;
	text-decoration: underline;
}

#top01 a {
	color: #ffc407;
	text-decoration: none;
	font-weight: bold;
}

#top01 a:hover {
	color: #fdecb7;
	text-decoration: underline;
}

#pagebottom a {
	color: #ffc407;
	text-decoration: none;
	font-weight: bold;
}

#pagebottom a:hover {
	color: #fdecb7;
	text-decoration: underline;
}

#goLink a {
	color: #ffc407;
	text-decoration: underline;
	font-weight: normal;
}

#goLink a:hover {
	color: #fdecb7;
}



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

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

#top02 #download { width: 149px; background-image: url(/images/nav-download.gif); }
#top02 #promotions { width: 103px; background-image: url(/images/nav-promotions.gif); }
#top02 #tournaments { width: 111px; background-image: url(/images/nav-tournaments.gif); }
#top02 #preview { width: 120px; background-image: url(/images/nav-preview.gif); }
#top02 #cashier { width: 68px; background-image: url(/images/nav-cashier.gif); }
#top02 #faq { width: 43px; background-image: url(/images/nav-faq.gif); }
#top02 #about { width: 78px; background-image: url(/images/nav-about.gif); }
#top02 #contact { width: 104px; background-image: url(/images/nav-contact.gif); }



#ndxGameThumbs a{
	display: block;
	height: 112px;
	width: 100px;
	padding: 120px 0px 0px 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

#ndxGameThumbs a:hover{
	background-position: 0px -112px;
}

#ndxGameThumbs #cfg { width: 100px; background-image: url(/images/ndx-bottom-cfg.gif); }
#ndxGameThumbs #blackjack { width: 90px; background-image: url(/images/ndx-bottom-blackjack.gif); }
#ndxGameThumbs #roulette { width: 86px; background-image: url(/images/ndx-bottom-roulette.gif); }
#ndxGameThumbs #craps { width: 87px; background-image: url(/images/ndx-bottom-craps.gif); }
#ndxGameThumbs #videopoker { width: 90px; background-image: url(/images/ndx-bottom-video-poker.gif); }
#ndxGameThumbs #slots { width: 103px; background-image: url(/images/ndx-bottom-slots.gif); }

/*---------------------------------------------------------------------------------------------
	Tournament Cal Menu Settings
---------------------------------------------------------------------------------------------*/

#dropmenudiv{
	position: absolute;
	border: 1px solid #42445B;
	border-bottom-width: 0;
	font:normal 11px;
	line-height: 16px;
	z-index: 100;
	background-color: #12131A;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #42445B;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{
	background-color: #112201;
}





