

/*******************************************************************
		Main styles
*******************************************************************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;	
}

body {
	background-image: url("/images/background.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

body img {
	border: 0;
}

#container_outside {
	width: 100%;
	height: 100%;	
	min-height: 100%;
	background-image: url("/images/background_bottom.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
}
#container_middle {
	width: 100%;
	height: 100%;
	background-image: url("/images/page_shadow.png");
	background-repeat: repeat-y;
	background-position: center top;
}
		
#container_inside {
	position: relative;
	margin: 0 auto;
	width: 910px;
	height: 100%;
	background-color: #FFFFFF;
}

html>body #container_outside {
	height: auto;
}

#header {
	width: 910px;
	height: 108px;
	background-image: url("/images/background_header.gif");
	background-repeat: no-repeat;
}

#header img.logo {
	position: absolute;
	top: 30px;
	left: 71px;
}

#header span.cust {
	position: absolute;
	top: 85px;
	right: 10px;
}

#navTop {
	width: 910px;
	height: 34px;
	overflow: hidden;
}

#container {
	width: 878px;
	padding: 16px;
	padding-bottom: 113px;
	background-image: url("/images/background_content.gif");
	background-repeat: no-repeat;
}

#ndxSplash {
	position: relative;
	width: 878px;
	height: 287px;
}

#ndxSplash #splash01 { position: absolute; top: 0; left: 0; }
#ndxSplash #splash02 { position: absolute; top: 0; left: 495px; }
#ndxSplash #splash_download { position: absolute; top: 180px; left: 495px; }
#ndxSplash #splash03 { position: absolute; top: 264px; left: 495px; }
#ndxSplash #splash04 { position: absolute; top: 0; left: 826px; }

#ndxCol01, #ndxCol02, #ndxCol03 {
	float: left;
	margin-top: 16px;
}

#ndxCol01 {
	margin-right: 16px;
	width: 431px;
}

#ndxCol04 {
	float: left;
	margin-top: 16px;
}

#ndxCol02 {
	margin-right: 15px;
	width: 208px;
}

#ndxCol03 {
	width: 208px;
}

#promotions_container {
	width: 208px;
	padding: 0;
	background-image: url("/images/promotions_bg.gif");
	background-repeat: repeat-y;
}

#promotions_ndx_inner {
	width: 208px;
	background-image: url("/images/promotions_ndx_bottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#promotions_inside_inner {
	width: 208px;
	background-image: url("/images/promotions_inside_bottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

.promotions_item {
	position: relative;
	padding: 0 2px;
	width: 204px;
	height: 81px;
	
	background-image: url("/images/promotions_spacer.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.promotions_item img {
	position: absolute;
	top: 18px;
	left: 9px;
}

.promotions_item span {
	position: absolute;
	top: 16px;
	left: 57px;
}

#tournament_feed_container {
	width: 208px;
	background-image: url("/images/tournament_feed_bg.gif");
	background-repeat: repeat-y;
}

.tournament_feed_item {
	margin: 0 2px;
	width: 204px;
}

.tournament_feed_item tr {
	height: 54px;
	background-image: url("/images/tournament_feed_fade_grey.gif");
	background-repeat: repeat-x; 
	background-position: left bottom; 
}

.tournament_feed_fade_red { background-image: url("/images/tournament_feed_fade_red.gif") !important; }
.tournament_feed_fade_blue { background-image: url("/images/tournament_feed_fade_blue.gif") !important; }

#content_outer {
	float: left;
	position: relative;
	width: 641px;
	background-image: url("/images/content_bg.gif");
	background-repeat: repeat-y;
}

#content_outer-software {
	position: relative;
	width: 641px;
	background-image: url("/images/content_bg.gif");
	background-repeat: repeat-y;
	margin: 0px auto;
}

#content_inner {
	width: 591px;
	min-height: 574px;
	padding: 75px 25px 25px 25px;
	
	background-image: url("/images/content_top.gif");
	background-repeat: no-repeat;
}

#content_inner img.header {
	position: absolute;
	top: 3px;
	left: 0;
}

#column {
	float: left;
	margin-left: 9px;
	width: 228px;
	background-image: url("/images/column_bg.gif");
	background-repeat: repeat-y;
}

#col_padding {
	padding: 2px 10px 7px 10px;
}

#footer_container {
	position: absolute;
	bottom: 0;
	width: 910px;
	height: 97px;
	background-image: url("/images/background_footer.gif");
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	width: 910px;
	height: 97px;
}

#footer img.logo {
	position: absolute;
	top: 48px;
	left: 34px;
}

#footer span.nav {
	position: absolute;
	top: 48px;
	left: 186px;
}

#footer span.copyright {
	position: absolute;
	top: 68px;
	left: 186px;
}

.block {
	display: block;
}

table {
	margin: 0 auto;
	width: 500px;
	background-color: #334456;
	border: 1px solid #71757c;
	border-collapse: collapse;
}

table.payout {
	font-size: 10px;
}

table.depositTable {
	width: 580px;
}

table.noborder {
	border: 0;
	background-color: transparent;
}
table.noborder th, table.noborder td {
	border: 0;
}

table td, table th {
	padding: 3px 8px;
	border: 1px solid #71757c;
	border-collapse: collapse;
}

table.clean{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border-width: 0px;
	border-collapse: separate;
	table-layout: automatic;
}

table.clean td, table.clean th{
	margin: 0px auto;
	padding: 0px;
	border-width: 0px;
}

.download_col {
	float: left;
	width: 250px;
	margin-right: 20px;
}

ol.standingsList li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 15px;
	padding:5px;
	text-align:left;
	width:100px;
}

.rightaligned {
	margin: 0 0 5px 5px;
}

span.lp_copyright_lite{
	color: #4b4b4b;
}

span.lp_copyright_lite a{
	color: #2b506b;
}

span.lp_copyright_lite a:hover{
	color: #3b6d92;
}


/*******************************************************************
		Text styles
*******************************************************************/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.4;
}

