.instantFortune {
	height: 485px;
	width: 800px;
	margin: 0;
	padding: 0;
    clear:both;
}

.instantFortune_ghost {
	position: absolute;
	border: 0 solid red;
	width: 390px;
	height: 350px;
	/*background-image: url("/assets/2009/images/games/instantfortune_03.png");*/
}

.instantFortune_body {
	position: relative;
	margin: 0 auto;
	height: 308px;
	top: 40px;
    background-repeat: no-repeat;
}

.instantFortune_scratchArea {
	position: absolute;
	width: 719px;
	height: 258px;
	top: 12px;
	right: 8px;
}

/* Buttons instances ------------------------------------------------------------ */
.instantFortune_playButton {
	position: absolute;
    width:211px;
    height:80px;
	top: 210px;
	left: 500px;
    cursor: pointer;
    background-position:0 -213px;
}

.play_clicked { background-position:0 -139px; }
.scratch_neutral { background-position:0 5px; }
.scratch_clicked { background-position:0 -59px; }

/*.instantFortune_ticketPrice {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #F00;
	position: absolute;
	top: 9px;
	right: 14px;
}    */

/* Scratch area ------------------------------------------------------------ */

.instantFortune_FirstChance,
.instantFortune_SecondChance {
	position: absolute;
	width: 170px;
	height: 137px;
	top: 128px;
}

.instantFortune_FirstChance {left: 86px;}
.instantFortune_SecondChance {left: 279px;}

.instantFortune_ScratchSquare {
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 39px;
    margin: 3px;
	float: left;
}
/* Scratched image and text --- */
.instantFortune_PrizeScratch {
	background: url("/assets/2009/images/games/goldrush/Prize.png") no-repeat;
	width: 42px;
	height: 34px;
    position: relative;
    top:2px;
    left:7px;
}

.instantFortune_PrizeText {
	font-family: Tahoma, Arial, Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	display: none;
	position: absolute;
	width: 100%;

}
/* ------------------------------------------------------------------------- */

/* - Dialogs --------------------------------------------------------------- */
.instantFortune_dialog {
	width: 352px;
	height: 100px;
	background: url("/assets/images/game_gold_rush/if_dialog.png") no-repeat;
	position: relative;
	top: 160px;
	left: 50px;
}

.instantFortune_playDialog {position:absolute; top: 25px; left:100px;}

.instantFortune_dialogText, .instantFortune_playDialogText {
	padding-top: 20px;
	color: #fff;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 10pt;
	text-align: center;
	width: 352px;
	height: 100px;
    position:absolute;
}

.scratch_ghost {
	background-image: url("/assets/images/game_gold_rush/if_overlay.png");
	width: 100%;
	height: 100%;
    position:absolute;
    top:-2px;
    left:0;

}

.instantFortune_depositDialog
.instantFortune_dialogText { background: url(/assets/2009/images/games/instantfortune/deposit.png) no-repeat; }
/* ------------------------------------------------------------------------- */

#play_not_signed .note { color:black; }

/* - Drawer text ----------------------------------------------------------- */
.drawer>.label {width:733px; height:50px; top:100px; padding:5px; line-height:14pt; font-size:10pt;left:5px;}

/* ------------------------------------------------------------------------- */

/* - Tabs ------------------------------------------------------------------ */
ul.tabNavigation {list-style: none; margin: 0;padding: 0;height:75px;clear:both;margin-left:70px;}
    ul.tabNavigation li a {
        width:148px;
        height: 78px;
        background:url(/assets/2009/images/games/instantfortune/if_tabs.png) no-repeat left;
        display:block;
        float:left;
        padding:0;
        margin:0;
    }

    ul.tabNavigation li a.gr-tab {background-position:-2px -82px;}
    ul.tabNavigation li a.gr-tab:hover,
    ul.tabNavigation li a.gr-tab.selected {background-position:-2px -3px;}

    ul.tabNavigation li a.ss-tab {background-position:-152px -82px; margin-left:5px;}
    ul.tabNavigation li a.ss-tab:hover,
    ul.tabNavigation li a.ss-tab.selected {background-position:-152px -3px; margin-left:5px;}
/* ------------------------------------------------------------------------- */

.ifInfo {list-style-type:circle;margin-left:15px;}
