/* Copyright Advanced Corporate Planning 2006 - all rights reserved */
/* Author: David Gager October 2006*/

/* this is the css file for the advanced corporate planning website */

/* main body */
body            {   background-color: white;
                    color: black;
                    font-family: arial; 
                    font-size: 9pt;
                    margin-top:  0px;
                    margin-left: 5px;
                    }

.margin2        {   margin-top:  5px;
                    margin-left: 5px;
                    }
/* headings */
H1              {font-size: 16pt; color: #000066;}
H2              {font-size: 13pt; color: #000066;}
H3              {font-size: 11pt; color: #000066;}
H4              {font-size: 10pt; color: #000066;}
                    
/* body anchor links */                    
a:link          {   font-size: 9pt;
                    color: #000066;
                    text-align: center; 
                    }
                    
a:visited       {   font-size: 9pt;
                    color: #336699;
                    text-align: center; 
                    }
                    
a:hover         {   font-size: 9pt;
                    color: white;
                    background: #000066;
                    text-align: center; 
                    }
                    
a:active        {   font-size: 9pt;
                    color: black;
                    text-align: center; 
                    background: white;
                    }
                    
/* index anchor links */                    
a.ind:link      {   font-size: 9pt;
                    color: #000066;
                    text-align: center; 
                    font-weight:  bold;
                    }
                    
a.ind:visited   {   font-size: 9pt;
                    color: #336699;
                    text-align: center; 
                    font-weight:  bold;
                    }
                    
a.ind:hover     {   font-size: 9pt;
                    color: white;
                    background: #000066;
                    text-align: center; 
                    font-weight:  bold;
                    }
                    
a.ind:active    {   font-size: 9pt;
                    color: black;
                    text-align: center; 
                    background: white;
                    font-weight:  bold;
                    }

/* email anchor */                   
a.eml:hover     {   color: navy;
                    background: white;
                    text-align: center;
                    }

/* image anchor Raymond James Logo*/                    
a.im:hover      {   color: navy;
                    background: #000066;
                    text-align: center;
                    border: 0px solid white;
                    }
                    
a.im:active     {   color: navy;
                    background: #000066;
                    text-align: center;
                    }
            
/* divisions in main body */
.divide3         {  background-color: #336699;
                    color: white; 
                    font-size: 8pt;
                    padding-left: 3px;
                    margin-top: 5px;
                    }
                    
/* copyright */                    
.copy           {   color: #FF9966;
                    font-size: 8pt; 
                    }
                    
/* warning */                    
.warning        {   color: #FF9966;
                    font-size: 8pt; 
                    }
                    
/* warning */                    
.warning2       {   color: #000066;
                    font-size: 7pt; 
                    }
                     
/* highlight text */                    
.hightext       {   color: #336699;
                    }
                    
/* horizintal rules in main body */                    
.hrbody         {   color: #000066;
                    }

/* any td */
td              {   border-color: #000066;
                    background-color: white;
                    color: black;
                    
                    }

/* background for webpages */                    
.tback          {   background-image:url('bluefade2.jpg');
                   }
                   

/* background for tables */                    
.tback3         {   background-image:url('bluefade5.jpg');
                    }

/* background for menus */                    
.tback2          {  background-image:url('bluefade4.jpg');
                    border-color: #000066;
                    background-color: white;
                    color: #000066;
                    border-width: 1px 1px 1px 1px;
                    font-family: arial;
                    font-size: 8pt;
                    }
                   
/* background for menus */                    
.tback4          {  background-image:url('bluefade2.jpg');
                    padding-left:  15px;
                    }
                    
.ltd            {   background-color: #000066;
                    color: #000066;
                    }

/* in html body tables */
.btable         {   border-collapse: collapse;
                    text-align: center;
                    }
                                         
/* title -in body tables */
.titletable     {   background-color: #336699;
                    border-color: #000066;
                    border-style: solid;
                    border-width: 1px 1px 1px 1px;
                    font-family: arial;
                    font-size: 9pt;
                    font-weight: bold;
                    color:white;
                    }
                    
/* info -in body tables */
.bsub           {   background-color: #339999;
                    border-color: #000066;
                    border-style: solid;
                    border-width: 1px 1px 1px 1px;
                    font-family: arial;
                    font-size: 9pt;
                    
                    } 
                    
/* td -in body tables */
.tdtable       {    border-color: #000066;
                    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;
                    } 
                  
/* padding in body of html- text use <div class = "pad"> */
.pad           {    padding-left: 15px;
                    padding-right: 15px;
                    } 
                    
/* padding in body of html- text use <div class = "pad"> */
.spad           {   padding-left: 10px;
                    padding-right: 10px;
                    } 
                    
/* padding in body of html- text use <div class = "pad"> */
.lpad          {    padding-left: 8px;
                    padding-right: 2px;
                    } 
                    
/* padding in body of html- text use <div class = "pad"> */
.slpad          {    padding-left: 3px;
                    
                    } 
                    

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

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

.titlecalc      {  
                    background-color: #336699;
                    border-color: #000066;
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    color: white;
                    }           
.tdcalc      {  
                    background-color: wheat;
                    border-color: #000066;
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    color: navy;
                    font-family: arial;
                    font-size: 10pt;
                    }
                    
.tdcalcalt     {  
                    background-color: tan;
                    border-color: #000066;
                    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: #000066;
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    color: black;
                    }
                    
.menubar2       {  
                    background-color: #6699CC;
                    border-color: #000066;
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    color: white;
                    font-weight: bold;
                    font-size: 10pt;
                    }

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

/* any paragraph */                    
p              {  
                    font-family: arial;
                    font-size: 9pt;
                    color: black;
                    } 
                    
/* paragraph in table */                    
.p2              {  
                    font-family: arial;
                    font-size: 9pt;
                    color: #000066;
                    } 
                    
/* paragraph in table */                    
.p3              {  
                    font-family: arial;
                    font-size: 9pt;
                    color: white;
                    }
                    
/* paragraph in menu */                    
.p4              {  
                    font-family: arial;
                    font-size: 8pt;
                    color: black;
                    }

                    

/* any paragraph */                    
.sfont              {  
                    font-family: arial;
                    font-size: 9pt;
                    color: black;
                    } 
/* all list elements */
li              {  
                    font-family: arial;
                    font-size: 9pt;
                    color: #000066;
                    }  
                    
/* questionaire */
.question       {  
                    font-family: arial;
                    font-size: 12pt;
                    color: #000066;
                    font-weight: bold;
                    }  
                    
/* question anchor links */
a.quest:link    {   font-size: 14pt;
                    color: #339999;
                    text-align: center; 
                    font-weight: bold;
                    text-decoration: none;   
                    }
                    
a.quest:visited {   font-size: 14pt;
                    color:  #FF9966;
                    text-align: center; 
                    font-weight: bold;
                    text-decoration: none;   
                    }
                    
a.quest:hover   {   font-size: 14pt;
                    color: white;
                    background: #339999;
                    text-align: center;
                    font-weight: bold; 
                    text-decoration: none;   
                    }
                    
a.quest:active  {   font-size: 14pt;
                    color: #000066;
                    text-align: center; 
                    font-weight: bold;
                    text-decoration: none;   
                    } 
                    
/* question close page */
a.quest2:link   {   font-size: 14pt;
                    color: #339999;
                    text-align: center;
                    font-weight: bold;
                    text-decoration: none;    
                    }
                    
a.quest2:visited{   font-size: 14pt;
                    color:  #FF9966;
                    text-align: center;
                    font-weight: bold; 
                    text-decoration: none;   
                    }
                    
a.quest2:hover  {   font-size: 14pt;
                    color: white;
                    background: #000066;
                    text-align: center; 
                    font-weight: bold;
                    text-decoration: none;   
                    }
                    
a.quest2:active {   font-size: 14pt;
                    color: black;
                    text-align: center; 
                    font-weight: bold;
                    text-decoration: none;   
                    } 

BLOCKQUOTE      {   font-size: 9pt;
                    color: black; 
                    }  
                    
/* menu anchor links */
a.test:link     {   font-size: 8pt;
                    color: black;
                    text-align: center; 
                    font-weight: bold;
                    text-decoration: none;
                    }
                    
a.test:visited  {   font-size: 8pt;
                    color: black;
                    text-align: center; 
                    font-weight: bold;
                    text-decoration: none;
                    }
                    
a.test:hover    {   font-size: 8pt;
                    color: white;
                    text-align: center;
                    font-weight: bold;
                    background-color: transparent;
                    text-decoration: underline;
                    }
                    
a.test:active   {   font-size: 8pt;
                    color: black;
                    text-align: center; 
                    font-weight: bold;
                    text-decoration: none;
                    background-color: transparent;
                    }
                    
/* menu bar at top of page */
.mainbar      {     border-style: solid;
                    border-width: 1px 0px 3px 0px;
                    color:  black;
                    font-family: tahoma;
                    background-color: #E9F2FF;
                    border-color:  #000066;
                    }

/* titles on menus */
.menutitle   {      color: white;
                    font-size: 9pt;
                    font-family: tahoma; 
                    font-weight: bold;
                    background-image:url("titlemenua.jpg"); 
                    }
                    
/* menu body */
.menubody   {       background-image:url("bodymenud.jpg"); 
                    font-family: arial;
                    font-size: 9pt;
                    color: #000066;
                    }  
                    
/* menu bottom (Invisible text) */
span.menubottom     {
                    display:block;
                    width:175px;
                    height:7px;
                    background-image:url("bottom2.gif");
                    background-repeat:no-repeat;
                    }
  
span.menubottom span {display:none;}  

/* 4 pixel spacer */
span.spacer2    {
                display:block;
                width:175px;
                height:4px;
                background-image:url("spacer2.jpg");
                background-repeat:no-repeat;
                }
  
span.spacer2 span {display:none;} 

/* 10 pixel spacer */
span.spacer4    {
                display:block;
                width:175px;
                height:10px;
                background-image:url("spacer4.jpg");
                background-repeat:no-repeat;
                }
  
span.spacer4 span {display:none;} 

/* 20 pixel spacer */
span.spacer6    {
                display:block;
                width:175px;
                height:20px;
                background-image:url("spacer6.jpg");
                background-repeat:no-repeat;
                }
  
span.spacer6 span {display:none;} 


                    
/* tds on index page */
.maintd      {      background-color: white;
                    color: black;
                    font-size: 9pt;
                    font-family: tahoma; 
                    vertical-align:  top;
                    text-align: top;  
                    }
                    
/* goal on menu */
.goal       {      background-color: white;
                    color: black;
                    font-size: 8pt;
                    font-family: tahoma; 
                    vertical-align:  top;
                    text-align: top;
                    padding-left: 5px;
                    padding-right: 5px;  
                    }
                    
/* borders on webpages */
.bodbor      {      border-width: 1px;
                    border-color: #000066;
                    border-style: solid;
                    margin-left:0px;
                    margin-top:5px;
                    background-image:url("bluefade2.jpg");
                    }
                  
/* borders on webpages */
.bodbor3     {      border-width: 0px;
                    border-color: #000066;
                    border-style: solid;
                    margin-left:0px;
                    margin-top:5px;
                    background-image:url("bluefade2.jpg");
                    }
                    
/* borders on webpages */
.bodbor4     {      border-width: 0px 1px 1px 0px;
                    border-color: #000066;
                    border-style: solid;
                    margin-left:8px;
                    margin-top:3px;
                    background-image:url("bluefade2.jpg");
                    }
                    

/* borders on webpages */
.bodbor5     {      border-width: 1px 1px 1px 1px;
                    border-color: #000066;
                    border-style: solid;
                    margin-left:8px;
                    margin-top:3px;
                    background-image:url("bluefade2.jpg");
                    }
                    
/* borders on webpages */
.bodbor6     {      border-width: 0px;
                    border-color: #000066;
                    border-style: solid;
                    margin-left:0px;
                    margin-top:5px;
                    background-image:url("bluefade2.jpg");
                    }
                   
.infotable   {      border-width: 1px 0px 1px 0px;
                    border-color: #000066;
                    border-style: solid;
                    width: 100%;
                    text-align:  center;
                    }
                    
.tdinfo        {    border-color: white;
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    color: #888888;
                    font-family: arial;
                    font-size: 7pt;
                    background-image:url("bluefade2.jpg");
                    }
             
/* horizintal rules in menu */                    
.hrmenu2        {   color: tan;
                    }

/* title at top of webpages */                    
.htitle        {    background-color: white; 
                    border-color: black;
                    color: #000066;
                    border-style: solid;
                    font-style: italic;
                    border-width: 1px 0px 1px 0px;
                    background-image:url("bluefade2.jpg"); 
                    }
                    
/* title at top of webpages */                    
.htitle2        {   background-color: #6699CC;
                    border-style: solid;
                    border-width: 0px 0px 0px 0px;
                    color: white;
                    font-weight: bold;
                    font-size: 10pt;
                    }
 /* title at top of webpages */                    
.htitle3       {    border-color: black;
                    border-style: solid;
                    background-image:url("stripe.gif"); 
                    border-width: 0px 0px 0px 0px;
                    } 
                    
.htitle4       {    background-color: white; 
                    color: #000066;
                    font-style: italic;
                    border-width: 0px 0px 0px 0px;
                    } 
     
                    
/* horizintal rules in menu */                    
.hrmenu         {   color: #6699CC;
                    }
                    
/* menu bar anchor links */
a.bar:link      {   font-size: 9pt;
                    color: #000066;
                    text-align: center; 
                    font-weight: bold;
                    text-decoration: none;
                    }
                    
a.bar:visited   {   font-size: 9pt;
                    color: black;
                    text-align: center; 
                    font-weight: bold;
                    text-decoration: none;
                    }
                    
a.bar:hover     {   font-size: 9pt;
                    color: #FF9966;
                    text-align: center;
                    font-weight: bold;
                    text-decoration: none; 
                    background-color: transparent;
                    }
                    
/* bravenet chat cell1 */
.braveone       {   background-color: #336699;
                    color: navy;
                    }
/* .bc for barcharts pages */                      
.bcMTitle       {   background-color: #000066;
                    border-width: 1px 1px 1px 1px;
                    color: white;
                    }

.bcMTitle:hover {   color: #FFFFAA;
                    background: #E9F2FF;
                    }
                    
.bcMTitle:link  {   color: #000066;
                    background: #E9F2FF;
                    }

.bcMLink:link   {   color: black;
                    }
                    
.bcMLink:hover {    color: white;
                    background: #000066;
                    }
                    
.bcCp:hover    {    color: white;
                    background: #000066;
                    }
                    
.bcHClr:hover  {    color: #FFFFAA;
                    background: #E9F2FF;
                    }

.bcHClr         {   color: #000066;
                    background-color: #E9F2FF;
                    }
                    
.bcText         {   color: black;
                    } 
                    
.bcMLink:link   {   color: #000066;
                    }
                    

                    
    
                    


                    




