/*Common*/
h1, h2, h3{
	padding:8px 4px 2px 4px;
}
p{
	padding:8px 4px 0 4px;
}
p strong{
	color:#FFBA00;
}
h1.circle, h2.circle, h3.circle, p.circle{
	background:#000000 URL(images/circle.png) no-repeat left top;
	text-indent:10px;
}
h2.line, h3.line{
	background:#000000 URL(images/horizontalLine.gif) repeat-x left top;
	padding-top:12px;
}
a.more{
	background:transparent URL(images/arrowRightOrange.png) no-repeat top left;
	color:#FFBA00;
	font-size:1.1em;
	font-weight:bold;
	padding-left:23px;
	padding-bottom:2px;
	text-decoration:none;
}

/*---------------------------------------------------------------------------------HEADER STYLES*/
h1{
	font-family: Arial, Helvetica, serif;
	color:#FFBA00;
	font-size:1.3em;
	margin:26px 0 6px 0;
}
h1.big{
	font-size:3.9em;
	padding-top:0;
}
h2{
	font-family: Arial, Helvetica, serif;
	color:#FFBA00;
	font-size:1.2em;
	margin:6px 0;
	clear:both;
}
h3{
	font-family: Arial, Helvetica, serif;
	color:#FFBA00;
	font-size:1.1em;
	margin:6px 0;
	clear:both;
}
/**/
p{
	text-align:justify;
}
a{
	color:#B4B5B8;
}
a:hover{
	text-decoration:none;
}
input{
	outline:none;
	border-style:solid;
	border-width:1px;
	border-color:#686868 #9B9B9B #9B9B9B #686868;
}
/*-------------------------------------------------------------------------TABLE FORMATS*/
table{
	width:100%;
	margin:15px 0 10px 0;
}
th, td{
	font-size:0.9em;
	color:#FFFFFF;
	padding:2px 5px;
}
th{
	text-align:center;
}
th.right, td.right{
	text-align:right;
}
th.center, td.center{
	text-align:center;
	padding:0 20px;
}
th.left, td.left{
	text-align:left;
}
/*-----Generic Table Format*/
table.tbGeneric{
	width:400px;
	border-width:1px;
	border-style:dotted solid;
	border-color:#B4B5B8 #000000;
}
table.tbGeneric th{
	color:#FFBA00;
	border-bottom:dotted 1px #B4B5B8;
	border-left:dotted 1px #B4B5B8;
	padding:5px;
}
table.tbGeneric td{
	color:#FFFFFF;
	border:dotted 1px #B4B5B8;
	padding:5px;
}
/*-----Payment Table Format*/
table.tbPayment{
	width:auto;
}
table.tbPayment th{
	background-color:#000000;
	padding:0 10px 4px 0;
}
table.tbPayment td{
	background:#000000 URL(images/horizontalLine.gif) repeat-x left top;
	padding:12px 10px 3px 0px;
}
table.tbPayment td img{
	display:block;
	margin:0 auto;
}

/*-----Jackpot Table Format*/
table.tbJackpots{
	width:340px;
}
table.tbJackpots th{
	color:#FFBA00;
	text-align:left;
	background:#000000 URL(images/horizontalLine.gif) repeat-x left bottom;
}
table.tbJackpots td{
	color:#FFFFFF;
	text-align:left;
	background:#000000 URL(images/horizontalLine.gif) repeat-x left bottom;
}
table.tbJackpots tr.alternate td, table.tbJackpots td.alternate{
	color:#FFBA00;
}
/*------------------------------------------------------------------------------------------------------LIST ITEMS*/
/*---------------------------------------------------------------------------GENERIC Paragraph List */
ul, ol, dt{
	padding:5px;
	margin:0 10px 0 10px;
}
ol li{
	list-style-type:decimal;
	padding-top:1px;
	margin-left:15px;
}
ol li ol li{
	list-style-type:lower-latin;
}
ol li ol li ol li{
	list-style-type:disc;
}
ul li, dl{
	list-style-image:url(images/circle.png);
	padding-top:1px;
	margin-left:15px;
}
ul.circle li{
	list-style-type:none;
	list-style-image:URL(images/circle.png);
	padding-top:1px;
}
/*---------------------------------------------------------------------------SPECIAL Paragraph List**/
ul.orange{
	padding:10px 5px;
	margin:10px;
}
ul.orange ul{
	padding:0;
	margin:10px 0;
}
ul.orange li{
	color:#FFBA00;
	font-weight:bold;
	padding:2px 0 0 0;
	margin-left:0;
}
ul.orange li li{
	color:#B4B5B8;
	list-style-image:none;
	list-style-type:none;
	font-weight:normal;
	padding:1px 0 0 0;
	/*margin-left:0;*/
}
/*---------------------------------------------------------------------------ROOM Image List */
ul.lsRoomLogos{
	display:block;
	width:450px;
	padding:0;
	margin:10px auto;
}
ul.lsRoomLogos li{
	float:left;
	list-style:none;
	padding:0;
	margin:5px 10px;
}
ul.lsRoomLogos li a{
	display:block;
	background:#000000 URL(images/arrowWhite.png) no-repeat bottom right;
	padding-right:18px;
}
ul.lsRoomImages{
	display:block;
	width:450px;
	text-align:left;
	padding:10px 0;
	margin:0 auto;
}
ul.lsRoomImages li{
	float:left;
	width:205px;
	color:#B4B5B8;
	list-style:none;
	padding:0;
	margin:5px 8px;
}
ul.lsRoomImages img, ul.lsRoomImages a{
	display:block;
	color:#B4B5B8;
	margin:0 auto;
}
/*---------------------------------------------------------------------------PORTADA*/


