/*****************************************************************************/
/* Styles for displaying team logos.                                         */
/*****************************************************************************/

.teamLogo {
	background-image: url("../graphics/teamLogos.png");
	background-repeat: no-repeat;
	background-position: 24px top;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-right: 4px;
	width: 24px;
}

.ARI {
	background-position: 0px top;
}

.ATL {
	background-position: -24px top;
}

.BAL {
	background-position: -48px top;
}

.BUF {
	background-position: -73px top;
}

.CAR {
	background-position: -97px top;
}

.CHI {
	background-position: -120px top;
}

.CIN {
	background-position: -144px top;
}

.CLE {
	background-position: -168px top;
}

.DAL {
	background-position: -193px top;
}

.DEN {
	background-position: -216px top;
}

.DET {
	background-position: -240px top;
}

.GB {
	background-position: -265px top;
}

.HOU {
	background-position: -289px top;
}

.IND {
	background-position: -313px top;
}

.JAX {
	background-position: -336px top;
}

.KC {
	background-position: -360px top;
}

.MIA {
	background-position: -385px top;
}

.MIN {
	background-position: -408px top;
}

.NE {
	background-position: -432px top;
}

.NO {
	background-position: -457px top;
}

.NYG {
	background-position: -480px top;
}

.NYJ {
	background-position: -506px top;
}

.LV {
	background-position: -528px top;
}

.PHI {
	background-position: -552px top;
}

.PIT {
	background-position: -576px top;
}

.LAC {
	background-position: -600px top;
}

.SEA {
	background-position: -625px top;
}

.SF {
	background-position: -648px top;
}

.LA {
	background-position: -673px top;
}

.TB {
	background-position: -697px top;
}

.TEN {
	background-position: -720px top;
}

.WAS {
	background-position: -745px top;
}

/*---------------------------------------------------------------------------*/
/* Print styles.                                                             */
/*---------------------------------------------------------------------------*/

@media print {

	.teamLogo {
		background-image: url("../graphics/teamLogosPrint.png");
	}
}

