/*=: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;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

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

.sIFR-active h1,
.sIFR-active h2,
.sIFR-active h3,
/*.sIFR-active h4,
.sIFR-active h5,
.sIFR-active h6*/ {
	line-height:1em;
	visibility: hidden;
}

.sIFR-active h1 {
  font-size: 24px;
  margin:0 0 9px 0;
}

.sIFR-active div.contBlock2 h1 {
	margin: 0 0 11px 0;
}

.sIFR-active h2,
.sIFR-active .stepNr,
.sIFR-active .option {
	font-size: 19px;
	margin: 0 0 7px 0;
}

.sIFR-active h2 {
	margin-bottom: 4px;
}

.sIFR-active .option {
	margin-top: -8px;
	position: relative;
	z-index: 10;
}

.sIFR-active div.columnDone h2 {
	margin: 0 0 -7px 0;
}

.sIFR-active div.newsItems h2 {
	margin: -12px 0 -4px 0;
}

.stepNr {
	margin: -3px 0 0 0;
	height: 20px;
}

.sIFR-active h3 {
	font-size: 16px;
	margin: 0 0 -4px 0;
}

.sIFR-active div.columnBig h3,
.sIFR-active div.columnBigUni h3 {
	font-size: 16px;
	margin: -4px 0 -4px 0;
}

.sIFR-active h3.lessWide {
	width: 230px;
}

.sIFR-active div.separatorVertical h3 {
	margin-bottom: 4px;
}

.sIFR-active .layoutColMid .homeText {
	font-size: 30px;
}

.sIFR-active div.messService {
	font-size: 18px;
	margin: 6px 0 0 0;
}

.sIFR-active div.selectBrand {
	font-size: 12px;
	margin: 25px 0 0 0;
}

.sIFR-active div.visualTitle {
	font-size: 12px;
}

.sIFR-active div.ORtext {
	font-size: 16px;
	background: #f9f9f9;
	margin: 0;
	padding: 4px 0 0 0;
}

.sIFR-active div.url {
	font-size: 16px;
	width: 252px;
	height: 30px; /* 34px */
	border: 1px solid #dfdfdf;
	background: #FFF;
	padding: 4px 0 0 0;
	margin: -9px 0 9px 0;
}

.sIFR-active .date {
	font-size: 14px;
	margin: 0;
}

.sIFR-active .dateSmall {
	font-size: 12px;
}

.sIFR-active div.loginColumn2 .dateSmall {
	margin: 7px 0 0 0;
}
