/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #content h1 {
	visibility:hidden;
	font-size:22px;
	line-height:22px;
	display:inline;
	letter-spacing:-3px;
}
.sIFR-hasFlash h2 {
	visibility:hidden;
	display:inline;
	font-size:15px;
	letter-spacing:-3px;
}
/* Disabled for now
.sIFR-hasFlash h3.hdrArticle {
	visibility:hidden;
	display:inline;
	font-size:14px;
	letter-spacing:-1px;
} */
.sIFR-hasFlash h4 {
	visibility:hidden;
	font-size:12px;
	letter-spacing:-2px;
}
.sIFR-hasFlash #boxContent h4 {
	visibility:hidden;
	font-size:15px;
	line-height:15px;
	letter-spacing:-2px;
	padding-bottom:9px;
}
.sIFR-hasFlash .viewSched h4 {
	display:inline;
	font-size:18px;
	letter-spacing:-3px;
}
.sIFR-hasFlash #inTheComm h4 {
	visibility:hidden;
	font-size:18px;
	letter-spacing:-3px;
}
.sIFR-hasFlash .promo h5 {
	visibility:hidden;	
	font-size:14px;
	letter-spacing:-3px;
}
/* .sIFR-hasFlash #inTheComm h5 a {
	visibility:hidden;
	display:inline;
	font-size:20px;
	letter-spacing:-3px;
} */
.sIFR-hasFlash .matchupContent #col2 h5 {
	visibility:hidden;
	display: inline;
	font-size:20px;
	letter-spacing:-3px;
	text-align: center;
	margin-bottom:-14px;
}

.sIFR-hasFlash .matchupContent #col2 h6 {
	visibility:hidden;
	display: inline;
	font-size:12px;
	letter-spacing:-2px;
	text-align: center;
}