@charset "utf-8";
/* CSS Document */

/*Skin Style Sheet Notes for [JOB NAME]

version:   		1.0
author:    		StormID
email:    		info@stormid.com
website:   		http://www.[THESITE].com/

last updated:	15/10/2009

Basic Color Palette

primary-color:
secondary-color:
titles-color:
font-color:
link:
link-hover: 
link-visited:

Font-size Adjustment

To change the size of a font, use a percentage value from the list below.
Always use percentages as the units because they render more consistently than ems,
and because they allow user-initiated resizing (unlike pixels).
		 
For pixels(px) Declare the appropriate percentage(%)

			Pixels 	EMs 		Percent Points  
			6px 	0.462em 	46.2% 	5pt     
			7px 	0.538em 	53.8% 	5pt	    
			8px 	0.615em 	61.5% 	6pt      
			9px 	0.692em 	69.2% 	7pt      
			10px 	0.769em 	77% 	8pt     
			11px 	0.846em 	85% 	8pt      	
			12px 	0.923em 	93% 	9pt      	
			13px 	1em 		100% 	10pt
			14px 	1.077em 	108% 	11pt
			15px 	1.154em 	116% 	11pt
			16px 	1.231em 	123.1% 	12pt
			17px 	1.308em 	131% 	13pt
			18px 	1.385em 	138.5% 	14pt
			19px 	1.462em 	146.5% 	14pt
			20px 	1.538em 	153.9% 	15pt
			21px 	1.615em 	161.6% 	16pt
			22px 	1.692em 	167% 	17pt
			23px 	1.769em 	174% 	17pt
			24px 	1.846em 	182% 	18pt 
				
For custom font sizes see http://pxtoem.com/ and use the 100% setting as body size.
				
Skin Style Sheet Notes end */ 

body  {

	background:#EBEBEB url(../images/common/bg-body.png) repeat-x left top;
	
}

/* Basic Positional Holders Starts */

.container_12 {
    /* wraps the whole of the content. Appears directly after the body tag*/
    /* temp background image used as visual aid for grid*/
    background:#FFFFFF;
}

.hd.print {
	/* hides inline logo for print.css use*/
	display:none;
}


.bd {

}

.ft {

}

/* Basic Positional Holders Ends */

/* Basic Element Styles Starts (part of YUI's CSS Foundation) */

h1 {
	/*22px equivalent*/
	font-size:130%;
	color:#000;
}

h1 a{
	text-decoration:none;
	color:#004479;
}

h2 {
	/*18px equivalent*/
	font-size:130%;
}

h3 {
	/*14px  equivalent*/
	font-size:157%;
}

h5 {
	/*14px  equivalent*/
	font-size:120%;
	margin:10px 0 15px 0;
	padding-bottom:15px;
	color:#BD0076;
	border-bottom:2px solid #99A49C; 
}

h4 {
	/*11px  equivalent*/
	font-size:110%; 
	padding-bottom:15px;
	border-bottom:2px solid #CCC;
	color:#333;
	font-style:bold;
}

h7 {
	/*11px  equivalent*/
	font-size:100%; 
	padding-bottom:15px;
	border-bottom:2px solid #CCC;
	color:#008093;
	font-style:bold;
}

h1, h3 {
	/* top & bottom margin based on font size */
	border-bottom:2px solid #99A49C;
	color:#004479;
	margin:15px 0;
	padding-bottom:10px;
	}

, h3, h4, h5, h6 {
	/* top & bottom margin based on font size */
	/*border-bottom: 2px solid #99A49C;
	color: #004479;
	margin:15px 0;
	padding-bottom:10px;*/
	color:#333333;
	font-family:Arial,"HelveticaNeue","Helvetica Neue",Helvetica,Clean,Sans-serif;
	font-size:1.2em;
	margin:0;
	padding:10px 0 5px;
	}


h1, h2, h3, h5 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	font-family: 'Lucida sans',arial,helvetica,clean,sans-serif;
    font-weight:normal; 
}

