/*=: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-unloading .sIFR-flash {
  visibility: hidden !important;
}

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

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

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/
/* Sharp specific styling */

/* Headline Homepage */
.sIFR-active h1.sha_pg_gtxt { visibility:hidden; line-height:1em; text-align:right; color:#fff; min-height:67px; _height:67px; _font-size:22px; }
*+html.sIFR-active h1.sha_pg_gtxt,* html.sIFR-active h1.sha_pg_gtxt{ font-size:22px; }


/* Standard Headlines H1 and H2 */
.sIFR-active .sha_sifr_h1, .sIFR-active .sha_sifr_h2, .sha_sifr_nores, .sIFR-active .sha_sifr_h2_sngl {visibility:hidden; line-height:1em;}
.sIFR-active .sha_sifr_h1 {_height:35px; min-height:36px; padding:0; margin-bottom:15px;}
.sIFR-active .sha_sifr_h2, .sIFR-active .sha_sifr_h2_sngl {_height:30px; min-height:30px; padding:0;}
.sIFR-active .sha_sifr_h2_sngl {white-space:nowrap;}
.sIFR-active .sha_pg_tea_h h2, .sIFR-active .sha_pg_tea_h2 h2, .sIFR-active .sha_pg_tea_h3 h2 {min-height:36px; _height:36px;}
.sIFR-active .sha_col3_head .sha_sifr_h1, .sIFR-active .sha_col_xnet_head_icnt .sha_sifr_h1 {margin-bottom:0;}

