﻿body 
{
    
}

/* Link anchors
----------------------------------------------------------------------------------------- */
a, a:visited { color : #00a5e6; text-decoration : none; }
a:hover { color : #00a5e6; text-decoration : underline; }
      
#content 
{
    margin: 0 auto 0 auto;
    padding:0px;
}

#contentCol
{
    width:auto;
}

body { font: 13px/1.5 Arial, Helvetica, sans-serif; color:#363636 }

h2, 
div.simplyContent .subTitle, 
div.simplyForm .subtitle,
div.simplyForm .fund_name 
{ font-size: 1.2em; font-weight: bold; line-height: 1.3; margin: 0 0 0.3em 0; color:#363636; 
    float:none; background-color:Transparent; width:auto; text-align:left; padding:0 }
h3 { font-size: 1.2em; font-weight: bold; line-height: 1.3; margin:0 0 0.3em 0; color: #00a5e6; }
p { margin-bottom : 1.5em; }

.contentHeader 
{    
    margin: 0 0 18px 0;     
    height:75px;
    width:758px;    
}

#content h1 
{
    border-top:solid 1px #00a5e6; 
    border-bottom:solid 1px #00a5e6; 
    padding:18px 0 18px 0;
    margin: 0 0 18px 0;     
    font-size: 2.8em; 
    font-weight: bold; 
    line-height: 1.3; 
    color:#898989 
}

.powered_by_logo 
{
    display:none;
}

.brochureImage 
{
    display:none;
}

.InvestmentFormIntroText
{
    border:solid 1px #00A5E6;
    margin:0 0 0 0;
    padding:12px;
}


#disclaimer 
{
    font-size: 11px;
    clear: both; margin: 0 0 20px 0; border-top: solid 1px #b1b1b1; padding: 14px 0 0 0; 
}


.rightcontent { border: solid 1px #00a5e6; }

/* Site buttons
----------------------------------------------------------------------------------------- */

a.NextButton, a.NextNutton:link { display: block; height: 33px; margin: 0 0px 10px 0; padding-right: 10px; text-decoration: none; color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size:17px; font-weight:bold; background-attachment: scroll; background-color: transparent; }
a.NextButton span { display: block; line-height: 23px; padding: 5px 0 5px 10px; background-color: transparent; color: #FFF; } 
a.NextButton:hover span { text-decoration:underline; color: #FFF; }
.btnhold { padding : 0; height : 33px; }

a.NextButton { background-repeat: no-repeat; background-position: right top; }
a.NextButton span { background-repeat: no-repeat; } 

#content a.BrandButton, 
#content a.BrandButton:link,
#content a.BrandButton:hover
{ display: block; height: 33px; margin-right: 6px; padding-right: 0; 
    color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size:17px; 
    font-weight:bold; background-attachment: scroll; background-color: transparent;
    background-position:center; width:370px; text-align:center; line-height:33px;}

/* FORM */

.investment_brochure_request 
{
    border:solid 1px #00A5E6;
    margin:10px 0 0 0;
    padding: 10px;
    background:none;    
}

.investment_brochure_request div,
.investment_brochure_request div div
{
    background:none;
    border:none;
}

.investment_brochure_request .divider {
	margin-top:10px;
	margin-bottom:10px;
	border-top: solid 1px #DDDDDD;
}	

.simplyContent div.divider 
{
    display:none;
}

.investment_brochure_request .submit_button 
{
    background: no-repeat url(/images/investment/brochure/submit_butt_bkgd.gif);
    width:84px;
    height:28px;
    border:none;
    font-weight:bold;
    color:#ffffff;
    font-size:14px;
    text-align:left;
    padding-bottom:4px;
    float:right;
    cursor:pointer;
    padding-left:6px;
}    

.investment_brochure_request span.InputError2 {
	display:block;
}
.investment_brochure_request .FormCell
{
    text-align:left;
    
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;    
	font-weight:bold;
    text-decoration:none;
}
a.tt span.tooltip { display: none; }
a.tt:hover span.tooltip, 
a.tt_always_on span.tooltip { display: block; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover { z-index:25; color: #aaaaff; background:;}
a.tt span.tooltip{    
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:470px;
	color: black; 
	font-weight:normal;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90; 
}

a.tt_always_on span.tooltip 
{
    filter: alpha(opacity:100);
	KHTMLOpacity: 1;
	MozOpacity: 1;
	opacity: 1; 
}

a.tt span.tooltip p 
{
    margin:0px;    
    padding-bottom:5px;    
}
a.tt span.tooltip table 
{
    border-collapse:collapse;   
    width:100%; 
}

a.tt span.tooltip table td 
{
    white-space:nowrap !important;
    padding:2px;
    width:20px !important;
    border:solid 1px #888888;    
}

a.tt span.tooltip table td p 
{
    padding:0px;
}

a.tt span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/images/investment/tooltip/bubble.gif) no-repeat top;
}
a.tt span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/images/investment/tooltip/bubble_filler.gif) repeat bottom; 
}
a.tt span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(/images/investment/tooltip/bubble.gif) no-repeat bottom;
}
