body{
	background-color: black;	
}
h1, p, a, body {
	font-family:Trebuchet MS, Tahoma, Verdana, Arial;
}
.minipoker{
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	width:100%;
}

.gameinfoPane{
	float:left;
	width:230px;
}	
#frame{
	background:#434343 none repeat scroll 0 0;
	color:#fff;
}
#parent{
	background:#434343 none repeat scroll 0 0;
}
#gameTable {
  display: block;
  width: 100%;
}
.minipoker .bg{
	width:100%;
}
.userMessengerAvatar {
	position:absolute;
	left:5px;
	top:5px;
	width:78px;
	height:78px;
	border:1px solid #1667CC;
}

.gameBtn{
	background-repeat: no-repeat;
}
.standBtnPosition{
	position: absolute;
	top: 0.05em;
	right: 0.05em;
	width:1.2em;
	cursor:pointer;	
}

.bidBtn {
	position:absolute;
	font-size: 0.6em;
	color : black;
	position: inherit;
	display:block;
	cursor:pointer;
}
.btn{
	position:absolute;
	width:100%;
	cursor:pointer;
}
.foldBtn {	
	width: 7.8em;
	height:4.3em;
	left: 0px;
	text-align:left;
	bottom: 0em;
	position: absolute;
}
.raiseBtn {	
	width: 8.3em;
	height:4.3em;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.callBtn{
	width: 8.2em;
	height:4.3em;
	right: 8.3em;
	bottom: 0px;
	position: absolute;
}
.bet2{
	width: 0px;
	height:0px;
	left: -100px;
	top: -100px;
	display:none;
}

.warningPanel {
	display:none;
	position:absolute;
	left: 31%;
	top: 32%;
	width: 30%;
	background:#F5F5DC;
	text-align:center;
	padding:2%;
	align:center;
	border:2px solid black;
	margin:15px;
	z-index: 4;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
 	-webkit-border-top-left-radius:6px;
 	-webkit-border-top-right-radius:6px;
 	-webkit-border-bottom-left-radius:6px;
 	-webkit-border-bottom-right-radius:6px;
}
.sliderPanel{
	position:absolute;
	color : blue;
	left: 232px;
	top: 228px;
	width: 100px;
	height: 21px;
	background:#F5F5DC;
	border:1px solid black;
	cursor : pointer;
}

.leftSliderView{
	position:inherit; 
	float:left; 
	color : blue;
	width: 0px;
	height: 15px;
	background:blue;
	cursor : pointer;
}

.bidLabel{
 	padding-top:1.15em;
 	font-size: 1.4em;
 	font-weight:bold;
 	color : white;
 	position:absolute;
 	z-index: 1;
 	width:100%;
 	text-align: center;
}

div#preload { 
	display: none;
}

.playerWords {
	font-size: 13px;
	color : blue;
	position: absolute;
	width: 85px;
	top: 30px;
	left: 0px;
	background:#F5F5DC;
}

.playerNameAndChips{
	color:white;
	font-size: 13px;
	position:absolute;
	width:70px;
	left:10px;
	top:63px;
}
.handCardSize{
	width:1.3em;
}
.ownCardSize{
	width:1.5em;
	margin-top:0.01em;
}
.version{
	color:white;
	font-size:9px;
	bottom:7px;
	right:8px;
	position:fixed;
	opacity:0.5;
	z-index:99;	
}
.playerPanel .avatarSize{
	position:absolute;
	left:0.25em;
	top:0.40em;
	width:1.6em;
	height:1.6em;
	cursor:pointer;
	border:0.1em solid black;
}
.playerPanel .userChips{
	color:yellow;
	font-size:0.5em;
	font-weight:bold;
	text-align:center;
	position:absolute;
	bottom:0.1em;
	width:100%;
}
.playerPanel .userName{
	color:white;
	font-size:0.6em;
	font-weight:bold;
	text-align:center;
	position:absolute;
	left:5px;
	top:8px;
	width:100%;
	overflow: hidden;
}

