@charset "UTF-8";

/* CSS Document */

body {
	color: #ffffff;
	font-family: sans-serif;
	background: url("../../../images/sites/azteca/back.png") repeat-x #323232;
}
a {
	color: #ffb001;
	text-decoration: underline;
}
#content {
	background-color: #000000;
}
#introtext .text {
	top: 1320px;
	padding: 0 10px;
}

/* HEADER */
#header {
	height: 185px;
	background:url("../../../images/sites/azteca/top.png") no-repeat;
	margin: 0 auto;
}

#logo {
	width:367px;
	height:99px;
	background:url("../../../images/sites/azteca/logo_azteca.png") no-repeat;
	display: inline;
	margin: 7px 0 0 5px;
}
#member-box {
	width:570px;
	padding:50px 0 0 0;
}
#member-box {
	color:#333333;
}
ul.login-links {
	padding: 15px;
	text-align: right;
}
.login-links li a {
	text-decoration:none;
	font-size:14px;
	color:#333333;
}
.login-links li a:hover {
	color:#FFFFFF;
}
#member-box label {
	font-size: 14px;
	margin: 3px;
}
#memberinfo .balance {
	width: 150px;
	padding: 20px 10px 0 40px;
}
#memberinfo .row p {
	width: 150px;
}
#memberinfo .row span {
	width: 65px;
}
#memberinfo .row span.adminmessage {
	width: 175px;
	padding: 2px 0 0 0;
}
#memberinfo .playerinfo {
	padding: 10px 10px 0 0;
}
#memberinfo .playerinfo a {
	color: #333333;
}
#memberinfo .mail img {
	margin:0;
	float:right;
}
#memberinfo .playerinfo .mail a {
	float: left;
}



/* MENU */
#menubar {
	height: 0;
    padding: 0 0 0 20px;
    position: relative;
    top: -56px;
	color:#ffb001;
}
#menubar a {
	text-decoration:none;
}
#menubar a:hover {
	color:#FFFFFF;
}
#menubar a.active  {
	color:#FFFFFF;
}
#menubar .mainmenu {
	font-size:16px;
	font-weight: bold;
	height: 25px;
}
#menubar .submenu {
	font-size: 12px;
	padding: 0px;
	height: 25px;
}
#langbar {
	background: none repeat scroll 0 0 #1E1E1E;
	height: 47px;
	line-height: 2;
	padding: 0 10px;
	right:0px;
	top:-12px;
	position:absolute;
}
#langSelect {
	top:47px;
	right:0px;
	background-color:#1E1E1E;
	border-radius: 5px 0 5px 5px;
	padding: 10px;
}
#langbar h5 {
	color: #FFFFFF;
}

/* BANNERS */
/*#banners .register {
	background:url("../../../images/sites/azteca/banners/jackpots.png") no-repeat scroll 0 0 transparent;
}
#banners .deposit {
	background:url("../../../images/sites/azteca/banners/2.png") no-repeat scroll 0 0 transparent;
}
#banners .reload {
	background:url("../../../images/sites/azteca/banners/4.png") no-repeat scroll 0 0 transparent;
}*/
#banners .banner2 {
	/*background:url("../../../images/sites/azteca/banners/1.png") no-repeat scroll 0 0 transparent;*/
	width: 300px;
	height: 250px;
	cursor:pointer;
}
#banners .banner2_halloffame {
	/*background:url("../../../images/sites/azteca/banners/Hall-of-Fame.png") no-repeat scroll 0 0 transparent;*/
	width: 300px;
	height: 250px;
}
#banners .banner3 {
	/*background:url("../../../images/sites/azteca/banners/friend.png") no-repeat scroll 0 0 transparent;*/
	height:115px;
	width: 300px;
	float: left;
}
#banners .b728 {
	height: 90px;
	/*background:url("../../../images/sites/azteca/banners/Next-game.png") no-repeat scroll 0 0 transparent;*/
}
#banners .getfree {
	height: 90px;
	/*background:url("../../../images/sites/azteca/banners/get-free.png") no-repeat scroll 0 0 transparent;*/
}
#banners .firstdeposit {
	height: 90px;
	/*background:url("../../../images/sites/azteca/banners/ftd-bonus.png") no-repeat scroll 0 0 transparent;*/
}
#banners .reloadbonus {
	height: 90px;
	/*background:url("../../../images/sites/azteca/banners/reload-bonus.png") no-repeat scroll 0 0 transparent;*/
}
#banners .signup {
	margin: 32px 10px;
}
#banners .winners {
	color: #FFFFFF;
}
#nextgame p {
	display: none;
	color: #333333;
	font-size: 28px;
	line-height: 26px;
}