strong {
	/*bringing boldness back to the strong element*/
	font-weight:bold;
}


p 
{
    /* Sets equilant of 12px */
	font-size:100%;
    line-height:170%;
    color:#000;
    margin-bottom:1em;
	
    
}

abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

strong, b {
	/*bringing bold back to the strong and b elements*/
}

.blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}

ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin:4px 0;	
}

ul li {
	/*giving UL's LIs generated disc markers*/
	margin:4px 0;	
	line-height:150%;
	font-size:13px;
	list-style:disc;
}

.grid_3.omega ul li {
	/*giving UL's LIs generated disc markers*/
	margin:4px 0;
	margin-left:-25px;
	line-height:150%;
	font-size:13px;

}

blockquote 
{
	/*callout text holder default styling*/
	border-bottom:1px solid #ccc;
	border-top:10px solid #ccc;
	display:block;
	float:left;
	margin:10px 20px 20px 0;
	padding:10px 0;
	width:220px;
	display:block;
}

blockquote  p {
	/*callout text default styling*/
	color:#666666;
	display:block;
	float:left;
	font-size:130%;
	line-height:140%;
	margin:0 15px 5px;
	padding:0 !important;
}

.annotation 
{
	display:block;
	padding:10px;
	font-size:93%;
	color:#999;
	background-color:#ededed;
	margin:0 0 10px 0;
	border-bottom:1px solid #ddd;
}


/* Basic Element Styles Ends */
#flashcontent{
	margin:36px 0 0 0;
	padding: 0;
	}
/* Search Box Styles Start*/

.srch 
{
	margin:10px 0 0 0;
	width:auto;
}

.srch .textfield 
{
	padding:5px 10px;
	width:160px;
}

.srch .button
{
	padding:0px 0px;
}


/* Search Box Styles End*/

/* Basic Link Styles Start */

a.header:link {
	/* unvisited link */
	color: #008093;
	text-decoration: none;
} 
a.header:active {
	color: #999;
	text-decoration: none;
}

a:visited {
	/* visited link */
	color: #000;
}

a:hover {
	 /* mouse over link */
	color: #ccc;
	text-decoration: none;
}

/* Basic Link Styles End */

.logo{float:left; }

.logo a{
	padding-top:21px;
	margin:0;
	position:relative;
	width:264px;
	height:79px;
	font-size:77%;
	display:block;
}

.logo a span {
	background:#FFFFFF url(/Content/images/branding/bg-logo.png) no-repeat left top;
	display:block;
	height:100%;
	position:absolute;
	width:100%;
}

.pc {
    /*class name to identify the main content on a page*/
    
}

.box 
{
    background-color:#EEE;
    padding:10px 10px;
    margin:0 0 10px;
}
.box h1, .box h2, .box h3
{
    margin-top:0;
    padding-top:0;
}



/* Basic Element Styles End */

/* Navigation Styles Start - Handle Sub-navigation by casscading styles, eg .ns ul ul*/

.np ul, .ns ul, .nt ul, .nb ul, .ft ul, .tools ul {
	/*giving navigation ul's no margins*/
	margin:0;
}

.np li, .ns li, .nt li, .nb li, .ft li, .tools li  {
	/*giving navigation ul li's no margins and removing disc markers*/
	margin:0 0 0 0;
	list-style-type:none;
}

/* Navigate Primary Styles Start */

.np { /* Navigate Primary*/ 
    float:left;
    width:420px;
    background:#FFFFFF;

    line-height:normal;
    padding:0;
    margin:0;
  }
.np ul {
    margin:0 0 1px 10px;
    padding:30px 5px 0 10px;/* Controls the indentation of the tabs */
    list-style:none;
  }
.np li {
    display:inline;
    margin:0 0px 0 0;
    padding:0px;
  }
.np a {
    float:left;
    margin:0 5px 0 0;/* Controls the space between the tabs */
    padding:0 0 0 0px;
    text-decoration:none;
    font-size:115%;
  }
