
/* FORM ELEMENT STYLES */

.input_box_details {
	background-color:#000; 
	border:1px solid #000000;
	width:200px;
}

.input_box_login {
	background-color:#212121;
	border:0;
	color:#c27c02;
	float:left;
	font-size:11px;
	height:20px;
	margin-right:8px;
	padding-left:5px;
	padding-right:5px;
	width:105px;
}

.input_box_register {
	font-size:11px;
	background-color:#efefef; 
	border:1px solid #000000;
	width:180px;
	height:20px;
	color:#282828;
	padding:2px 5px;
}

.input_box {
	background-color:#000; 
	border:1px solid #000e18;
	width:135px;
	margin-bottom:5px;
}

td.fieldCell input {
	color:#282828;
	background-color:#efefef;
	border:#000000;
}

select {
	color:#282828;
	background-color:#efefef;
	border:#000000;
	margin:0 10px 20px 0;
}

.select_box {
	width:186px;
}

.myDetails input {
	margin:0;
}

/* END OF FORM ELEMENT STYLES */







/* ERROR TEXT STYLES */

.errors {
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
	text-transform:uppercase;
}

/* END OF ERROR TEXT STYLES */






/* MAIN LAYOUT  */


.container {
	width:960px;
	margin:0 auto;
	position:relative;
}

.absContainer   /* generic class for absolute positioned div containers */ {
	position:absolute;
}

.relContainer   /* generic class for relative positioned div containers */ {
	position:relative;
}

.absContainerButton   /* generic class for center column (centered) button, ie account */ {
	position:relative;
	width:164px;
	height:29px;
}

.spacer {
	width:770px;
	height:15px;
	background-color:#FFF;
}


.center_col {
	border-right:2px solid #4A4949;
	float:left;
  padding-right:14px;
  width:700px;
}


.right_col {
  float:right;
  padding-left:14px;
  width:230px;
}

.right_2col {
	float:right;
	width:600px;
	background-color:#FFF;
	overflow:hidden;
	margin-top:0px;
	border-top:0px;
}

.content {
	margin-bottom:14px;
	margin-top:26px;
	width:960px;
	position:relative;
}

/* END OF MAIN LAYOUT  */




/* CENTER LAYOUT */

.center_grey {
	width:700px;
	padding-bottom:10px;
}

.center_content {
	width:660px;
	min-height:483px;
	margin:0px 20px 15px 20px;
	padding:10px 0px 3px 0px;
}

.section_instructions {
	width:593px;
	height:45px;
	border:none;
}

.section_instructions h1  {
	padding:0px;
	margin:0px;
}
.section_title  {
	position:absolute;
	margin:0px;
}
.section_title1 {
	position:absolute;
	top:14px;
	left:190px;
}

.games_content {
	width:580px;
	margin:0px 20px -5px 10px;
	padding:10px 0px 3px 0px;
	clear:both;
}

.text_content {
	clear:both;
	padding:10px 0 3px;
	font-size:11px;
	color:#cccccc;
}

.games_content1 {
	width:571px;
	margin:0 10px 0 0px;
	padding:0 10px 0 10px;
	border:1px solid #dbdbdb;
	border-top:none;
	clear:both;
	min-height:600px;

}

.games_single_right {
	float:right;
	width:275px;
	padding:0px 20px 0px 5px;
}

/* END OF CENTER BOXES */




/* HEADER LAYOUT */

.header {
	width:960px;
	height:92px;
	font-size:0px;
}

#languageBar {
	width:100%;
}

.languageBoxGrey {
background-color:#333333;
float:left;
height:11px;
margin-right:5px;
overflow:hidden;
padding: 4px 4px 4px 5px;
width:18px;
clear:both;
}
	.languageBoxGrey a {
		display:block;
		float: left;
		height:11px;
		margin-bottom: 5px;
		margin-right:10px;
		overflow:hidden;
		width:16px;
		cursor:pointer;
	}
	.languageBoxGrey a:last-child {
		margin-right:0;
	}
	#languageBar .languageBoxGrey .en {
		background-position:0 0;
	}
	#languageBar .languageBoxGrey .ca {
		background-position:0 -86px;
	}
	#languageBar .languageBoxGrey .fr {
		background-position:0 -13px;
	}
	#languageBar .languageBoxGrey .de {
		background-position:0 -26px;
	}
	 #languageBar .languageBoxGrey .es {
		background-position:0 -38px;
	}
	 #languageBar .languageBoxGrey .nl {
		background-position:0 -50px;
	}
	#languageBar .languageBoxGrey .el {
		background-position:0 -62px;
	}
	#languageBar .languageBoxGrey .dk {
		background-position:0 -74px;
	}
