/* Copyright Advanced Corporate Planning 2005*/
/* 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: #000066;
                    color: white;
                    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;
                    }
                    
/* 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: #FFFFDD;
                    text-align: center; 
                    }
                    
a:visited       {   font-size: 11pt;
                    color: #FFFFAA;
                    text-align: center; 
                    }
                    
a:hover         {   font-size: 11pt;
                    color: navy;
                    background: white;
                    text-align: center; 
                    }
                    
a:active        {   font-size: 11pt;
                    color: #FFFFAA;
                    text-align: center; 
                    background: #000066;
                    }
                    
/* menu anchor links */
a.menu:link     {   font-size: 10pt;
                    color: black;
                    text-align: center; 
                    font-weight: bold;
                    }
                    
a.menu:visited  {   font-size: 10pt;
                    color: #336699;
                    text-align: center; 
                    font-weight: bold;
                    }
                    
a.menu:hover    {   font-size: 10pt;
                    color: white;
                    background: black;
                    text-align: center;
                    font-weight: bold; 
                    }
                    
a.menu:active   {   font-size: 10pt;
                    color: black;
                    text-align: center; 
                    font-weight: bold;
                    } 
                    
/* table anchor links */                    
a.sl:link       {   font-size: 11pt;
                    color: #000066;
                    text-align: center; 
                    }
                    
a.sl:visited    {   font-size: 11pt;
                    color: black;
                    text-align: center; 
                    }
                    
a.sl:hover      {   font-size: 11pt;
                    color: wheat;
                    background: #000066;
                    text-align: center; 
                    }
                    
a.sl:active     {   font-size: 11pt;
                    color: white;
                    text-align: center; 
                    }
                    
/* side menu */
.menu           {   color: white; 
                    background-color: #FFFFEE;
                   
                    
                    }
                    
.menuside       {   border-width: 0px 3px 0px 0px;
                    border-color: tan;
                    border-style: solid;
                    color: white; 
                    background-color: #FFFFEE;
                    width: 175px;
                    
                    }
                    
/* divisions in main body */
.divide         {   background-color: #9999CC;
                    color: black; 
                    width: 600px;
                    }
                    
/* copyright */                    
.copy           {   color: #FF9966;
                    font-size: 8pt; 
                    }
                    
/* warning */                    
.warning        {   color: #FF9966;
                    font-size: 8pt; 
                    }
                     
/* highlight text */                    
.hightext       {   color: #FFFFAA;
                    }
                    
/* horizintal rules in main body */                    
.hrbody         {   color: tan;
                    }
                    
/* table that surrounds entire webpage */                  
.maintable      {   border-width: 3px;
                    border-color: tan;
                    border-style: solid;
                    width: 780px;
                    margin-left:auto;
                    margin-right:auto;
                    }
                    
/* table that surrounds entire webpage for wider webpages*/                  
.maintable2     {   border-width: 3px;
                    border-color: tan;
                    border-style: solid;
                    width: 1600px;
                    margin-left:auto;
                    margin-right:auto;
                    }
                    
/* table that surrounds logo */                    
.bottomtable    {   border-width: 0px 0px 3px 0px;
                    border-color: tan;
                    border-style: solid;
                    
                    }
                    
/* table that surrounds logo */                    
.righttable     {   border-width: 0px 3px 0px 0px;
                    border-color: tan;
                    border-style: solid;
                    }
                    
/* table that surrounds logo */                    
.hometable    {     border-width: 0px 0px 4px 0px;
                    border-color: tan;
                    border-style: solid;
                    width: 774px;
                    margin-left:auto;
                    margin-right:auto;
                    }
                    
/* table that surrounds logo wide webpage */                    
.hometable2   {     border-width: 0px 0px 3px 0px;
                    border-color: tan;
                    border-style: solid;
                    width: 1596px;
                    margin-left:auto;
                    margin-right:auto;
                    }
                    
/* pico box on home page */
.pico           {   background-color: #FF9966;
                    }
                    
/* bravenet chat cell1 */
.braveone       {   background-color: #FF9966;
                    color: navy;
                    }

/* bravenet chat cell2 */                    
.bravetwo       {   background-color: #FFFFAA;
                    color: navy;
                    }
/* any td -determines color of webpage, since all content is inside a table */
td              {   border-color: tan;
                    background-color: #000066;
                    } 

/* in phpl body tables */
.btable         {   border-collapse: collapse;
                    text-align: center;
                    }
                                         
/* title -in body tables */
.titletable     {   background-color: #336699;
                    border-color: tan;
                    border-style: solid;
                    border-width: 1px 1px 1px 1px;
                    font-family: arial;
                    font-size: 10pt;
                    font-weight: bold;
                    }
                    
/* info -in body tables */
.bsub           {   background-color: #FF9966;
                    border-color: #FFCCBB;
                    border-style: solid;
                    border-width: 3px 3px 3px 3px;
                    font-family: arial;
                    font-size: 9pt;
                    } 
                    
/* td -in body tables */
.tdtable       {    border-color: tan;
                    border-style: solid;
                    border-width: 2px 2px 2px 2px;
                    background-color: wheat;
                    color: navy;
                    font-family: arial;
                    font-size: 10pt;
                    }
                    
/* buttons */
button          {   background-color: #336699;
                    text-decoration: none;
                    border-style: solid;
                    color: white;
                    
                    border-width: 2px 2px 2px 2px;
                    } 
                    
