/*=: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 ---*/
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.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-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/

.sIFR-active #pageContentContainer .leftBarTitle,
.sIFR-active #pageContentContainer .mainRedTitleBSmall,
.sIFR-active #pageContentContainer .mainRedTitleBSmallWithLink,
.sIFR-active #pageContentContainer .mainRedTitle,
.sIFR-active #pageContentContainer .mainRedTitleSmall,
.sIFR-active #pageContentContainer .mainRedTitle24,
.sIFR-active #pageContentContainer .mainRedTitle16,
.sIFR-active #pageContentContainer .mainRedTitle14,
.sIFR-active #pageContentContainer .mainBlackBTitle26 {
	visibility: hidden;
}

.sIFR-active #pageContentContainer .leftBarTitle {font-size: 20px;}
.sIFR-active #pageContentContainer .mainRedTitleBSmall, .sIFR-active #pageContentContainer .mainRedTitleBSmallWithLink {font-size: 16px; width:255px;}
.sIFR-active #pageContentContainer .mainRedTitle {font-size: 26px;}
.sIFR-active #pageContentContainer .mainRedTitleSmall {font-size: 16px;}
.sIFR-active #pageContentContainer .mainRedTitle24 {font-size: 20px;}
.sIFR-active #pageContentContainer .mainRedTitle16 {font-size: 12px;}
.sIFR-active #pageContentContainer .mainRedTitle14 {font-size: 10px;}
.sIFR-active #pageContentContainer .mainBlackBTitle26 {font-size: 22px;}

.width600 {width: 600px !important}