@charset "iso-8859-7";
/* CSS Document */
body,td,th {
	font-size:10px; 
	font-family:Verdana, Geneva, sans-serif; 
	color: #eceff1;
}

body {
	background-color: #eceff1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border:0px;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

.DivContainer{
	width:1000px; 
	margin-left:auto; 
	margin-right:auto;
}

#DivHeader{
	width:1000px;
	height:103px;
	background-image:url(grfx/header.jpg);
	background-repeat:no-repeat;
	margin-top:1px;
}

#DivMenu{
	float:right;
	width:500px;
	height:20px;
	margin-top:36px;
	margin-right:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000;
	text-align:right;
}

#DivMenu2{
	float:right;
	width:500px;
	height:20px;
	margin-top:21px;
	margin-right:34px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	text-align:right;
}

#DivMenuItem{
	float:right;
	height:19px;
	text-align:center;
	border-right:1px solid #000;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}

#DivMenuItem:hover{
	height:25px;
	margin-top:-6px;
	padding-top:6px;
	background-color:#000;
	color:#FFF;
}

#DivMenuItem:hover a{
	color:#FFF;
}

#DivMenuItemSelected{
	float:right;
	height:19px;
	text-align:center;
	border-right:1px solid #000;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	text-decoration:underline;
}

#DivLogin{
	display:block;
	background-image:url(grfx/loginbar.jpg);
	background-repeat:no-repeat;
	height:28px;
	margin-top:6px;
	margin-bottom:7px;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#000;
}

.cssmenu {
	height: 50px;
	width:990px;
	background: url('grfx/navbar.jpg') repeat-x center bottom;
	border-radius: 5px;
	padding: 0px 5px 0px 5px;
	margin: 10px auto;
	text-align: left;
}

.cssmenu .menu, .cssmenu .menuNoLink{
	line-height: 50px;
	font-family: 'Verdana', sans-serif;
	vertical-align: middle;
	font-size: 11px;
	text-shadow: 1px 1px 1px black;
	color: #fff;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	text-transform: uppercase;
}

.cssmenu .menu:hover, .cssmenu .menu.selected{
	color: #FFCC04;
	cursor: pointer;
}

.csssubmenu{
	margin: 0;
	padding: 6px;
}

#heroImage{
	margin: 10px 0px 10px 0px;
	width: 100%;
	min-width: 1000px;
	min-height: 275px;
}

#heroImage #slideNav{
	position: absolute;
	margin-top: 250px;
	z-index: 1000;
}

#heroImage #slides{
	z-index: 1;
}

#heroImage #slideNav a{
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #fff;
	color: #fff;
	border: 3px solid #e1e1e1;
	margin-left: 5px;
	text-align: center;
	font-size: 0px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

#heroImage #slideNav a:hover, #heroImage #slideNav a.activeSlide{
	background-color: #161616;
}

#jackpotCont{
	min-width: 200px;
	position: absolute;
	text-align: center;
	z-index: 9;
	background: url('grfx/transbg.png');
	margin-top: 10px;
	margin-left: 750px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	border-radius: 20px;
}

#jackpotCont .jackpotContBody{
	text-align: center;
	height: 50px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC04;
	vertical-align: middle;
	padding: 10px;
}

#gameLangSelector{
	background-color: #fff;
	min-width: 50px;
	color: black;
	height: 24px; 
	margin: 0; 
	vertical-align: middle; 
	float:left; 
	padding: 5px; 
	border-radius: 20px;
	cursor: pointer;
	position: relative;
}

#gameLangSelector ul{
	max-width: 700px;
	width: auto;
	list-style: none;
	list-style: none;
	margin: 0px;
	margin-left: 50px;
	margin-right: 20px;
	padding: 0;
	position: relative;
}

#gameLangSelector ul li{
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#gameLangSelector ul li img{
	vertical-align: middle;
}

#DivMain{
	min-height:520px;
	height:100%;
	text-align:center;
	margin-top: 20px;
	position: relative;
}

#gamesContainer{
	width: 100%;
}

#gamesContainer .gameContainer{
	background-repeat: no-repeat;
	width: 235px; 
	height: 160px;
	display: inline-block;
	margin: 7px;
	position: relative;
	float: left;
}

