@charset "utf-8";
/* CSS Document */

#gameday {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/gameday/GameDayWeb.jpg) no-repeat top #000;
}

#gameday p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:22px;
	font-size:14px;
	color:#FFF;
}
.left {
	width: 316px;
	float:left;
}

.right {
	width:564px;
	float:left;
}
.clear {
	clear:both;
}
#gameday h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:bold;
	font-size: 19px;
}
#gameday h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:bold;
	font-size: 14px;
}

.button {
	background:url(../images/gameday/button.jpg) no-repeat top;
	width:207px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	text-align:center;
}
#gamedaytable td, th {
	font-family:Arial, Helvetica, sans-serif;
	color:#F1D034;
	font-size:14px;
}
#gamedaytable td {
	text-align:center;
	line-height:22px;
	font-size:14px;
	color:#FFF;
	width: 100px;
}
#gamedaytable td, th {
	border: 1px solid #F1D034;
}
#gameday p.gold {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#F1D034;
}
.games {
	width:172px;
	float:left;
	padding-right:10px;
}
.game {
	height:106px;
	width:162px;
	padding:5px;
	background:url(../images/gameday/games-bg.jpg) no-repeat;
	text-align:center;
}
.logos {
	color:#FFF;
	padding:5px 0;
	height:83px;
}
.time {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}