.gameContainer { border-top: 1px solid black; font-family: Arial, Helvetica, sans-serif; padding-top: 3px; padding-bottom: 3px;}
#oddsDate {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 600px;
	color: White;
	background-color: Gray;	
	border-bottom: 1px black solid;
	border-top: 1px black solid;
}
#teamContainer { width: 185px; float: left; }
#pitcherContainer { width: 110px; float: left; text-align: center; }

#open { width: 50px; text-align: center; font-size: 12px; background-color: Yellow; }
#current { width: 50px; border-left: 1px solid black; text-align: center; font-size: 12px;}

.team {
	font-size: 12px;
	font-weight: bold;
}
.gDate {
	font-size: 11px;
	font-variant: small-caps;
	margin-left: 20px;
}
.pitcher {
	font-size: 12px;
	font-weight: bold;
}
.alt {
	background-color: #E6E6FA;
}
.small {
	font-size: 11px;
	margin: -15px 0 0 10px;
}
