@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	margin: 0px;
	padding: 0px;
	background: url(images/bckg.jpg) top repeat-x;
	color: #66778A;
	font-size: 11px;
	background-color: #D6A912;
}
.shadow{
	font:10pt arial;
	position:relative;
	display:inline;
	z-index:100;
	background-color: #1B1E25;
}
 
.shadow_inner{
        overflow:hidden;
        position:absolute;
        top: -1000px; 
        filter:alpha(Opacity=7); /*modify to change the shade solidity/opacity, same as below*/
        opacity:0.07; /*firefox 1.5 opacity*/
        -moz-opacity:0.07; /*mozilla opacity*/
        -khtml-opacity:0.07; /*opacity*/
        z-index:10
}
a:link, a:active, a:visited {
	color:#D6A912;
}
a:hover {
	color: #C80A0A;

}
ul {

	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0px;
}

p {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	color: #609638;
	font-weight: bold;
	border-bottom: 1px dotted;
	text-align: center;
	border-bottom-color: #3B4252;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0;
	margin: 0;
}
h2 {
	margin: 0px;
	font-size: 18px;
	color: #BD090A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 5px;
	text-align: center;
	font-style: italic;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	height: 17px;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 10px 0px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left top;
}
h5 {
	font-size: 12px;
}

.contentbox {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	width:630px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	padding:10px;
	text-align: justify;
	font-size: 12px;
}
/* menu */

#whiteknight {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	padding:0;
	margin:0 auto;
	list-style:none;
	height:26px;
	position:relative;
	z-index:500;
	width: 980px;
}
#whiteknight li.top {display:block; float:left; position:relative}
#whiteknight li a.top_link {
	background: url(images/nb.jpg) repeat-x;
	display:block;
	float:left;
	height:24px;
	color: #9DC175;
	text-decoration:none;
	font-size:12px;
	padding:0 0 2px 17px;
	cursor:pointer;
	font-weight: bold;
	line-height: 21px;
}
#whiteknight li a.top_link span {
	background:url(images/nb.jpg) repeat-x;
	float:left;
	display:block;
	padding:2px 21px 0 5px;
	height:24px;
}
#whiteknight li a.top_link span.down {
	background:url(images/nb.jpg) repeat-x;
	float:left;
	display:block;
	padding:2px 21px 0 5px;
	height:24px;
}
#whiteknight li a.top_link:hover {
	background: url(images/menu2.jpg) no-repeat;
	color: #9DC175;
}
#whiteknight li a.top_link:hover span {
	background:url(images/menu2.jpg) no-repeat right top;
	color: #9DC175;
}
#whiteknight li a.top_link:hover span.down {
	background:url(images/menu2.jpg) no-repeat right top;
	color: #9DC175;
}

#whiteknight li:hover > a.top_link {
	color: #A5C19B;
	background: url(images/menu2.jpg) no-repeat;
}
#whiteknight li:hover > a.top_link span {
	background:url(images/menu2.jpg) no-repeat right top;
}
#whiteknight li:hover > a.top_link span.down {
	background:url(images/menu2.jpg) no-repeat right top;
	color: #A5C19B;
}


#whiteknight table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#whiteknight a:hover {visibility:visible;}
#whiteknight li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#whiteknight ul, 
#whiteknight :hover ul ul, 
#whiteknight :hover ul :hover ul ul,
#whiteknight :hover ul :hover ul :hover ul ul,
#whiteknight :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#whiteknight :hover ul.sub {
	left:2px;
	top:26px;
	padding:0;
	white-space:nowrap;
	width:140px;
	height:auto;
	background-color: #000000;
	margin-left: -2px;
	border: 1px solid;
	border-width: 0 1px 1px 1px;
	border-color: #000000;
}
#whiteknight :hover ul.sub li {
	display:block;
	height:26px;
	position:relative;
	float:left;
	width:140px
}
#whiteknight :hover ul.sub li a {
	display:block;
	font-size:12px;
	height:23px;
	width:140px;
	text-indent:5px;
	line-height:20px;
	color:#A5C19B;
	text-decoration:none;
	border-width:0;
	text-transform:capitalize;
	font-weight: bold;
	padding-top: 3px;
}

#whiteknight :hover ul.sub li a:hover {
	background:url(images/downlink.jpg) repeat-x;
	color:#A5C19B;
	text-decoration: none;
	height: 23px;
}
#whiteknight :hover ul.sub li a.fly:hover {
	color:#5E9935;
	background:url(images/down.jpg) top repeat-x;
	background-color: #15171E;
}
#whiteknight :hover ul li:hover > a.fly {
	color:#D1A10F;

	background-color: #454C5E;
} 

