body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body 
{
	background-repeat: no-repeat;
	font-size: 16px;
}

input
{
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	font-size:.95em;
}
div>input[type=text], div>input[type=number]
{
	position: absolute;
	text-align:left;
	width:60px;
	height:22px;
	left:25px;
	top:5px;
	font-size: 19px;
}
.dollar_sym
{
	position: absolute;
	left: 5px;
	top: 2px;
	font-size: 23px;
	color: #09462a;
}
input[type=checkbox]
{
	width: 24px;
	height:24px;
	vertical-align: middle;
}
.bet_input
{
	background:url("http://www.card-cloud.com/images/bet_input_blank.png") no-repeat scroll left top transparent;
	background-size: 64px 30px;
	height:30px;
	width:64px;
}
.bet_input_disabled
{
	background:url("http://www.card-cloud.com/images/bet_input_disabled_blank.png") no-repeat scroll left top transparent;
	background-size: 64px 30px;
	height:30px;
	width:64px;
}
.payout_outline
{
	position: absolute;
	height: 19px;
	border-radius: 10px;
	border:3px solid #038057;
}
.best_play_advice
{
	border:2px dotted #FF984C;
}
.hidden_advice
{
	border:2px dotted #B9DECF;
}
.enable_bonus
{
	background:url("http://www.card-cloud.com/images/bonus1.png") no-repeat scroll left top transparent;
	background-size: 64px 30px;
	height:30px;
	width:64px;
}
.disable_bonus
{
	background:url("http://www.card-cloud.com/images/bonus0.png") no-repeat scroll left top transparent;
	background-size: 64px 30px;
	height:30px;
	width:64px;
}
.header
{
	height:66px;
	width:100%;
	background:#e9e9f2;
	border-bottom:thin white solid;
}
.header_title
{
	position:absolute;
	left:18px;
	top:16px;
	color:slategrey;
	font-size:30px;
	width:480px;
}
.header_btn
{
	position:absolute;
	left:510px;
	top:13px;
	width:190px;
	height:42px;
	color:blue;
	font-size:20px;
	background:url('http://www.card-cloud.com/images/arrow_down.gif') #bbbbe4;
	background-repeat:no-repeat;
	background-position-x:160px;
	background-position-y:18px;
	border:thin #8d9295 solid;
	cursor:pointer;
}
.header_btn_collapsed
{
	background: #bbbbe4 url('http://www.card-cloud.com/images/arrow_up.gif') no-repeat 160px 18px;
}
.header_btn_expanded
{
	background: #bbbbe4 url('http://www.card-cloud.com/images/arrow_down.gif') no-repeat 160px 18px;
}
.more_games
{
	position:absolute;
	top:66px;
	left:19px;
	width:680px;
	background:#bbbbe4;
	border:thin white solid;
	font-size:40px;
	color:blue;
	padding:32px 0px 32px 0px;
	text-align:center;
	z-index:100;
	display:none;
}
.cancel_more_games
{
	position:absolute;
	top:755px;
	left:-1px;
	width:680px;
	background:#e9e9f2;
	border:thin white solid;
	font-size:36px;
	color:gray;
	padding:28px 0 28px 0;
	text-align:center;
	z-index:100;
	cursor:pointer;
}
hr
{
	margin-top:28px;
	margin-bottom:28px;
}
.stat_label
{
	text-align: right;
	color: #038057;
	font-size: 15px;
}
.stat_value
{
	padding-left: 4px;
	padding-bottom: 1px;
	color: blue;
	font-family: verdana,arial,sans-serif;
	font-size: 15px;
	vertical-align: text-top;
	white-space: nowrap;
}
.hand_value_display
{
	color: blue;
	font-size: 1.5em;
	width:195px;
	text-align:center;
}
.card
{
	border: solid 3px #fff;
	width: 80px;
	height: 106px;
	position: absolute;
	border-radius: 5px;
	background-image: url('http://www.card-cloud.com/images/card_sheet.png');
}
#recent_winners .stat_value
{
	padding-top: 2px;
}

.contact
{
	font-family:verdana,arial,sans-serif;
	font-size:.6em;
	color:#555;
}
button:focus {
	outline: none;
}
.ui-button-text-only .ui-button-text { padding: .4em 1em 0; }
a, input, textarea, select {
	outline:0 none;
}
a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: #f3831e; }