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

html,body {
	margin: 0;
}

body {
	padding: 0px;
	background-image: url("images-v2/back.gif");
	background-repeat: repeat-x;
	background-color: #811818;
}

#innerBody {

}

body.popup {
	padding: 20px;
	background-image: url("");
	background-color: #4c0303;
}

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

html.software {
	overflow:hidden;
}

#top_nav {
	width: 760px;
	height: 36px;
	margin: 0px;
	padding: 0px;
}

#top_nav_software {
	background-image: url("/softwareimages-v2/software_top_02.jpg");
	width: 549px;
	height: 42px;
	margin: 0px;
	padding: 58px 0px 0px 0px;
	text-align: center;
	color: #dad0cf;
	font-weight: bold;
}

#bottom_nav {
	background-image: url("images-v2/bottom_nav_back.gif");
	width: 760px;
	height: 23px;
	margin: 0px;
	padding: 31px 0px 0px 0px;
	text-align: center;
	color: #dad0cf;
	font-weight: bold;
}

#ndx_logos {
	background-image: url("images-v2/ndx_logos_back.gif");
	width: 760px;
	height: 42px;
	margin: 0px;
	padding: 11px 0px 0px 0px;
	text-align: center;
}

#head {
	position: relative;
	width: 760px;
	height: 94px;
	background-color: #550303;
	overflow:hidden;
}

#content {
	background-image: url("images-v2/content_back.gif");
	width: 490px;
	margin: 0px;
	padding: 0px 250px 30px 20px;
	text-align: left;
	line-height: 140%
}

#copyright {
	background-image: url("images-v2/copyright_back.gif");
	background-repeat: no-repeat;
	width: 760px;
	height: 19px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-align: center;
	color : #e4b335;
}

#ndxFlashLink {
	background-image: url("images-v2/flash-link_back.gif");
	background-repeat: no-repeat;
	width: 760px;
	height: 19px;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	color : #aeaeae;
}

#ndxLite {
	position: relative;
	width: 760px;
	height: 274px;
}

#ndxLite img {border: 0;}

#ndxLite img.ndxLite01 {
	position: absolute;
	top: 0;
	left: 0;
}
#ndxLite img.ndxLite02 {
	position: absolute;
	top: 0;
	left: 444px;
}

#ndxLite img.ndxLite03 {
	position: absolute;
	top: 57px;
	left: 444px;
}

#ndxLite img.ndxLite04 {
	position: absolute;
	top: 168px;
	left: 444px;
}

#ndxLite img.ndxLite05 {
	position: absolute;
	top: 219px;
	left: 444px;
}


#ndxText  {
	padding: 10px 20px 20px 20px;
	margin : 0px auto;
	width: 720px;
	height: 105px;
	text-align: left;
	background-image: url(images-v2/ndx_seo-back.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 11px;
	color: #d7d5d5;
}

#ndxTextInner {
	height: 105px;
	overflow: auto;
}

#ndxTextInner h1{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 1px 0px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images-v2/ndx-h1-back.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#ndxTextInner h2{
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 11px;
}

.faqAnswer {
	padding: 5px;
	margin: 5px 0px 5px -40px;
	border: 1px solid #824f4f;
	background-color: #5c0404;
}

.faqClose {
	text-align: right;
}

#ndxGamesBar {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 72px;
	overflow: hidden;
}

#rollingNav {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 34px;
	overflow: hidden;
}

#ndxBottomFlashGames {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 25px;
	overflow: hidden;
}

#ndxFlashGamesDiv, #ndxFlashBonusDiv, #ndxFlashDownloadDiv {
	position: relative;
	padding: 0px;
	margin:0px;
}

#ndxFlashGamesCoverDiv, #ndxFlashBonusCoverDiv, #ndxFlashDownloadCoverDiv {
	position: absolute;
	top: 0px;
	left: 0px;
}

#ndxSpacer {
	height: 13px;
	background-color: #550303;
	width:760px;
}

#ndxFlashSplash {
	width: 760px;
	height: 274px;
	background-color: #550303;
}

#ndxBlurbs {
	width: 760px;
	height: 157px;
	position: relative;
	background-color: #550303;
}

#ndxBlurbs #blurb01, #ndxBlurbs #blurb02, #ndxBlurbs #blurb03, #ndxBlurbs #blurb04 {
	position: absolute;
	width: 174px;
	height: 129px;
	top: 13px;
}

#ndxBlurbs #blurb01 { left: 14px; }
#ndxBlurbs #blurb02 { left: 199px; }
#ndxBlurbs #blurb03 { left: 385px; }
#ndxBlurbs #blurb04 { left: 571px; }

#ndxBlurbs .blurbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 97;
}


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

body,div,th,td,p {
	font-family: Tahoma,arial,sans-serif;
	font-size: 11px;
	color: #ffffff;
}