#whiteknight :hover ul :hover ul,
#whiteknight :hover ul :hover ul :hover ul,
#whiteknight :hover ul :hover ul :hover ul :hover ul,
#whiteknight :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left:110px;
	top:-3px;
	background-color: #454C5E;
	border:2px solid;
	white-space:nowrap;
	width:140px;
	z-index:200;
	height:auto;
	border-color: #273743;
	padding:0;
	border-bottom: 4px solid #000;
}
img {
	border-width: 0px;
}
.head {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9FA7B9;
	font-style: italic;
}
.bonus {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	color: #8FC24B;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.3px;
	padding: 16px 10px 0 20px;
}	
a.bj:link, a.bj:active, a.bj:visited {
	color: #616C85;
}	

 a.bj:hover {
	color: #BD090A;
}

.box1{
	background: left top repeat-x;
	background-image: url(images/top.jpg);
	float: left;
	width: 745px;
	border-right: 7px solid #1B1E25;
	background-color: #21242E;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 7px solid #1B1E25;
	color: #8691A8;
}
.box2 {
	background: left bottom repeat-x;
	background-image: url(images/bottom.jpg);
	margin: 0;
	padding: 0;
}
.box3 {
	background: left top repeat-y;
	background-image: url(images/left.jpg);
}
.box4 {
	background: right top repeat-y;
	background-image: url(images/right.jpg);
}
.box5 {
	background: left top no-repeat;
	background-image: url(images/lefttop.gif);
}
.box6 {
	background: right top no-repeat;
	background-image: url(images/righttop.gif);
}
.box7 {
	background: left bottom no-repeat;
	background-image: url(images/leftbottom.gif);
}
.box8 {
	background: right bottom no-repeat;
	background-image: url(images/rightbottom.gif);
	padding-left: 26px;
	padding-bottom: 20px;
	padding-right: 21px;
	padding-top: 15px;
}
#breadcrumb {
	padding: 7px 0 0 20px;}
#breadcrumb, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {
	font-size: 10px;
	color: #58637A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
#breadcrumb a:hover {
	color:#98A6B6
}
.footer {
	width:990px;
	height:70px;
	text-align:center;
	clear:both;
	border-top:10px solid #1B1E25;
	background:#14171E url(images/footerbckg.jpg) top repeat-x;
	padding:20px 0;
	color: #5A7381;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.terms {
	font-size: 12px;
	color: #F5CC3D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.downloadcasino, a.downloadcasino:link, a.downloadcasino:active, a.downloadcasino:visited{
	width:136px;
	height:142px;
	margin:11px 0 0 15px;
	background:url(images/downloadcasino.jpg);
	float:left
}
a.downloadcasino:hover {
background:url(images/downloadcasino2.jpg)
}
.downloadblackjack, a.downloadblackjack:link, a.downloadblackjack:active, a.downloadblackjack:visited{
	width:136px;
	height:142px;
	margin:11px 0 0 22px;
	background:url(images/downloadblackjack.jpg);
	float:left
}
a.downloadblackjack:hover {
background:url(images/downloadblackjack2.jpg)
}
.newsletter {
	width:315px;
	height:20px;
	float:left;
	margin-top: 4px;
	padding: 5px 0 0 0;
	font-size: 10px;
	color: #F9F0BD;
}
.promotion {
	font-size: 14px;
	color: #FFCC00;
	width:320px;
	height:50px;
	background:url(images/redbckg.jpg) top no-repeat;
	float:left;
	padding: 6px 0 0 10px;
}
.euro, a.euro:link, a.euro:active, a.euro:visited {
	float:right;
	background:url(images/euros.jpg) no-repeat;
	height:68px;
	width:59px;
	margin-right: 5px;
}
a.euro:hover {
	float:right;
	background:url(images/euros2.jpg) no-repeat;
	height:68px;
	width:59px;
}
.dollar, a.dollar:link, a.dollar:active, a.dollar:visited {
	float:right;
	background:url(images/dollars.jpg) no-repeat;
	height:68px;
	width:59px;
}
a.dollar:hover {
	float:right;
	background:url(images/dollars2.jpg) no-repeat;
	height:68px;
	width:59px;
}
.pound, a.pound:link, a.pound:active, a.pound:visited {
	float:right;
	background:url(images/pounds.jpg) no-repeat;
	height:68px;
	width:59px;
	margin-right: 5px;
}
a.pound:hover {
	float:right;
	background:url(images/pounds2.jpg) no-repeat;
	height:68px;
	width:59px;
}
#flags img{
	float:left;
	margin:1px;
	height: 10px;
}
input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.navig, a.navig:link, a.navig:active, a.navig:visited {
	background:url(images/nb.jpg) repeat-x;
	height:22px;
	float: left;
	width: 320px;
	padding: 6px 0 0 10px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.navig:hover {
	background:url(images/nb.jpg) repeat-x;
}
.navig2, a.navig2:link, a.navig2:active, a.navig2:visited {
	background:#1B4400 url(images/navdot.jpg) bottom repeat-x;
	height:auto;
	float: left;
	width: 305px;
	padding: 5px 5px 5px 20px;
	font-size: 12px;
	color: #6AA72E;
	text-decoration: none;
}
a.navig2:hover {
	color: #FFFFFF;
}
.navig33, a.navig33:link, a.navig33:active, a.navig33:visited {
	background:url(images/cau1.jpg) repeat-x;
	height:22px;
	float: left;
	width: 320px;
	padding: 6px 0 0 10px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.navig33:hover {

}
.navig3, a.navig3:link, a.navig3:active, a.navig3:visited {
	float: left;
	width: 74px;
	padding: 0 0 0 28px;
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	line-height: 13px;
}
a.navig3:hover {
	color: #FFFFFF;
}
.article {
	background:url(images/borderright.jpg) right repeat-y;
	width:188px;
	padding: 5px 10px 5px 8px;
	margin: 5px 5px 5px 5px;
	float: left;
	font-size: 10px;
	font-style: italic;
}
.more, a.more:link, a.more:active, a.more:visited {
	font-size: 10px;
	color: #669900;
	float: right;
	height: 10px;
	width: 30px;
	margin-top: -13px;
}
a.more:hover {
	color: #C80A0A;
}
.play, a.play:link, a.play:active, a.play:visited {
	font-size: 10px;
	color: #669900;
	float: right;
	height: 10px;
	width: 110px;
	font-weight: bold;
}
a.play:hover {
	color: #C80A0A;
}
.video {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	width:375px;
	float:left;
	padding: 0 17px;
	text-align: justify;
	font-size: 11px;
}
.video2 {
	width:645px;
	height:auto;
	background-color:#fff;
	float:left;
	padding: 7px 0 0 7px;
}
.video3 {
float:left; width:230px; height:200px}
.freeblackjack {
	background:url(images/freegame.jpg) right top no-repeat;
	width:330px;
	float:left;
	padding:10px;
	color: #B1A55F;
	font-size: 11px;
	font-style: italic;
	height: 170px;
}
.w {
	font-size: 14px;
	font-weight: bold;
	color: #D9CA77;
	font-style: normal;
	text-align: left;
}
.sort1, a.sort1:link, a.sort1:active, a.sort1:visited {
	font-size: 10px;
	color: #528123;
	text-decoration: underline;
	font-weight: normal;
	text-align: left;
}
a.sort1:hover {
	color: #C80A0A;
}
.green {
	color: #C22929;
}
.invis {
	display: none;
	visibility: hidden;
}
.visi {
	font-weight: normal;
}
#myTable {
	font-size:11px;
	float: left;
}
#myTable a:active, #myTable a:link, #myTable a:visited{
	font-size:11px;
	color: #6AA72E;
}
#myTable a:hover{
font-size:11px }
#myTable tr{
background:url(images/bonsh.jpg) top repeat-x
  }