/* BUTTONS */

.headerlogin {
    color: #d7d7d7;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top,  #666,  #000);   
}
.headerlogin:hover {
    background: #ffbd00;
	color:#333333;
    background: -webkit-gradient(linear, left top, left bottom, from(#fed400), to(#ffa900));
    background: -moz-linear-gradient(top,  #fed400,  #ffa900)
}
.headerlogin:active {
    color:#333333;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
    background: -moz-linear-gradient(top,  #000,  #444);
}
.forgotbutton, .registerbutton, .registerbutton:active {
    color: #FFFFFF;
	font-weight: bold;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);   
}
.forgotbutton:hover, .registerbutton:hover {
	background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}
.forgotbutton:active, .registerbutton:active {
	background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}
.regpagebutton_active, .regpagebutton:hover, .regpagebutton:active, .counter, .gamelist, .gamereview, .schedule, .loginbutton, .vip, .account {
    color: #333333;
	font-weight: bold;
    border: solid 1px #d99000;
    background: #ffbd00;
    background: -webkit-gradient(linear, left top, left bottom, from(#fed400), to(#ffa900));
    background: -moz-linear-gradient(top,  #fed400,  #ffa900);   
}
.regpagebutton, .counter:hover, .gamelist:hover, .gamereview:hover, .schedule:hover, .preorder:hover, .vip:hover, .account:hover {
    background: #000;
	color: #d7d7d7;
	border: solid 1px #d99000;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
    background: -moz-linear-gradient(top,  #444,  #000)
}
.counter:active, .gamelist:active, .gamereview:active, .schedule:active, .preorder:active, .loginbutton:active, .vip:active, .account:active {
    color: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
    background: -moz-linear-gradient(top,  #000,  #444);
}
.preorder {
	color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top,  #888,  #575757);
}
.headerlogin {
	font-size: 12px;
	padding: 5px 0;
}
.registerbutton {
	font-size: 32px;
	padding: 21px 20px 15px;
}
.regpagebutton, .regpagebutton_active {
	font-size: 20px;
	padding:22px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width:236px;
	height:43px;
	font-weight:700;
}
#banners .signup .reg {
	padding: 26px 5px 10px;
	font-size: 20px;
	height: 33px;
}
#banners .landingpage .reg {
	padding-left:20px;
	width:297px;
	font-size: 30px;
	height: 50px;
	padding-top:16px;
}
.registerbutton span {
	text-transform: none; 
	font-style: italic; 
	display: block; 
	float: right; 
	line-height: 17px; 
	font-size: 11px; 
	width: 118px; 
	padding: 0px 5px; 
	text-align: center;
}
.gamelist {
	font-size: 16px;
	padding: 8px 20px 6px;
	width: 50px;
}
.gamereview {
	font-size: 16px;
	margin: 0 0 0 375px;
	padding:8px 20px 6px;
	width:50px;
	float: left;
}
.counter {
	padding: 12px 22px 8px;
	font-size: 20px;
	width: 143px;
}
.schedule, .preorder {
    font-size: 10px;
    padding: 5px 2px;
}
.loginbutton {
	float:right;
	margin: 10px 96px 0 0;
	width: 85px;
	padding: 5px 0;
}
.forgotbutton {
	float:left;
	margin: 10px 0 0 80px;
	width: 150px;
	padding: 5px 0;
}
.vip {
	float:left;
	padding: 3px 0;
	width: 130px;
}
.account {
	float:left;
	padding: 3px 5px;
}


/* FRAMES */
.reviewframe {
	border: 5px solid #FFB001;
    height: 230px;
    width: 310px;
	border-radius:5px;
}
.listframe {
	border: 3px solid #FFB001;
    height: 114px;
    width: 154px;
	border-radius:3px;
}
.categoryframe {
	background: url("../../../images/sites/azteca/frames/frame_category.png") no-repeat;
}

/* GAMES BLOCKS */
#gameslist .games {
	background-color: #323232;
}
#gameslist h1 {
	color: #333333;
	font-weight: bold;
	font-size: 20px;
    border: solid 1px #d99000;
    background: #ffbd00;
    padding: 5px 10px;
	height: 20px;
    line-height: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fed400), to(#ffa900));
    background: -moz-linear-gradient(top,  #fed400,  #ffa900);
}
#gameslist h3 {
	font-size:18px;
	top: 103px;
	left:141px;
	color:#323232;
}
#gameslist .games li {
	border-bottom: 1px solid #666666;
}
#gameslist .games li a {
	text-decoration: none;
	background: url("../../../images/sites/azteca/bullet.png") no-repeat scroll 8px center transparent;
    padding: 0 8px 0 20px;
}
#gameslist .games li a:hover {
	text-decoration: underline;
}
#gameslist .btm a {
	top: -14px;
}
#games .gamepicture {
	border-radius: 5px;
}
#gamesgrid .gamepicture {
	border-radius: 3px;
}



