/* Copyright Advanced Corporate Planning 2006*/
/* Author: David Gager October 2005*/
/* To apply css(cascading style sheets) use link. */
/* all files contain a standard header, and footer */
/* To apply header, and footer, files must have a .php extension, */
/* and php includes must be in file. */

/* <link rel="stylesheet" type ="text/css" href="401k.css" /> */
/* <?php include("acpfooter.php");?> */
/* <?php include("acpheader.php");?> */
/* <?php include("sidebar.php");?> */
/* <?php include("menu1.php");?> */
/* note to go to previous page use onclick="history.back()" not window.back*/
/* <b><div class="menubar2" width="650"><i>Menu</i></b></div> */
/* this is the css file for the advancedcorporateplanning website */

/* main body  (determines color of background)- class td determines color of */
/* background within the table that is the webpage itself */
body            {   background-color: #CCCCFF;
                    color: black;
                    SCROLLBAR-FACE-COLOR: #545C79;
                    SCROLLBAR-HIGHLIGHT-COLOR: #000000;
                    SCROLLBAR-SHADOW-COLOR: #9999CC;
                    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
                    SCROLLBAR-ARROW-COLOR: #FFFFFF; 
                    SCROLLBAR-TRACK-COLOR: #E1E1E1;
                    SCROLLBAR-DARKSHADOW-COLOR: #000000;
                    SCROLLBAR-BASE-COLOR: #000000;
                    font-family: arial; 
                    font-size: 9pt;
                    }

/* headings */
H1              {font-size: 16pt;}
H2              {font-size: 13pt;}
H3              {font-size: 11pt;}
H4              {font-size: 10pt;}
                   
/* home button and previous page button*/
.home           {   background-color: #FF9966;
                    color: black;
                    border-style: solid;
                    text-decoration: none;   
                    width: 175px;
                    text-align: center;
                    }
                    
/* buttons on menu */
.menubutton     {   background-color: #336699;
                    color: black;
                    border-style: ridge;
                    text-decoration: none;   
                    width: 165px;
                    text-align: center;
                    border-width: 2px 2px 2px 2px;
                    /* border-color: tan; */
                    }
                    
/* buttons on menu */
.menubutton2    {   background-color: #336699;
                    color: white;
                    border-style: ridge;
                    text-decoration: none;   
                    width: 165px;
                    text-align: center;
                    
                     
                    }
                    
/* table around buttons below logo */                    
.homebar        {   background-color: #000066;
                    } 
                    
.homebar2        {   background-color: wheat;
                    }               
                    
/* body anchor links */                    
a:link          {   font-size: 11pt;
                    color: #336699;
                    text-align: center; 
                    }
                    
a:visited       {   font-size: 11pt;
                    color: #000066;
                    text-align: center; 
                    }
                    
a:hover         {   font-size: 11pt;
                    color: navy;
                    background: white;
                    text-align: center; 
                    }
                    
a:active        {   font-size: 11pt;
                    color: white;
                    text-align: center; 
                    background: #CCCCFF;
                    }
                    

/* copyright */                    
.copy           {   color: #FF9966;
                    font-size: 8pt; 
                    }
                    
/* warning */                    
.warning        {   color: #FF9966;
                    font-size: 8pt; 
                    }
                     

/* horizintal rules in main body */                    
.hrbody         {   color: #336699;
                    }
                    
/* table that surrounds entire webpage */                  
.maintable      {   border-width: 1px;
                    border-color: #336699;
                    border-style: solid;
                    width: 780px;
                    margin-left:auto;
                    margin-right:auto;
                    }
                    

                    
/* any td -determines color of webpage, since all content is inside a table */
td              {   border-color: tan;
                    background-color: #000066;
                    } 


/* buttons */
button          {   background-color: #666699;
                    text-decoration: none;
                    border-style: solid;
                    color: white;
                    
                    border-width: 2px 2px 2px 2px;
                    } 
                    

                    
/* padding in body of php- text use <div class = "pad"> */
.pad           {    padding-left: 15px;
                    padding-right: 15px;
                    } 
                    
                    
.menupad       {    padding-left: 5px;
                    } 
         
/* fonts */
font            {
                    color: black;
                    font-family: arial;
                    font-size: 9pt;
                    }
                    

/* menu bars */
.menubar       {  
                    background-color: #CCCCFF;
                    border-color: #336699;
                    border-style: solid;
                    border-width: 0px 1px 0px 0px;
                    color: black;
                    height: 26px;
                    }
                    
  

 /* information at bottom of webpage */                    
.info          {  
                    color: white;
                    font-family: arial;
                    font-size: 8pt;
                    text-align: center;
                    }  
 

/* any paragraph */                    
p              {  
                    font-family: arial;
                    font-size: 9pt;
                    color: black;
                    } 
 
/* spacers in menu (sidebar) */                    
.menuspacer    {    background-color: #DDDDFF; 
                    border-color: #336699;
                    border-style: solid;
                    border-width: 1px 1px 0px 0px;
                    font-size: 8pt;
                    color: black;
                    padding-left: 10px;
                    padding-right: 10px;
                    } 
/* spacers in menu (sidebar) */                    
.menuspacer3   {    background-color: #DDDDFF; 
                    border-color: #336699;
                    border-style: solid;
                    border-width: 0px 1px 0px 0px;
                    font-size: 8pt;
                    color: white;
                    padding-left: 10px;
                    padding-right: 10px;
                    } 
                    
.bottomp       {    border-bottom: double #336699 1px;
                    }
                   

/* all list elements */
li              {  
                    font-family: arial;
                    font-size: 9pt;
                    color: black;
                    }  


BLOCKQUOTE      {   font-size: 9pt;
                    color: black; 
                    }
  

.head           {   border-width: 3px 0px 3px 0px;
                    border-color: tan;
                    border-style: solid;
                    background-color: #FF9966;
                    border-collapse: collapse; 
                    }  

/* in php body tables */
.btable         {   border-collapse: collapse;
                    text-align: center;
                    color: white;
                    }
                                         
/* title -in body tables */
.titletable     {   background-color: #9999CC;
                    border-color: tan;
                    border-style: solid;
                    border-width: 1px 1px 1px 1px;
                    font-family: arial;
                    font-size: 10pt;
                   
                    color: black;
                    }
                    
/* level 2 heading in tables */                    
.subspace       {   border-color: tan;
                    background-color: #CCCCFF;
                    border-style: solid;
                    border-width: 1px 1px 1px 1px;
                    color: black;
                    font-family: arial;
                    font-size: 10pt;
                  }
                    
/* td -in body tables */
.tdtable       {    border-color: tan;
                    border-style: solid;
                    border-width: 3px 3px 3px 3px;
                    background-color: wheat;
                    color: navy;
                    font-family: arial;
                    font-size: 10pt;
                    }

/* copyright */                    
.copy           {   color: navy;
                    font-size: 10pt;
                    font-style: italic;
                    }
