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

html,body {
	margin: 0;
}

body {
	padding: 0px;
	background-image: url("/images/back.gif");
	background-color: #901a1a;
}

#innerBody {
	padding: 10px 0px;
	background-image: url("/images/back02.gif");
	background-repeat: repeat-x;
}

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: 549px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

#top_nav_software {
	background-image: url("/software/images/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/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/ndx_logos_back.gif");
	width: 760px;
	height: 42px;
	margin: 0px;
	padding: 11px 0px 0px 0px;
	text-align: center;
}

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

#copyright {
	background-image: url("/images/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/flash-link_back.gif");
	background-repeat: no-repeat;
	width: 760px;
	height: 19px;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	color : #aeaeae;
}

#ndxText  {
	padding: 10px 20px 20px 20px;
	margin : 0px auto;
	width: 720px;
	height: 105px;
	text-align: left;
	background-image: url(/images/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/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: 549px;
	height: 30px;
	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;
}



/*---------------------------------------------------------------------------------------------
	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 #casinogames { width: 242px; background-image: url(/images/ndx_05_v2.gif); }
#ndxGamesBar #blackjack { width: 68px; background-image: url(/images/ndx_06_v2.gif); }
#ndxGamesBar #slots { width: 57px; background-image: url(/images/ndx_07_v2.gif); }
#ndxGamesBar #roulette { width: 72px; background-image: url(/images/ndx_08_v2.gif); }
#ndxGamesBar #videopoker { width: 86px; background-image: url(/images/ndx_09_v2.gif); }
#ndxGamesBar #craps { width: 77px; background-image: url(/images/ndx_10_v2.gif); }
#ndxGamesBar #ciga { width: 157px; background-image: url(/images/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/flash-link_back.gif);
	background-repeat: no-repeat;
	float: left;
}

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

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

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

#rollingNav #nav_download { width: 84px; background-image: url(/images/top_v2_download.gif); }
#rollingNav #nav_promotions { width: 79px; background-image: url(/images/top_v2_promotions.gif); }
#rollingNav #nav_tournaments { width: 87px; background-image: url(/images/top_v2_tournaments.gif); }
#rollingNav #nav_cashier { width: 54px; background-image: url(/images/top_v2_cashier.gif); }
#rollingNav #nav_preview { width: 57px; background-image: url(/images/top_v2_preview.gif); }
#rollingNav #nav_support { width: 82px; background-image: url(/images/top_v2_support.gif); }
#rollingNav #nav_faq { width: 33px; background-image: url(/images/top_v2_faq.gif); }
#rollingNav #nav_affiliates { width: 73px; background-image: url(/images/top_v2_affiliates.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;
}