/* raised buttons */
.rbutton        {   background-color: #336699;
                    text-decoration: none;
                    border-style: ridge;
                    border-width: 2px 2px 2px 2px;
                    color: white;
                    }
                    
/* style for left topcorner */
.leftcorner     {   background-color: #330033;
                    width: 85px;
                    } 
                    
/* padding in body of phpl- text use <div class = "pad"> */
.pad           {    padding-left: 15px;
                    padding-right: 15px;
                    } 
                    
                    
.menupad       {    padding-left: 5px;
                    } 

/* tables with cell spacing */
.tablespace     {   border-color: tan;
                    border-style: solid;
                    border-width: 1px 1px 1px 1px;
                    background-color: #000066;
                    }
                    
.titlespace     {   border-color: #336699;
                    background-color: #FF9966;
                    border-style: solid;
                    border-width: 1px 1px 1px 1px;
                    color: white;
                    font-family: arial;
                    font-size: 10pt;
                    font-weight: bold;
                    }

/* level 2 heading in tables */                    
.subspace       {   border-color: tan;
                    background-color: #339999;
                    border-style: solid;
                    border-width: 1px 1px 1px 1px;
                    color: white;
                    font-family: arial;
                    font-size: 10pt;
                    }
                    
.tdspace        {   border-color: tan;
                    background-color: wheat;
                    border-style: solid;
                    border-width: 1px 1px 1px 1px;
                    color: navy;
                    font-family: arial;
                    font-size: 10pt;
                    }
                    
/* no border */
.tdspacenb      {  
                    background-color: wheat;
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    color: navy;
                    }
                    
/* fonts */
font            {
                    color: white;
                    font-family: arial;
                    font-size: 9pt;
                    }
                    
.sfont            {
                    color: white;
                    font-family: arial;
                    font-size: 9pt;
                    }
 
/* calculators */

.titlecalc      {  
                    background-color: #336699;
                    border-color: tan;
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    color: white;
                    }           
.tdcalc      {  
                    background-color: wheat;
                    border-color: tan;
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    color: navy;
                    font-family: arial;
                    font-size: 10pt;
                    }
                    
.tdcalcalt     {  
                    background-color: tan;
                    border-color: tan;
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    color: navy;
                    font-family: arial;
                    font-size: 10pt;
                    } 
                    
/* menu bars */
.menubar       {  
                    background-color: #000066;
                    border-color: tan;
                    border-style: solid;
                    border-width: 0px 2px 0px 2px;
                    color: black;
                    height: 26px;
                    }
                    
  
                    
.menubar2       {  
                    background-color: #336699;
                    border-color: tan;
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    color: white;
                    font-weight: bold;
                    }
                    
.menubar3       {  
                    background-color: tan;
                    border-color: tan;
                    border-style: solid;
                    border-width: 3px 3px 3px 3px;
                    color: white;
                    font-family: arial;
                    font-size: 7pt;
                    }
                    
/* menu bars */
.menubardbl       {  
                    background-color: #000066;
                    border-color: tan;
                    border-style: solid;
                    border-width: 0px 2px 0px 2px;
                    color: black;
                    height: 42px;
                    }
 
 /* information at bottom of webpage */                    
.info          {  
                    color: white;
                    font-family: arial;
                    font-size: 8pt;
                    text-align: center;
                    }  
                    
.info2          {  
                    color: navy;
                    font-family: arial;
                    font-size: 8pt;
                    text-align: left;
                    padding-left: 5px;
                    }  
                    
.info3          {  
                    color: white;
                    font-family: arial;
                    font-size: 8pt;
                    text-align: left;
                    
                    } 

/* any paragraph */                    
p              {  
                    font-family: arial;
                    font-size: 9pt;
                    color: white;
                    } 
                    
/* paragraph in table */                    
.p2              {  
                    font-family: arial;
                    font-size: 9pt;
                    color: navy;
                    } 

/* spacers in menu (sidebar) */                    
.menuspacer    {    background-color: #000066; 
                    border-color: tan;
                    border-style: solid;
                    border-width: 2px 3px 5px 2px;
                    font-size: 8pt;
                    color: white;
                    padding-left: 10px;
                    padding-right: 10px;
                    } 
                    
/* spacers in menu (sidebar) */                    
.menuspacer2   {    background-color: #000066; 
                    border-color: tan;
                    border-style: solid;
                    border-width: 0px 3px 5px 2px;
                    font-size: 8pt;
                    color: white;
                    padding-left: 10px;
                    padding-right: 10px;
                    } 
                    
/* spacers in menu (sidebar) */                    
.menuspacer3   {    background-color: #000066; 
                    border-color: tan;
                    border-style: solid;
                    border-width: 0px 3px 0px 2px;
                    font-size: 8pt;
                    color: white;
                    padding-left: 10px;
                    padding-right: 10px;
                    } 

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


BLOCKQUOTE      {   font-size: 9pt;
                    color: white; 
                    }
                    
.noborder       {   border-width: 0px 0px 0px 0px;
                    } 

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

.roundcontainer {   width: 176px;
                    background-color: #000066;
                    border-color: tan;
                    border-width: 1px 1px 1px 1px;
                    color: #fff;
                    }
.roundcontainer p { margin 0 10px;
                    }
                    
.roundtop       {   background: url(tr.gif) no-repeat top right;
                    }
                    
.roundbottom    {   background: url(br.gif) no-repeat top right;  
                    }
                    
img.corner      {   width: 15px;
                    height:15px;
                    border: none;
                    display: block !important;
                    }          
