﻿

#boxscore
{
	position: relative;
	color: #FFF;
	margin: 25px -15px 5px -15px;
	padding: 0;
	font-size: 11px;
}

div.game-details
{
	width: 334px;
	margin: 0;
	vertical-align: top;
	float: left;
	text-align: center;
}
#primary div.game-details h2
{
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	padding: 0;
	line-height: 16px;
	margin-bottom: 0;
}
#primary div.game-details h5
{
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}
#primary div.game-details a
{
	text-transform: uppercase;
	color: #5784A6;
	padding: 0 8px;
	line-height: 20px;
	font-size: 10px;
}
#primary div.game-details a.watch
{
	background: url(/App_Themes/09/images/game-center/icon_watch-live.gif) no-repeat;
	padding-left: 18px;
	display: none;
}
#primary div.game-details a.listen
{
	background: url(/App_Themes/09/images/game-center/icon_listen-live.gif) top right no-repeat;
	padding-right: 18px;
	display: none;
	
}

#primary div.game-details a.stats span,
#primary div.game-details a.scores span,
#primary div.game-details a.buy-tickets span
{
    display: none;
}
#primary div.game-details a.stats
{
	padding: 0;
	display: inline-block;
	width: 114px;
	height: 18px;
	margin: 4px 0px;
	background: url(/App_Themes/09/images/btn_statistics.gif) no-repeat;
}
#primary div.game-details a:hover
{
	text-decoration: none !important;
}
#primary div.game-details a.stats:hover
{
    background-position: 0 -18px;
}
#primary div.game-details a.scores
{
	padding: 0;
	display: inline-block;
	width: 114px;
	height: 18px;
	margin: 4px 0px;
	background: url(/App_Themes/09/images/btn_scoresheet.gif) no-repeat;
}
#primary div.game-details a.scores:hover
{
    background-position: 0 -18px;
}
#primary div.game-details a.buy-tickets
{
	padding: 0;
	display: inline-block;
	width: 145px;
	height: 20px;
	margin: 4px 0;
	background: url(/App_Themes/09/images/game-center/btn-buy-tickets.gif) no-repeat;
}
#primary div.game-details a.buy-tickets:hover
{
	background-position: 0 -20px;
}

#boxscore div.home-team,
#boxscore div.away-team
{
	width: 167px;
	overflow: hidden;
	color: #000;
	text-align: center;
	float: left;
}
#boxscore img.logo,
#boxscore img.logo
{
	background: #FFF;
	padding: 5px 38px 0;
}
#boxscore table
{
	width: 100%;
	margin-bottom: 5px;
	border-collapse: collapse;
}
#boxscore table thead th,
#boxscore table tbody th,
#boxscore table tbody td
{
	text-align: center;
	padding: 2px 6px;
	color: #000;
	border-bottom: 1px solid #FFF;
	border-left: 2px solid #FFF;
}
#boxscore table thead th:first-child,
#boxscore table tbody th:first-child
{
	border-left: none;
}
#boxscore table thead th
{
	font-weight: bold;
	background: #999;
	text-transform: uppercase;
}
#boxscore table tbody th
{
	font-weight: bold;
	background: #CCC;
	text-transform: uppercase;
}
#boxscore table tbody td
{
	background: #CCC;

}
.game
{
	float: left;
}
.extras
{
	border: 1px solid #999;
	width: 310px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
}
	.extras img {
		padding: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.extras b {
		color: #FFF;
		display: block;
		font-size: 11px;
		padding: 10px 15px 10px 0;
	}
	.extras .teaser {
		color: #FFF;
		background-color: #1F3B6D;
		float: left;
		margin: 0 -10px -10px -10px;
		padding: 0 10px 10px 10px;
	}
	.extras-recap
	{
		border: 1px solid #999;
		width: 322px;
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
		padding: 10px 10px 10px 10px;
	}
		.extras-recap img {
			padding: 0;
			margin-bottom: 10px;
			text-align: center;
		}
		.extras-recap b {
			color: #FFF;
			display: block;
			font-size: 11px;
			padding: 10px 15px 10px 0;
		}
		.extras-recap .teaser {
			color: #FFF;
			background-color: #1F3B6D;
			float: left;
			margin: 0 -10px -10px -10px;
			padding: 0 10px 10px 10px;
		}
	
	
	#container h2.game-h2 {
		color: #000;
		font-size: 11px;
		font-weight:bold;
		margin-left: -10px;
		line-height: 0;
		width: 310px;
		padding: 10px 10px;
		height: 20px;
		text-transform: uppercase;
		background: url(/App_Themes/09/images/game/bg_game-h2.gif) repeat-x;
	}

.imglarge
{
	padding: 4px;
	border: 1px solid #000;
}

.gameaward
{
	float: left;
	width: 107px;
	background: #3886C8;
	text-align: center;
	padding: 5px 0;
	height: 170px;
	color: #FFF;
}

#primary .contentblock .gameaward p {
	line-height: 13px;
}

.gameaward img
{
	border: 1px solid #FFF;
	padding: 3px;
}

#play
{
	margin-top: 10px;
}
#primary #play h4
{
	background: #CBCBCB;
	border-bottom: 2px solid #B8B8B8;
	color: #3A3A3A;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0;
}
#primary #play p
{
	background: #EEE;
	padding: 10px 20px 20px 20px;
}

.game-details a.buy-tickets
{
	display: none;
}

#player-container
{
    position: relative;
}
#play-btn
{
    position: absolute;
    top: 0;
    left: 0;
}
#play-btn img
{
    padding: 62px 102px;
}

#game-info
{
	margin: 0 -15px 0 -15px;
}
#container #game-info ul {
	margin-left: 0px;
}