#languageBar .languageChange {
	color:#dbdbdb;
	cursor:pointer;
	font-size:11px;
	height:16px;
	padding-top:3px;
}

.login_links {
	clear:both;
  float:right;
	margin:5px 0 0;
	padding:0px;
	width:100%;
}

.login_links .forgotPassword {
	float:left;
	color:#7f7f7f;
	font-size:10px;
}

.login_links .newUser {
	color:#c27c02;
	float:right;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:right;
	text-transform:uppercase;
}

.login_errors {
	clear:both;
	float:right;
	padding:5px 0;
	text-transform:uppercase;
}

.logged_links {
	text-align:center;
	left:-205px;
	top:12px;
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-size:11px;
}

.logged_links ul {
	list-style-image:none;
	list-style-type:none;
}

.logged_links ul li {
	clear:both;
}

.logged_links ul li a.standardButton {
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}

.logged_links ul li p.username {
	float:left;
	font-size:13px;
	margin-top:20px;
	text-transform:uppercase;
}

.logged_links ul li ul li {
	display:inline;
}

.logged_links .lastLogin {
	float:left;
}
.logged_links .messages {
	float:right;
}
.logged_links .logout a {
	color:#c27c02;
	float:right;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:8px 0 5px 0;
	text-transform:uppercase;
}

.login_boxes {
	border-bottom:2px solid #3F3F3F;
  height:26px;
  float:right;
}

.login_button {
	float:left;
	margin-top:2px;
}

.login_button a {
	display:block;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:16px;
	text-align:center;
	text-transform:uppercase;
	width:100px;
  color:#000000;
  padding:3px 0 0;
}

.login_button_html {
}

.deposit_button_html {
	position:absolute;
	top:8px;
	left:8px;
	width:128px;
	text-align:center;
	margin-top:3px;
}

.std_button_html {
	position:absolute;
	width:164px;
	text-align:center;
	top:0;
	padding:8px 0 0 0;
}

.balance_feed {
	position:relative; 
	right:60px; 
	width:200px; 
	height:20px; 
	text-align:right;
}

.register_button {
}

.register_button_html {
	top:10px;
	text-align:center;
}

.forgot_password {
	position:relative;
}

.logo {
	float:left;
	width:427px;
	height:42px;
	margin:17px 0 14px 0;
}

.main_menu {
	width:960px;
	height:42px;
	/*clear:both;*/
	font-size:0px;
}

.menu_holder /* changed to ensure navigation elements remain vertically centered if wrapping occurs*/ {
	position:absolute;
	left:242px;
	width:135px;
	height:42px;
	text-align:center;
	display:table;
}

.register_form {
	position:relative;
}



/* LEFT/RIGHT BOXES */


.news_contents {
	width:130px;
	margin:0px 10px 0px 10px;
	padding-top:5px;
}

.
 {
	clear:both;
	margin:0;
	padding:0;
	width:148px;
}

.news_to_skill {
	width:155px;
	margin:10px;
}

/* END OF LEFT/RIGHT BOXES */



/* CENTER BOXES */

.ticker {
	width:430px;
	height:32px;
	margin:0px 0px 25px 0px;
	font-size:0px;
	background-color:white;
}

.homepageFlash {
	position:absolute;
	left:167px;
	top:30px;
	width:436px;
	height:215px;
	margin:0px 0px 20px 0px;
	font-size:0px;
	z-index:1;
}

.featuredGames {
	margin-top:216px;
	z-index:2;
}

.thumbnails {
	z-index:1;
	margin-top:10px;
}