/*---------------------------------------------------------------------------SCROLL PANELS */
div.infoPanel{
	display:block;
	position:relative;
	width:450px;
	background:#FFBA00 URL(images/cornerOrangeBR.png) no-repeat bottom right;
	color:#000000;
	margin:0;
}
div.infoPanel h1{
	color:#000000;
	font-size:1.3em;
	padding:5px 0 0 15px;
	background:transparent URL(images/cornerOrangeTL.png) no-repeat top left;
	margin:0;
}
div.infoPanel h2, div.infoPanel h3{
	color:#000000;
	padding:0;
	margin:7px 0 5px 0;
}
div.infoPanel p{
	padding:0;
	margin:0;
}
div.infoPanel  a{
	color:#000000;
	text-decoration:none;
}
div.infoPanel ul{
	padding:5px 10px;
	margin:0 3px;
}
div.infoPanel li{
	list-style-type:disc;
	list-style-image:none;
	padding-top:1px;
	margin-left:0;
}
div.infoPanel div.left{
	float:left;
	display:block;
	width:106px;
	margin:0;
	border-right:solid 10px #000000;
}
div.infoPanel div.poker{
	height:auto !important;
	height:410px;
	min-height:410px;
	background:transparent URL(images/imgPanelPoker.jpg) no-repeat bottom right;
}
div.infoPanel div.casinos{
	height:auto !important;
	height:112px;
	min-height:112px;
	background:transparent URL(images/imgPanelCasinos.jpg) no-repeat bottom right;
}
div.infoPanel div.right{
	float:right;
	width:323px;
	padding-top:5px;
	padding-left:10px;
}
div.infoPanel div.bottom img{
	display:block;
	float:left;
	margin-top:12px;
	margin-right:8px;
}
div.infoPanel .line{
	height:2px;
}
/*--------------------------------------Scrolls Texts*/
/*div.infoPanel div.sctext p, div.infoPanel div.text p{
	padding:0;
	margin:0;
}*/
div.infoPanel .scbtup{
	display:block;
	position:absolute;
	top:0;
	left:0;
	margin-top:18px;
	margin-left:428px;
}
div.infoPanel .scbtdown{
	display:block;
	position:absolute;
	top:0;
	left:0;
	margin-top:88px;
	margin-left:428px;
}
div.infoPanel .mascPoker, div.infoPanel .mascCasino{
	width:270px;
	margin:0 10px 10px 0;
}
div.infoPanel .scmascPoker{
	position:relative;
	/*:270px;*/
	height:190px;
	overflow:hidden;
	top:0;
	left:0;
	clip:rect(0,270px,210px,0);
}
div.infoPanel .scmascCasino{
	position:relative;
	/*:270px;*/
	height:87px;
	overflow:hidden;
	top:0;
	left:0;
	clip:rect(0,270px,87px,0);
} 
div.infoPanel .sctext{
	position:absolute;
	top:0;
	left:0;
}
/*-------------------------------------------------------------------------PROMOTIONS*/
#promotions{
	display:block;
	background:#000000 URL(images/horizontalLine.gif) repeat-x left bottom;
	margin:20px 0;
}
#promotions li{
	display:block;
	height:70px;
	list-style-type:none;
	font-size:1.0em;
	font-weight:bold;
	background:#000000 URL(images/horizontalLine.gif) repeat-x left top;
	padding:20px;
}
#promotions li img{
	float:left;
	display:block;
	margin-right:10px;
}
#promotions li h2{
	color:#FFFFFF;
	clear:none;
	padding:0;
	margin:0 0 0 140px;
}
#promotions li p{
	color:#FFBA00;
	padding:0;
	margin:0 0 0 140px;
}