.playerCard1{
	position:absolute;
	top:1em;
	left:1em;
	/* -webkit-transform: rotate(-8deg); */	
}
.playerCard2{
	position:absolute;
	top:1em;
	left:2.1em;
	/* -webkit-transform: rotate(15deg); */
}

.dealerImageSize{
	width:18px;
	height:18px;
}
	

.playerPanel{
	cursor:pointer;
	position:absolute;
	display:block;
	z-index: 2;
	float:left;
	margin:5px;
	text-align:center;
	width:3.5em;
	height:3.5em;
	padding:3px;
}
.playerPanel .usrBg{
	position:relative;
	width:4em;
	height:4em;
	opacity:0.75;
	top:-0.25em;
	left:-0.25em;
}

.emptySeatPanel{
	position:absolute;
	display:block;
	z-index: 2;
	text-align:center;
	width:3em;
	height:3em;
	color: white; 
	position:absolute;
	font-weight:bold;
	text-align:center;	
	cursor:pointer;	
}
.emptySeatLabel {
  font-size: 1em;
  padding-top: 0.8em;
  position: absolute;
  text-align: center;
  width: 100%;
}

.seatLocation0{
	left:15%;
	top:15%;
}
.seatLocation1{
	left:43%;
	top:8%;
}
.seatLocation2{
	left:74%;
	top:15%;
}
.seatLocation3{
	left:74%;
	top:63%;
}
.seatLocation4{
	left:43%;
	top:73%;
}
.seatLocation5{
	left:15%;
	top:63%;
}

.cardShadow{
	position:absolute;
	top:0px;
	left:0px;
	width:2.84em;
	height:3.78em;
} 
.communityCardSize{
	position:absolute;
	top:0px;
	left:0px;
	width:2.66em;
	height:3.6em;
}

.communityCard{
	position:absolute;
	top:6.7em;	
}
.communityCard0{
	left:8em;	
}
.communityCard1{
	left:11em;
}
.communityCard2{
	left:14em;
}
.communityCard3{
	left:17em;
}
.communityCard4{
	left:20em;
}
.dealerLocation{
	z-index: 3;
	position:absolute;
	top:31px;
	left:155px;
}
.potInfo{
	font-size: 13px;
	position:absolute;
	color:white;
	left:36%;
	top:61%;
	width:28%;
	background:#000000;
	border:  2px solid #003300;
	border-radius: 6px 6px 6px 6px;	
	-moz-border-radius: 6px 6px 6px 6px;
 	-webkit-border-top-left-radius:6px;
 	-webkit-border-top-right-radius:6px;
 	-webkit-border-bottom-left-radius:6px;
 	-webkit-border-bottom-right-radius:6px;	
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	text-align: center;
}
#Stand{
	
}
#Stand.over{
	background: url('../games_gfx/minipoker/close-button-over.png') no-repeat;
}
.hiddenBidInfo {
	left: 10px; 
	width: 73px;
}
.chatAreaContainer{
	display:none;
	font-size: 11px;
	height:60px;
	width:294px;
	background:white;
	color:black;
	z-index: 3px;
}
.twitterPanel{
	display:none;
}

#BetLabelAndField{
	color:white;
	position:absolute;
	/**padding-left:20px;*/
	top:270px;
	left:85px;
	/**margin: 10px;*/
}



#BidPanel{
	z-index: 3;
	position:absolute;
	left:10em;
	top:6em;
	width: 275px;
	height:104px;
	background: url('../games_gfx/minipoker/iphone/raise-panel.png');	
}
.BidNo{
	cursor:pointer;
	position:absolute;
	left:4px;
	top:11px;
	width: 58px;
	height:58px;
	background: url('../games_gfx/minipoker/iphone/no.png');	
}
.BidNo.over{
	background: url('../games_gfx/minipoker/iphone/no-over.png');	
}