.guide_right {
	float:right;
	width:150px;
	padding:10px;
	border-width:1px 1px 1px 1px;
	margin:0px 0px 0px 10px;
	border-color:#dbdbdb;
	border-style:solid;
}

ul.games {
	border-top:2px solid #534341;
	clear:both;
}

li.gameThumbnail {
	border:1px solid #170201;
	float:left;
	height:152px;
	list-style:none;
	margin-bottom:20px;
	margin-right:16px;
	margin-top:7px;
	width:161px;
}

a.gameThumbnailImage {
	display:block;
	width:161px;
	height:105px;
}

a.gameThumbnailImage:hover {
	background-position:0 105px;
}

.gameThumbnail a img {
	display:block;
}

li.gameThumbnail:hover {
	color:#fff;
}

li.gameThumbnail .gameThumbnailText {
	border-top:1px solid #170201;
	color:#c27213;
	display:block;
	height:31px;
	padding:8px 5px;
	_padding:4px 5px 0px 5px;
	width:151px;
}

li.gameThumbnail .gameThumbnailText:hover {
	color:#fff;
}

li.gameThumbnail .gameThumbnailText h3 a {
	color:#c27213;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	margin:0;
}

li.gameThumbnail .gameThumbnailText h3 a:hover {
	color:#fff;
}

li.gameThumbnail .gameThumbnailText a img {
	float:right;
	margin:18px 0 0 0;
}

.pageBanner {
	margin-bottom:15px;
}

.slotBanner {
	margin-bottom:15px;
	width: 700px;
	height: 260px;
	background-color: #000000;
}

.slotBanner img{
	margin: 20px;
}

.slotBanner a {
 	float: left;
}

.slotBanner a:hover {
 	text-decoration: none;
}

.slotBannerText {
	width: 330px;
 	float: left;
    margin-top: 60px;
}

.slotBannerText p {
 	color: #FFFFFF;
 	font-size:11px;
}

.slotButton{
	width: 145px;
	height: 26px;
	float: left;
	margin: 20px 20px 0px 0;
	cursor: pointer;
}

.slotButton span {
	color: #C27213;
    display: block;
    height: 12px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.slotButton span:hover {
	color: #FFF;
    text-decoration: none;
}

/* END OF CENTER BOXES */

/* RIGHT PANEL */

.rightBanners {
	margin:0 0 15px 0;
}

.bookmarks {
	border-bottom:2px solid #4A4949;
	float:right;
	height:40px;
	padding-bottom:8px;
	margin-bottom:5px;
	margin-top:17px;
}

.bookmarkDesc {
	color:#c1847e;
	display:block;
	font-size:16px;
	text-align:right;
	text-transform:uppercase;
}

a#bookmarkIcons {
	display:block;
	float:left;
	height:40px;
	width:40px;
	margin-right:7px;
	_margin-right:6px;
}
	a.homepageIcon:hover {
		background-position:0 40px;
	}
	a.facebookIcon:hover {
		background-position:0 40px;
	}
	a.twitterIcon:hover {
		background-position:0 40px;
	}
	a.diggIcon:hover {
		background-position:0 40px;
	}
	a.hotmailIcon:hover {
		background-position:0 40px;
	}
	a.gmailIcon:hover {
		background-position:0 40px;
	}
	a.favouritesIcon:hover {
		background-position:0 40px;
	}
h1.onlinePlayers {
	color:#C27C02;
	font-size:36px;
	margin:17px 0 0 0;
	text-transform:uppercase;
}

p.onlinePlayers {
	background-color:#000000;
	border-top:2px solid #1b1110;
	color:#b46f03;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:16px;
	height:17px;
	padding:3px 0 0 5px;
	text-transform:uppercase;
	width:225px;
}

.liveChatButton {
	margin:30px 0 10px 0;
}

/* END OF RIGHT PANEL */

.instantGameBTT a, .instantGameBTT a:active, .instantGameBTT a:hover, .instantGameBTT a:visited {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}

.instantGameBTT a:hover {
	text-decoration:underline;
}

.instantGameWrapper {
	width:415px; 
	padding:10px 0px 3px 0px; 
	margin:0px 7px 4px 6px; 
	min-height:180px; 
	border-bottom:1px solid #CCCCCC; 
}