/*------------------------------------------ORANGE PANEL (JACKPOTS)*/
div.orangePanel{
	display:block;
	width:430px;
	background:#FFBA00 URL(images/cornerOrangeBR.png) no-repeat bottom right;
	color:#000000;
	padding-bottom:14px;
	margin:0 auto;
}
div.orangePanel h1{
	width:100%;
	height:96px;
	background:#000000 URL(images/jackpotsTitle.png) no-repeat bottom right;
	color:#FFBA00;
	padding:10px 0 0 0;
	margin:0;
}
div.orangePanel .text{
	width:auto;
	font-weight:bold;
	margin:10px 20px;
}
div.orangePanel p{
	background:#FFBA00 URL(images/redStar.png) no-repeat top left;
	text-align:left;
	text-indent:24px;
	padding:4px 0;
	margin:0 0 10px 0;
}
/*--------------------------------------------------------------------Right Panel TEXTS */
.columnC .text h1, .columnC .text h2, .columnC .text p{
	font-size:1.0em;
	padding:5px 0;
	margin:0 20px;
}
.columnC .text table{
	
}
/*--------------------------------------------------------------------Right Panel Instructions */
#instructionsPanel{
	width:341px;
	background:#000000 URL(images/instructionBackground.png) repeat-y top left;
}
#instructionsPanel .title{
	width:100%;
	height:48px;
	background:#000000 URL(images/instructionTitle.png) no-repeat top left;
}
#instructionsPanel .body{
	width:auto;
	height:auto !important;
	height:100px;
	min-height:100px;
	padding:0 18px;
}
#instructionsPanel .body h2{
	display:block;
	width:auto;
	color:#FF0000;
	font-size:1.1em;
	padding:10px 0 15px 40px;
	margin:0;
}
#instructionsPanel .body h2.one{
	background:transparent URL(images/instructions1p.png) no-repeat top left;
}
#instructionsPanel .body h2.two{
	background:transparent URL(images/instructions2p.png) no-repeat top left;
}
#instructionsPanel .body h2.three{
	background:transparent URL(images/instructions3p.png) no-repeat top left;
}
#instructionsPanel .body h2.four{
	background:transparent URL(images/instructions4p.png) no-repeat top left;
}
#instructionsPanel .body h2.five{
	background:transparent URL(images/instructions5p.png) no-repeat top left;
}
#instructionsPanel .body h2.six{
	background:transparent URL(images/instructions6p.png) no-repeat top left;
}
#instructionsPanel .body .block{
	background:transparent URL(images/horizontalLine.gif) repeat-x right bottom;
	padding-bottom:5px;
	margin:5px 0;
}
#instructionsPanel .body h3{
	color:#FFBA00;
	font-size:1.0em;
	padding-left:8px;
}
#instructionsPanel .body p{
	color:#FFFFFF;
	padding-left:8px;
	padding-right:8px;
	margin:0;
}
#instructionsPanel .body img{
	display:block;
	margin:0 auto;
}
/*---------Download*/
#instructionsPanel .body .blockOrange{
	width:303px;
	background:transparent URL(images/horizontalLine.gif) repeat-x right bottom;
	padding-bottom:5px;
	margin:5px 0;
}
#instructionsPanel .body .blockOrange h2{
	background:#FFBA00 URL(images/instructions3pOrange.png) no-repeat left top;
	margin:0;
}
#instructionsPanel .body .blockOrange p{
	color:#000000;
	background-color:#FFBA00;
	margin:0;
}
#instructionsPanel .body .blockOrange p strong{
	color:#FF0000;
}
#instructionsPanel .body .blockOrange p.boton{
	height:36px;
	background:transparent URL(images/instructionsDownload.png) no-repeat left top;
}


#instructionsPanel .body .blockOrange p.boton img{
	margin-left:100px;
}
/*-------------*/
#instructionsPanel .foot{
	clear:both;
	width:100%;
	height:22px;
	background:#000000 URL(images/instructionFoot.png) no-repeat top left;
}
#instructionsPanel form{
	padding:4px 8px;
}
#instructionsPanel label{
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:4px
}
#instructionsPanel .btsubmit{
	display:block;
	float:right;
	cursor:pointer;
	width:100px;
	height:30px;
	background:#000000 URL(images/submitBt.png) no-repeat top left;
	color:#FFFFFF;
	font-size:1.0em;
	font-weight:bold;
	border:0;
}
#msj{
	width:auto;
	background-color:#353535;
	font-size:1.1em;
	font-weight:bold;
	color:#FF0000;
	padding:10px;
	border:solid 1px #CCCCCC;
}