/* ************** Page ************** */


        
body {
	margin: 0;
	padding: 0;
	background-image: url(../../images/background.gif);
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#main {
	width: 780px;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	background-color: #9A0000;
}

/* ************** General Styles ************** */
.asterisk {
	font-weight: bold;
	color: #FFCC66;
}

/* ************** Forms ************** */
label, input.Text {
	display: block;
	float: left;
	font-size: 11px;
	clear: left;
	width: 125px;
}
.MyCheckBox
{
	display: block;
	float: left;
	font-size: 11px;
	clear: left;
	vertical-align:middle;
	width: 5px;
}
input {
	border: 1px solid black;
	background: #FFFFFF;
	color: #000;
	margin-bottom: 6px;
}

input.normalform {
	background: none;
	border: none;
}

select {
	font-size: 11px;
	background: #FFCC66;
	float: left;
}

input:focus {
	background: #FFCC66;
	color: black;
}

input.button {
	background: #000000;
	font-size:10px;
	padding: 1px 2px;
	color: white;
	width: 90px;
	margin-left: 15px;
}

form br {
	clear: left;
}

div.formbuttons {
	right: 150px;
	position: absolute;
}

/* ************** Header ************** */

#header {
	width: 780px;
	height: 123px;
	background: url(../../images/en/header.gif) no-repeat;
}

#header #navtabs {
	position: absolute;
	left: 0px;
	top: 86px;
}

#header #navtabs a {
	display: block;
	width: 140px;
	height: 22px;
	position: absolute;
	top: -24px;
	text-decoration: none;
	z-index: 1;
}

#header #navtabs a#casino {
	left: 359px;
	background: url(../../images/casino_tab_btn.gif) no-repeat 0px 0px;
}

#header #navtabs a#casino:hover {
	background: url(../../images/casino_tab_rol.gif) no-repeat 0px 0px;
	z-index: 2;
}

#header #navtabs a#games {
	left: 499px;
	background: url(../../images/games_tab_btn.gif) no-repeat 0px 0px;
}

#header #navtabs a#games:hover {
	background: url(../../images/games_tab_rol.gif) no-repeat 0px 0px;
	z-index: 2;
}

#header #navtabs a#bingo {
	left: 639px;
	background: url(../../images/bingo_tab_btn.gif) no-repeat 0px 0px;
}

#header #navtabs a#bingo:hover {
	background: url(../../images/bingo_tab_rol.gif) no-repeat 0px 0px;
	z-index: 2;
}

#header #navtabs a#poker {
	left: 423px;
	width: 181px;
	background: url(../../images/tabnav.gif) no-repeat -423px -0px;
}

#header #navtabs a#poker:hover {
	left: 423px;
	width: 181px;
	z-index: 2;
	background: url(../../images/tabnav.gif) no-repeat -423px -140px;
}

/* **************  ************** */

#header #flags {
	position: absolute;
	left: 565px;
	top: 3px;
}

/* ************** Game Links ************** */

#header #gamelinks {
	position: absolute;
	left: 0px;
	top: 91px;
	width: 780px;
	height: 18px;
	z-index: 5;
}

#header #gamelinks ul {
	list-style-position: outside;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
}

#header #gamelinks ul li {
	float: left;
	position: relative;
	list-style: none;
	margin-right: 12px;
	line-height: 13px;
	padding: 1px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 22px;
}

#header #gamelinks ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#header #gamelinks ul li a:hover {
	color:#FFCC66;

}

/* ************** Sidebar ************** */

#sidebar {
	position: absolute;
	top: 128px;
	left: 630px;
	width: 149px;
	padding-bottom: 10px;
	/*height: 555px;*/
	background: url(../../images/sidebar-bottom.gif) no-repeat;
	margin: 0;

}

#sidebar p, #sidebar form {
	padding: 0px 0px 0px 10px;
	margin-top: 2px;

}

#sidebar ul {
	list-style-position: outside;
	padding: 0;
	margin: 4px 4px 0px 9px;
}

#sidebar ul li {
	list-style: none;
	padding-bottom: 4px;
	padding-right: 4px;
	margin: 0;
}

#sidebar ul a {
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

#sidebar ul a:hover {
	color: #FFCC66;
}

#sidebar a.button {
	display: block;
	margin: 5px 0px 0px 10px;
	border: 1px solid black;
	width: 100px;
	text-align: center;
	background: #000000;
	padding: 2px 4px;
	color: white;
	text-decoration: none;
	font-weight:bold;
}

#sidebar a.button:hover {
	background: #FFCC66;
	color: black;
}

/* ************** Footer ************** */

#footer {
	position: relative;
	width: 780px;
	height: 50px;
	background: url(../../images/footer_bg3.gif);
	font-size: 11px;

}

#footer a {
	color: #DECD63;
}



/* ************** Content ************** */

#content {
	/* margin: 20px 0px 0px 14px; */
	position: relative;
	top: 5px;
	left: 0px;
	width: 625px;
	background: url(../../images/content-bg.gif) repeat-y;

}

