/* ------------------------------------------------------------------------- */
/* sIFR Screen Styles
/*
/* Styles used by sIFR when displaying on the screen
/* ------------------------------------------------------------------------- */


/* ----------------------------------------------------- */
/* Decoy Styles
/*
/* These styles are used for replaced content
/* ----------------------------------------------------- */

.sIFR-hasFlash h1 {
	visibility: hidden;
	height: 36px;
	margin-bottom: 15px;
	margin-left: -5px;
	margin-top: 0px;
}


/* ----------------------------------------------------- */
/* Default sIFR Styles
/*
/* Don't change these unless you know what you are doing
/* ----------------------------------------------------- */

.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;
}


/* ----------------------------------------------------- */
/* Adblock Styles
/*
/* Makes ad-blocked flash not look so nasty
/* ----------------------------------------------------- */

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

