/*=: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;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-active object {
  display: block;
}

/*---- Header styling ---*/
.sIFR-active h1 {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 26px; padding-bottom:0px; border-bottom:1px solid #e3e1e5; margin-bottom:12px;}

.sIFR-active h2.line {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 22px;  color:#333; padding-bottom:0px; border-bottom:1px solid #e7e6cf; margin-bottom:12px;}

.sIFR-active h2.black {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 20px;  color:#333; border-bottom:none !important; margin-bottom:0px !important; padding-bottom:0px;}

.sIFR-active h2.form {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 20px !important;  color:#938F2C; border-bottom:none !important; margin-bottom:-2px !important; padding-bottom:0px; border-top:1px solid #eee; padding-top:8px;}

/* Icons */
.sIFR-active h2.calendar {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 22px; background:url(../img/icons/calendar.gif) no-repeat 0px 0px; padding-left:45px; color:#545004; margin-bottom:4px; }
.sIFR-active h2.document {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 22px; background:url(../img/icons/document.gif) no-repeat 0px 0px; padding-left:45px; color:#545004; margin-bottom:4px; }
.sIFR-active h2.surveys {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 22px; background:url(../img/icons/survey.gif) no-repeat 0px 0px; padding-left:45px; color:#545004; margin-bottom:4px; }
.sIFR-active h2.my-events {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 20px; background:url(../img/icons/my-events.gif) no-repeat 0px 0px; padding-left:38px; color:#545004; margin-bottom:4px; border-bottom:none;}
.sIFR-active h2.account-info {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 20px; background:url(../img/icons/account-info.gif) no-repeat 0px 2px; padding-left:38px; color:#545004; margin-bottom:4px; border-bottom:none;}
.sIFR-active h2.green {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 18px; color:#498106; margin-bottom:0px; border-bottom:none;}
.sIFR-active h2.grey {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 18px; color:#999696; margin-bottom:0px; border-bottom:none;}

.sIFR-active li.level1, .sIFR-active li.level1-on {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 12px; border-bottom:none; margin-top:9px; }

.sIFR-active .step-through ul li.off, .sIFR-active .step-through ul li.on, .sIFR-active .step-through ul li.done {visibility: hidden; font-family: Arial, Verdana, serif; line-height: 1em; font-size: 9px; height:18px;  }







