/*
-----------------------------------------------
Scores and Odds
Author: R. Tortoledo
Version: 1.0
----------------------------------------------- */

/*  Scores styles
----------------------------------------------- */
.game_heading th {
	font-size: 11px;
	text-align: center;
}
	.game_heading .left {
		text-align: left;
	}

.game_time {
	font-size: 10px;
}
	.game_time td {
		background-color: #f6EDD9;
		color: #C38000;
		padding-left: 7px;
	}
	.game_time .time {
		color: #253445;
		font-weight: normal;
	}
	.game_time .timechanged {
		color: #FF0000;
		font-weight: bold;
	}
.game_date {
	font-size: 10px;
}
	.game_date td {
		background-color: #B3CFED;
		color: #C38000;
		padding-left: 7px;
	}
	.game_date .day {
		color: #253445;
		font-weight: normal;
	}
.game_team {
	font-size: 12px;
	color: #000;
}
	.game_team td {
		text-align: center;
		background-color: #FFFFFF;
	}
	.game_team .left {
		text-align: left;
	}
	.game_team .first {
		padding-left: 7px;
		text-align: left;
	}
	.game_team .last {
		padding-left: 7px;
		text-align: left;
	}
	.game_team .final {
		font-weight: bold;
	}
	.game_team .nowrap {
		white-space: nowrap;
	}
	.game_team .team_num, .game_team .team_name {
		color: #000;
		font-weight: bold;
		text-transform: capitalize;
	}
	.game_team a:link {
		color: #000;
	}
	.game_team a:visited {
		color: #000;
	}
	.game_team a:hover {
		color: #84add5;
	}
	.game_team a:active {
		color: #000;
	}
	.game_team .pitcher {
		font-size: 11px;
		font-weight: bold;
		text-transform: capitalize;
	}
	.game_team .highlight {
		background-image: none;
		border-right: 1px solid #D9E7F6;
		border-left: 1px solid #D9E7F6;
		border-top: 1px solid #D9E7F6;
		border-bottom: 1px solid #D9E7F6;
		background-color: #00FFFF;
	}
	.notes td {
		font-size: 10px;
	}

.game_toolbar td {
	height: 15px;
	vertical-align: top;
	padding: 0px; margin: 0px;
	background-color: #FFF;
	color: #0E4A90;
}
.game_toolbar td ul {
	position: absolute;
	width: 725px;
	margin: 0px; padding: 0px;
}
	.game_toolbar td ul li {
		float: left;
		text-transform: uppercase;
		border-right: 1px solid #0E4A90;
	}
	.game_toolbar td ul li.last {
		border-right: 0px;
	}
		.game_toolbar td ul li a {
			float: left;
			height: 14px;
			padding: 0px 7px 0px 7px; margin: 0px;
			font-size: 10px;
			text-decoration: none;
			color: #0E4A90;
		}
		.game_toolbar td ul li a:visited { color: #0E4A90; }
		.game_toolbar td ul li a:hover { color: #84add5; }
		.game_toolbar td ul li a:active { color: #0E4A90; }

		/* Use rule for games that are playing. Remove once the game is over */
		.game_toolbar td ul li a.playing {
			color: #0E4A90;
		}

		.game_toolbar td ul li a.off {
			color: #C2C2C2;
		}
a.obviouslink:link {
	color: #3D5F87;
}
a.obviouslink:visited {
	color: #3D5F87;
}
a.obviouslink:hover {
	color: #000;
}
a.obviouslink:active {
	color: #000;
}

