html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url('../images/pokerTable.jpg');
    background-size: cover;
    /*background-position: center;*/
    background-repeat: no-repeat;
    font-family: Impact;
    overflow: hidden;
}
a,
img {
    border: none !important;
}
img.helpfileimage {
    width: 930px;
}
img {
    image-rendering: optimizeQuality;
}
h1.helpHeader {
    font-size: 24px;
    color: #3366CC;
}
.noselect {
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    -o-user-select: none;
    user-select: none;
}
.dealerHand{
    position: absolute;
    top: -30px;
    left: 40%;
    color: white;
    z-index: 2;  
}
.dealerHand p{
    font-size: 25pt;
}
div.hiddenAudio {
    display: none;
    visibility: hidden;
}
img.shoeImage {
    height: 180px;
    width: 180px;
    position: absolute;
    right: 0px;
    top: 0px;
}
img.chips {
    height: 110px;
    width: 110px;
}
.logoImage {
    width: 190px;
    margin-left: 15px;
}
div.chipHolder {
    position: absolute;
    margin-bottom: 0px;
    bottom: 0px;
    padding-left: 10px;
}
img.backgroundImage {}
div.buttonHolder {
    position: absolute;
    bottom: 135px;
    left: 0px;
    width: 100%;
}
div.userButton {
    display: inline-block;
    cursor: pointer;
    font-family: "Palatino", "Book Antiqua", Palatino, serif;
    height: 60px;
    font-size: 30px;
    border: 2px solid white;
    font-weight: 600;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    width: 140px;
    height: 60px;
    text-align: center;
    margin: 5px;
    display: table-cell;
    vertical-align: middle !important;
    background: -moz-linear-gradient(top, #9adbf9 0%, #2484c6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9adbf9 0%, #2484c6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9adbf9 0%, #2484c6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    position: relative;
}
.userButton p {
    margin-top: 14px;
}
.dealButton {
    display: inline-block;
    cursor: pointer;
    font-family: "Palatino", "Book Antiqua", Palatino, serif;
    font-size: 30px;
    border: 2px solid white;
    font-weight: 600;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    width: 140px;
    height: 60px;
    text-align: center;
    margin: 5px;
    background: -moz-linear-gradient(top, #9adbf9 0%, #2484c6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9adbf9 0%, #2484c6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9adbf9 0%, #2484c6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
#btnDeal {
    width: 140px !important;
    max-height: 60px !important;
}
#btnDeal p {
    margin-top: 14px;
}
div.helpHolder {
    position: absolute;
    margin-left: 830px;
    margin-top: 220px;
    font-weight: 600;
}

/*
div.userButton:hover {
	color:#ffffff;
	display:inline-block;
	cursor:pointer;
	font-family: Impact;
	height:35px;
	font-size:30px;
	background-color:#1e5799;
	line-height:35px;
	padding-left:5px;
	padding-right:5px;
	width:100px;
	text-align:center;
	margin:5px;
	background: #1e5799;
	background: #1e5799; /* Old browsers */

background: -moz-linear-gradient(top,
#1e5799 0%,
#2989d8 50%,
#1e5799 100%);

/* FF3.6+ */

background: -webkit-gradient(linear,
left top,
left bottom,
color-stop(0%, #1e5799),
color-stop(50%, #2989d8),
color-stop(100%, #1e5799));

/* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,
#1e5799 0%,
#2989d8 50%,
#1e5799 100%);

/* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,
#1e5799 0%,
#2989d8 50%,
#1e5799 100%);

/* Opera 11.10+ */

background: -ms-linear-gradient(top,
#1e5799 0%,
#2989d8 50%,
#1e5799 100%);

/* IE10+ */

background: linear-gradient(top,
#1e5799 0%,
#2989d8 50%,
#1e5799 100%);

/* W3C */

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 4px 4px 2px rgba(0,
0,
0,
1);
-moz-box-shadow: 4px 4px 2px rgba(0,
0,
0,
1);
box-shadow: 4px 4px 2px rgba(0,
0,
0,
1);

}
*/ div.userButtonHelp {
    display: inline-block;
    font-family: "Palatino", "Book Antiqua", Palatino, serif;
    font-size: 30px;
    border: 2px solid white;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    width: 140px;
    height: 60px;
    text-align: center;
    background: -moz-linear-gradient(top, #9adbf9 0%, #2484c6 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #9adbf9 0%, #2484c6 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #9adbf9 0%, #2484c6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
#btnHelp p {
    margin-top: 14px;
}
#btnBook p {
    margin-top: 14px;
}
#btnHelp {
    margin-top: 20px;
    display: inline-block;
    font-family: "Palatino", "Book Antiqua", Palatino, serif;
    font-size: 30px;
    border: 2px solid white;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    width: 140px;
    height: 60px;
    text-align: center;
    background: -moz-linear-gradient(top, #7fc242 0%, #338c37 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #7fc242 0%, #338c37 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #7fc242 0%, #338c37 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}
#btnBook {
    display: inline-block;
    font-family: "Palatino", "Book Antiqua", Palatino, serif;
    font-size: 30px;
    border: 2px solid white;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    width: 140px;
    height: 60px;
    text-align: center;
    background: -moz-linear-gradient(top, #7fc242 0%, #338c37 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #7fc242 0%, #338c37 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #7fc242 0%, #338c37 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
div.bankHolder {
    cursor: pointer;
    font-family: "Palatino", "Book Antiqua", Palatino, serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    bottom: 70px;
    padding-left: 10px;
    padding-right: 10px;
    width: 220px;
    height: 50px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 10px;
    margin-left: 215px;
    background-color: #ffffff;
}
div.betHolder {
    cursor: pointer;
    font-family: "Palatino", "Book Antiqua", Palatino, serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    position: absolute;
    bottom: 70px;
    padding-left: 10px;
    padding-right: 10px;
    width: 220px;
    height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: -35px;
    background-color: #ffffff;
}
div.alertBox {
    cursor: pointer;
    font-family: "Palatino", "Book Antiqua", Palatino, serif;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #000000;
    width: 600px;
    height: 50px;
    z-index: 30;
    position: absolute;
    top: 0px;
    background-color: #72AA00;
    margin-left: 40px;
    vertical-align: middle;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border: 2px #ffffff solid;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    display: none;
    padding: 10px;
}
div.clearBet {
    position: absolute;
    margin-top: 400px;
    margin-left: -236px;
    display: inline-block;
    font-family: "Palatino", "Book Antiqua", Palatino, serif;
    font-size: 30px;
    border: 2px solid white;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    width: 226px;
    height: 50px;
    text-align: center;
    background: -moz-linear-gradient(top, #7fc242 0%, #338c37 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #7fc242 0%, #338c37 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #7fc242 0%, #338c37 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}
div.betAll {
    position: absolute;
    display: inline-block;
    font-family: "Palatino", "Book Antiqua", Palatino, serif;
    font-size: 30px;
    border: 2px solid white;
    margin-top: 400px;
    margin-left: 15px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    width: 226px;
    height: 50px;
    text-align: center;
    background: -moz-linear-gradient(top, #7fc242 0%, #338c37 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #7fc242 0%, #338c37 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #7fc242 0%, #338c37 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}
.clearBet p {
    margin-top: 7px;
    font-weight: 600;
}
.betAll p {
    margin-top: 7px;
    font-weight: 600;
}
div.cardHolderPlayer1 {
    width: 100%;
    position: absolute;
    bottom: 210px;
    text-align: center;
    /*padding-left:40px;*/
}
div.cardHolderPlayer1 img {
    /*
	REMOVED TO NOT STACK THE CARDS
	margin-left:-80px;
	*/
}
div.cardHolderPlayer2 {
    width: 50%;
    position: absolute;
    bottom: 210px;
    display: none;
    text-align: center;
    padding-left: 40px;
}
div.cardHolderPlayer2 img {
    margin-left: -80px;
}
div.cardHolderPlayer3 {
    width: 33%;
    position: absolute;
    bottom: 210px;
    display: none;
    text-align: center;
    padding-left: 40px;
}
div.cardHolderPlayer3 img {
    margin-left: -80px;
}
div.cardHolderPlayer4 {
    width: 25%;
    position: absolute;
    bottom: 210px;
    display: none;
    text-align: center;
    padding-left: 40px;
}
div.cardHolderPlayer4 img {
    margin-left: -80px;
}
div.cardHolderDealer {
    width: 100%;
    position: absolute;
    top: 100px;
    text-align: center;
    /*padding-left:40px;*/
}
div.cardHolderDealer img {
    /*
	REMOVED TO NOT STACK THE CARDS
	margin-left:-80px;
	*/
}
img.backgroundCard {
    width: 105px;
    position: absolute;
    right: 55px;
    top: 30px;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    z-index: -1;
}
div.sumHolderDealer {
    width: 100%;
    position: absolute;
    top: 60px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px black;
}
div.sumHolder1 {
    width: 100%;
    position: absolute;
    bottom: 350px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px black;
}
div.loading {
    background: #b4ddb4;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #b4ddb4 0%, #005700 0%, #52b152 51%, #002400 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4ddb4), color-stop(0%, #005700), color-stop(51%, #52b152), color-stop(100%, #002400));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #b4ddb4 0%, #005700 0%, #52b152 51%, #002400 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #b4ddb4 0%, #005700 0%, #52b152 51%, #002400 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #b4ddb4 0%, #005700 0%, #52b152 51%, #002400 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #b4ddb4 0%, #005700 0%, #52b152 51%, #002400 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400', GradientType=0);
    /* IE6-9 */
    
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 0px;
}
div.bookdiv {
    z-index: 100;
    position: absolute;
    width: 600px;
    visibility: hidden;
    -webkit-border-radius: 10px;
    background-color: #ffffff;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    font-family: Verdana, sans-serif;
}
div.helpdiv {
    z-index: 100;
    position: absolute;
    width: 950px;
    height: 500px;
    overflow: scroll;
    padding: 5px;
    visibility: hidden;
    -webkit-border-radius: 10px;
    background-color: #ffffff;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
    font-family: Verdana, sans-serif;
}
#btnInsuranceYes p {
    margin-top: 14px;
}
#btnInsuranceNo p {
    margin-top: 14px;
}
td.hit {
    background-color: #33CC33;
}
td.sty {
    background-color: #FF5050;
}
td.dob {
    background-color: #3366FF;
}
td.hit:hover {
    background-color: #33CC33;
}
td.sty:hover {
    background-color: #FF5050;
}
td.dob:hover {
    background-color: #3366FF;
}
td.num {
    background-color: #FFFF66;
    font-weight: bold;
}
table.booktable td {
    width: 50px;
    height: 20px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #000000;
}
td.noborder {
    border: none !important;
}
.userPlayButtons {}