body{
	background-color: black;
	font-family: Arial, Vendana;	
}
.gameinfoPane{
	float:left;
	width:230px; 
}	
#frame{
	background:none;
}
#parent{
	background:url('${ctx}/games_gfx/minipoker/bg.png') repeat #000;
}
#content{
	width:1000px;
	padding-top:0px;
	margin-top:0px;
}
h1{
	font-size:17px;
	padding-top:0px;
}	
.warningPanel {
	display:none;
	position:absolute;
	color : blue;
	left: 235px;
	top: 150px;
	width: 200px;
	height: 60px;
	background:#F5F5DC;
	text-align:center;
	align:center;
	border:2px solid black;
	margin:15px;
	z-index: 4;
}
#lobby{
	position:absolute;
	left:0px;
	top:0px;
	background-color: #172d40;	
}
#topbar{
	display:inline;
	position:absolute;
	left:0px;
	top:0px;
	height: 30px;
	width:100%;
	font-size:10px;
	color:white;
	background-color: black;		
	background: url("../games_gfx/lobby/iphone/top-bar.png");
}


#topbar #chips{
	position:inherit;
	padding-top:5px;
	padding-left:25px;
	left:5px;
	top:4px;
	height:20px;
	background: url("../games_gfx/lobby/iphone/chips.png") no-repeat;
}
#topbar #jDollars{
	position:inherit;
	left:72px;
	top:4px;
	padding-top:5px;
	height:20px;
	background: url("../games_gfx/lobby/iphone/jdollars.png") no-repeat;
	padding-left:27px;
}
#topbar #getCurrency{
	text-decoration:none;
	position:inherit;
	left:153px;
	top:3px;
	width:90px;
	padding-top:7px;
	padding-bottom:4px;
	padding-top:5px;
	background-color:yellow;
	background: url("../games_gfx/lobby/iphone/btn1.png") no-repeat;
	text-align:center;
	color:black;
	font-size:12px;
	font-weight: bold;
}
#topbar #achievements{
	position:inherit;
	font-size:12px;
	font-weight:bold;
	left:267px;
	top:4px;
	height:25px;
	padding-top:5px;
	padding-left:25px;
	background: url("../games_gfx/lobby/iphone/trophy.png") no-repeat;
}
#topbar #levelPanel{
	position:inherit;
	left:332px;
	top:0px;
}
#topbar #levelTitle{
	position:inherit;
	left:0px;
	top:15px;
	width:30px;
	text-align:center;
}
#topbar #level{
	position:inherit;
	left:0px;
	top:0px;
	width:30px;
	text-align:center;
	font-size:16px;
	font-weight: bold;
	text-align:center;
}
#topbar #levelName{
	position:inherit;	
	left:33px;
	top:1px;
	width:120px;
	font-size:11px;
	font-weight: bold;
	padding-left:3px;
}
#topbar #levelBar{
	position:inherit;	
	left:33px;
	top:14px;
	height:12px;
	width:100px;
	background-color: grey;
	padding:0px;
	border:solid 1px #222;
}
#topbar #levelBarInner{
	position:inherit;
	height:100%;
	width:90px;
	background: url("../games_gfx/lobby/green-bar-bg.png") repeat-x;
	
}		
/*
#lobby .menu div{
	float:left;
	padding-top:15px;
	padding-left: 2px;
	width:60px;
}
#lobby .menu .tasks{
	background:url("../games_gfx/lobby/gift1.png") no-repeat;
}
#lobby .menu .challenges{
	background:url("../games_gfx/lobby/gift1.png") no-repeat;
}
#lobby .menu .mail{
	background:url("../games_gfx/lobby/gift1.png") no-repeat;
}
#lobby .menu .gifts{
	background:url("../games_gfx/lobby/gift1.png") no-repeat;
}
#lobby .menu .friends{
	background:url("../games_gfx/lobby/gift1.png") no-repeat;
}
*/			
.playNowBtn{
	position: absolute;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
	top:33px;
	left:4px;
	width: 124px;
	height: 29px;		
	background-color: green;
	background: url("../games_gfx/lobby/iphone/playNow-button.png") no-repeat;
}
.playNowBtn a{
	text-decoration: none;
	color:white;
}

.roomsBtn{
	color:white;
	position: absolute;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
	top:40px;
	left:131px;
	width: 97px;
	height: 31px;		
	background-color: blue;	
	background: url("../games_gfx/lobby/iphone/tab1.png") no-repeat;
}
.playNowBtn a{
	text-decoration: none;
	color:white;
}
.tournamentsBtn{
	color:#888;
	position: absolute;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:6px;	
	top:40px;
	left:231px;
	width: 97px;
	height: 31px;
	background-color: gray;		
	background: url("../games_gfx/lobby/iphone/tab2.png") no-repeat;
}
.tournamentsBtn a{
	text-decoration: none;
	color:white;
}
.gameinfoPane{
	float:left;
	width:230px;
}

