/* $Id: casino.css,v 1.11 2010-03-18 17:19:36 rspano Exp $
 *
 * Casino homepage styles
 *
 */

body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: white;
	background-image: url(../images/casino/body_backgr.gif);
	background-repeat: repeat-x;
	background-color: #970f33;
}
a:link, a:hover, a:active, a:visited {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 100%;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.oneColFixCtrHdr #header {
	height: 63px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
	background-image: url(../images/casino/head_backr.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #9f0f36;
}
.oneColFixCtrHdr #headlogo {
	height: 63px;
	margin: 0 auto;
	width: 220px;
	float: left;
}
.oneColFixCtrHdr #headlogoCasino {
	height: 63px;
	margin: 0 auto;
	width: 150px;
	float: left;
}
.oneColFixCtrHdr #headright {
	position: relative;
	margin-bottom:1px;
	float: right;
	text-align: right;
	margin-top: 38px;
}
.headtab {
	position: relative;
	float: left;
	padding: 2px 8px 2px 8px;
	cursor:pointer;
	background-color:#3d5f88;
	border-left:1px solid #37567b;
	border-top:1px solid #37567b;
	border-right:1px solid #2e4867;

}
.headtab:hover {
	position: relative;
	float: left;
	padding: 2px 8px 2px 8px;
	cursor:pointer;
	background-color:#88aedb;
	border-left:1px solid #37567b;
	border-top:1px solid #37567b;
	border-right:1px solid #2e4867;
}
.headtabselected {
	position: relative;
	float: left;
	padding: 2px 8px 2px 8px;
	background-color: #9f0f36;
	border-left: 1px solid #37567b;
	border-top: 1px solid #37567b;
	border-right: 1px solid #37567b;
}
.headtabselected:hover {
	background-color: #DF4F76;
	cursor: pointer;
}
.oneColFixCtrHdr #hormenucontainer {
	height: 35px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
	background-image: url(../images/casino/hormenu_backgr.gif);
}
.limiter {
	text-align: left;
	margin: 0px;
	position: relative;
	display: block;
	width: 980px;

}
.oneColFixCtrHdr  #logincontainer {
	float:left;
	margin: 0 auto;
	position: relative;
	display: block;
	text-align: left;
	padding-left: 5px;
}
.oneColFixCtrHdr  #registercontainer {
	float:left;
	margin: 0 auto;
	position: relative;
	display: block;
	text-align: left;
	padding-left: 5px;
}
.oneColFixCtrHdr  #datetimecontainer {
	float:right;
	margin: 0 auto;
	position: relative;
	display: block;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
}

.oneColFixCtrHdr #mainContent {
	width: 983px;
	margin: 0;
	background-image: url(../images/casino/body_backgr_00.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: center top;
}
.oneColFixCtrHdr #footer {
	width: 980px;
	margin-top:20px;
	background-image: url(../images/casino/body_backgr_00.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: center top;
}
.oneColFixCtrHdr  #firstpageleftcol {
	width: 194px;
	float: left;
	position: relative;
	text-align: left;
	margin: 3px;
	display: inline;
}
.oneColFixCtrHdr  #firstpagecentercol {
	width: 574px;
	float: left;
	position: relative;
	text-align: left;
	margin: 3px;
	display: inline;
}
.oneColFixCtrHdr #firstpagerightcol {
	width: 194px;
	float: right;
	margin: 3px;
	display: inline;
}
#mainbanbox {
	width: 574px;
	padding: 0px;
	height:300px;
}
#rightbansbox {
	width: 194px;
	padding: 0px;
	background-color:#4e1021;
}
.rightban {
	width: 194px;
	padding: 0px;
	background-color:#4e1021;
}
.squarecontainer  {
	width: 194px;
	padding: 0px;
	float:left;
	margin-bottom:5px;
	background-color:#4e1021
}
.squarecontainertitle {
	width: 187px;
	padding-left: 7px;
	background-color:#330814;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #9e0f36;
}
.squarecontainertext {
	width: 180px;
	padding-left: 7px;
	padding-right:7px;
	background-color:#4e1021;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #9e0f36;
}
.gamescontainer {
	width: 560px;
}

.gamebox {
	margin:5px;
	float:left;
	width: 166px;
	min-height:202px;
	background-color:#2b0610;
	border-bottom:1px solid #6d535a;
	border-right:1px solid #6d535a;
	border-left:1px solid #190309;
	border-top:1px solid #190309;
	padding:4px;
	display: inline;
}