.pfr, a.pfr:link, a.pfr:active, a.pfr:visited {
	background:url(images/freebjbutton.jpg) no-repeat;
	width:145px;
	height:19px;
	padding:3px 0 0 0;
	text-align:center;
	float: right;
	color: #FFCC00;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.pfr:hover {
	background:url(images/freebjbutton2.jpg) no-repeat;}
.bc {
	font-size: 10px;
	font-weight: normal;
	color: #D9C575;
}
.bd {
	font-size: 10px;
	font-weight: bold;
	color: #7AAC48;
	padding-left: 5px;
}
.redline {
	background-color: #E4F2D9;
}
.pad {
	width: 62px;
	padding: 1px 5px 1px 0;
}
#bl {
	background-color:#FFFFFF;
	color: #7AAC48;
	font-size: 10px;
	border-left: 2px solid #E4F2D9;
}
#bl a:active, #bl a:link, #bl a:visited{
	color: #73A244;
	font-size: 10px;
	font-weight: bold;
}
#bl a:hover{
	color: #C22929;
}
.newlink, a.newlink:link, a.newlink:active, a.newlink:visited {
	color: #669900;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
a.newlink:hover {
	color: #BD090A;

}
.glossary {
	font-size: 12px;
	color: #333333;
}
.lawcornerlt {
	background: url(images/lawcornertl.jpg) no-repeat;
	background-position: left top;
	float: left;
	width: 182px;
	height: auto;
	background-color: #E5E5E5;
	border-right: 10px solid #fff;
	display: table;
}
.lawcornerrt {
	background: url(images/lawcornertr.jpg) no-repeat;
	background-position: right top;
}
.lawcornerlb {
	background: url(images/lawcornerbl.jpg) no-repeat;
	background-position: left bottom;
}
.lawcornerrb {
	background: url(images/lawcornerbr.jpg) no-repeat;
	background-position: right bottom;
	height: auto;
	padding: 1px;
}
a.state:link, a.state:active, a.state:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/lawb.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 170px;
	color: #666666;
	padding: 6px 0 0 10px;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
a.state:hover {
	background-image: url(images/lawb2.jpg);
	background-repeat: no-repeat;
	color: #730800;
}