.BidYes{
	cursor:pointer;
	position:absolute;
	left:211px;
	top:11px;
	width: 58px;
	height:58px;
	background: url('../games_gfx/minipoker/iphone/yes.png');	
}
.BidYes.over{
	background: url('../games_gfx/minipoker/iphone/yes-over.png');	
}

#BidLabelValue{
	color: white; 
	position:absolute;
	left:72px;
	top:20px;
	width: 130px;
	height:30px;
	font-size: 22px;
	text-align:center;	
}

#BidSlider.over{
	display:none;
	background: url('../games_gfx/minipoker/iphone/slider.png');	
}
	
#hiddenBidSlider{
	display:none;
	background: url('../games_gfx/minipoker/iphone/slider.png');	
}
#hiddenBidOverSlider{
	display:none;
	background-image: url('../games_gfx/minipoker/iphone/slider-selected.png');	
}
#TextInput_BetField{
	display:none;
}
#jQSlider{
	cursor:pointer;
	left:10px;
	top:80px;
	width:256px;
}
.stretch {
    width:100%;
    height:100%;
    margin:0 auto;
    border:0px;
}

.callBubble {
	position:absolute;
	background:#FFFFFF;
	border:  0.1em solid #000;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	-moz-border-radius: 0.2em 0.2em 0.2em 0.2em;
 	-webkit-border-top-left-radius:0.2em;
 	-webkit-border-top-right-radius:0.2em;
 	-webkit-border-bottom-left-radius:0.2em;
 	-webkit-border-bottom-right-radius:0.2em;
	top:0.2em;
	color:black;
	font-size: 0.5em;
	font-weight:bold;
	text-align:center;
	width:100%;
	padding-top:2px;
	height:1.2em;
	left:0px;
	z-index:3;
}

.userInfo .timerBarBg{
	position:absolute;
	background:#FFFFFF;
	border:  2px solid #003300;
	border-radius: 0.15em 0.15em 0.15em 0.15em;
	-moz-border-radius: 0.15em 0.15em 0.15em 0.15em;
 	-webkit-border-top-left-radius:0.15em;
 	-webkit-border-top-right-radius:0.15em;
 	-webkit-border-bottom-left-radius:0.15em;
 	-webkit-border-bottom-right-radius:0.15em;
	top:-0.2em;
	left:0.1em;
	color:black;
	width:3.5em;
	height:0.5em;
}
.userInfo .timerBar{
	position:absolute;
	background:#00AA00;
	border-radius: 0.1em 0.1em 0.1em 0.1em;
	-moz-border-radius: 0.1em 0.1em 0.1em 0.1em;
 	-webkit-border-top-left-radius:0.1em;
 	-webkit-border-top-right-radius:0.1em;
 	-webkit-border-bottom-left-radius:0.1em;
 	-webkit-border-bottom-right-radius:0.1em;
	top:0px;
	left:0px;
	color:black;
	width:3.5em;
	height:0.5em;
}
.timerLabel{
	color: black; 
	position:absolute;
	left:0px;
	top:1px;
	width: 100px;
	height:10px;
	font-size: 10px;
	text-align:center;	
	font-weight:bold;
}

.potPile{
	position:absolute;
	left:50%;
	top:57%;
}
.potBet{
	position:absolute;
	left:55%;
	top:57%;
}

.chipSize{
	position:absolute;
	left:0px;
	top:-1px;
	width:18px;
	height:17px;
}

.chipImage{
	position:absolute;
	left:0px;
	top:-3px;
}
#chip1{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip1.png');	
}
#chip10{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip10.png');	
}
#chip100{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip100.png');	
}
#chip1000{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip1000.png');	
}
#chip10000{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip10000.png');	
}
#chip100000{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip100000.png');	
}

#chip25{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip25.png');	
}
#chip250{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip250.png');	
}
#chip25000{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip25000.png');	
}
#chip250000{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip250000.png');	
}