.instantGameImg {
	width:190px; 
	height:165px; 
	float:right; 
	text-align:center;
}
.instantGameText {
	width:208px;
}

.instantGameBTT {
	padding:2px 7px; 
	color:#666666; 
	font-size:11px;
}

.instantGameButton {
	height:30px; 
	position:relative; 
	width:190px; 
	text-align:center;
}



/* footerLinks STYLES */

.jackpotSection {
	border-top:2px solid #7D4A46;
	padding:15px 0;
	height:85px;
}

#jackpotNumber {
	float:left;
	margin-left:8px;
	height:85px;
}

#seoSection {
	float:left;
}

#seoSection #leftPanel {
	border-right:2px solid #7D4A46;
  height:85px;
  padding-right:5px;
  text-align:right;
  float:left;
}

#seoSection #rightPanel {
	float:left;
  	padding-left:7px;
}

#seoSection #rightPanel .tab {
	float:left;
  height: 14px;
  padding: 3px 5px;
}

#seoSection #rightPanel .tab.tab1 {
  background-color: #310504;
}

#seoSection #rightPanel .tab, #seoSection #rightPanel .tab a {
  color: #C27C02;
}

#seoSection #rightPanel .tab.tab2 {
	background-color: #180403;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #7D4A46;
}

#seoSection #rightPanel .tabBody {
	float:left;
	clear : left;
  background-color: #310504;
  width: 320px;
  height: 65px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #7D4A46;
}

#seoSection #rightPanel .seoItem {
	float:left;
  padding:5px 0 5px 5px;
  width:155px;
  height: 50px;
  overflow:hidden;
}

#seoSection #rightPanel .seoItem h4 {
	text-transform: none;
	font-size:14px;
}

#seoSection #rightPanel p {
	color:#753C3A;
  margin:0;
  overflow:hidden;
  height:25px;
}

.footerLinks {
	border-top:2px solid #7D4A46;
	clear:both;
	height:27px;
	text-align:center;
	text-transform:uppercase;
	width:960px;
	padding-top:5px;
	margin-bottom:10px;
}

.footerLinks ul {
	padding:0px;
	margin:0;
}

.footerLinks li {
	display:inline;
	padding:0 9px;
	text-align:none;
}

ul#footerLogos {
	list-style-image:none;
	height:25px;
	margin-bottom:10px;
}

ul#footerLogos li {
	float:left;
	margin-right:23px;
}

/* END OF footerLinks STYLES */



/* SEGMENTS NON-IMAGE STYLES */

#segmentContent {
	width:562px;
	font:10px Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
	margin:0px 18px;
	padding:0px;
}

#segment {
	width:598px;
	padding:0px;
}

#segment .top {
	width:598px;
	height:19px;
}

#segment .bottom {
	width:598Px;
	height:25px;
}

#segmentContent h2 {
	position:relative;
	font:bold 14px/25px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-transform:uppercase;
	margin:0px;
	padding:0px 5px 0px 6px;
	height:25px;
}

#segmentContent h2 span {
	position:absolute;
	top:8px;
	right:5px;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	text-indent:8px;
}

#segmentContent h2 span strong {
	padding:0px;
	margin-left:8px;
}

dl.silver {
	display:block;
	width:560px;
	height:23px;
	margin:0px;
	padding:0px;
	border:1px solid #bebebe;
	background:#FFF;
	clear:both;
}

dl.tourney {
	display:block;
	width:562px;
	height:40px;
	margin:0px;
	padding:0px;
	text-align:center;
	clear:left;
}

.tourney dt {
	float:left;
	line-height:40px;
}

dl.special {
	display:block;
	width:562px;
	height:97px;
	margin:0px;
	padding:0px;
	text-align:center;
	clear:left;
}

.special dt {
	float:left;
	line-height:40px;
}

.tourney img {
	float:left;
	margin:0px;
	padding:5px;
}

.special img {
	float:left;
	margin:0px;
	padding:5px 5px 0px;
}