input,textarea {
	font-family: Tahoma,arial,sans-serif;
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

.bolderThanBold {
	font-size: 18px;
	font-weight: normal;
	line-height: 140%
}

.fineprint {
	font-size: 10px;
}

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

.title,h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	line-height: 24px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0px 0px 5px 0px;
}

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

table.chartTable th {
	border-width: 1px 0px 0px 1px;
	padding: 3px;
	border-style: solid;
	border-color: #824f4f;
	background-color: #6a0404;
	font-weight: bold;
	vertical-align: middle;
}

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

.advContactForm {
	margin: 0px;
	padding: 2px;
	border: 1px solid #000000;
	font-family: Tahoma,arial,sans-serif;
	font-size: 11px;
	color: #000000;
	width: 300px;
}

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

a:link, a:active, a:visited {
	color : #ffcc00;
	font-weight:bold;
	text-decoration:none;
	outline: none;
}

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

a.nav:link, a.nav:active, a.nav:visited {
	color : #dad0cf;
	font-weight:bold;
	text-decoration:none;
}

a.nav:hover {
	color : #ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.nav_download:link, a.nav_download:active, a.nav_download:visited {
	color : #ecc46a;
	font-weight:bold;
	text-decoration:none;
}

a.nav_download:hover {
	color : #ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.faqCloseLink:link,a.faqCloseLink:active,a.faqCloseLink:visited {
	color : #824f4f;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

a.faqCloseLink:hover {
	color : #a97b7b;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

/*---------------------------------------------------------------------------------------------
	Landing Page (lp) Settings
---------------------------------------------------------------------------------------------*/

body.lp {
	padding: 20px;
	background-image: url("");
	background-color: #901a1a;
}

.lp_copyright {
	color : #faf199;
}

a.lp_copyright:link,a.lp_copyright:active,a.lp_copyright:visited {
	color : #fae005;
	text-decoration: none;
	font-weight: bold;
}

a.lp_copyright:hover {
	color : #ffface;
	text-decoration: underline;
	font-weight: bold;
}


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

#ndxGamesBar a:hover{
	background-position: 0px -72px;
}

#ndxGamesBar #cfg { width: 100px; background-image: url(images-v2/ndx_05_v2_01.gif); }
#ndxGamesBar #casinogames { width: 143px; background-image: url(images-v2/ndx_05_v2_02.gif); }
#ndxGamesBar #blackjack { width: 68px; background-image: url(images-v2/ndx_06_v2.gif); }
#ndxGamesBar #slots { width: 57px; background-image: url(images-v2/ndx_07_v2.gif); }
#ndxGamesBar #roulette { width: 72px; background-image: url(images-v2/ndx_08_v2.gif); }
#ndxGamesBar #videopoker { width: 86px; background-image: url(images-v2/ndx_09_v2.gif); }
#ndxGamesBar #craps { width: 77px; background-image: url(images-v2/ndx_10_v2.gif); }
#ndxGamesBar #ciga { width: 157px; background-image: url(images-v2/ndx_11_v2.gif); }


#ndxBottomFlashGames a{
	display: block;
	height: 25px;
	width: 760px;
	padding: 25px 0px 0px 0px;
	background-position: 0px 0px;
	background-image: url(images-v2/flash-link_back.gif);
	background-repeat: no-repeat;
	float: left;
}

#ndxBottomFlashGames a:hover{
	background-position: 0px -25px;
}

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

#rollingNav a:hover{
	background-position: 0px -34px;
}

#rollingNav #nav_download { width: 120px; background-image: url(images-v2/nav_v3_download.gif); }
#rollingNav #nav_promotions { width: 90px; background-image: url(images-v2/nav_v3_promotions.gif); }
#rollingNav #nav_tournaments { width: 100px; background-image: url(images-v2/nav_v3_tournaments.gif); }
#rollingNav #nav_cashier { width: 65px; background-image: url(images-v2/nav_v3_cashier.gif); }
#rollingNav #nav_preview { width: 69px; background-image: url(images-v2/nav_v3_preview.gif); }
#rollingNav #nav_support { width: 95px; background-image: url(images-v2/nav_v3_support.gif); }
#rollingNav #nav_faq { width: 42px; background-image: url(images-v2/nav_v3_faq.gif); }
#rollingNav #nav_affiliates { width: 87px; background-image: url(images-v2/nav_v3_affiliates.gif); }
#rollingNav #nav_viprewards { width: 92px; background-image: url(images-v2/nav_v3_viprewards.gif); }


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

#dropmenudiv{
	position: absolute;
	border: 1px solid #824F4F;
	border-bottom-width: 0;
	font:normal 11px;
	line-height: 16px;
	z-index: 100;
	background-color: #551010;
}

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

#dropmenudiv a:hover{
	background-color: #6A0404;
}

