/* ========================================= */
/* Common Styles =========================== */
/* ========================================= */
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
}

h2, h3, p {
	margin: 0;
	padding: 0;
}

h2, h2 a
{
	font-size: 14px;
	font-weight: 900;
	color: #000000;
}
h2 a.expanded, h2 a.collapsed {
	cursor: pointer; cursor: hand;
	padding-left: 25px;
}
	h2 a.expanded {
		background: url(section-collapse.gif) no-repeat 3px 50%;
	}
	h2 a.collapsed {
		background: url(section-expand.gif) no-repeat 3px 50%;
	}
	h2 a.tip {
		background: url(icn_tip.gif) no-repeat;
		padding-left: 15px;
		margin-left: 5px;
	}

h3, h3 a {
	font-size: 12px;
	font-weight: 900;
	color: #000000;
}
h3 a.expanded, h3 a.collapsed {
	cursor: pointer; cursor: hand;
	padding-left: 20px;
}
	h3 a.expanded {
		background: url(collapse.gif) no-repeat 3px 50%;
	}
	h3 a.collapsed {
		background: url(expand.gif) no-repeat 3px 50%;
	}

.block_l20 
{
	padding: 0 0 0 20px;
}

.block_l25 
{
	padding: 0 0 0 25px;
}

.block_tb05 {
	padding: 5px 0 5px 0;
}

.block_tb10 {
	padding: 10px 0 10px 0;
}

.block_tb15 {
	padding: 15px 0 15px 0;
}

.block_sp05 h2, .block_sp05 h3, .block_sp05 p, .block_sp05 table {
	padding: 0 0 5px 0;
}

.block_sp10 h2, .block_sp10 h3, .block_sp10 p {
	padding: 0 0 10px 0;
}

.block_sp15 h2, .block_sp15 h3, .block_sp15 p {
	padding: 0 0 15px 0;
}

.block_t05 {
	padding: 5px 0 0 0;
}

.block_t10 {
	padding: 10px 0 0 0;
}

.block_t15 {
	padding: 15px 0 0 0;
}

.block_b05 {
	padding: 0 0 5px 0;
}

.block_b10 {
	padding: 0 0 10px 0;
}

.block_b15 {
	padding: 0 0 15px 0;
}

.text
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.text a
{
	text-decoration: none;
	color: #00ADEE;
}
.text  a:hover
	{
	color: #F67A16;
	text-decoration: none;
	}

.textentry
{
	font-family: arial, sans-serif;
	font-size: 16px;
}

.textcap
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
}

.winner 
{
	text-transform: uppercase;
}

.game
{
    font-family: arial, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #000000;
    padding: 0 10px 0 0;
    margin: 0 0 10px 0;
}

.error
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
}

.header
{
	font-family: arial, sans-serif;
	font-size: 21px;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px 0px 0px 15px;
	background-color: #00ADEE;
}

.subhead
{
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
/*	text-align: left; */
	color: #000000;
}

.alert
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #015862;
}

/*
#login
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-image: url(header_fill.gif);
	background-repeat: repeat-x;
}
*/

.header
{
	width: 100%;
	text-align: center;
	background-image: url(header_fill.gif);
	background-repeat: repeat-x;
}

#main_bg
{
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFEF00;
}