.gameContainer .gameTitle{
	width: 235px;
	min-width: 235px;
	height: 25px;
	min-height: 19px;
	line-height: 25px;
	text-indent: 6px;
	font-family: 'Verdana', sans-serif;
	vertical-align: middle;
	font-size: 12px;
	text-shadow: 1px 1px 1px black;
	color: #FAFAFA;
	font-weight: bold;
	background: url('grfx/transbg.png') repeat fixed center;
	display: inline-block;
	text-align: left;
	text-transform:capitalize;
}

.gameContainer .newGame{
	position: absolute;
	top: -3px;
	left: 188px;
	z-index: 10000;
}

.buttons{
	display:none;
}

.gnBtn {
	display: block;
	width: 150px;
	background: url('grfx/button.jpg');
	background-repeat: repeat-x;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	font-family: 'Verdana', sans-serif;
	vertical-align: middle;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	vertical-align: middle;
}

.gnBtn:hover {
	color: #3a3a3a;
}

.gameContainer .buttons .gnBtn.gamePlayDemo{
	width: 100px;
}

#gamesListContainer{
	text-align:left;
	vertical-align: top;
	text-align: left;
	margin-bottom: 10px;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

#gamesListContainer .gamesListColumn{
	float: left;
	padding: 0px;
	margin: 0px 4px 0px 4px;
	width: 190px;
	display: inline-block;
	position: relative;
}

#gamesListContainer .gamesListColumn span{
	padding: 2px;
	display: block;
	width: 90%;
}

#gamesListContainer .gamesListColumn .listHeader{
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	text-shadow: 1px 1px 1px black;
	color: #FFCC04;
	font-weight: bold;
	border-bottom: 1px dotted #fe9935;
	margin-bottom: 3px;
}

#gamesListContainer .gamesListColumn span.lanchGameList:hover{
	cursor: pointer;
	color: #FFCC04;
}

#DivFooter{
	height:70px;
	border-top:1px solid #999;
	background-color:#000;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}

#DivLeftCol{
	width:200px;
	float:left;
}

#DivCenterCol{
	width:510px;
	float:left;
	margin-left:10px;
}

#DivCenterCol2{
	width:100%;
}

#DivRightCol{
	width:200px;
	float:left;
	margin-left:10px;
}

.DivGameContainer{
	padding:0px;
	margin-left:30px;
	margin-bottom:25px;
	background:url(images/background_new.png) no-repeat;
	width:224px;
	height:200px;	
	float:left;
	
}

.DivGameContainer h3{
	margin:0px;
	font-size:13px;
	padding:5px 0px 5px 0px;
	color:#f2cc07;
	font-weight:bold;
	
}

.GameDesc{
	margin:2px 10px 5px 10px;
	position:relative;
	font-style:italic;
	font-size:9px;
	
}

.PlayButton{
	margin-left:12px;
	cursor:pointer;
	font-size:12px;
	background:url(images/Button_new.png) no-repeat 0px 0px;
	width:202px;
	height:29px;
	color:#000;
	font-weight:bold;
}

.PlayButton:hover{
	background:url(images/Button_new_hover.png) no-repeat 0px 0px;;
}

.PlayNow{
	position:relative;
	top:7px;
}	

.PlayButton a:hover{
	background:url(images/Button_hover.png);
	background-repeat:no-repeat;

}

.Bottom{
	background:url(images/bottom_line.png);
	width:800px;
	height:70px;	
	text-align:center;
}

.DepositLink{
	position:relative;
	width:200px;
	height:70px;
	top:27px;
	left:328px;
	display:block;


}

.DepositText{
	color:#FFF;
	font-size:10px;	
}

.GreyHeading{
	height:20px; 
	background:#263238; 
	color:#FAFAFA;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.TransparentBlack{
	background-image:url(grfx/TransparentBlack.png);
	color:#F2F2F2;
	padding:5px 5px 5px 5px;
}

.Button140x30{
	background-image:url(grfx/button140x30.png);
	background-repeat:no-repeat;
	color:#000;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	width:140px;
	height:24px;
	font-size:14px;
	padding-top:6px;
	cursor:pointer;
}


/****************************************************************************/

.DIVGameButton{
	float:left; 
	width:70px; 
	height:15px; 
	padding-top:1px; 
	text-align:center; 
	margin-top:1px; 
	margin-right:11px;
	background:url(../../_images/header_collection.png) no-repeat -21px -84px; 
	color:#333; 
	font-weight:bold;
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select: none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	font-size:9px;	
}

#DIVGameButton:hover{
	background:url(../../_images/header_collection.png) no-repeat -21px -100px; 
}