/* SCHEDULE PAGE */
#schedule .general .start{
	color: #e8f0de;
	background-color: #64991e;
	padding: 10px;
	/*background: url("../../../images/sites/bingodotorg/schedule/yellow_top.png")no-repeat transparent;*/
}
#schedule .special .start{
	color: #d9eef7;
	background-color: #0095cd;
	padding: 10px;
	/*background: url("../../../images/sites/bingodotorg/schedule/purple_top.png")no-repeat transparent;*/
}
#schedule .whitelabel .start{
	color: #faddde;
	background-color: #d81b21;
	padding: 10px;
	/*background: url("../../../images/sites/bingodotorg/schedule/green_top.png")no-repeat transparent;*/
}
#schedule .general .middle, #schedule .special .middle, #schedule .whitelabel .middle {
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	background-color: #FFFFFF;
	color: #333333;
	/*background: url("../../../images/sites/bingodotorg/schedule/yellow.png") repeat-y transparent;*/
}
#schedule .general .stop, #schedule .special .stop, #schedule .whitelabel .stop {
	border-top: 1px solid #D5D5D5;
	/*background: url("../../../images/sites/bingodotorg/schedule/yellow_bottom.png")no-repeat transparent;*/
}

/* LOGIN PAGE */
#account .login h3.loginblock {
	height: 20px;
	padding: 12px 0 8px;
	color: #333333;
	font-weight: bold;
    border: solid 1px #d99000;
    background: #ffbd00;
    background: -webkit-gradient(linear, left top, left bottom, from(#fed400), to(#ffa900));
    background: -moz-linear-gradient(top,  #fed400,  #ffa900);   
}
#account .login .loginblock {
	border-left: 1px solid #323232;
    border-right: 1px solid #323232;
	border-bottom: 1px solid #323232;
}


/* REGISTER PAGES */
#register ul.buttons li .button {
	font-size: 20px;
	height:43px;
	padding: 22px 0 0 0;
}
#register .quick {
	color: #000000;
	background-color: #f1f1f1;
	border-radius: 5px;
	border: 1px solid #999999;
}
#register .facebook .fb-en{
	background:rgba(0, 0, 0, 0) url("../../../images/common/fb_signup_en.png") no-repeat scroll 0 0;
	margin: 70px auto;
	cursor:pointer;
}
#register .facebook .fb-en, #register .facebook .fb-es, #register .facebook .fb-tr{
	height:89px;
	width:340px;
}
/*#register .facebook {
	margin:20px 0 0 0;
}*/

#register h2 {
	margin: 0;
	color: #333333;
	font-weight: bold;
    border: solid 1px #d99000;
    background: #ffbd00;
    background: -webkit-gradient(linear, left top, left bottom, from(#fed400), to(#ffa900));
    background: -moz-linear-gradient(top,  #fed400,  #ffa900); 
	padding: 10px 0 10px 20px;
	border-radius: 4px 4px 0 0;
	position: relative;
    left: -1px;
    top: -1px;
    width: 560px;
}
#register h1 {
	padding: 20px 0 0 0;
	margin:0;
	text-align:center;
}
#register form {
	padding: 20px;
	display:table;
}
#register label {
	width: 200px;
	display:block;
	float:left;
	line-height: 28px;
}
#register .row {
	line-height: 28px;
}
#register input, #register select {
	width: 300px;
	height: 28px;
	vertical-align: bottom;
	border: 1px solid #c6c6c6;
	padding:0 9px
}
#register select {
	width: 320px;
	line-height: 28px;
	padding:5px; 
}
#register .row-error input, #register .row-error select {
	border: 1px solid #6a1b60;
}
#register input#gender, #register input#subscribed, #register input#terms {
	height:16px;
	border:none;
	margin:5px;
}
#register input#gender {
	width: 25px;
}
#register .forgotbutton {
	margin: 0;
	float:right;
}
#register .bottom span {
	font-size: 10px;
	font-style:italic;
}