.np a span {
    float:left;
    display:block;
    padding:10px 3px 10px 3px;
    color:#0092A6;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.np a span 
{
   float:none;}
/* End IE5-Mac hack */
.np a:hover span {
  color:#ccc;

  }
.np a:hover {
  text-decoration::none;
  background-position:0% -42px;/* Controls position of left hover state graphic */
  }
.np a:hover span {
  background-position:100% -42px;/* Controls position of right hover state graphic */
  }

.np .selected a {
  background-position:0% -42px; /* Controls position of left Selected state graphic */
}
.np .selected a span {
    background-position:100% -42px; /* Controls position of right Selected state graphic */
    color:#000032;
}
/* Navigate Primary Styles End */


/* Navigate Secondary Styles Start */
.ns .ns-hd { /* Navigation Secondary header span*/ 
     display:block;
     color:#666;
     font-weight:bold;
     padding:8px 0 8px 10px;
     margin:10px 0 0 0;
     background-color:#ddd;
     
}

.ns { /* Navigation Secondary*/ 
}

.ns li a {
    display:block;
	height: 24px; /* minimum height = desired height - top + Bottom padding used in following class */
    text-decoration: none;
    color:#008093;
	font-size:93%;

}

.ns li a:link, .ns li a:visited {
        color:#1F9FB1;

    padding: 8px 0 0 0;
}

.ns li a:hover, .ns li.selected a {

color:#9B0057;
    padding: 8px 0 0 0;
	text-decoration:none;
}

.ns li.selected 
{
    padding:0;
}

/* Navigate Secondary Submenu Styles Start */
    
.ns ul ul 
{
    margin:0 0 1px 0px;
    padding:0 0 0 20px;
    background-color:#ffffff;
}

.ns ul ul li a 
{
    height:auto;
    padding:5px 10px;
    margin:1px 0 0 0;
}

.ns ul ul li a:link, .ns ul ul li a:visited {
    color: #008093;
    display: block;
    background-color:#fff;
    background-image:none;
    padding:5px 10px;

}

.ns ul ul li a:hover, .ns ul ul li.selected a {
    color:#333;
    background-color:#dddddd;
    background-image:none;
}

.ns li{ border-bottom:2px solid #CCC;}

/* Navigate Secondary Submenu Styles End */ 

/* navigation secondary sub sub styles atart */
.ns ul ul ul {
margin:0 0 1px 0px;
padding:0 0 0 20px;
background-color:#ffffff;
}

.ns ul ul li.selected ul li a {
height:auto;
background-color:#ffffff;
padding:5px 0 5px 0;
margin:1px 0 0 0;
}

.ns ul ul li.selected ul li a:hover{
background-color:#E5E5E5;
}

.ns ul ul li.selected ul li.selected a{
background-color:#E5E5E5;
font-weight: bold;
}
   
/* Navigate Secondary Styles End */

/* Navigate Tertiary Styles Start */

.nt { /* Navigation Tertiary*/
    font-size:85%;
    color:#999999;
    margin:10px 0px;
    padding:0 10px;
    border-bottom:1px solid #dddddd;
    background-color:#eee;
}

.nt ul 
{
    margin:0;
    padding:0;
    float:right; 
}
.nt ul li
{
    display:inline;
    float:left;
    margin:0 0 0 0;
    padding:0;
    height:20px;
    line-height:20px;
}

.nt ul li a
{
    margin:0 0 0 10px;
    padding:0 0px 0 0px;
}

/* Navigate Tertiary Styles End */

/* Navigate Breadcrumb Styles Start */
.nb { /* Navigation Breadcrumb*/
    font-size:85%;
    color:#999999;
    margin:0;
    border-bottom:4px solid #99A49C; 
}

.nb ul 
{
    margin:0;
    padding:0;
    float:left; 
}
.nb ul li
{
    display:inline;
    float:left;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0 0px 0 10px;
}

.nb ul li a
{
    margin:0 0 0 0px;
    padding:0 15px 0 0px;
    background:  url(../images/navigation/bg-nbc-li.png) no-repeat right center;
}

/* Navigate Breadcrumb Styles End */

/* Navigate Footer Styles Start*/

.ft { /* Navigation Footer*/   
    font-size:85%;
    color:#999999;
    border-top:1px solid #dddddd;
    background-color:#fff;

}

.ft p 
{
    font-size:110%;
    color:#666666;
    margin:0;
    padding:10px 10px 0;
	float:left; 
}

.ft ul 
{ 
    margin:0;
	margin-top:10px;
	margin-right:10px;
    padding:0;
    float:right; 
}
.ft ul li
{
    display:inline;
    float:left;
    margin:0px 0 10px 0;
    padding:0;
    height:20px;
    line-height:20px;
}

.ft ul li a
{ font-size:12px;
	color:#008093;
    margin:0 0 0 10px;
    padding:0 0px 0 0px;
}

.ft a {text-decoration:none;}

.ft a:hover {color:#ccc;}

/* Navigate Footer Styles End */

/* Navigate Tools Styles Start */
.tools 
{
	border-top:1px solid #DDDDDD;
	height:30px;
	margin:0 0 10px 0;
	
}
.tools ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1px;
	padding:10px 10px 0;
	text-align:right;

}

.tools ul li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
	
}

.tools ul li a {
	float:right;
	color:#999;
	font-size:93%;
	display:block;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
	text-decoration:none;
}

.tools ul li a:hover {
	color:#000;
	text-decoration:none;
}

.tools ul li a.print span.icon 
{
}

.tools ul li a.print span.icon,
.tools ul li a.top span.icon,
.tools ul li a.email span.icon
{
	
	display:block;
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	float:left;
	color:#000;
	background-image:url(../images/icons/sprite-icons.png);

}

.tools ul li a.print span.icon {
	background-position:-48px 0;
}

.tools ul li a.top span.icon {

	background-position:-64px 0;
}

.tools ul li a.email span.icon {
	
	background-position:-80px 0;
	
}

/* Navigate Tools Styles End*/

/* Navigation Styles End  */


.whitespace{
	width:240px;
	border:1px solid white;
	}
	
.masthead{
		height:218px;
		position: relative;
		}
		
.masthead h1.welcome{
	position: absolute;
	margin: 10px 0 0 10px;
	padding: 0;
	z-index:900;
	border: none;
	color: #FFF;
	font-size: 300%;
	}
		
		.LiveMarkets{font-size:12px;}
		.Index{color:#333; font-weight:bold;padding-left:5px;}
		.Last{color:#CCC;}
		.ChangeUP{color:#0C0}
		.ChangeDown{color:Red}
		.underline td{border-bottom:2px solid #CCC; height:25px;   }
		
		.fundlist{background-image:url(../Content/images/brochure_hold.jpg); background-repeat:no-repeat; background-position: 0px 25px; border-bottom:2px solid #CCC; height:auto; padding-bottom:15px;}
		
		.ns h1{padding-left:0;}
		.fundlist h2{border-bottom:none; font-size:14px; padding-left:120px;}
		.fundlist p{font-size:12px; padding-left:120px; margin:0px; padding-top:0px;padding-bottom:0px;}
		.fundlist p a{color:#1F9FB1; text-decoration:none; margin:0px; padding-top:0px;padding-bottom:0px;}
		.fundlist p a:hover{color:#ccc; padding-top:0px;padding-bottom:0px;}
		.disclaimer { margin-top:15px; color:#CCC; font-size:10px;}

.downloadsdisclaimer{font-size:12px; color:#666; padding-top:10px;}

.line{border-bottom:2px solid #CCC;}

.downloadstxt{font-size:10px; color:#657266; padding:5px;}
.downloadstxt1{font-size:14px; color:#333; padding:5px;}
.paddingl{padding-left:5px;}
.paddingr{padding-right:5px;}

.teamphoto{width:100px;height:100px;background-color:#CCC; margin-right:20px; margin-bottom:20px;float:left;}
.teamcontent{width:300px;float:left; margin-bottom:20px;}

.LiveMarkets a {color:#008093; text-decoration:none;}
.LiveMarkets a:hover {color:#ffffff; text-decoration:none;}

.grid_6 a {color:#008093; text-decoration:none;}
.grid_6 a:hover {color:#ccc; text-decoration:none;}

.ad-thumbs li{list-style:none;}

.ft {font-size:12px;}

.investmentclass{width:140px;float:left;margin-bottom:25px; margin-right:1px; border:1px solid #ccc; padding:5px; font-size:11px;}

.LiveMarkets h3{
	border-bottom:medium none;
	font-size:100%;
	margin:0;
	padding:5px 0 10px;
	}

.LiveMarkets p {margin:0px; padding:0 0 5px 0; color: #000;}

.FPHistorytxt{font-size:12px; padding-top:5px;  padding-bottom:5px;}

/*.grid_6{margin-bottom:25px;}*/

.terms{ margin-top:10px;margin-bottom:10px; line-height:160%; font-size: 10px; text-decoration: none;}}

.ft .terms a{font-size: 10px; text-decoration: none;}

li.last {border-bottom:none;}

.umbMemberControlsButton {background-color:#0092A7; color:#fff; border:none; height:25px; width:47px;}

#login{/*height:15px; padding-top:15px;*/}


#login a {
	color: #008093;
	text-decoration: none;
}

#login a:hover {
	color: #ccc;
	text-decoration: none;
}

.gallerylinks {
	/*float:right;
	width:216px;
	height:180px;
	text-align:left;
	margin-left:603px;
	color:#fff;
	background-image:url(../Content/images/opa75.png);
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;*/
	display:none;
	}

.gallerylinks a {
	color: #008093;
	text-decoration: none;
	padding-left:10px; padding-right:10px;
 	padding-top:10px;
	}

.gallerylinks a:hover {
	color: #ccc;
	text-decoration: none;
	padding-left:10px; padding-right:10px; padding-top:10px;
	}

.fastfacts{
	background-color:#ccc; 
	color:#fff; 
	padding:10px; 
	padding-left:20px; 
	background-image:url(/Content/images/curve.png); 
	background-repeat:no-repeat; 
	background-position: bottom right;
	}
	
.fastfacts a {color:#000;}

.msg-board{
	background-color:#0092A7; 
	color:#fff; 
	padding:10px; 
	background-image:url(/Content/images/curve.png); 
	background-repeat:no-repeat; 
	background-position: bottom right;
	margin-bottom: 20px;
	}
	
.msg-board ul.msg-list{
	margin: 0;
	padding: 0;
	}
	
.msg-board ul.msg-list li{
	list-style:square;
	list-style-position:outside;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	}
	
.msg-board a {color:#ffffff;}

.generallist
{
 color: #1f9fb1;
}

.generallist .listtext
{
 color: #000000;
display: inline;
}

.underlinelong{border-bottom:2px solid #ccc; margin-bottom:15px;}

.logowrap {float:left; width:109px; height:70px; border:1px solid #ccc;margin-right:4px; margin-bottom:15px;}

.rhimage{margin-top:15px;}

.formlabel{width:220px;float:left;text-align:right; padding-right:5px; margin-bottom:10px;}
.forminput{width:220px;float:left;text-align:left; padding-left:5px; margin-bottom:10px;}

#incorrect-details{color:red;margin-bottom:15px;}

.LiveMarkets .disclaimer {
	color:#666666;
	font-size:12px;
padding-left:5px;
}

table.presentations td {
	padding:4px;
	font-size:100%;
}



.grid_6.rssbox h1{
	/*border-bottom:2px solid #99A49C;*/
	color:#004479;
	margin:15px 0;
	padding-bottom:10px;
	float:left;
	width:100%;
	}

.grid_6.rssbox span
{
	margin-top:-45px;
	float:right;
}

.grid_6.rssbox .grid_1
{
	width:40px;
	margin-top:10px;
	margin-right:0px;
}

.grid_6.rssbox
{
	margin-top: 0px;
	/*border-bottom: 2px solid #99A49C;*/
}


/* added by lel */
.generallist {
    color: #1f9fb1;
}

.generallist .listtext {
    color: #000000;
    display: inline;
}

h1.new-heading{
	border-bottom: 2px solid #00467d;
	}
	
.nuggets{
	padding: 44px 0 0 0;
	margin: 0;
	}
	
.nuggets .item{
	padding: 10px;
	border-top: 2px solid #00467d;
	background-color:#d0c3b8;
	margin: 0 0 20px 0;
	}
	
.nuggets .item h2{
	color:#004479;
	border:none;
	margin: 0;
	padding :0;
	font-size: 16px;
	margin-bottom: 10px;
	}
	
.nuggets .item p {
    color: #000000;
    font-size: 100%;
    line-height: 140%;
    margin-bottom: 1em;
	}
	
.nuggets .item p a {
    color: #004479;
    font-size: 100%;
    line-height: 140%;
    margin-bottom: 1em;
	text-decoration:none;
	float:right;
	margin-bottom: 5px;
	padding: 0 10px 0 0;
	font-weight: bold;
	}
	
.news-lister {
	background-color: #D0C3B8;
	margin: 0 0 20px 0;
	}
	
.news-lister h3{
	margin: 0;
	padding: 10px;
	font-size: 120%; 
	border-bottom: 2px solid #ffffff;
	}
	
.news-lister p{
	padding: 10px 10px 0 10px;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	}
	
.news-lister p a{
	display: block;
	text-align:right;
	color: #3e3431;
	text-decoration:none;
	}
	
.top-boxes{
	margin: 20px 0 0 0;
	}
	
.nav-box-one .content p,
.nav-box-two .content p,
.nav-box-three .content p{
	color: #ffffff;
	font-size:20px;
	line-height: 20px;
	padding: 20px 50px 0 10px;
	}
	
.nav-box-one{
	border-top: 4px solid #958d4f;
	background-image:url(/media/40610/clouds.jpg); 
	background-repeat:no-repeat; 
	background-position: top left;
	}
	
.nav-box-one .content{
	/*background-color: #6e736e;*/
	height: 130px;
	}
	
.nav-box-one p.link{
	background-color: #958d4f;
	text-align:right;
	}
	
.nav-box-one p.link a,
.nav-box-two p.link a,
.nav-box-three p.link a{
	color: #ffffff;
	padding: 0 10px 0 0;
	text-decoration:none;
	font-weight:bold;
	}
	
.nav-box-two{
	border-top: 4px solid #00467d;
	background-image:url(/media/40604/droplets.jpg); 
	background-repeat:no-repeat; 
	background-position: top left;
	}
	
.nav-box-two .content{
	/*background-color: #6e736e;*/
	height: 130px;
	}
		
.nav-box-two p.link{
	background-color: #00467d;
	text-align:right;
	}
	
.nav-box-three{
	border-top: 4px solid #508a35;
	background-image:url(/media/40310/sven.jpg); 
	background-repeat:no-repeat; 
	background-position: top left;	
	}
	
.nav-box-three .content{
	/*background-color: #6e736e;*/
	height: 130px;
	}
	
.nav-box-three p.link{
	background-color: #508a35;
	text-align:right;
	}

.masthead-new{
	height:83px;
	}

/* table #00467D; */
.saf table {
font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}

.saf table th {
padding: 0 0.5em;
text-align: left;
}

.saf table td {
border: 1px solid #00467D;
padding: 0 0.5em;
}

.saf table td:first-child {
width: 190px;
}

.saf table td p{
text-align: center;
margin-top: 1em;
}

.saf table td+td {
border-left: 1px solid #00467D;;
text-align: center;
}



















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

