﻿/*----------------------------------------------------------

Header Background: #4B709E
Breadcrumbs Background:  #9DB5D0
Menu Background: #E6F0F9
----------------------------------------------------------*/

@import "base.css";
@import "SWFupload.css";

/* Page Structure - screen-only elements
----------------------------------------------------------*/
 
#page { 
    box-shadow: 5px 5px 15px #000;
    -webkit-box-shadow:5px 5px 25px Gray;
    -moz-box-shadow: 5px 5px 25px Gray;    
} 
 
#header {
    position:relative; 
    width:100%;
    margin-bottom: 5px;
    background-color: #4B709E;
} 
 
#leftcol {
    width: 17%; 
    float:left;
    display:inline;
    position:relative;  
    height: 100%;
    overflow:visible;     
    margin: 0;
}

#maincol {
    float: right; 
    display:inline; 
    position: relative; 
    width: 82%;   
    padding: 0;
    margin: 0;  
    min-height: 690px;
}

#menucontainer {
    top: 0;
    left: 0;
    overflow:visible;    
}
 
#footer {
    margin-top: 5px;
    padding: 2px 0 2px 0;
    clear:both;
    text-align: center;
    background-color: #E6F0F9;
} 


/* Header Elements
----------------------------------------------------------*/

#logo {
    position: relative;    
    width: 100%;            
}

#header_tagline
{
    display: inline;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
    width: 220px;
    text-align: center;
    
    font-family: Times New Roman, Serif;
    font-size: 2.2em;    
    color: White;
    text-transform: uppercase; 
}

#breadcrumbs {    
    width: 100%;
    height: 25px;
    background-color: #9DB5D0;
    /*margin-top: 5px;*/
    font-size: 1.0em;
    color: Gray;
    clear: both;
}

/* global actions at bottom right of page header*/
div.action_link {
    height: 20px;
    padding: 5px 5px 0 10px;
}
    
    .action_link a {
        font-size: 1.1em;
        color: Black;
        text-decoration: none;
    }
    
    .action_link:hover,
    .action_link:active {
        background-color: #E6F0F9;
    }


/* Specific Page Elements
----------------------------------------------------------*/


/* Interactive Flash What If */
#whatif_live {
    visibility: visible;
    margin-top: 2px;
}


#new_fund_banner {
    margin: 5px 0 0 0;
    padding: 0 5px 0 5px;
    text-transform:uppercase;
    /*border: 1px solid #476896;*/
    text-align: center;
    float: left;
    width: 98.777%;
}
    
    #new_fund_banner h1 {    
        font-size: 3.0em;
        margin: 0.4em 0 0.5em 0;
    }
    
    #new_fund_banner h1 a {
        color: Red;
    }
    
    #new_fund_banner h2 {        
        font-size: 2.5em;
        font-weight: 500;
        color: #476896;
        letter-spacing: 0.5px;
    }

    #new_fund_banner h3 {        
        font-size: 2.2em;
        font-weight: 500;
        color: #9FB2CF;
    }
    
    #new_fund_banner h3 a {
        color: #9FB2CF;
    }
    

    #new_fund_banner h4 {        
        font-size: 1.8em;
        font-weight: normal;
        color: Red;  
        float: right;        
    }

    #new_fund_banner h4 a {        
        color: Red;        
    }


/* Custom buttons  
----------------------------------------------------------*/
div.button {
    width: 100%;
    margin-top: 2.0em;
    padding: 5px 0 5px 0;
    border: 1px solid #669DBF;
    background-color: #668CD9;
    color: White;
    text-align: center;
}
    div.button.hover,
    div.button:hover {
        border: 1px solid white;
        background-color: #022BD5;        
    }
    
    

/* Misc  
----------------------------------------------------------*/

span.checkbox_item {
    margin-right: 10px;
}


#logindisplay {
    font-size:1.1em;
    display:block;
    text-align: left;
    height: 20px;
    padding: 5px 5px 0 10px;
    color:White;
}

    #logindisplay a:link,
    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }
     
    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.action_message {
    color: #4B709E;
    font-style: italic;    
}