dt.image	{ width:552px; padding:0px; }
dt.first	{ width:264px; border-right:1px solid #FFF; font-weight:bold; padding:0px; }
dt.mid		{ width:97px; border-right:1px solid #FFF; padding:0px; }
dt.last 	{ width:99px; padding:0px; }

dl dt.first span {
	display:block;
	float:left;
	width:140px;
	text-align:left;
	line-height:12px;
	margin:0px;
	padding:14px 0px 0px 0px;
}

.highlight div.expand dl {
	border-top:1px solid #D4FFC0;
}

.highlight div.expand dl.data dt {
	background:#EEFFE6;
}



#segmentContent div.expand {
	display:none;
	margin:0px;
	padding:0px;
	line-height:16px;
	border-bottom:1px solid #CCC;
}

div.expand dl {
	line-height:15px;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
}

div.expand dl.description 	{ width:254px; margin-right:1px; text-align:left; padding:0px 5px 3px; }
div.expand dl.data 			{ width:97px; margin-right:1px; text-align:center; font-weight:bold; padding-bottom:3px;}
div.expand dl.end 			{ width:96px; background:#333;}

.even div.expand dl {
	border-top:1px solid #FBDFB7;
}

.odd div.expand dl {
	border-top:1px solid #E8E8E8;
}
	
.even div.expand dl.data dt {
	background:#FDEBD0;
}

.odd div.expand dl.data dt {
	background:#F2F2F2;
}

div.expand dd {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

.clear { clear:both;}

div.expand a {
	color:#555;
	font-weight:bold;
}

div.expand a:hover {
	text-decoration:none;
}

/* END OF SEGMENTS */

/* Table style */

table {
	text-align:center;
	margin:0;
	width:350px;
}

td {
	border:1px solid white;
	padding:4px;
}


/* Table style */

.ginRummyRake table {
	text-align:center;
	margin:0 auto 10px;
	width:350px;
	background-color:#fafafa;
	font-size:9px;
}

.ginRummyRake td {
	border:1px solid white;
	padding:4px;
}


/* SLIDER STYLES */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:315px;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	right:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	background-color:#000000;
  height:356px;
  margin-bottom:10px;
  width:700px;
}

#slider {
	position:relative;
  width:700px;
  height:329px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom:-25px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	right:45px;
}

.nivo-caption {
    text-shadow:none;
    font-family:Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
ul.slots{
	border-top:2px solid #534341;
	clear:both;
}

li.slotsThumbnail {
	border:1px solid #170201;
	float:left;
	list-style:none;
	margin-bottom:15px;
	margin-right:16px;
	margin-top:7px;
	width:161px;
}

a.slotsThumbnailImage {
	display:block;
	width:161px;
	height:105px;
}

#moreSlots a {
	color: #C27213;
    font-size: 12px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}


		#news{
			text-align: left;
			width: 240px;
		}
		#newsBox, #newsStoryBox{
		  	width: 100%;
		  	padding: 10px 0 0 0;
		  	overflow: hidden;
		  	text-align: left;
		}
		#newsBox ul{
		}
		#newsBox p{
			margin: 0 0 9px 0;
		}
		#latestNews{
			width: 100%;
			padding: 5px 0;
			background-color: #E8E8E8;
			text-align: center;
		}
		#moreNews{
			padding: 5px 0;
			background-color: #ccc;
			position: relative;
			width: 100%;
			font-size: 13px;
			text-align: center;
		}
		#newsStoryContainer{
			margin: 0 15px;
			padding: 0;
			float: left;
			width: 930px;
			display: inline;
		}
		#newsStoryBox h4{
			margin: 0;
			text-transform: normal;
		}
		#newsStory h2{
			text-transform: none;
			margin-bottom:6px;
			text-decoration:underline;
		}
		#newsStory h2 a{
			color:#c27c02;
		}
		#newsStory h1{
			overflow: hidden;
    		width: 675px;
		}
		#newsGreeting{
			margin-top: 9px;
			font-size: 15px;
		}
		#newsStory strong{
			font-weight: normal;
		}
		#newsCentered{
		}
		#newsLink{
			font-size: 11px;
			line-height: 30px;
			margin-left: 15px;
			text-align: left;
			
		}
		#newsLink a{
			font-size: 11px;
			text-transform: none;
			text-decoration: none;
			color:#BA8E8C;
		}
