/*
Azure Snowball Game (Dec 2008)
Azure Design
A Graham 
Notes: Cascade: 2/10, Rollovers: Y, Abs_pos: N, Tables: DIV
*/


/*Main Stuff*/

body
{
	background-color: #050b1d;
	margin: 0px;
	line-height: 1px;
}

#container
{
	background-color: #050b1d;
	background-image: url(../images/game_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	margin: 0px auto;
	height: 894px;
	padding-top: 144px;
}

/* Flash stuff */

#flash-outer
{
	width: 780px; 
	height: 450px; 
	margin: 0px auto;
	z-index: 200;
	outline:none; 
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#flash-inner
{
	width: 780px; 
	height: 450px; 
	margin: 0px auto;
	z-index: 200;
	background-image: url(../images/game_noflash.jpg);
	outline:none; 
	padding-bottom: 0px;
	margin-bottom: 0px;	
}

/* Buttons */

#btn-lboard
{
	display: block;
	width: 160px;
	height: 66px;
	background-image: url(../images/game_btn_leaderboard.jpg);
	background-position: top center;
	float: right;
	outline:none; 
	margin-top: 0px;
	padding: 0px;
}

#btn-lboard:hover
{
	background-position: bottom center;
	outline:none; 
}

#btn-website
{
	display: block;
	width: 164px;
	height: 37px;
	margin: 2px auto;
	background-image: url(../images/game_btn_enter.gif);
	background-position: top center;
	outline:none; 
}

#btn-website:hover
{
	background-position: bottom center;
	outline:none; 
}

/* Incidentals */

.clear-right
{
	clear: right;
}

.hide
{
	display: none;
}

/* High score table main */

#hs-table
{
	line-height: 22px;
	width: 415px;
	margin: 0px auto;
	border-bottom: 1px solid #3d4459;
}

.spacer
{
	width: 30px;
	height: 25px;
	margin: 0px auto;
}

#hs-header-img
{
	display: block;
	margin: 0px auto;
	width: 411px;
	height: 58px;
}

.hs-clear-row
{
	clear: left;
}

/* High score table rows */

.hs-row,
.hs-row-two
{
	width: 400px;
	font-size: 10px;
	color: #9a9ca3;
	height: 25px;
	margin: 0px auto;
}

.hs-row-two
{
	background-color: #151b34;
}

/* High score table header */


.hs-title-row
{
	width: 400px;
	font-size: 10px;
	color: #9a9ca3;
	height: 30px;
	margin: 0px auto;
	margin-bottom: 5px;
}

.hs-title-name
{
	width: 280px;
	border-right: 1px solid #3d4459;	
	border-bottom: 1px solid #3d4459;
	border-top: 1px solid #3d4459;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;	
	height: 24px;
	padding: 4px 0px 4px 5px;
}

.hs-title-score
{
	width: 110px;
	float: left;
	border-bottom: 1px solid #3d4459;	
	border-top: 1px solid #3d4459;	
	font-weight: bold;
	text-align: center;
	font-size: 13px;	
	color: #ffffff;
	height: 24px;	
	padding: 4px 0px;
}

.hs-col-place
{
	width: 30px;
	float: left;	
	font-size: 12px;
	height: 25px;	
	padding-left: 3px;
}

/* High score data */

.hs-col-name
{
	width: 252px;
	border-right: 1px solid #3d4459;
	float: left;	
	height: 25px;
}

.hs-col-score
{
	width: 110px;
	float: left;	
	text-align: center;	
	height: 25px;	
}

.hs-col-first
{
	color: #f6d254;
}

/* Unsub Page */

#usub-box
{
	color: #eeeeee;
	margin: 40px auto;
	border: 1px solid #eeeeee;
	width: 380px;
	padding: 20px;
	line-height: 20px;
}

#usub-box h1
{
	margin: 20px 0px 30px;
}
