/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/
@media screen {
.sIFR-flash {
	margin: 0;
	padding: 0;
	visibility: visible !important;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 0;
}
.sIFR-replaced div.sIFR-fixfocus {
	float: none;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
}
}
@media print {
.sIFR-flash {
	display: none !important;
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}
.sIFR-alternate {
	display: block !important;
	height: auto !important;
	left: auto !important;
	position: static !important;
	top: auto !important;
	visibility: visible !important;
	width: auto !important;
}
}
@media screen {
#buckets .sIFR-active h2 {
	color: #fff;
	display: block;
	font-family: Arial;
	font-size: 29px;
	line-height: 1em;
	padding: 0;
	visibility: hidden;
}
}