/* 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;
}


/********************************************************************************************/
/* @group Additional styles for when sIFR is in action */
.sIFR-hasFlash #pageBody h1 {
	margin-top:-6px;
}
.sIFR-hasFlash #pageBody h1, .sIFR-hasFlash .pod h2, .sIFR-hasFlash .pod h3, , .sIFR-hasFlash #pageBody h2 {
	visibility: hidden;
}
.sIFR-hasFlash .typeOne , .sIFR-hasFlash .typeTwo , .sIFR-hasFlash .typeThree {
	padding:5px 5px 4px 5px;
}
.sIFR-hasFlash .pod h2 {
font-size:1.1em;
}
/* @end */