﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: lightgrey;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #003399;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;    
    text-decoration: underline;        
}

a:active
{
    color: #696969;
}

p
{
    margin-bottom: 10px;
    line-height: 1.4em;
}

hr {
    border: 0;
    color: orange;
    background-color: orange;
    height: 2px;
    width: 100%;
    text-align: left;
}


/***** Global Classes *****/
.clear			{ clear:both; }
.float-left		{ float:left; }
.float-right	{ float:right; }

.text-left		{ text-align:left !important; }
.text-right		{ text-align:right !important; }
.text-center	{ text-align:center !important; }
.text-justify	{ text-align:justify; }

.bold			{ font-weight:bold; }
.italic			{ font-style:italic; }
.underline		{ border-bottom:1px solid; }
.highlight		{ background:#ffc; }
.normal-font    { font-weight: normal; }

.wrap			{ width:960px;margin:0 auto; }

.img-left		{ float:left;margin:4px 10px 4px 0; }
.img-right		{ float:right;margin:4px 0 4px 10px; }

.nopadding		{ padding:0; }
.noindent		{ margin-left:0;padding-left:0; }
.nobullet		{ list-style:none;list-style-image:none; }

.centerblock	{ margin-left: auto; margin-right: auto; }
.hidden			{ visibility: hidden; display: none; }

.orange			{ color: #F0902A; }
.orange-border  { border-color: #F0902A; }
/***** End of Global Classes *****/

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #696969;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 16px;
    font-weight: bold;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

h2.section-header
{
    border-bottom: 1px solid; /* #F0902A - Orange. Not sure it fits. */
    padding-bottom: 3px;        
}




/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1000px;
    background-color: #fff;
    margin: 0px auto 20px auto;
    border-radius: 5px;  
    min-height: 600px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    z-index: 9999999;
}

.footer
{
    color: #4e5766;
    padding: 8px 8px 8px 8px;
    text-align: center;
    line-height: normal;   
    border-top: 2px solid orange; 
    margin-top: 20px;
}

.header h1
{
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    border: none;
    font-size: 1.6em;
    color: #003366;
}

.main
{
    width: 984px;
    padding: 0px 0px 0px 0px;
    margin: 12px 8px 8px 8px; /* 12px 8px 8px 8px; */
    min-height: 300px;
}

.main-box-wrapper-outer
{
    padding:4px 4px;
    margin-right:0px;    
}

.cookie-header-message
{
    width: 984px;
    margin: 0px auto 5px auto;
    padding: 10px 8px;          
        
    background-color: White;
    font-size: 9pt;
}

.page-bottom-content
{
    margin: 0px 8px;
    text-align: center;
    line-height: normal;   
	text-align: justify;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

/* Printer Friendly */
body.printerFriendly
{
    background: #ffffff;
}

.printerFriendly .header
{
    display: none;   
}

.printerFriendly .page
{
    margin: 0px 0px 0px 0px;    
    border: none;
    border-radius: none;
}

.printerFriendly .main
{
    padding: 0px;
    margin: 0px;
}
/* End Of Printer Friendly */

.notation
{
	font-size:9pt;
	font-style: italic;		
}

 .vertical-align-outer-container
 {
    position: relative;     
    border: 1px solid white; /* IE7... */
 }
 
 .vertical-align-inline-container
 {
    position: absolute;
    top: 50%;
    display: inline-block;
 }

a.disabled-link
{
    color: gray;    
}

/* Menu
----------------------------------------------------------*/
.menu-wrapper
{
	position: relative;
	border: none;
	z-index: 999999998;
}        

.menu-rectangle
{
	height: 40px;
	line-height: 40px;
	left:-10px;

	padding-left: 0px;
    padding-right: 0px;
}

.menu-rectangle h2
{
    font-size: 14px;  
    color: #093254; /* 093254 - blue */
    font-weight: Normal;
}

/* control menu item top and bottom marging - right now it is showing white */
#menu .submenu_margin_top {  }
            
/* menu item separator | */
.menu-top {  }
                
.menu_spacer 
{
    color: #fff;
}
                
/* adj menu spacing using margin */
.menu  
{
    border:none; 
    font-size:13px; 
    margin:0 8px 0 8px;     
    z-index: 999999;
}
               
/* top menu background color of right space */
.menu ul  
{
    height: 40px;
    list-style: none; 
    margin: 0; 
    padding: 0; 
}
               
.menu li { float:left; padding:0px; margin: 0px }
               
/* background color and color of menu items top bar */
.menu li a {
    color: #093254;
    display: block;
    font-weight: normal;
    line-height: 40px;  /* 26px, 40px */
    /* controls margin around sub menu items */
    margin: 0px; /* 7px 0px, 0px */
    /*  controls arrow spacing next to menu item */
    padding: 0px 12px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

.menu ul li.menu-top
{
    background: url('/Images/MenuSeperator.png') right bottom no-repeat;
}

.menu ul li.menu-top.last-item
{
    background: none;
}

/* hover over menu items */
.menu li a:hover, .menu ul li:hover a { color: #FF690A; text-decoration:none; }

.menu li a.drop { color: #093254; /* background-image:url(/images/arrow-down.gif); background-repeat: no-repeat; background-position: right center; */ }

/* hover shows image down arrow */   
.menu ul li a.drop:hover { /* background-image:url(/images/arrow-down.gif); background-repeat: no-repeat; background-position: right center; */ }
                       
.menu ul li a.drop_on:hover { /* background-image:url(/images/arrow-down.gif); background-repeat: no-repeat; background-position: right center; */ }
                
.menu li ul { display:none; height:auto; padding: 0px; /* move sub menu down to not overlay top menu underline */ margin: 0px; /* margin: 1px 0px 0px -1px; */    z-index: 888888; }

.menu li:hover ul  /* .menu li:hover ul  */
{
    display: block;     
    border: 1px solid #c0c0c0;               
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;                        
    z-index: 888888;
    
    width: 100%;
    
    margin: 0px;
    padding: 0px;    
    
}
                     
.menu li:hover div /* .menu li:hover div */
{
    display: block;
    position: absolute; /* absolute */
    top: 40px;
    width:200px;
    
    
    margin: 0px;
    padding: 0px;
}

/*NEW*/
.menu li div ul li:hover div {
    display: block;
    position: absolute;
    top: 0px;
    width: 250px;
    margin: 0px;
    padding: 0px;
    left: 195px;
}

/*NEW*/
.menu li div ul li:hover .list-child {
    display: block;
}

.menu li div ul li:not(:hover) .list-child {
    display: none;
}

.menu li:hover .drop-down-arrow
{
    position: absolute; /* absolute */
    top: 33px;
    width:200px;
    height: 8px;

    background-image: url(/Images/MenuDropDownTopBorder.png);
    background-repeat: no-repeat;
    background-position: top center;  
    z-index: 999999999999999999999  
}              

.menu li:hover div ul  /* .menu li:hover div ul  */
{
    border-radius-bottom-left: 5px;          
    border-radius-bottom-right: 5px;          
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    
    border: 1px solid #c0c0c0; 
        
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    background-color: #f5f5f5; /* f5f5f5 */
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;                        
    
    z-index:888888;
    
    
    margin: 0px;
    padding: 0px;
}                     

/* No top border on the first item since the whole drop down has a border */
.menu li li:first-child
{
    border-top: none;
}
                
.menu li li  
{
    display: block; float:none; margin:0px; padding:0px;
    border-top:1px solid #ccc;
}


.menu li
{
    
}

                
/* sub menu color */
.menu li:hover li a {   background:none; color:#000; line-height: 40px; }
                
.menu li ul a { display:block; height:40px; font-size:13px; font-style:normal; text-align:left; }
                
/* hover sub menu item color */
/* NEW */
.menu li ul a:hover, .menu li ul li:hover > a {
    color: #FF690A;
    text-decoration: none;
    line-height: 40px;
}

/*NEW submenu*/
.menu li ul li .menu-parent {
    background: url('/images/ChevronIcon.png') 95% 50% no-repeat;
}

/*-- selected menu item on page load - blue #3A4F63, white #FFF, orange #FFA500 --*/
.menu .menu_selected { color: #000;}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.cf {
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* .button - created using: http://www.cssbuttongenerator.com/ */
/* .button - created using: http://www.cssbuttongenerator.com/ */
.button 
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    
	-moz-box-shadow: 1px 1px 0px 0px #c5cfd9;
	-webkit-box-shadow: 1px 1px 0px 0px #c5cfd9;
	box-shadow: 1px 1px 0px 0px #c5cfd9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0902a), color-stop(1, #ffba75) );
	background:-moz-linear-gradient( center top, #f0902a 5%, #ffba75 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0902a', endColorstr='#ffba75');
	background-color:#f0902a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-weight:normal;
	padding:2px 24px;
	text-decoration:none;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffba75), color-stop(1, #f0902a) );
	background:-moz-linear-gradient( center top, #ffba75 5%, #f0902a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba75', endColorstr='#f0902a');
	background-color:#ffba75;
}
.button:active {
	position:relative;
	top:1px;
}
a.button
{
    color: #fff;
    text-decoration: none;    
    cursor: default;
}
/* End of .button */

.buttonOLD
{
    background-color: Orange;
    color: White;
    border: 1px solid black;
    font-size: 10pt;
}

.vertical-align-outer-container
 {
    position: relative;     
    border: 1px solid white; /* IE7... */
 }
 
 .vertical-align-inline-container
 {
    position: absolute;
    top: 50%;
    display: inline-block;
 }

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
/* Modal Popup */
.modalPopupControl
{
	background-color: #ffffff;
	border-style: solid;
	border-color: Black;
	border-width: 1px;	
	border-radius: 5px;
	z-index: 999999999999 !important;
}

.modalPopupBackground 
{
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7; 
	z-index: 88888888 !important;
}

.dialogHeaderBar
{
	height: 23px; 
	background-image: url(/Images/BlueExplorer.gif);	
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	border-bottom: solid 1px black;
	color: Black;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.dialogBody
{
	padding: 8px;
}
/* End of Modal Popup */
.BlueContainerSectionHeader
{
	background-color: #D3D3D3;
	background-image: url(/Images/igpnl_office2k3_drk.png);	
	color: White;		
	font-weight: bold;
	height: 20px;
}

.gradientAsyncPostbackProgress
{
    background: #999; /* for non-css3 browsers */
    background: -moz-linear-gradient(#666666, #222222) repeat scroll 0 0 #222222; /* for firefox 3.6+ */ 
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); /* for webkit browsers */    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */    
    
    display:block;
    position:absolute;
    opacity:.85;
    z-index:999999;
    left:50%;
    top: 50%;
    width:150px;
    margin-left:-125px;
    margin-top:-35px;
    padding:10px 30px;
    
    color: #ffffff;
    border: 1px solid #2A2A2A;
    text-shadow: 0 1px 0 #000000;

    border-radius: 5px;        
    font-weight: bold;   

    -moz-box-shadow: 3px 3px 1px #888;
    -webkit-box-shadow: 3px 3px 1px #888;
    box-shadow: 3px 3px 1px #888;    
}

managementAsyncPostbackProgressWrapper {
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
	z-index: 999999;	    	     	
}

.closeDialogImageButton
{
	border: none;
}

/* IE7 fix for close button */
*:first-child+html .closeDialogImageButton 
{ 
    position: relative;     
    top: -23px;
} 

.roundedCorners
{
    border-radius: 5px;        
}

.shadows
{
    -moz-box-shadow: 3px 3px 1px #888;
    -webkit-box-shadow: 3px 3px 1px #888;
    box-shadow: 3px 3px 1px #888;    
}

.messageArea
{
    padding: 5px;
    
    border-top: 1px solid #E0E0E0; 
    border-left: 1px solid #E0E0E0; 
    border-right: 1px solid silver; 
    border-bottom: 1px solid silver;
    
    background: #FFF9DF;
}

.gradientBox
{
    padding: 5px;
    
    border-top: 1px solid #E0E0E0; 
    border-left: 1px solid #E0E0E0; 
    border-right: 1px solid silver; 
    border-bottom: 1px solid silver;
    
    background: #EAEAEA; /* for non-css3 browsers */
    background: -moz-linear-gradient(#EAEAEA, #FFFFFF) repeat scroll 0 0 #FFFFFF; /* for firefox 3.6+ */ 
    background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), to(#FFFFFF)); /* for webkit browsers */    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#FFFFFF'); /* for IE */    
    
	display:inline-block;
}

.ValidatorHighlight
{
	background-color: lemonchiffon;
}


.breadCrumbs
{
    font-size: 8pt;
}

.breadcrumbs A:link {color: blue;  text-decoration: underline;}
.breadcrumbs A:active {color: blue;  text-decoration: underline;}
.breadcrumbs A:visited {color: blue;  text-decoration: underline;}
.breadcrumbs A:hover {color:black;text-decoration:none;}


/* Fund Silver Grid */
table.fundSilverGrid
{
	border-right: 1px solid #BFBFBF; 
	border-bottom: 1px solid #BFBFBF; 
	border-left: 1px solid #F5F5F5;	
}

table.fundSilverGrid .fundSilverGridHeader
{
	background-image: url(/Images/LargeSilverHeader.jpg);
}

table.fundSilverGrid .fundSilverGridLargeHeader 
{
    background-color: #F5F5F5;
}

table.fundSilverGrid .fundSilverGridHeader th, table.fundSilverGrid .fundSilverGridHeader td
{
	font-weight: bold;	
	font-size: 8pt;
	border-bottom: 1px solid #BFBFBF;
	vertical-align: bottom;
}

table.fundSilverGrid .fundSilverGridLargeHeader th, table.fundSilverGrid .fundSilverGridLargeHeader td
{
	font-weight: bold;	
	font-size: 8pt;
	border-bottom: 1px solid #BFBFBF;
	vertical-align: bottom;
    padding: 2px 0px;
}

table.fundSilverGrid tr
{
	font-size: 8pt;
}

table.fundSilverGrid td
{
	font-size: 8pt;
	height: 17px;
}

table.fundSilverGrid .fundSilverGridHeader th.first, table.fundSilverGrid .fundSilverGridHeader td.first, table.fundSilverGrid td.first, 
table.fundSilverGrid .fundSilverGridLargeHeader th.first, table.fundSilverGrid .fundSilverGridLargeHeader td.first
{
    padding-left: 5px;
}

table.fundSilverGrid .fundSilverGridHeader th.last, table.fundSilverGrid .fundSilverGridHeader td.last, table.fundSilverGrid td.last, 
table.fundSilverGrid .fundSilverGridLargeHeader th.last, table.fundSilverGrid .fundSilverGridLargeHeader td.last
{
    padding-right: 5px;
}

table.fundSilverGrid tr.alternateFundSilverGridRow
{
    background-color: #F5F5F5;
}
/* End of Fund Silver Grid */

.disclaimer
{
    line-height: 1em;    
    text-align: justify;    
    font-size: 9pt;
}

.disclaimer p 
{
    line-height: 1em;
}

.chevron-box
{
    position: relative;
    border: 2px solid #7C8096;
    padding: 4px;
    margin: 0px 2px;
}

.chevron-box-corner
{
    position: absolute;
    right: -2px;
    top: -2px;
    
    background-image: url(/Images/ChevronCorner.png);    
    background-position: right top;
    background-repeat: no-repeat;
    width: 18px;
    height: 21px;    
}


/* Three Column Product Page Layout (three-column-product-layout)
----------------------------------------------------------*/

.three-column-product-layout
{
    width: 984px;
    margin: 0 auto 0 auto;   
}

.three-column-product-layout .right-container
{
    float:left;
    width: 984px;
    background: #ffffff; /* #eaeaea */
    overflow:hidden;
    position:relative;
}

.three-column-product-layout .center-container
{
    float:left;
    width:984px;
    background: #fff;
    position:relative;
    right: 225px;
}

.three-column-product-layout .left-container
{
    float:left;
    width:100%;
    background: #fff;
    position:relative;
    right: 522px;
    background-image: url(/Images/dot.png);
    background-repeat: repeat-y;
    background-position: right;
}

.three-column-product-layout .left-column
{
    float:left;
    width: 233px;
    position:relative;
    left: 747px;
    overflow:hidden;
    padding-right: 4px;
}

.three-column-product-layout .center-column
{
    float:left;
    width: 514px;
    position:relative;
    left: 747px;
    overflow:hidden;
    padding: 0px 4px 0px 4px;
}

.three-column-product-layout .right-column
{
    float:left;
    width: 225px;
    position:relative;
    left: 747px;
    overflow:hidden;
}


/* Two Column Page Layout (two-column-layout)
----------------------------------------------------------*/
.two-column-layout
{
    width: 984px;
    margin: 0 auto 0 auto;   
}

.two-column-layout .right-container
{
    float:left;
    width: 984px;
    background: #ffffff; /* #eaeaea */
    overflow:hidden;
    position:relative;
    
}

.two-column-layout .main-container
{
    float:left;
    width:984px;
    background: #fff; /* #fff */
    position:relative;
    right: 225px; /* Was 528, 519, 524 */
    padding-top: 0px;
    border: 0px solid green;
    
}

.two-column-layout .main-column
{
    float:left;
    width: 759px; /* Was 753, but I added 6 on. Was 745, but I took off 4 padding on the left.  Was 508, now 508+237. Was 502, was 516 - now it is 508 due to 4px of padding on each side */
    position:relative;
    left: 225px;
    overflow:hidden;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    border: 0px solid orange;
}

.two-column-layout .right-column
{
    float:left;
    width: 225px;
    position:relative;
    left: 225px;
    overflow:hidden;
}

.two-column-layout .main-column .main-column-content
{
    padding-right: 5px;
    
}

/* product-tab-navigation
----------------------------------------------------------*/

ul.product-tab-navigation 
{ 
    border-bottom: 3px solid #3A4F63;
    font-size: 14px; 
    margin: 0 0 0px 0; 
    padding: 8px 0; 
    list-style: none;
    line-height: 21px; 
    font-weight: bold;
}

ul.product-tab-navigation li  
{
    display: inline; 
}

/* non-selected tabs */
ul.product-tab-navigation li a  
{
    padding: 9px 11px; 
    text-decoration: none; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF690A', endColorstr='#FFCF85', GradientType=0);
    background-color: #FFA500; 
    background-image: url(/Images/OrangeGradientTab.png);
    background-image: -webkit-linear-gradient(top, #FF690A, #FFCF85);
    background-image: -moz-linear-gradient(top, #FF690A, #FFCF85);
    background-image: -o-linear-gradient(top, #FF690A, #FFCF85);
    background-image: -ms-linear-gradient(top, #FF690A, #FFCF85);
    background-image: linear-gradient(top, #FF690A, #FFCF85);
    
    color: #fff; 
    outline: none; 
    margin: 0 2px 0 0;
}

/* selected tab */
ul.product-tab-navigation li a.selected-tab
{
    text-decoration: none; 
    background-color: #3A4F63; 
    background-image: none;
}

/* Hover effect for tabs */
ul.product-tab-navigation li a:hover  
{
    text-decoration: none; 
    background-color: #FFA500;
    background-image: none;
}

ul.product-tab-navigation li a.selected-tab:hover
{
    background-color: #3A4F63; 
    background-image: none;
    cursor: default;
}



/* Product Summary Layout (product-summary-layout)
----------------------------------------------------------*/
.product-summary-layout
{
    width: 984px;
    margin: 0 auto 0 auto;   
}

.product-summary-layout .main-container
{
    float:left;
    width:984px;
    position:relative;
}

.product-summary-layout .left-container
{
    float:left;
    width: 984px;
    position:relative;
    right: 753px; /* Was 522px */
    background-image: url(/Images/dot.png);
    background-repeat: repeat-y;
    background-position: right;
}

.product-summary-layout .left-column
{
    float:left;
    width: 233px;
    position:relative;
    left: 747px;
    overflow:hidden;
    padding-right: 4px;
}

.product-summary-layout .main-column
{
    float:left;
    width: 739px; /* Was 225px */
    position:relative;
    left: 747px;
    overflow:hidden;
    padding: 0px 4px 0px 4px;    
}

.product-summary-layout .left-column .left-column-content
{
    padding-right: 5px;
}






/* Fund Style
----------------------------------------------------------*/

div.fundControlContainer
{
    margin-top: 0px; /* This was 5px */
    margin-bottom: 20px;
    width: 100%;
    font-size: 10pt;
}

div.fundFundControlContainerMainContent
{
    margin: 7px 7px 0px 7px;
}
    
div.fundControlContainerBorders
{
}

div.fundControlBorderlessContainer
{
}

p.fundControlHeaderBar
{
    background-image: url(/Images/ChevronIcon.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding: 8px 4px 8px 19px;    
    font-size: 16px;
    line-height: 14px;
    margin: 0;    
    font-weight: bold;
    border-bottom: 1px solid silver;
    position: relative;
}

p.fundControlHeaderBar.suppress-ornamentation
{
    padding-left: 4px;
    background-image: none;
    border-bottom: none;
}

p.fundControlHeaderBar .notation
{
    font-style: italic;
    font-size: 9pt;   
}   

div.fundControlHeaderBar
{
    background-color: #eaeaea;    
    padding: 4px;    
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    vertical-align: middle;
    font-weight: bold;
}

div.fundControlHeaderTextAndLine
{
    color: Black;
    font-weight: bold;
    font-size: 9pt;    
}
 
div.fundControlHeaderBar sub, div.fundControlHeaderBar sup, p.fundControlHeaderBar sup {
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: 5px;
}

div.fundControlHeaderBar sup {
	top: -0.5em;
}

div.fundControlHeaderBar sub {
	bottom: -0.25em;
}   

.returnsRow
{
    vertical-align: bottom;
    width: 60px;
}

.fundPrinterFriendlyBox
{
    border: 1px solid lightgray; 
    width: 115px; 
    padding: 5px;
    border-radius: 5px;
}

.fundControlDisclaimer
{
    margin-top: 5px;
    font-size: 8pt;
    margin-bottom: 3px;  
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
}

.fundControlDisclaimer.text-center
{
    text-align: center;
}

div.fundFundControlContainerMainContent p
{
    text-align: justify;    
}


/* name value pair column listing */
div.fundFundControlContainerMainContent table.fundTable
{
    border-spacing: 0px 2px;
}
div.fundFundControlContainerMainContent table.fundTable td.field-label
{
    font-weight: bold;
    color: #333;   
    font-size: 8pt; 
}
.field-label
{
    font-weight: bold;
    color: #333;   
    font-size: 8pt; 
}


/* fund-namevalue-pair-unordered-list */
div.fundFundControlContainerMainContent ul.fund-namevalue-pair-unordered-list
{
    padding-left: 8px;
    margin-left: 0px;
    margin-top: 1px;
    margin-bottom: 5px;
    list-style-type: none;
}

div.fundFundControlContainerMainContent ul.fund-namevalue-pair-unordered-list li
{
    /*margin: 2px 0 5px 0;*/
}

div.fundFundControlContainerMainContent ul.fund-namevalue-pair-unordered-list li .field-label
{
    font-weight: bold;
    color: #333;   
    font-size: 8pt; 
}

div.fundFundControlContainerMainContent ul.fund-namevalue-pair-unordered-list li .field-value
{
    
}

/* Move these up top after I get them figured out !!!!! */
.fundPageContainer
{
    font-size: 10pt;
}

.fundMainContentContainer
{
    
}

div.fundFundControlContainerMainContent .notation
{
    font-size: 9pt;
    color:#333;
}


div.fundControlHeaderBar .notation
{
    font-style: italic;
    font-size: 9pt;   
    white-space: nowrap;
}

table.fundGrid
{
    border-spacing: 0px 0px;    
}

.fundPerformanceDisclaimer
{
    font-size: 8pt;      
    text-align: justify;    
}

.fundPerformanceDisclaimer p
{
    margin-top: 5px;
    margin-bottom: 5px;   
}

.fundIndexDescriptions
{
    font-size: 8pt;      
    text-align: justify;    
}

.fundIndexDescriptions p
{
    margin-top: 5px;
    margin-bottom: 5px;   
}

.fundIndexDescription
{
    font-size: 8pt;
    font-style: italic;
    text-align: justify;    
}

.page-bottom-content .disclaimer
{
    font-style: italic;    
}

.page-bottom-content p.disclaimer
{
    margin-top: 0;
}

.page-bottom-content .disclaimer p
{ 
    margin-top: 0; 
}








.silverBox
{
	background-image: url(/Images/FaintSilverGradient.png); 
	border: none solid solid; 
	border-bottom: solid 1px #bbbbbb; 
	border-right:  solid 1px #bbbbbb; 
	border-left: solid 1px #bbbbbb; 
	border-top: none 1px #bbbbbb; 
	background-color: #ffffff; 
	background-position-x: left; 
	background-position-y: top; 
	background-repeat: repeat-x; 
	border-radius: 3px;
}

.small
{
    font-size: 8pt;    
}

.page-header-bar
{
    padding: 8px 0px 8px 0px;
    border-top: 1px solid #CFCFCF;
    background-image: url(/Images/SubtleHeaderBar.png);
}

.george-backup
{
    border-top: 1px solid #EBEBEB;
    padding: 8px 0px 2px 0px;
}

/* Lists
----------------------------------------------------------*/
ul.no-bullets
{
    list-style-type: none    
}


/* Grid
----------------------------------------------------------*/
table.grid
{
    border-bottom: solid 1px #bbbbbb; 
    border-right:  solid 1px #bbbbbb; 
    border-left: solid 1px #bbbbbb; 
}
table.grid th
{
    
}
            
table.grid tr.header-row
{
	background-image: url(/Images/FaintSilverGradient.png); 
	border-left: 1px solid silver;
}
            
table.grid tr.header-row.large            
{
	background-image: url(/Images/FaintSilverGradientLarge.png); 
}
            
table.grid tr.header-row th
{
    padding: 3px;
    border-bottom: solid 1px #bbbbbb; 
}
            
table.grid tr td
{
    padding: 2px;
}
            
table.grid tr.alternate-row
{
    background-color: #F5F5F5;                
}
    
/* Multi Column List
----------------------------------------------------------*/

ul.multi-column-list
{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 0px;
    margin-left: 0px;
}
    
ul.multi-column-list li
{
    line-height: 1.5em;
    float: left;
    display: inline;   
    padding-left: 0px;     
}
    
ul.multi-column-list.two-col li
{
    width: 50%;
}

ul.multi-column-list.three-col li
{
    width: 33.333%;
}

ul.multi-column-list.four-col li
{
    width: 25%;
}


/* link-with-icon
----------------------------------------------------------*/

.link-with-icon
{
    position: relative; 
    margin: 4px 0px;
}

.link-with-icon .icon
{
    position: absolute;
}

.link-with-icon .link-container
{
    padding-left: 20px;   
}






.sticky-footer {
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
}

.actual-footer
{
    background: #FFF9DF;
    padding: 4px 10px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;

	filter:alpha(opacity=95);
	opacity:0.95; 
    
    
}

/* IE 6 */
* html #sticky-footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

.sticky-footer-shadow
{
    background: url(/Images/TopShadow.png) repeat-x left top;
    height: 5px;
}


/* News and Literature
----------------------------------------------------------*/

.category
{
    margin-bottom: 12px;
}       

.category .category-body
{
    padding: 6px 6px 16px 6px;
}    
    
.category-heading
{
	background-image: url(/Images/FaintSilverGradient.png); 
	border: none solid solid; 
	border-bottom: solid 1px #bbbbbb; 
	border-right:  solid 1px #bbbbbb; 
	border-left: solid 1px #bbbbbb; 
	border-top: none 1px #bbbbbb; 
	background-color: #ffffff; 
	background-position-x: left; 
	background-position-y: top; 
	background-repeat: repeat-x; 
	border-radius: 3px;
	line-height: 20px;
	padding: 4px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sub-category
{
    width: 474px;
    margin-bottom: 14px;    
}

.sub-category-heading
{
    background-image: url(/Images/ChevronIconTiny.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding: 8px 4px 8px 15px;    
    font-size: 12px;
    line-height: 8px;
    margin: 0;    
    font-weight: bold;
    border-bottom: 1px solid silver;
    position: relative;
    
}

.sub-category ul
{
    padding-left: 10px;
    margin: 3px 0px 0px 10px;     
}

.category ul
{
    padding-left: 14px;
    margin: 3px 0px 0px 14px;     
}



/* Loading
----------------------------------------------------------*/

/* Share Class Bar (share-class-bar)
----------------------------------------------------------*/
.share-class-bar
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    width: auto; 
}

.share-class-bar .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    border-right: 1px solid #c0c0c0; 
    border-left: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
.share-class-bar .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
.share-class-bar .ui-tabs-nav .ui-state-active { 
    background: transparent url(/Images/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 
.share-class-bar .ui-tabs-nav .ui-state-default a 
{ 
    color: #FF690A; /* #c0c0c0 */
    cursor: pointer !important;
} 

.share-class-bar .ui-tabs-nav .ui-state-default a:hover 
{ 
    text-decoration: underline;
} 


.share-class-bar .ui-tabs-nav .ui-state-active a { 
    color: #3A4F63; /* #459e00, #3A4F63 */
    cursor: default !important;
}    

.share-class-bar .ui-tabs-nav .ui-state-active a:hover  
{
    text-decoration: none;
}
    
.share-class-bar .tabs-min 
{ 
    background: transparent; 
    border: none;     
} 

ul.video-list
{
    
}

/* content-container
----------------------------------------------------------*/
.content-container
{
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 10pt;
    position: relative;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #ccc;
    border-right: 1px solid #eaeaea;
}

.content-container .header-bar
{
    background-color: #eaeaea;    
    padding: 4px;    
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    vertical-align: middle;
}

.content-container.supress-ornamentation
{
    border: none;
}

.content-container.supress-ornamentation .header-bar
{
    background-color: transparent;    

    font-size: 1.5em;
    color: #696969;
    font-weight: 600;
    padding: 0px;
}

.content-container .header-bar.has-header-image
{
    padding-left: 170px;    
}


.content-container .container-main-content
{
    padding: 5px;
}

.content-container .container-main-content.has-header-image
{
    padding: 5px 5px 5px 170px;
    min-height: 99px;
}

.content-container .header-image
{
    position: absolute;
    left: 10px;
    top: 10px;        
}

.content-container .header-image img
{
    border: 1px solid black;    
}

.content-container .header-image-noborder
{
    position: absolute;
    left: 10px;
    top: 40px;        
}

.content-container .header-image-noborder img
{
    border: 0px solid black;    
}

/* MISC  
----------------------------------------------------------*/

.bio-container
{
    background-image: url(/Images/TinyChevronIcon.png);
    background-repeat: no-repeat;
    background-position: 4px 9px;
    padding: 8px 8px 8px 19px;    
    font-size: 16px;
    line-height: 14px;
    margin: 0;    
    background-color: whitesmoke;
    border: 1px solid #ddd;
    font-size: 9pt;
}

/* Product Listing Table (product-listing)
----------------------------------------------------------*/
.product-listing
{
    padding:0; 
    margin:0 0 18px 0; 
    border:medium none; 
    border-bottom: #D9D9D9 solid 1px;
}

.product-listing td, .product-listing tr, .product-listing th, .product-listing table, .product-listing 
{ 
    margin: 0; 
    padding: 0; 
    font-style: normal; 
    font-weight: normal; 
}

.product-listing th
{
    background-color: #f5f5f5; 
    color: #333; 
    border-right: #FFF 2px solid; 
    padding: 6px 6px 3px 6px; 
    vertical-align: bottom; 
    font-size: 8pt; 
    line-height: 12px; 
    text-align: left; 
    font-weight: bold; 
    height: 14px;
}
.product-listing th.last
{
    background-color: #f5f5f5; 
    color: #333; 
    border-right: #f5f5f5 2px solid !important; 
    padding: 6px 6px 3px 6px; 
    vertical-align: bottom; 
    font-size: 8pt; 
    line-height: 12px; 
    text-align: left; 
    font-weight: bold; 
    height: 14px;
}

.product-listing td
{
    padding: 6px 8px 6px 6px; 
    vertical-align: top; 
    color: #333; 
    border-top: #D9D9D9 solid 1px; 
    line-height: 19px;
}

.product-listing td a
{ 
    text-decoration: none;
}

.product-listing td.spacer 
{
    border: none; 
    padding: 4px;
}

.product-listing tr.inner-row td
{
    border: none;   
    padding-top: 2px;
    padding-bottom: 2px; 
}

.product-listing tr.first td
{
    padding-bottom: 2px; 
}

.product-listing tr.inner-row.last td
{
    padding-bottom: 6px;
}

.product-listing-header
{
    background-image: url(/Images/ChevronIcon.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    background-color: #DDDDDD;
    padding: 8px 4px 8px 19px;    
    font-size: 15pt;
    line-height: 14px;
    margin: 0;    
    font-weight: bold;
    border-bottom: 1px solid gray;
	color: #003366
}

/* JQuery class overrides 
----------------------------------------------------*/
.ui-widget-overlay.dialog-override {
    background: repeat-x scroll 50% 50% #222222;
    opacity: 0.3;
    filter: Alpha(Opacity=15);
}

.ui-widget-content.dialog-override {
	background: white 50% top repeat-x;
}

.registered-mark {
	position:relative; 
	top:-0.6em; 
	vertical-align:baseline; 
	font-size:80%;
}

/* Resource Page Layout (resource-page-layout)
----------------------------------------------------------*/
.resource-page-layout {
  width: 984px;
  margin: 0 auto 0 auto;
}

  .resource-page-layout .main-container {
    float: left;
    width: 984px;
    position: relative;
  }

  .resource-page-layout .left-container {
    float: left;
    width: 984px;
    position: relative;
    right: 753px;
    background-repeat: repeat-y;
    background-position: right;
  }

  .resource-page-layout .left-column {
    float: left;
    width: 233px;
    position: relative;
    left: 747px;
    overflow: hidden;
    padding-right: 4px;
  }

  .resource-page-layout .main-column {
    float: left;
    width: 739px;
    position: relative;
    left: 747px;
    overflow: hidden;
    padding: 0 4px 0 4px;
  }

    .resource-page-layout .main-column .main-column-content {
      padding-right: 5px;
    }

  .resource-page-layout .left-column .left-column-content {
    padding-right: 5px;
  }
