/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

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

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

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

/*---- Header styling ---*/

.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;

  font-size: 20px;
}

.sIFR-active h3 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 15px;
}


.sIFR-active .comparison  span.header{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 19px;	
}

.span.subHeader{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 19px;	
}

.sIFR-active .comparison  span.item1{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 19px;	
}

.sIFR-active .comparison  span.item2{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 16px;	
}

/* not in use because click event applied to th not being applied to object in ie

.sIFR-active .comparison  .headLevel2 td.col1 span{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 14px;	
}

.sIFR-active .comparison  .headLevel3 td.col1 span{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 14px;	
}

*/

.suppressSifr embed,
.suppressSifr object
{
	display:none;
}

.suppressSifr .sIFR-alternate 
{
	position: static;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	display: inline;
	overflow:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	line-height:inherit;
}

.calculatorFilter label
{
	color: #cc0000;
	font-weight:bold;
	text-transform:uppercase;
}

.calculatorFilter label em
{
	color: #525252;
}