/* VIP PAGES */
#vip .play a {
	display: block;
    height: 86px;
    overflow: hidden;
    text-indent: -9999px;
    width: 266px;
	background: url("../../../images/common/icons/play_button.png") no-repeat scroll 0 0 transparent;
}
#vip .play a:hover {
	background: url("../../../images/common/icons/play_button.png") no-repeat scroll 0 -118px transparent;
}
.inviter-form {
	background: none repeat scroll 0 0 #000000;
}
#vip .progress h2 {
	color: #333333;
    border: solid 1px #d99000;
    background: #ffbd00;
    background: -webkit-gradient(linear, left top, left bottom, from(#fed400), to(#ffa900));
    background: -moz-linear-gradient(top,  #fed400,  #ffa900); 
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#vip .progress table{
	color: #333333;
	background: #FFFFFF;
	border-radius:  0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#vip .progress td.amount span {
	padding:0 0 0 14px;
}
#vip .progress td.line {
    border-bottom: 1px solid #888888;
}
#vip .progress td.text, #vip .progress td.amount, #vip .progress td.offer {
	font-size: 15px;
}


/* COMMUNITY PAGES */
#community table{
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#community th {
	border-right: 1px solid #FFFFFF;
}
#community dt { 
	color: #ffb001; 
} 
#community .moderator img {
	border:1px solid #FFFFFF
}



/* ACCOUNT PAGES */
#account h3 {
	color:#ffb001;
}
#account .messagebox {
	border: 1px solid #FFB001;
	background-color: #FFFFFF;
}
#account .messagebox h2 {
	color: #323232;
}
#account .help-message-area a {
	color: #323232;
}
#account dt { 
	color: #ffb001;
} 
#account .paymentselect {
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#account .balance {
	background: #393939;
	border-radius: 10px;
	font-size:20px;
	margin: 5px 10px 20px 10px;
	font-weight: bold;
}
#account .balance dt {
	text-align: right;
	padding: 0 10px 10px 0;
	color: #919191;
	line-height: 25px;
	display:table;
}
#account .balance dd {
	color: #FFFFFF;
	padding: 0 0 10px 0;
	line-height: 25px;
	display:table;
}
#account .dataselect button.registerbutton {
	width: 210px;
}
#account .depositbanner {
	margin: 20px 0 0;
}
#account .personalinfo {
	font-size: 16px;
	color: #919191;
	line-height: 25px;
	display:table;
}
#account .personalinfo dd {
	color: #FFFFFF;
	font-size: 18px;
	width: 440px;
	height: 40px;
	margin:0;
}
#account .personalinfo dt {
	width: 440px;
	height: 20px;
}
#account table.history th {
	padding: 5px 0px 5px 10px;
	text-align: left;
}
#account table.history td {
	padding: 5px 0px 5px 10px;
}

/* PROMOTIONS */
#community .first {
	background: url("../../../images/sites/azteca/banners/1.png") no-repeat scroll 0 0 transparent;
}
#community .second {
	background: url("../../../images/sites/azteca/banners/2.png") no-repeat scroll 0 0 transparent;
}
#community .third {
	background: url("../../../images/sites/azteca/banners/3.png") no-repeat scroll 0 0 transparent;
}
#community .fourth {
	background: url("../../../images/sites/azteca/banners/4.png") no-repeat scroll 0 0 transparent;
}
#community .fifth {
	background: url("../../../images/sites/azteca/banners/5.png") no-repeat scroll 0 0 transparent;
}
#community .sixth {
	background: url("../../../images/sites/azteca/banners/6.png") no-repeat scroll 0 0 transparent;
}


/* FOOTER */
#footer {
    background: url("../../../images/sites/azteca/footer.png") no-repeat scroll left top transparent;
    height: 155px;
}
#footer .box h3 {
    color: #323232;
	font-size: 12px;
}
#footer .box ul li a {
    color: #323232;
	font-size: 9px;
}
#footer .box ul li a:hover {
    color: #FFFFFF;
}
#footertext {
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 966px;
	height: 70px;
}
#footertext-home {
	top: 80px;
	position: relative;
	margin: 0 auto;
	width: 966px;
	height: 70px;
}