#page_shadow
{
	width: 15px;
	height: 150px;
	background-image: url(spacer.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: inherit;
}

#legal
{
	padding: 10px 10px 10px 10px;
}

.legal_image
{
	width: 21px;
	height: 23px;
	background-image: url(footer_tree.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.legal_tagline
{
	font-family: verdana, sans-serif; /* serif, san-serif, cursive, fantasy, monospace */
	font-size: 11px; /*xx-small, x-small, small, medium, large, x-large, xx-large, smaller, larger, length, % */
	font-style: italic; /*normal, italic, oblique */
	font-weight: 900;
	color: #1F9730;
	text-align: center; /* left, right, center, justify */
}

.legal_links
{
	font-family: verdana, sans-serif; /* serif, san-serif, cursive, fantasy, monospace */
	font-size: 10px; /*xx-small, x-small, small, medium, large, x-large, xx-large, smaller, larger, length, % */
	font-style: normal; /*normal, italic, oblique */
	color: #666666;
	text-align: center; /* left, right, center, justify */
}

.legal_links a
{
	color: #666666;
	text-decoration: underline; /* none, underline, overline, line-through, blink */
}

/* ========================================= */
/* Main Menu Styles ======================== */
/* ========================================= */
#menu_bg
{
	background-image: url(menu_fill.gif);
	background-repeat: repeat-y;
}

.menu_swf_top
{
	width: 175px;
	height: 60px;
	background-image: url(menu_top.gif);
}

.menu_swf_bot
{
	width: 175px;
	height: 95px;
	background-image: url(menu_bot.gif);
}

.menu
{
	width: 100px;
	padding: 10px 5px;
	text-align: center;
}

	/* ========================================= */
	/* Main Menu Links ========================= */
	/* ========================================= */
	.menu a
	{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	}

	.menu a:hover, active /* mouse over link */
	{
	color: #ffef00;
	text-decoration: none;
	}

.menu_over
{
	width: 100px;
	padding: 10px 5px;
	text-align: center;
}
	.menu_over a /* selected link */
	{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffef00;
	}

/* ========================================= */
/* New Games Footer Styles ================= */
/* ========================================= */
.ng_left
{
	width: 20px;
	height: 45px;
	background-image: url(ng_arrow_left.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.ng_fill
{
	width: 165px;
	height: 45px;
	background-image: url(ng_arrow_fill.gif);
	background-position: left;
	background-repeat: repeat-x;
}

.ng_right
{
	width: 25px;
	height: 45px;
	background-image: url(ng_arrow_right.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.ng_bg
{
	background-color:#FFEF00;
}

.arrow_ng
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	line-height: 8px;
	letter-spacing: .5px;
	margin: 5px 0px 7px 0px;
	color: #FFFFFF;
	padding: 0px 0px 0px 3px;
}

.arrow_click
{
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: 100;
	text-align: left;
	text-transform: lowercase;
	text-decoration: underline;
	line-height: 6px;
	letter-spacing: .5px;
	margin: 5px 0px;
	color: #FFFFFF;
	padding: 0px 0px 0px 3px;
}

.eg_left
{
	width: 20px;
	height: 45px;
	background-image: url(eg_box_left.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.eg_fill
{
	width: 180px;
	height: 45px;
	background-image: url(eg_box_fill.gif);
	background-position: left;
	background-repeat: repeat-x;
}

.eg_right
{
	width: 10px;
	height: 45px;
	background-image: url(eg_box_right.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/* ========================================= */
/* Home Page Styles ======================== */
/* ========================================= */
/*
.home_body_nav_bg
{
	width: 150px;
	background-image: url(home_body_nav_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
*/
.home_body_nav_bg
{
	width: 150px;
	background-color: #F7941E;
}

.home_nav_btn
{
	width: 130px;
	height: 45px;
	background-image: url(home_btn_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

#home_content
{
	background-color: #FFFFFF
}

	/* ========================================= */
	/* Home Content Menu ======================= */
	/* ========================================= */
	.home_menu a
	{
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	}
	
	.home_menu a:hover, active /* mouse over link */
	{
	color: #FFFFFF;
	text-decoration: none;
	}

/* ========================================= */
/* Games Page Styles ======================= */
/* ========================================= */
#games_interior
{
	background-color: #FFFFFF
}

.sub01
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #F6921E; /* Orange */
	padding: 15px 0px 0px 0px;
}

.sub02
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #ED2726; /* Red */
	padding: 15px 0px 0px 0px;
}

.sub03
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: .5px;
	color: #4E4D50; /* Gray */
	padding: 0px 0px 0px 0px;
}

.game_list_box
{
	background-color: #f1fbfe;
	border-color: #4e4D50;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 0px 0px 0px 0px;
}

	/* ========================================= */
	/* Start Game List Menu Styles ============== */
	/* ========================================= */
	
	#gl_menu {
		list-style: none;
		margin: 0;
		padding: 0;
		vertical-align: top;
		width: 165px;
		height: 295px;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 5px 5px 5px 0px;
	}
	#gl_menu ul {
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#gl_menu ul ul {
		display: inline;
	}
	
	#gl_menu ul ul li a {
		padding-left: 20px;
		width: 118px;
	}
	
	/* Group Names: New Games, Ending Games, All Games */
	#gl_menu a {
		color: #00ADEE; /* Blue */
		cursor: pointer;
		display: block;
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight: 900;
		text-align: left;
		text-transform: uppercase;
		text-decoration: none;
		margin-left: 0;
		padding: 2px 2px 2px 17px;
		width: 165px;
	}
	#gl_menu a.expanded {
		background: url(collapse.gif) no-repeat 3px 50%;
	}
	#gl_menu a.collapsed {
		background: url(expand.gif) no-repeat 3px 50%;
	}
	#gl_menu a:hover {
		text-decoration: none;
	}
	
	/* Ticket Names */
	#gl_menu ul a {
		width: 170px;
		/* background: #e8e8e8; */
		/* border-top: 2px solid #fff; */
		color: #4E4D50; /* Gray */
		display: block;
		font-family: arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		text-transform: none;
		text-decoration: none;
		padding: 2px 2px 2px 17px;
	}
	#gl_menu ul a:hover {
		background : #FFFFFF;
		text-decoration: none;
	}
	#gl_menu li.active a, #gl_menu li.active a:hover {
		background: #00ADEE; /* Blue */
		color: #FFFFFF;
		display: block;
		font-family: arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		text-transform: none;
		text-decoration: none;
		padding: 2px 2px 2px 17px;
	}

	#gl_menu .footer {
	background: transparent url(images/menu_footer.jpg) no-repeat 0 0;
	/* border-top: 2px solid #fff; */
	height: 9px;
	margin: 0 0 0 0;
	width: 130px;
	}
	
	#gl_menu .footer span {
	}
	/* ========================================= */
	/* End Game List Menu Styles ============== */
	/* ========================================= */