#chip5{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip5.png');	
}
#chip50{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip50.png');	
}
#chip500{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip500.png');	
}
#chip5000{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip5000.png');	
}
#chip50000{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip50000.png');	
}
#chip500000{
	display:none;
	background: url('../games_gfx/minipoker/chips/chip500000.png');	
}


.playerChips{
	position:absolute;
	z-index: 2;
}
#playerChipOnTable0{
	left: 119px;
	top: 82px;
}

#playerChipOnTable1{
	left: 181px;
	top: 50px;
}

#playerChipOnTable2{
	left: 344px;
	top: 62px;
}

#playerChipOnTable3{
	left: 341px;
	top: 205px;
}

#playerChipOnTable4{
	left: 160px;
	top: 213px;
}

#playerChipOnTable5{
	left: 123px;
	top: 190px;
}

.pilleValue{
	z-index: 2;
	position:absolute;
	width:53px;
	height:16px;
	color:white;
	font-size: 13px;
	text-align:center;
}

#pilleValue0{
	left: 104px;
	top: 98px;
}
#pilleValue1{
	left: 170px;
	top: 64px;
}
#pilleValue2{
	left: 327px;
	top: 76px;
}

#pilleValue3{
	left: 324px;
	top: 219px;
}
#pilleValue4{
	left: 140px;
	top: 226px;
}
#pilleValue5{
	left: 107px;
	top: 204px;
}

#foldLocation{
	display:none;
	position:absolute;
	left:221px;
	top:132px;
}

.showSmallChatBtn{
	cursor:pointer;
	position:absolute;
	left:5em;
	top:0.2em;
	width:2.4em;
}
.showSmallChatBtn.over{
}
#smallChat{
	display:none;
	z-index: 4;
	position:absolute;	
	left:6.5em;
	top:0px;
	width:20em;
	height:1.75em;
}
.smallChatBg{
	position:absolute;	
	width:20em;
	height:1.75em;
	left:0px;
}
.smallChatPos{
	left:6.6em;
	top:0em;
}
.smallChatOffScreenPos{
	top:-3em;
	left:6.6em;	
}
#smallChat .hideChatBtn{
	cursor:pointer;
	float:left;	
	left:0.2em;
	top:0.1em;
	width:1.4em;
}

#smallChat .hideChatBtn.over{
}
#smallChat input[type="text"].smallChatInputText{
	float:left;
	top:0.15em;
	height:1.2em;
	width:16.5em;
	font-size:0.9em;
	padding:0.05em;
}
#smallChat .smallChatSendBtn {
  border: 0 none;
  color: white;
  cursor: pointer;
  font-size: 0.75em;
  height: 1.2em;
  padding: 0.2em 0.3em;
  float:left;
  top: 0.15em;
  width: 2.6em;
}
#smallChat .smallChatSendBtn.over{
}
#smallChat #smallChatBtnLabel{
	text-align:center;
 	padding-top:4px;
 	font-size: 16px;
 	font-weight:bold;
 	color : white;
}


.playerTicker{
	display:none;
	background: url('../games_gfx/minipoker/iphone/speech-bubble.png');
	position:absolute;
	left:-7px;
	top:52px;
	width:127px;
	height:28px;
	overflow:hidden;
}
.tickerContent{
	text-align:center;
	padding-top:8px;
	font-size: 14px;
}
.popUp{
	z-index: 90;	
}

.timerInfoIE{
	position:absolute;
	color: white; 
	left:0px;
	top:-15px;
	width: 100px;
	height:12px;
	font-size: 14px;
	text-align:right;	
	font-weight:bold;
}
.betSliderContainer{
	position: absolute;
	top:0px;
	width:100%;	
	margin-top:0em;
	margin-left:0.4em;
}
#soundmanager-debug {
	display: none;
}
.BetLabelAndField #betDIV{
	position:inherit;float:left;color:blue;text-align:left;top: 5px;width:175px
}
.BetLabelAndField #betDIV #betField{
	width: 100px; font-size: 14px;padding-left:5px;
}