.gamebox:hover {
	background-color:#3C0A17;
}

.gameboxdetails {
	margin-top: 3px;
	float:left;
	width: 166px;
	min-height: 55px;
	height: 55px;
}

.gameboxbuttons {
	width: 166px;
	float:left;
}

.legaltab {
	float:left;
	margin-top:10px;
	padding:4px 10px 4px 10px;
	background-image: url(../images/casino/tab_left_active.gif);
	background-color: #28050e;
	border-right:1px solid #000000;
	position:relative;
	bottom:-1px;
}
.legalcontainer {
	float:left;
	width: 564px;
	border-left:1px solid #6a0f29;
	border-top:1px solid #6a0f29;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-image: url(../images/casino/tab_backgr.gif);
	background-repeat: repeat-x;
	background-color: #28050e;
	padding:4px;
}
.legalboxbox {
	margin:4px;
	float:left;
	width:548px;
	background-color:#2b0610;
	border-bottom:1px solid #6d535a;
	border-right:1px solid #6d535a;
	border-left:1px solid #190309;
	border-top:1px solid #190309;
	padding:4px;
	display: inline;
}
.intpagegamestitle {
	width: 567px;
	padding-left: 7px;
	background-color:#330814;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #9e0f36;
}
/* Special messages and errors CSS code*/
#errorcontainer {
	width: 567px;
}
#errortitle {
	width: 567px;
	padding-left: 7px;
	background-color:#330814;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #9e0f36;
}
.errortext {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
	}

/* End spec messages*/