#frame{
	background:#434343 none repeat scroll 0 0;
	color:#fff;
}
#parent{
	background:#434343 none repeat scroll 0 0;
}
.userMessengerAvatar {
	position:absolute;
	left:5px;
	top:5px;
	width:78px;
	height:78px;
	border:1px solid #1667CC;
}

.gameBtn{
}

.bidButton {
	position:absolute;
	font-size: 18px;
	text-align:center;
	color : black;
	position: inherit;
	/**float:left;*/
	display:block;
	cursor:pointer;
	/**margin-left:15px;*/
	/**background: url('../games_gfx/minipoker/iphone/small-blue-button.gif');*/	
}


.warningPanel {
	display:none;
	position:absolute;
	color : blue;
	left: 133px;
	top: 107px;
	width: 200px;
	height: 60px;
	background:#F5F5DC;
	text-align:center;
	align:center;
	border:2px solid black;
	margin:15px;
	z-index: 4;
}

#soundmanager-debug {
	display: none;
}
div#preload { 
	display: none;
}
#tablelist{
	position:absolute;
	left:0px;
	top:67px;
	width:326px;
	height:187px;
	float:left;
	font-size:9px;
	background-color: white;
}
#tableContent{
	clear:both;
	overflow:auto;
	height:175px;
}	
.head1{
}
.head2{
}
.head3{
}
.head4{
}
.roomsRow{
	clear:both;
	font-size:11px;
	height:20px;
	padding-top:10px;
}
.col{
	float:left;
	padding-right: 2px;
	overflow: none;
	padding-left:2px;
}
.col1{
	width: 85px;
}
.col2{
	width: 50px;
}
.col3{
	width: 30px;
}
.col4{
	width: 80px;
}
.col5{
	position: relative;
	width: 44px;
	
}
.joinBtn{
	top:-5px;
	height: 19px;
	padding-top:5px;
	text-align:center;
	width:42px;
	padding-left:0px;
	text-align:center;
	background-color: green;
	background: url("../games_gfx/lobby/iphone/join.png") no-repeat;
	color:white;
	text-decoration: none;
}
.joinBtn a{
	color:white;
	text-decoration: none;	
}
.roomsHeading{
	height:12px;
	background-color:#bbbbbb;
}
.accordianPane{
	height: 220px;
}
#socialpanelContainer{
	display:inline;
	width: 150px;
	height: 268px;
	font-size: 10px;
	padding:0px;
}	
#vertical-socialpanel{
height:268px;
}
.ratingsLadder{
	overflow-y: scroll;	
	overflow-x: hidden;
	height:230px;
}
.ladderItem{
	padding-left:0px;
	margin-left:0px;
	width:130px;
	height:28px;
	position:relative;
	height:40px;
	margin-top:-15px;
	padding-top:12px;
	background: url("../games_gfx/lobby/iphone/leaderboardItemBg.png") no-repeat;
}
.ladderItem2{
	background: url("../games_gfx/lobby/iphone/leaderboardItemBg2.png") no-repeat;
}
.ladderItem .avatar{
	position:absolute;
	left:5px;
	top:14px;
	width:25px;
	height:25px;
}
.ladderItem .user{
	position:absolute;
	left:35px;
	top:0px;
	margin-top:12px;
	width:95px;
}
.ladderItem .chips{
	position:absolute;
	left:36px;
	top:12px;
	width:110px;
	height:12px;
}
.loadingBg{
	height:100%;
	width:100%;
	background-color: black;
	display: block;
	z-index: 100;
	top:0px;
	left:0px;
	position:absolute;
	tex
}
.loadingBg .loadingBar{
	width:300px;
	height:30px;
	top:40%;
	margin-left: auto;
	margin-right: auto;	
	background-color: grey;
	position: relative;
}
.loadingBg .loadingBarInner{
	padding:5px;
	background-color: green;
	height:15px;	
}	
.gameFrame{
	position:relative;
}
.gameContainer{
	padding-bottom: 0px;
	width:750px;
	border:2px solid black;
}
#progressBarContainer{
	display:inline;
	top:50px;
	position:relative;
	top:0px;
	height:42px;
}

       .ourContainer {
            background-color: #fff;
            width: 800px;
            margin: 15px auto;
            padding: 50px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            padding: 0px;
            padding-top:0px;
            padding-bottom:0px;
            height: 70px;
            width: 611px;
            border:0px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0px;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
            width:100px;
            height:100px;
        }
        
        .slider {
            width: 786px;
            height: 18px;
            margin-top: 70px;
            margin-left: 5px;
            padding: 1px;
            top:1px;
            position: relative;
            //background: url(${ctx}/games_gfx/game_browser/scrollbar.png) no-repeat;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 226px;
        }

        .slider .slider-lbl4 {
            left: 380px;
        }

        .slider .slider-lbl5 {
            left: 655px;
        }
        
#offerWall {
	display:none;	
	position:absolute;
	left: 31%;
	top: 32%;
	width: 30%;
	/* width:600px;
	height:800px; */
	height: 600px;
	overflow:auto;
	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;
}


     
