.block-sports {
	display: block;
	width: 300px;
	margin-left: 10px;
	margin-top: 10px;
}

.team-week-container {
	display: table;
	border: 2px solid #707070;
}

.team-stats-container {
	display: block;
	width: 100%;
/* 	height: 100px; */
	padding-top: 15px;
	background: -moz-linear-gradient(top,  #ffffff 0%, #cdcdcd 14%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(14%,#cdcdcd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cdcdcd 14%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cdcdcd 14%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cdcdcd 14%,#ffffff 100%); /* IE10+ */
}

.team-stats-container p {
	margin: 0;
}

p.team-week-image {
	display: block;
	float: left;
	clear: both;
	width: 80px;
	margin-left: 10px;
}

.team-week-text {
	display: inline-block;
	width: 180px;
	padding-left: 10px;
}

.team-week-text p {
	margin: 0;
	color: #000000;
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

p.team-date {
	font-style: italic;
	text-transform: none;
}

.team-paragraph {
	display: table;
	width: 100%;
}

p.team-details {
	text-transform: none;
	font-weight: normal;
	line-height: 1.1;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: justify;
	text-justify: inter-word;
	margin: 10px 10px 20px 10px;
}

.team-week-previous {
	background-color: #000000;
}

.team-week-previous p {
	margin: 0;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.team-week-previous p a {
	color: #FFFFFF;
	text-decoration: none;
}

.team-links {
	font-size: 10px;
}

.team-links span {
	padding-left: 10px;
}

.team-links a {
	color: #000000;
	text-decoration: underline;
}

.team-links a:hover {
	color: #000000;
	text-decoration: none;
}

/*team of the week listing page styles*/
.team-week-listing-container {
	display: table;
}

p.twTitle {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-top: 0;
}

p.twScore {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 25px;
}

p.twScore span {
	padding-left: 5px;
}

p.twDate {
	margin-bottom: 0;
}
