.table_wrapper {
	width: 800px;
	height: 30px;
	margin-bottom: 10px;
}
.left_header {
	position: relative;
	float: left;
	width: 39%;
}
.right_header {
   position: relative;
   float: right;
   width: 59%;
   text-align: right;
   padding-right: 15px;
}
.header_option {
	margin-top: 4px;
	margin-bottom: 4px;
}
.icon {
	border: 0px;
	cursor: pointer;
}
#betcontrol {
	background-color: #c0c0c0;
	padding: 2px 2px 2px 60px;
	height: 40px;
}
.beticon {
	border: 0px;
	vertical-align: middle;
	cursor: pointer;
}

.betspace {
	margin-left: 40px;
}
#current_bet {
	width: 100px;
}
#betline {
	padding: 1px 5px 1px 3px;
	border: 1px solid #000;
	background-color: #fff;
}
.bank_line {
	padding: 1px 5px 1px 3px;
	border: 1px solid #000;
	background-color: #e5e5e5;
}
#blackjacktable {
	background-color: #fff;
	width: 788px;
	margin-bottom: 10px;
}

#table_top {
	background-image: url('images/tabletop.gif');
	background-repeat: no-repeat;
	height: 20px;
	width: 788px;
}
#shoe_back {
	background-image: url('images/shoe_background.png');
	background-repeat: no-repeat;
	width: 150px;
	height: 20px;
	margin: 0px;
	padding: 1px 1px 1px 1px;
}
#dealer_line {
	width: 788px;
	height: 60px;
	background-color: #090;
}
#dealer_left {
	position: relative;
	float: left;
	width: 66%;
	padding-left: 10px;
}
#dealer_right {
   position: relative;
   float: right;
   width: 26%;
   text-align: left;
   padding-right: 25px;
}
#dealer_play {
	width: 788px;
	background-color: #090;
	height: 105px;
}
#icons {
	padding-left: 2px;
	padding-top: 6px;
	background-color: #c0c0c0;
	height: 105px;
}
#status_line {
	padding-left: 10px;
	width: 100%;
}
#you_line {
	width: 778px;
	height: 35px;
	background-color: #090;
	padding-left: 10px;
	padding-top: 7px;
}
#valuetext {
	float: right;
	padding-right: 10px;
	color: #fff;
	font-weight: bolder;
}
#table_bottom {
	background-image: url('images/tablebottom.gif');
	background-repeat: no-repeat;
	height: 20px;
	width: 788px;
}
.icon_line {
	width: 788px;
	height: 2px;
	background-color: #fc0;
}
.handinplay {
	background-color: #090;
}
#playind1, #playind2, #payind3, #playind4, #dealind  {
	margin-left: 5px;
}

div.bubble {
	width: 300px;
	font-weight: bolder;
	margin-bottom: 4px;
	display:none;
	position: absolute;
	z-index: 100;
}
div.bubble #bubbleTop {
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	top: 4px;
	background: transparent url(images/tip_up.png) no-repeat 15px 0;
	width: 20px;
	height: 10px;
	position: relative;
	z-index: 50;
}
div.bubble #bubbleBottom {
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	top: -2px;
	background: transparent url(images/tip_down.png) no-repeat 15px 0;
	width: 20px;
	height: 10px;
	position: relative;
	z-index: 50;
}
div.bubble #bubbleContent {
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #fff;
	position: relative;
	z-index:49;
}
div.bubble #bubbleContent p {
	margin: 10px;
	padding: 0px;
}
div.bubble #bubbleContent .icon {
	float: left;
	padding: 8px 6px 2px 4px;
}
div.bubble #alertIcon {
		display: none;
}

#bubbleButton {
	text-align: right;
	cursor: pointer;
}

.rounded {
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
}

#debug_line {
	border: 1px solid #000;
	display: none;
}
