@charset "utf-8";
/* CSS Document */


input[type=radio].css-checkbox {
position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left: 0;
	margin-top: 11px;
	margin-left: 25px;
	height: 25px;
	width: 25px;
	display: inline-block;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -25px;
}
label.css-label {
	background-image:url(/media/images/csscheckbox_sm.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#InstantGameFlightList {
	padding:0px;
	margin:0px auto;
    text-align: center;
	}

#InstantGameFlightList ul{
	list-style:none;
	padding:0;
	margin:0 auto;
	}

#InstantGameFlightList ul li{
	padding:0px;
	margin:5px;
	border:1px solid #333;display:inline-block;
	style="color:##333; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	padding-bottom:20px;
	width: 170px;
    height: 190px;
    vertical-align: top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor:pointer;
	}
	
#InstantGameFlightList ul li .IconSelector {
    padding: 5px 5px 3px 5px;
	margin:0px;
	height:50px;
	width:160px;
	background-color:#CCC;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}


#IstantGameHeader {
	background-image:url(../media/images/Instant-Game-Header.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:164px;
	width:783px;
	display:block;
	margin: 0 auto;
	}
	
#IstantGameHeaderResults {
	background-image:url(../media/images/Instant-Game-Header-Results.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:480px;
	width:783px;
	display:block;
	margin: 0 auto;
	text-align:center;
	}

.MargRight {
	margin-right:10px;}

#IstantGameHeaderResults IMG{
	padding:0;
	margin:0 auto;
	margin:10px;}

#IstantGameHeaderResults #Players-Choice {
	height:115px;
	width:240px;
	padding:10px;
	display:inline-block;
	vertical-align: top;
	color:#FFFFFF;
    text-align: left;
	background-image:url(/media/layout/bg_40_white.png);
	border:1px solid #4A4A4A;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#IstantGameHeaderResults #Instant-Winner {
	height:115px;
	width:240px;
	padding:10px;
	display:inline-block;
    vertical-align: top;
	color:#FFFFFF;
    text-align: left;
	background-image:url(/media/layout/bg_40_white.png);
	border:1px solid #4A4A4A; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	
#IstantGameHeaderResults H2{
	font-family: 'Homenaje', sans-serif;
    font-size: 26px;
    font-weight: normal;
	color:#FFFFFF;
    padding: 0;
    margin: 5px;
}
#IG_GameWager {
	font-family: 'Homenaje', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 106px;
    padding-left: 210px;
    display: inline-block;}

#IG_GamePot {
	font-family: 'Homenaje', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    padding-left: 360px;}
	
#InstantGameFlightList ul li .Details {
	padding:10px;
	margin:0px;
	height:auto;
	cursor:pointer;
	}

#InstantGameFlightList ul li .IG_Payout {
    font-family: 'Homenaje', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #900;
    display: inline-block;
    height: 38px;
    width: 50px;
    padding-top: 12px;
    padding-left: 10px;
    float: left;
}
	
	
#InstantGameFlightList ul li .Airline {
font-family: 'Homenaje', sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#375972;}
	
#InstantGameFlightList ul li .FlightNumber {
font-family: 'Homenaje', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#375972;
    margin-bottom: 7px;}
	
 #InstantGameFlightList .ActionBtn{
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #719e32;
background: #8dc63f; /* Old browsers */
background: -moz-linear-gradient(top,  #8dc63f 0%, #719e32 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8dc63f 0%,#719e32 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8dc63f 0%,#719e32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc63f', endColorstr='#719e32',GradientType=0 ); /* IE6-9 */

	}
	
 #InstantGameFlightList .ActionBtn:hover{

	background-color:#f79521; 
background: #569e32; /* Old browsers */
background: -moz-linear-gradient(top,  #569e32 0%, #4c7726 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #569e32 0%,#4c7726 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #569e32 0%,#4c7726 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569e32', endColorstr='#4c7726',GradientType=0 ); /* IE6-9 */
	}



#IG_Instructions{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:0px auto;
	margin-top:20px;
	padding:20px;
	border: 2px solid #f79521;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;}


#InstantGameChoice {
    text-align: center;
    float: right;
    padding: 10px;
    margin: 10px auto;
    margin-right: 10px;
    border: 2px solid #375972;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image:url(/media/layout/bg_40_white.png);
	}
	
	
 #IstantGameHeaderResults .PlayAgain{
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
	border-radius:20px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
background: #8dc63f; /* Old browsers */
background: -moz-linear-gradient(top,  #8dc63f 0%, #719e32 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8dc63f 0%,#719e32 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8dc63f 0%,#719e32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc63f', endColorstr='#719e32',GradientType=0 ); /* IE6-9 */	
-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	}
	
 #IstantGameHeaderResults .PlayAgain:hover{

	background-color:#f79521;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#569e32+0,4c7726+100 */
background: #569e32; /* Old browsers */
background: -moz-linear-gradient(top,  #569e32 0%, #4c7726 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #569e32 0%,#4c7726 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #569e32 0%,#4c7726 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569e32', endColorstr='#4c7726',GradientType=0 ); /* IE6-9 */

	}

.clear {
	clear: both;
    float: none;
    margin: auto;}