#game_search_title
{
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	color: #4E4D50; /* Gray */
	padding: 0px 0px 5px 0px;
}

.game_title
{
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
	text-align: left;
	color: #ED2726; /* Red */
	padding: 0px 0px 0px 0px;
}

.game_prize
{
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-align: left;
	color: #4E4D50; /* Gray */
	padding: 0px 0px 0px 0px;
}

.game_cost
{
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
	text-align: right;
	color: #4E4D50; /* Gray */
	padding: 0px 0px 0px 0px;
}

.game_num
{
	font-family: arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	color: #4E4D50; /* Gray */
	padding: 0px 0px 0px 0px;
}

.buttontd
{
    text-align: center;
    height: 40px;
    vertical-align: bottom;
}

/* ========================================= */
/* Font & Text Styles ====================== */
/* ========================================= */
#font-text-properties-template
{
	font-family: arial, sans-serif; /* serif, san-serif, cursive, fantasy, monospace */
	font-size: 12px; /*xx-small, x-small, small, medium, large, x-large, xx-large, smaller, larger, length, % */
	color: #000000;
	text-decoration: none; /* none, underline, overline, line-through, blink */
	text-align: left; /* left, right, center, justify */

	font-style: normal; /*normal, italic, oblique */
	font-variant: normal; /* normal, small-caps */
	font-weight: normal; /* normal, bold, bolder, lighter, 100, 200, 300, 400, 500, 600, 700, 800, 900 */
	line-height: normal; /* normal, number, length, % */
	text-transform: none; /* none, capitalize, uppercase, lowercase */
	letter-spacing: normal; /* normal, length*/
	word-spacing: normal; /* normal, length */
	white-space: normal; /* normal, pre, nowrap */
	text-indent: 0; /* length, % */
	direction: ltr; /* ltr, rtl */
}

.page_content
{
	vertical-align: top;
	background-color: #f1fbfe;
	border-color: #4e4D50;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 10px;
}

.border_table
{
	border-style:solid;
	border-color:#4e4D50;
	border-width: 1px 1px 1px 1px;
}

.warn_table
{
	border-style: solid;
	border-color: Red;
	border-width: 2px;
}

.warn
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
}

.ended_table
{
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

.ended
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* ========================================= */
/* Modal Styles ============================ */
/* ========================================= */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	padding:20px 20px 20px 20px;
	border:solid 2px #cccccc;
	width:320px;
	background-color:white
}
/* ================================================== */
/* Game and Game Detail Sprites for */
/* 25th Anniversary Butttons */
/* ================================================== */
.game-btn-25th a, .game-btn-25th_es a {
	width: 290px;
	height: 117px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	background: transparent url("game-sprite-25th.gif") no-repeat 0 0;
}
.game-btn-25th_es a {
	background: transparent url("game-sprite-25th_es.gif") no-repeat 0 0;
}
	.game-btn-25th a:link,
	.game-btn-25th a:visited,
	.game-btn-25th a:active,
	.game-btn-25th_es a:link,
	.game-btn-25th_es a:visited,
	.game-btn-25th_es a:active {
		background-position: 0 0;
	}
	.game-btn-25th a:hover, .game-btn-25th_es a:hover {
		background-position: 0 -117px;
	}

.game-detail-btn-25th a, .game-detail-btn-25th_es a {
	width: 198px;
	height: 190px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	background: transparent url("game-detail-sprite-25th.gif") no-repeat 0 0;
}
.game-detail-btn-25th_es a {
	background: transparent url("game-detail-sprite-25th_es.gif") no-repeat 0 0;
}
	.game-detail-btn-25th a:link,
	.game-detail-btn-25th a:visited,
	.game-detail-btn-25th a:active,
	.game-detail-btn-25th_es a:link,
	.game-detail-btn-25th_es a:visited,
	.game-detail-btn-25th_es a:active {
		background-position: 0 0;
	}
	.game-detail-btn-25th a:hover,
	.game-detail-btn-25th_es a:hover {
		background-position: 0 -190px;
	}

