/*=: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;
}

/*---- Header styling ---*/

.sIFR-active #mainContentCopy h1 {
	visibility: hidden;
	color: #265293;
	letter-spacing: -3px;
	font: 15pt/1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.sIFR-active #mainContentCopy h2 {
	visibility: hidden;
	color: #333;
	letter-spacing: -2px;
	font: 13pt/1em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 30px;
}

.sIFR-active #mainContentCopy h2 .name {
	font-weight: bold;
}

.sIFR-active #mainContentCopy h3 {
	visibility: hidden;
	color: #333;
	letter-spacing: -2px;
	font: 10pt/1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.sIFR-active #contentHead h1 {
	visibility: hidden;
	color: #fff;
	letter-spacing: -3px;
	font: 18pt/1em "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	margin: 1.7em 0 0;
	padding: 0;
}

.sIFR-active table#portfolio td.company,
.sIFR-active table#portfolio td.sector,
.sIFR-active table#portfolio td.turnover,
.sIFR-active table#portfolio td.invest,
.sIFR-active table#portfolio td.type,
.sIFR-active table#portfolio td.status {
	visibility: hidden;
	color: #fff;
	letter-spacing: -2px;
	font: 10pt/1em "Lucida Grande", Lucida, Verdana, sans-serif;
	/* padding-top: 5px; */
	vertical-align: middle;
}

.sIFR-active #home_bg p .para{
	color: #fff;
	font: 1.2em/1.6em Calibri, Lucida, Verdana, sans-serif;
	
}
