/* 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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* 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 .sIFRwhite {
	visibility:  hidden;
	font-size: 28px;
	line-height: 28px;
	height: 28px;
	letter-spacing: 0px;
}

.sIFR-hasFlash #contentArea h2 {
	visibility:  hidden;
	font-size: 28px;
	line-height: 28px;
	height: 28px;
	letter-spacing: 0px;
}

.sIFR-hasFlash .sIFRblue {
	visibility:  hidden;
	font-size: 28px;
	line-height: 28px;
	height: 28px;
	letter-spacing: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.sIFR-hasFlash #home .sIFRblue,
.sIFR-hasFlash div#content div#contentArea div.static div.infoHomeWrapper div.homeInfoBox div.homeInfoBoxTop div.homeInfoBoxBottom h1,
.sIFR-hasFlash #static .homeInfoBox .sIFRblue {
	visibility:  hidden;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	margin-bottom: 0px;
}

.sIFR-hasFlash #detailsMain table thead th 
{
	visibility: hidden;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	letter-spacing: 0px;
}

.sIFR-hasFlash .infoMain table thead th 
{
	visibility: hidden;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	letter-spacing: 0px;
}

.sIFR-hasFlash #contentArea .infoMain h3 
{
	visibility: hidden;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	letter-spacing: 0px;
	margin-left: 25px;
}

.sIFR-hasFlash #contentArea h3 
{
	visibility: hidden;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top: 5px;
}

.sIFR-hasFlash #contentArea .teacherProfile h3,
.sIFR-hasFlash #contentArea #header h3 
{
	visibility: hidden;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	letter-spacing: 0px;
	
	margin-bottom: 10px;
	margin-top: 5px;
}