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

/*  Weather styles
----------------------------------------------- */
#weather_subnav {
	font-size: 11px;
	color: #515050;
}
	#weather_subnav td {
		vertical-align: top;
		height: 50px;
	}
		#weather_subnav td a {
			display: block;
			color: #515050;
		}
		#weather_subnav td a:hover { color: #000; }
		#weather_subnav td a:active { color: #515050; }
		#weather_subnav td a:visited { color: #515050; }

		#weather_subnav td #member_picks {
			float:right;
		}

	#weather_subnav span {
		display: block;
		float:left;
		padding:0px;
	}
	#weather_subnav div {
		float: left;
		width: 806px;
		padding: 5px;
		border: 1px solid #fcca56;
		background-color: #fdf8f0;
	}
	#weather_subnav ul {
		float: left;
		margin: 0px; padding:0px;
	}
		#weather_subnav ul li {
			float: left;
		}
		#weather_subnav ul li a {
			float: left;
			border-right: 1px solid #fcca56;
			padding-left: 5px;
			padding-right: 5px;
		}
		#weather_subnav ul li.last a {
			border-right: 0px;
		}

#leage_weather {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	height: 20px;
}
	#leage_weather td {
		border-bottom: 1px solid;
	}
	#weather_data td {
		font-size: 12px;
		color: #515050;
		border: 1px solid #fff;
		background-color: #fdf9f1;
	}
	thead th.center {
		text-align: center;
	}
	#weather_data .team {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#weather_data .date {
		font-size: 10px;
		background-color: #f6EDD9;
		padding-left: 7px;
	}

.weather_img {
	width: 56px; height: 58px;
	padding: 0px;
}

/* Use following rules for loading weather icons on table */
.sunny {
	background-image: url(../img/w_sunny.gif); background-repeat: no-repeat;
}
.partly_sunny {
	background-image: url(../img/w_partlysunny.gif); background-repeat: no-repeat;
}
.cloudy {
	background-image: url(../img/w_cloudy.gif); background-repeat: no-repeat;
}
.matchup {
	width: 170px;
	padding-left: 8px;
}
.conditions {
	width: 322px;
	text-transform: uppercase;

}
.direction {
	width: 98px;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: uppercase;
}
.yellow th {
	background-color: #f5d08a !important;
	border-right: 1px solid #ffe4ae;
	border-left: 1px solid #f5b921;
	text-align: center;
}

