<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "rsvp.css";
@import "teaminfo.css";
/*
*------------------------------
*	team photo viewer
*------------------------------
*/

	#photoControls{
		width:302px;
		height: 80px;
		text-align:center;
		position:relative;
		border-top:1px solid #fff;
	}

	#previous{
		position:absolute;
		top: 30px;
		left: 25px;
	}
	
	#next{
		position:absolute;
		top: 30px;
		right: 25px;
	}
	
	#thumbnails{
		position:relative;
		margin: 0 auto;
		overflow:hidden;
		width: 210px;
		height: 80px;
	}
	
	#thumbnails img{
		position:absolute;
		top:10px;
		border:1px solid #333;
		height:60px;
		width:60px;
	}

/*
*------------------------------
*	team record table
*------------------------------
*/
	#teamRecord{
		position:absolute;
		top: 0px;
		left: 310px;
	}
	#teamRecord th,#teamRecord td{
		text-align:center;
		border:1px solid #bbb;
		padding: 2px 10px;
		width: 30px;
	}
	#teamRecord th{
		/*background: url(../graphics/standings-bg.gif) repeat-x top left;*/
		font-size:10px;
		color:#555;
		line-height:10px;
		border:none;
	}
	#teamRecord td{
		font-size:12px;
		font-weight:bold;
	}
	#teamRecord.TeamAssignment td,#teamRecord.TeamAssignment th{
		width: 90px;
	}

/*
*	schedule and notes titles
*/
	#teamScheduleContainer h2,#teamNotesContainer h2{
		height: 24px;
		padding: 8px 0 0 15px;
		/*background: url(../graphics/display-bar-bg.gif);*/
		vertical-align:middle;
		overflow:hidden;
	}

	.myTeamLinks{	margin-bottom: 12px; }

/*
*------------------------------
*	team schedule
*------------------------------
*/
/*	league links override */
	#teamScheduleContainer .league-links{
		font-size:0.9rem;
	}

	#teamScheduleContainer{
		width: 534px;
		float:left;
	}
	#teamScheduleContainer  h2 {
		font-size:14px;
		color:#333;
		}
	#teamScheduleContainer h2 img{
		padding-right: 2px;
		vertical-align:middle;
		font-size:14px;
	}
	#teamScheduleTable{
		border-collapse:collapse;
		width:534px;
		border-bottom:1px solid #bbb;
		margin:1px 0 20px 0;
		border-right:1px solid #bbb;
	}
	#teamScheduleTable td{	
		text-align:center;
		border-bottom:1px dotted #bbb;
		font-weight:bold;
		vertical-align:middle;
		padding: 4px 10px;
	}
	

/*	game date display	*/
	#teamScheduleTable tr.gameDateRow td,#teamScheduleTable tr.scheduleBannerRow td{
		text-align:left;
		padding: 0;
		border:0;
		border-right: 1px solid #BBBBBB;
		border-left: 1px solid #BBBBBB;
	}
	#teamScheduleTable td.gameDate{
		padding:0;
	}
	#teamScheduleTable td.gameDate h4{
		padding: 5px 0 5px 10px;
		background:#777;
		color:#fff;
		font-size:13px;
		font-weight:bold;
		border-top:none;
		z-index:2;
	}
	#teamScheduleTable tr.officiating td{
		background:#eee;
	}
	#teamScheduleTable td.officiating{
		padding-right: 28px;
		font-size:1.2em;
	}

	#teamScheduleTable td.opponent{
		width: 115px;
		font-size:13px;
	}
	
	#teamScheduleTable td.opponentIcon{
		padding-bottom: 12px;
	}
	
	#teamScheduleTable td.gameTime{
		font-size:14px;
		color:#333;
		padding:20px 0 20px 6px;
	}
	
	#teamScheduleTable td.forfeit{
		font-size:14px;
		color:#333;
		padding:20px 0 20px 15px;
		text-align:left;
	}
	
	#teamScheduleTable td.viewing img{
		display:none;
	}
	#teamScheduleTable td.viewing p.hidden{
		display:block;
	}
	#teamScheduleTable td.playoffBannerCell{
		padding:0;
		border-left:1px solid #bbb;
	}
	
/*	row styles	*/
	#teamScheduleTable .odd td{
		background:#f9f9f9;
	}
	#teamScheduleTable tr.odd td.gameTime,
	#teamScheduleTable tr.even td.gameTime,
	#teamScheduleTable tr.odd td.forfeit,
	#teamScheduleTable tr.even td.forfeit,
	#teamScheduleTable tr td.playoffDate
	{
		border-left:1px solid #bbb;
	}
	#teamScheduleTable td.rsvp{
		padding-left:0;
		padding-right:0;
	}
/*	schedule for Team Assignment Mode	*/
	tr.teamAssignmentRow td.opponents div.teamsWith{
		text-align:left;
		margin-left: 81px;
	}
	tr.teamAssignmentRow div.opponent{
		margin-bottom:10px;
		width:230px;
	}
	tr.teamAssignmentRow div.opponentIcon{
		float:left;
		width: 80px;
		text-align:left;
	}
	tr.teamAssignmentRow div.opponentName{
		float:left;
		width: 148px;
		text-align:left;
		padding-top: 6px;
	}
	tr.teamAssignmentRow td.result{
		font-size:20px;
	}
	
	/*	playoff notes	*/
	#teamScheduleTable tr td.playoffDate{
		text-align:left;
		padding: 12px 0 12px 20px;
	}

/*
*------------------------------
*	team notes
*------------------------------
*/
	#teamNotesContainer{
		width: 255px;
		float:left;
		

	}
	#teamNotesContainer h2{
		color:#ccc;
		font-size:14px;
	}
	#teamNotes{
		padding: 8px 15px;
	}

	div.teamNote{
		margin: 6px 0 13px 0;
		padding-bottom: 13px;
		border-bottom:1px solid #ccc;
	}
	#teamNotes h4{
		margin:4px 0;
	}
	#teamNotes p{
		text-align:justify;
		font-size:11px;
	}
	div.value.leagueName{
		padding:6px 0 12px 0;
		color:#777;
		font-weight:bold;
	}
/*	sponsors	*/
	#teamPageSponsorList{
		width:554px;
		margin-top:30px;
	}

/*
*------------------------------
*	related teams
*------------------------------
*/
	#relatedTeams h3{
		margin-top:30px;
		padding-left:0;
	}
	#relatedTeamsTable{
		width:534px;
		margin-bottom: 20px;
	}
	#relatedTeamsTable .teamLogo {
		border:1px solid #777;
	}
	#relatedTeamsTable td{
		vertical-align:middle;
		font-weight:bold;
		padding: 12px 6px;
		border-bottom:1px solid #ccc;
	}
	#relatedTeams td.teamThumbnail{
		width:73px;
	}
	#relatedTeams td.sportIcon{
		width:50px;
	}
</pre></body></html>