@charset "iso-8859-1";

/* */
h1#sportHeader {
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: center;
}

/* */
h1#teamHeader {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* */
div#contentInnerContainer {
	position: relative;
	padding-top: 25px;
}

/* */
div.thumbContainer {
	border: 1px solid black;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative;
	width: 95%;
}

/* */
div.sectionName {
	background-color: black;
	border-bottom: 1px solid black;
	color: white;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

/* */
div.thumbHolder {
	float: left;
	height: 130px;
	margin: auto;
	padding: 10px;
	text-align: center;
	width: 170px;
}

/* */
div#teamLeagueName {
	font-size: 10px;
	padding: 0;
	position: relative;
	text-align: center;
}

/* */
.click {
	font-size: 10px;
	font-weight: normal;
	margin: auto;
	padding: 0;
	text-align: center;
}



/**** BEGIN TEAM INFORMATION PROPERTIES ****/
div#teamInformation {
	height: auto;
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* */
div#teamInformation h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div#franchiseInfo {
	float: left;
	height: auto;
	position: relative;
	white-space: nowrap;
	width: 49%;
}

div#relatedInfo {
	float: right;
	height: auto;
	padding-right: 1%;
	position: relative;
	text-align: right;
	width: 49%;
}

/* */
div#trophy {
	padding: 3px;
	text-align: center;
}
/**** END TEAM INFORMATION PROPERTIES ****/
