/*
-----------------------------------------------
Scores and Odds
Author: R. Tortoledo
Version: 1.0
----------------------------------------------- */

/*  Scores styles
----------------------------------------------- */
.game_heading th {
	font-size: 13px;
	text-align: center;
}
.stat_col {
	width: 70px;
}
.stat_col_wide {
	width: 170px;
}
.header1 {
	font-size: 24px;
}
	.header1 td {
		text-align: left;
		font-weight: bold;
	}
.header2 {
	font-size: 18px;
}
	.header2 td {
		text-align: left;
	}
.header3 {
	font-size: 12px;
}
	.header3 td {
		text-align: left;
	}
	.header3 .bold {
		font-weight: bold;
	}
	
.game_time {
	font-size: 12px;
	text-indent: 8px;
}
	.game_time td {
		color: #000;
		padding-left: 7px;
		background-image: none;
		background-color: #FFFFFF;
	}
	.game_time .time {
		color: #000;
		font-weight: normal;
	}
.game_date {
	font-size: 12px;
	text-indent: 8px;
}
	.game_date td {
		color: #FFFFFF;
		padding-left: 7px;
		background-image: none;
		background-color: #000000;
	}
	.game_date .day {
		color: #FFFFFF;
		font-style: italic;
		font-weight: bolder;
	}
.game_team {
	font-size: 12px;
	color: #000;
}
	.game_team td {
		text-align: center;
		background-image: none;
	}
		.game_team td a {
			color: #000;
		}
		.game_team td a:hover {
			text-decoration: none;
		}
	.game_team .bold {
		font-weight: bold;
	}
	.game_team .left {
		text-align: left;
	}
	.game_team .first {
		padding-left: 7px;
		text-align: left;
	}
	.game_team .last a {
		color: #fff;
	}
	.game_team .final {
		font-weight: bold;
	}
	.game_team .team_num, .game_team .team_name {
		font-weight: bold;
		text-transform: uppercase;
	}
	.game_team .pitcher {
		font-weight: bold;
		text-transform: capitalize;
	}
	.notes td {
		font-size: 10px;
	}
.team_name a{
	text-decoration: none;
}
/* game toolbar */
.game_toolbar td {
  display:none;
	height: 0px;
	padding:0px 0px 5px 0px; margin:0px;
	border-bottom: 2px solid #000;
	/*border-right: 1px solid #000;*/
}
.game_toolbar td ul {
	display:none;
}

.first {
	white-space: nowrap;
}