#content p, #content form {
	text-align: justify;
	line-height: 130%;
	padding-right: 20px;
	padding-left: 24px;
}

#innercontent {
	background: url(../../images/en/header-blank.gif) no-repeat;
	padding-top: 40px;
	

}

#contentbottom {
	background: url(../../images/content-bottom.gif) no-repeat;
	height: 26px;
}


/* ************** Home Page ************** */

#content.home {
	width: 625px;
	height: 450px;
	background: url(../../images/en/header-home.gif) no-repeat;
	padding-top: 60px;
	padding-left: 24px;
	margin-bottom: 0;
}

#content.home p {
	width: 625px;
	padding-left: 0px;
}

#content.home a img {
	position: absolute;
	padding: 1px;
	right: 29px;
	left: 17px;
}


#content.home a img#signup {
	top: 22px;
	left: 370px;
}

#content.home a img#trynow {
	top: 328px;
	left: 10px;
}

#content.home a img#register {
	top: 328px;
	left: 218px;
}

#content.home a img#deposit {
	top: 328px;
	left: 426px;
}

/* ************** Other Content Pages ************** */

.faq #innercontent {
	background: url(../../images/en/header-faq.gif) no-repeat;
}

.aboutus #innercontent {
	background: url(../../images/en/header-about-us.gif) no-repeat;
}

.gettingstarted #innercontent {
	background: url(../../images/en/header-getting-started.gif) no-repeat;
}

.loyalty #innercontent {
	background: url(../../images/en/header-loyalty.gif) no-repeat;
}

.games #innercontent {
	background: url(../../images/en/header-games.gif) no-repeat;
}

.customersupport #innercontent {
	background: url(../../images/en/header-support.gif) no-repeat;
}

.news #innercontent {
	background: url(../../images/en/header-news.gif) no-repeat;
}

.affiliates #innercontent {
	background: url(../../images/en/header-affiliates.gif) no-repeat;
}

.responsiblegaming #innercontent {
	background: url(../../images/en/header-responsible-gaming.gif) no-repeat;
}

.promotions #innercontent {
	background: url(../../images/en/header-promotions.gif) no-repeat;
}

.termsconditions #innercontent {
	background: url(../../images/en/header-terms-conditions.gif) no-repeat;
}

.security #innercontent {
	background: url(../../images/en/header-security.gif) no-repeat;
}

.contactus #innercontent {
	background: url(../../images/en/header-contact-us.gif) no-repeat;
}

.reviewpayouts #innercontent {
	background: url(../../images/en/header-review-payouts.gif) no-repeat;
}


/* ************** Registration ************** */

.registration #innercontent {
	padding-top: 60px;
	background: url(../../images/en/header-registration.gif) no-repeat;
	height: 500px;
}

.registration label, .registration input {
	font-size: 12px;
	clear: none;
	
}

.registration span {
	font-size: 12px;
	clear: none;
	margin-bottom: 10px;
}

.registration input.normalform {
	width: auto;
	margin: 0px 0px 0px 0px;
}

.registration label {
	text-align: right;
	width: 250px;
	padding-right: 5px;
}

.registration input.button {
	width: auto;
	margin: 2px;
}

.registration p {
	line-height: 130%;
}

.registration tr{
	height:27;
}

.mpassword{
	display: block;
	float: left;
	font-size: 11px;
	clear: left;
	width: 130px;
}

/* ************** Cashier ************** */

.cashier #innercontent {
	height: 440px;
	padding-top: 60px;
	background: url(../../images/en/header-cashier.gif) no-repeat;
}

/* ************** Game Menu ************** */

#gamemenu {
	position: relative;
	top: 8px;
	left: 20px;
	width: 589px;
	height: 440px;
	z-index: 0;
	margin-bottom: 0;
}

.SimpleLabel {
	font-size: 12px;
	clear: none;
	margin-bottom: 10px;
}


#CGameLinks {
        font-size: 10pt;
}

#CGameLinks li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFCF00;
}

#CGameLinks a {
        color: #FFCC00;
      	text-decoration: underline;
}

#CGameLinks a {
        color: #FFCC00;
      	text-decoration: underline;
}

#CGameLinks a:visited {
        text-decoration: underline;
   	color: #FFCF00;
}

#CGameLinks a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

 #CGameLinks a:active {
	text-decoration: underline;
}

#banklinks
{
	padding-right: 0px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	z-index: 5;
	left: 5px;
	float: left;
	padding-bottom: 0px;
	color: #ffffff;
	/*line-height: 13px;
	margin-right: 12px;
	padding-top: 1px;
	list-style-type: none;
	position: absolute;*/
	top: 5px;
	
}

#banklinks a {
	color: #FFFFFF;
	text-decoration: underline;
}

#banklinks a:hover {
	color:#FFCC66;
}

.HideButton
{
	width:0.1px;
	height:0.1px;
	border-style:none;
}


                         