/**
 * @file: core::advertisings.css.part
 * @version: 2.0
 * @since: 2011-05-10
 */

#app_advertising_leaderboard_ph{
	width: 728px;
	height: 90px;
}

#app_advertising_leaderboard2_ph{
	width: 728px;
	height: 90px;
}

#app_advertising_skyscraper_ph{
	width: 160px;
	height: 600px;
}

#app_advertising_rectangle_ph{
	/*width: 300px; do not set fixed width - container may vary between 300 - 336 pixel */ 
	height: 250px;
}

#app_advertising_pregame_ph{
	height: 1px;
	background: none;
}

#app_advertising_square_ph{
	width: 125px;
	height: 125px;
}

#app_advertising_pregame{
	position: absolute;
	min-height: 360px;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 10px;
	z-index: 8;
}

#app_advertising_leaderboard{
	position: absolute;
	width: 728px;
	z-index: 5;
}
#leaderboard_outer_container{
	height: 114px;
}
#leaderboard_outer_container{
	height: 114px;
}

#leaderboard_outer_container .adv_info_text{
	margin-top: 10px;
	width: 722px;
}

#square_outer_container{
	
}
	#square_outer_container .adv_info_text{
		text-align: center;
		padding: 0px;
	}

#app_advertising_rectangle{
	position: absolute;
	/*width: 300px; do not set fixed width - container may vary between 300 - 336 pixel */ 
	height: 250px;
}

#app_advertising_skyscraper_left, #app_advertising_skyscraper_right{
	position: absolute;
	display: block;
	float: left;
	height: 600px;
}

#hockeystick_skyscraper{
	float: left;
}

#hockeystick_leaderboard{
	float: left;
}

#app_advertising_skyscraper{
	position: absolute;
	width: 160px;
	height: 600px;
}

	#app_advertising_pregame .headline{
		text-align: left;
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	#app_advertising_pregame .singleTopLine{
		
	}
	
	#app_advertising_pregame .content{
		margin-bottom: 10px;
		min-height: 250px;
	}
	
	#app_advertising_pregame .sliderLine{
		height: 45px;
	}
		#app_advertising_pregame .sliderLine .pregameLinkArea{
			height: 20px;
			position: relative;
			text-align: center;
			width: 270px;
		}
		
		#pregame_wait_img{
			position: absolute;
			top: 0px;
			left: 0px;
			margin-left: 127px;
			height: 16px;
		}
		#pregame_show_link{
			position: absolute;
			top: 0px;
			z-index: 2;
			display: block;
			text-align: center;
			width: 270px;
		}
		
		#app_advertising_pregame .sliderLine .comLink{
			height: 98px;
			z-index: 3;
		}
	
	#pregame_slider_container{
		height: 15px;
		width: 300px;
		background: #fff;
		text-align: left;
		margin-bottom: 10px;
	}
	
	#pregame_slider{
		background-color: #888;
		width: 0px;
		height: 15px;
		position: relative;
	}
	
	#app_advertising_pregame .pregameSliderPercentage{
		text-align: right;
		color: #1f2a32;
		position: relative;
		top: -15px;
		padding-right: 5px;
	}

	#app_advertising_pregame_content{
		text-align: center;
	}

#app_advertising_square{
	height: 125px;
	width: 125px;
}


