/*
 * funds.css
 * Funds module theme
 *
 */
 
 div#header, div#content, div#footer {
/*   background: #009e9c; */
    background: #266;
 }
 div#header div#header-sections ul#hs-list li#hs-funds a {
/*    border-bottom: 1px solid #009e9c; */
    border-bottom: 1px solid #266;
 }
 
 div#footer {
     /* border-top-color:#009e9c;*/
    border-top-color:#266;
 }
 
 /* Sublist nav indicator */
 div#header div#header-sections ul#hs-list li ul#hs-sublist li a {
    border-bottom-color: #266;
 }
 div#header div#header-sections ul#hs-list li ul#hs-sublist li a.current,
 div#header div#header-sections ul#hs-list li ul#hs-sublist li a:hover
 {
    border-bottom-color: #009e9c;
 }
 
 /* Sidebar (second shade) */
 div.sidebar h3 {
/*     background: #bfac60; */
    background: #009e9c;
 }

  /* Form Colors */
 table.form-primary,
 table.keydata-primary {
    border-color: #266;
 }
 
 table.form-primary thead th,
 table.primary thead th {
    background: #266;
 }



