/*
 * play game
 */

.noGameWrapper {
	margin-bottom: 10px;
}

#tier2 {
	margin-left: 5px;
	padding-bottom: 10px;
}

#column_playgame {
	height: auto;
	/*height: 535px;*/
	padding-bottom: 1px;
	margin-left: 5px;
}

#column_playgame h2 {
	background: url('/themes/sfgamecenter/images/v4/column-header-playnow.jpg') top left no-repeat;
	position: relative;
}

#column_playgame h2 #button_gameinfo {
	
}
#column_playgame h2 #button_moregames {
	right: 50px;
}
#column_playgame h2 #button_allgames {
	right: 10px;
}

#column_playgame #game {
	position: relative;
}

#interstitial_wrapper {
	top: 0px;
	left: 23px;
}

#endGameContainer {
	display: none;
}

#column_playgame .column_content {
	text-align: center;
}

#column_playergame .column_content .content {
	margin-left: auto;
	margin-right: auto;
}

#game_wrapper_container {

}

#game_wrapper_container.noGameWrapper {
	background-color: #fff;
}

#game_definition {
	display: none;
}

/* top players */

#column_topplayers {
	background-color: #fff;
}

#column_topplayers h2 {
	background: url('/themes/sfgamecenter/images/v4/column-header-topplayer.jpg') top left no-repeat;
}

#column_topplayers .top_player {
	position: relative;
}

#column_topplayers .top_player_avatar {
	position: absolute;
	top: 0px;
	left: 0px;
}

#column_topplayers .top_player_info {
	position: absolute;
	top: 0px;
	left: 90px;
}

#column_topplayers .top_player_name a {
	font-size: 20px;
}

#column_topplayers .top_player_gamestats {
	position: absolute;
	left: 0px;
	top: 90px;
}

#column_topplayers h5 {
	color: #411b5c;
	font-size: 14px;
}

/* all time top scores */

#column_alltimehighscores {
	background-color: #fff;
}

#column_alltimehighscores h2 {
	background: url('/themes/sfgamecenter/images/v4/column-header-alltimehighscores.jpg') top left no-repeat;
}

/* recent top scores */

#column_recenthighscores {
	background-color: #fff;
}

#column_recenthighscores h2 {
	background: url('/themes/sfgamecenter/images/v4/column-header-recenthighscores.jpg') top left no-repeat;
}

#endGameContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #e5e5e2;
	width: 100%;
	height: 483px;
}

#endGameContainer #endGameContainer_Window {
	position: relative;
	width: 70%;
	text-align: left;
	margin: 20px auto;
}

#endGameContainer #endGameContainer_Window_message {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 250px;
}

#endGameContainer #endGameContainer_Window_header {
	font-weight: bold;
	color: #42145f;
	font-size: 20px;
	margin-bottom: 1em;
}

#endGameContainer #endGameContainer_Window_endGameAd_container {
	position: absolute;
	right: 0px;
	top: 100px;
}

#endGameContainer #endGameContainer_right {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
}

#endGameContainer #endGameContainer_right_buttons {
	margin: auto;
}

#endGameContainer .endGameAvatarContainer {
	margin-top: 20px;
}


#endGameContainer_Comment_Div {
	display: none;
}

#endGameContainer_Score_Div {
	display: none;
}