#DivAccount_LogoutButton{
	float:left; 
	width:70px; 
	height:15px; 
	padding-top:1px; 
	text-align:center; 
	margin-top:1px; 
	margin-right:11px;
	background:url(../../_images/header_collection.png) no-repeat -21px -84px; 
	color:#333; 
	font-weight:bold;
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select: none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	font-size:9px;
}

.registerButton{
	float:left; 
	width:70px; 
	height:15px; 
	padding-top:1px; 
	text-align:center; 
	margin-top:1px; 
	margin-right:11px;
	background:url(../../_images/header_collection.png) no-repeat -21px -84px; 
	color:#333!important; 
	font-weight:bold;
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select: none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	font-size:9px;
}

#DivAccount_LogoutButton:hover, .registerButton:hover{
	background:url(../../_images/header_collection.png) no-repeat -21px -100px; 
}

.ProductItemNormal{
	color:#FFF;
	float:left; 
	font-size:17px; 
	height:35px; 
	padding-top:35px; 
	padding-left:5px; 
	padding-right:5px; 
	text-shadow:#000 1px 1px 2px;
	cursor:pointer;
}

.ProductItemNormal:hover{
	color:#FFCC04;
}

.ProductItemSelected{
	color:#FFCC04;
	float:left; 
	font-size:17px; 
	height:35px; 
	padding-top:35px; 
	padding-left:5px; 
	padding-right:5px; 
	text-shadow:#000 1px 1px 2px;
	cursor:pointer;
	background:url(../../_images/header_collection.png)-20px -120px repeat;
}

.ProductItemSelected a{
	color:#FFCC04;
}

.ProductItemNormal a{
	text-decoration: none;
	color: #FFF;
}

.ProductItemNormal a:hover{
	text-decoration: none;
	color: #FFCC04;
}


/***********************SLIDING BOXES********************/
h3{ margin: 10px 10px 0 10px; color:#FFF; font:12pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			
.boxgrid{ 
	width: 185px; 
	height: 100px; 
	/*margin:10px; */
	margin:0px;
	float:left; 
	background:#000000;  
	overflow: hidden; 
	position: relative; 
	
	-moz-box-shadow: 5px 5px 6px #000;
	-webkit-box-shadow: 5px 5px 6px #000;
	box-shadow: 5px 5px 6px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');

}

.boxgrid img{ 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	border: 0px; 
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:5pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
	top: 65px;
	left: 0px;
}

.caption .boxcaption {
	top: 65px;
	left: 0px;
}

.gameboxmain{
	background-image:url(grfx/casbackbody.png);
	background-repeat:repeat-x;
	height:130px;
	padding-top:10px;

	-moz-box-shadow: 5px 5px 6px #000;
	-webkit-box-shadow: 5px 5px 6px #000;
	box-shadow: 5px 5px 6px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
}

.glow_text {
    -webkit-transition: text-shadow 1s linear;
    -moz-transition: text-shadow 1s linear;
    -ms-transition: text-shadow 1s linear;
    -o-transition: text-shadow 1s linear;
    transition: text-shadow 1s linear;
}
.glow_text:hover,
.glow_text.glow {
    text-shadow: 0 0 10px red;
}
.tabrow {
	text-align: left;
	list-style: none;
	margin: 15px 0 20px;
	padding: 0;
	line-height: 32px;
	height: 34px;
	overflow: hidden;
	font-size: 12px;
	font-family: 'Verdana', sans-serif;
	font-weight: bold;
	position: relative;
}
.tabrow li {
	color: ffffff;
	border: 1px solid #333333;
	background: #7d7e7d;
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #333333;
	text-shadow: 0 1px #333333;
	margin: 0 -5px;
	padding: 0 20px;
	text-shadow: 1px 1px 1px black;
}
.tabrow li:hover {
	color: #FFCC04;
	cursor: pointer;
}
.tabrow li.selected {
	background: #333333;
	color: #FFCC04;
	z-index: 2;
	border-bottom-color: #333333;
}
.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #333333;
	z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
	border: 1px solid #333333;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
.tabrow li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #333333;
}
.tabrow li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -1px 2px 0 #333333;
}
.tabrow li.selected:before {
	box-shadow: 2px 2px 0 #333333;
}
.tabrow li.selected:after {
	box-shadow: -1px 2px 0 #333333;
}
#loadImg{position:absolute;z-index:999;width:1000px;height:620px;text-align:center;background-image:url(grfx/loading_big.gif);background-position:center center;background-repeat:no-repeat;}