h1 {
	margin: 0 0 20px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 19px;
}

h2 {
	margin: 20px 0 6px 0;
	font-size: 12px;
	color: #869ab2;
}

h3 {
	margin: 15px 0 6px 0;
	font-size: 11px;
	color: #869ab2;
}

li {
	padding-bottom: 10px;
}

.large {
	font-size: 15px;
}
.small {
	font-size: 10px;
}

div.gettingstarted {
	padding: 13px 13px 0 13px;
	color: #000000;
}

#header span.cust {
	color: #cfd1d4;
}

#footer span.nav {
	color: #FFFFFF;
}

#footer span.copyright {
	color: #758697;
}

a {
	color: #ff5200;
	text-decoration: none;
}

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


/*#navTop ul {
	margin: 0;
	padding: 0;
}

#navTop li {
	margin: 0;
	padding: 0;
}*/

#navTop a.image {
	display: block;
	height: 34px;
	width: 100px;
	padding: 34px 0px 0px 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

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

#navTop #nav_home { width: 87px; background-image: url(/images/nav_home.gif); }
#navTop #nav_download { width: 141px; background-image: url(/images/nav_download.gif); }
#navTop #nav_banking { width: 81px; background-image: url(/images/nav_banking.gif); }
#navTop #nav_promotions { width: 108px; background-image: url(/images/nav_promotions.gif); }
#navTop #nav_tournaments { width: 117px; background-image: url(/images/nav_tournaments.gif); }
#navTop #nav_rewards { width: 85px; background-image: url(/images/nav_rewards.gif); }
#navTop #nav_playpoker { width: 101px; background-image: url(/images/nav_playpoker.gif); }
#navTop #nav_help { width: 55px; background-image: url(/images/nav_help.gif); }
#navTop #nav_contact { width: 135px; background-image: url(/images/nav_contact.gif); }


.tournament_feed_item {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #969da4;	
	text-align: center;
}

.tournament_feed_item td.buyin {
	width: 51px;
	padding: 2px;
	color: #ffa91f;
	font-weight: bold;
}

.tournament_feed_item td.desc {
	width: 75px;
	padding: 2px;
}

.tournament_feed_item td.status {
	width: 64px;
	padding: 2px;
}

.promotions_item {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;	
	line-height: 1.2;
}

.promotions_item a {
	color: #ffa61b;
	font-weight: bold;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

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


/*******************************************************************
		jdMenu styles
*******************************************************************/

ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
}
ul.jd_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
ul.jd_menu_vertical {
	width: 300px;
}
ul.jd_menu_vertical li {
	float: none;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 19px 0 0 2px;
	padding: 0px;
	z-index: 10000;
}

ul.jd_menu ul li ul,
ul.jd_menu_vertical ul li ul {
	margin: 0;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}


ul.jd_menu,
ul.jd_menu ul,
ul.jd_menu_vertical,
ul.jd_menu_vertical ul {
	/*background-color: #369;
	border: 1px solid #036;
	border-top: 1px solid #69C;
	border-left: 1px solid #69C;*/
	background-image: url("/images/nav-back-normal.gif");
	
	height: 34px;
}
ul.jd_menu_vertical {
	height: auto;
}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li {
	font-size: 10px;
	font-weight: bold;
	color: #06182c;
	
	line-height: 14px;
	
	margin: 0px;
	padding: 4px 18px 4px 7px;
	height: 14px;
	
	cursor: pointer;
	white-space: nowrap;
}
ul.jd_menu li li {
	width: 150px;
}
ul.jd_menu li a {
	color: #06182c;
	text-decoration: none;
}

ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active {
	/*background-color: #69C;*/
	background-image: url("/images/nav-back-hover.gif");
	color: #06182c;
	
	padding: 4px 18px 4px 7px;
	/*border: 1px solid #369;
	border-left: 1px solid #9CF;
	border-top: 1px solid #9CF;*/
	
}

ul li.level01 {
	padding: 0 !important;
	margin: 0 !important;
}

img.flyout {
	position: absolute;
	margin-top: 3px;
	right: 5px;
}