.gamescontainer {
	width: 560px;
}
/*Credits: Dynamic Drive CSS Library */
/*Oval buttons/ */
a.ovalbutton{
background: transparent url('../images/casino/oval-red-left.gif') no-repeat top left;
display: block;
float: left;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
line-height: 7px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 15px; /* Height of button background height */
padding-left: 6px; /* Width of left menu image */
text-decoration: none;
}
a.ovalbuttonblue{
background: transparent url('../images/casino/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
line-height: 7px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 15px; /* Height of button background height */
padding-left: 6px; /* Width of left menu image */
text-decoration: none;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton, a:link.ovalbuttonblue, a:visited.ovalbuttonblue, a:active.ovalbuttonblue{
color: #FFFFFF; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/casino/oval-red-right.gif') no-repeat top right;
display: block;
padding: 4px 6px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.ovalbuttonblue span{
background: transparent url('../images/casino/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 6px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.ovalbutton:hover, a.ovalbuttonblue:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span, a.ovalbuttonblue:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/* Vuttons styles endss */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Text and media styles begins*/
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin: 2px;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #d8a9c1;
	float: left;
	margin: 2px;
}
.w_osn {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.w_title {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.w_title_tab {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.w_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.w_small:link {
	color: #000000;
	text-decoration: none;
	}
a.w_small:active {
	color: #000000;
	text-decoration: none;
	}
a.w_small:visited {
	color: #000000;
	text-decoration: none;
	}
a.w_small:hover {
	color: #000000;
	text-decoration: underline;
	}
.w_small_grey {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.w_small_grey:link {
	color: #000000;
	text-decoration: none;
	}
a.w_small_grey:active {
	color: #000000;
	text-decoration: none;
	}
a.w_small_grey:visited {
	color: #000000;
	text-decoration: none;
	}
a.w_small_grey:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
.formbutton {
        padding-top: 3px;
        padding-bottom: 3px;
}
.formbutton a {
        padding: 3px 5px 3px 5px;
}
.formbutton a:link, .formbutton a:hover, .formbutton a:visited {
        cursor:pointer;
        font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#FFFFFF;
        font-weight: bold;
        background-color: #292929;
        text-decoration: underline;
}
.formbutton a:hover {
        background-color: #333333;
}
.formfield{
	font-family:TahomaVerdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	height:14px;
	border: 1px solid gray;
}

/*
 * Left customer menu begins
 */
.slidedoormenu{
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0;
	width: 160px; /* thick left border of menu */

}

.slidedoormenu li{
	border-bottom: 1px solid #9f0f36; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
	background: url(../images/casino/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	font: 11px Tahoma, Verdana;
	display: block;
	color: #FFFFFF;
	width: auto;
	border-bottom: 1px solid #330814; /* White border beneath each menu item link, to add depth */
	padding: 3px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 1px;
	text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
	color: #FFFFFF;
}

.slidedoormenu li a:hover{
	background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #FFFFFF;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
	padding: 4px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

/*
 * Left customer menu ends
 */


/*
 * Glossy Menu Starts
 */

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: black url(../images/casino/glossyback.gif) repeat-x bottom left;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #d8a9c1;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0px;
	padding-left: 10 px;
	text-decoration: none;
}


.glossymenu a.menuitem:visited{
	color: #d8a9c1;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
left: 1px;
border: none;
}

.glossymenu a.menuitem:hover, .glossymenu .menuitem:active{
	background-image: url(../images/casino/glossyback2.gif);
	color: #FFFFFF;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #4e1021;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 4px;
}

.glossymenu div.submenu ul li a:hover{
	background: #330814;
	color: #cb6197;
}


/*
 * Glossy Menu Ends
 */


/*
 * Language Select list
 */

fieldset {
	border: 1px solid #9e0000;
	margin: 1em 0;
	padding: 10px;
	width: 120px;
}

fieldset.wrapper {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	color: #9e0000;
	font-size: 1.2em;
	font-weight: bold;
}

label {
  display: block;
  font-weight: bold;
  color: #9e0000;
}

/*
select {
	display: block;
	margin: 0 0 10px;
	width: 120px;
}
*/

select.replaced {
	width: 1px;
	position: absolute;
	left: -999em;
}

ul.selectReplacement {
	background: url(../images/casino/top.jpg) top left no-repeat;
	margin: 0 0 10px;
	padding: 0;
	height: 1.65em;
	width: 120px;
	position: relative;
	z-index: 1000;
}

ul.selectFocused {
	background-image: url(../images/casino/top-focus.jpg);
}

ul.selectReplacement li {
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 11px;
	line-height: 1.7em;
	list-style: none;
	margin: 0;
	padding: 0px 12px;
	width: 96px;
	background-color: #9f0f36;
}

ul.selectOpen li {
	display: block;
}

ul.selectReplacement li.selected {
	background: url(../images/casino/bottom.gif) bottom left no-repeat;
	color: #fff;
	display: block;
}

ul.selectOpen li.selected {
	border: 0;
	display: block;
	background-color: #4e1021;
}

ul.selectOpen li:hover,
ul.selectOpen li.hover,
ul.selectOpen li.selected:hover {
	color: #fff;
	background-color: #67182E;
}

/*
 * Language Select list Ends
 */

/*
 * Game Tabs
 */

.dhtmlgoodies_tabPane {
	border-bottom:1px solid #6a0f29;
	width:574px;
	height: 24px;
}

.dhtmlgoodies_aTab {
	border-left:1px solid #6a0f29;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px;
	background-image: url(../images/casino/tab_backgr.gif);
	background-repeat: repeat-x;
	background-color: #28050e;
	width: 564px;	
}

.dhtmlgoodies_tabPane DIV {
	float:left;
	height:100%;	/* Height of tabs */
	padding-left:6px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:1px;
	margin-right:1px;
	display: inline;
}

.dhtmlgoodies_tabPane .tabActive {
	background-image:url('../images/casino/tab_left_active.gif');
	margin-left:2px;
	margin-right:2px;
	z-index:10;
}

.dhtmlgoodies_tabPane .tabInactive {
	background-image:url('../images/casino/tab_left_inactive.gif');
	margin-left:0px;
	margin-right:0px;
	z-index:1;
}

.dhtmlgoodies_tabPane .inactiveTabOver {
	background-image:url('../images/casino/tab_left_over.gif');
	margin-left:0px;
	margin-right:0px;
}

.dhtmlgoodies_tabPane span {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;
	line-height:23px;
	float:left;
	color: #cb6197;
}

.dhtmlgoodies_tabPane .tabActive span {
	padding-bottom:1px;
	line-height:20px;
	color: #FFFFFF;
}
	
.dhtmlgoodies_tabPane img {
		float:left;
}

#game_group_tabs {
	padding-top:10px;
	width: 574px;
}

/*
 * Game Tabs Ends
 */


/*
 * Account Pages
 */

.accountNavHeader, .pageheader {
	padding-left: 7px;
	background-color:#330814;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #9e0f36;
	border-bottom: 1px solid #9e0f36;
	font-size: 16px;
}

table.border, td.border {
	/*border:1px solid #9e0f36;*/
	margin: 0px;
	width: 100%;
	background-color: #4e1021;
	padding: 0px;
	border-spacing: 0px;
}

table.border.bgcolor, td.border.bgcolor  {
	background-color: #4e1021;
}


.boxheader {
	background-color:#330814;
	padding:5px 5px 1px 5px;
	font-weight:bold;
	border-bottom:1px solid #9e0f36;
	border-top:1px solid #9e0f36;
}

.footbar {
	padding: 0px;
	background-color: #330814;
	border-bottom:1px solid #9e0f36;
	border-top:1px solid #9e0f36;
}

.intpagegamestitle {
	width: 567px;
	padding-left: 7px;
	background-color:#330814;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #9e0f36;
}

.form-label {
	font-weight: bold;
	width: 30%;
	text-align: right;
	vertical-align: top;
	padding: 0px 8px 4px;
}

.form-help {
	color: #d8a9c1;
	display:inline;
	margin-left:2px;
}

INPUT {
	font-size:9px;
}

SELECT {
	font-size: 1em;
	margin-bottom: 3px;
}

.input {
	padding: 1px 4px 1px 1px;
	color:#FFFFFF;
	background-color:#9b0f35;
	border:1px solid #9b0f35;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/casino/bg_select.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

.accountNavContainer {
	background-color:#330814;
	height:19px;
	border-right:1px solid #9e0f36;
	width:100%;
	padding: 0px;
}

.accountNavTab {
	height:19px;
	border-left:1px solid #9e0f36;
	border-bottom:1px solid #9e0f36;
	text-align:center;
}

.accountNavTab a:active,
.accountNavTab a:link,
.accountNavTab a:visited,
.accountNavTab a:hover {
	display:block;
	color:#d8a9c1;
	font-weight:bold;
	text-decoration:none;
}

.accountNavTabOn {
	height:19px;
	background-color:#9f0f36;
	text-align:center;
}

.accountNavTabOn a:active,
.accountNavTabOn a:link,
.accountNavTabOn a:visited,
.accountNavTabOn a:hover {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}


/* ACCOUNT PAGES and DATA TABLE ALTERNATING ROW COLOURS */

.trans-hist-menu th, .trans-hist-receipt th,
.datatable th, .datatable th,
td.tableheader{
	font-weight:bold;
	text-align:left;
	background:#4e1021;
	border-bottom:#7F374D 1px solid;
	padding:7px 5px;
	font-size:110%;
}

.trans-hist-menu td, .trans-hist-receipt td,
.datatable td, .datatable td {
	padding:3px 5px;
	border-bottom:#7F374D 1px solid;
	border-top:#7F374D 1px solid;
	background:#4e1021;
}

.trans-hist-menu td.evenRow, .trans-hist-receipt td.evenRow,
.datatable td.evenRow, .datatable td.evenRow {
	background: #9f0f36;
}

.trans-hist-menu .col-1, .trans-hist-receipt .col-1,
.datatable .col-1, .datatable .col-1 {
	font-weight:bold;
	margin-right:15px;
	width:30%;
}

.trans-hist-receipt .col-1,
.datatable .col-1 {
	text-align:right;
}

td.tab, .button {
	background-color:#9f0f36;
	padding:2px 4px;
	border:1px solid #7F374D;
	margin:4px;
}

.button {
	color: white;
	font-weight: bold;
}

.tab a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.tab a:hover {
	text-decoration:none;
}
/*
 * End of account pages
 */

/* Fix for the intro bulleted text */
td.intro-text ul {
	margin: 12px 0 12px 0;
	padding-left: 40px;
	list-style: outside;
}
/* Fix for the intro bulleted text END */

.intro-text {
	padding: 5px 15px 5px 5px;
	margin: 0;
}


.results_bg1 {
	background-color:#4e1021;
	height:16px;
	vertical-align: middle;
}

.results_bg2 {
	background-color:#9e0f36;
	height:16px;
	vertical-align: middle;
}

.ddHeader {
	background-color: #330814;
	color: #ffffff;
	border-bottom: solid 1px #9e0f36;
	font-weight:bold;
	padding: 2px 2px 2px 0px;
	text-align: left;
	text-indent: 5px;
}

/* POKER tab button styling */
.navTabButtonPoker {
        background-color: #006000;
}

.navTabButtonPoker:hover {
        background-color: #40a040;
}

