/*=: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-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;
}

    .sIFR-active h1 {
      visibility: hidden;
      font-family: Arial;
      line-height: 1em;
	  font-size: 15px;
	  font-weight: bold;
	  padding: 0;
	  margin: 0;
    }
	
	.sIFR-active  a.sfir{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding:0;
	margin:0;
	width: 125px;
	cursor: pointer;

}
	.sIFR-active  a.sfir:hover{
	text-decoration:underline;
	}
	.sIFR-active span.leftNav {
      visibility: hidden;
      font-family: Arial;
      line-height: 1em;
	  font-size: 13px;
	  font-weight: bold;
	  padding: 0;
	  margin: 0;
	  width: 75px;
    }
	
	.sIFR-active span.spotTitle {
      visibility: hidden;
      font-family: Arial;
	  font-size: 19px;
	  line-height: 1em;
	  font-weight: bold;
	  margin-top: 22px;
	  width: 210px;
    }

	.sIFR-active div.subNavTitle {
      visibility: hidden;
      font-family: Arial;
	  font-size: 19px;
	  line-height: 1em;
	  font-weight: bold;
	  width: 210px;
    }

.sIFR-active div.highlightTitle_hm {
      visibility: hidden;
      font-family: Arial;
	  font-size: 22px;
	  line-height: 1em;
	  font-weight: bold;
    }
	.sIFR-active div.tbTitle {
      visibility: hidden;
      font-family: Arial;
	  font-size: 20px;
	  line-height: 1em;
	  font-weight: bold;
	  text-align: left;
    }

.sIFR-active #highlightHolder_hm_silver div.highlightTitle_hm {
	font-size: 18px!important;
}
	/*.sIFR-active div.navSIFR {
      visibility: hidden;
      font-family: Verdana;
	  font-size: 11px;
	  padding-top: 20px;
	  margin: 0px;
	  float: left;
	  width: 112px;
	  display: block;
	  height: 40px;
	  line-height: 40px;
	vertical-align: middle;
    }*/	

