/*                                                                              
Title:         DACB Index General Layout                                        
Author:        Jim Sculley                                                      
Company:       IBM                                                              
Modified Date: 6-20-2012                                                        
Description:   Basic layout for DACB HTML pages                                 
*/                                                                              
/* =basic translations                                                          
***************************************************************/                
/* :General */                                                                  
                                                                                
body,p,td,th,font{ font-family: verdana,arial,sans-serif;                       
                   font-size: 12px;                                             
                   color: #000000 }                                             
                                                                                
/*-------------------------------*/                                             
/* Font Size / Decoration        */                                             
/*-------------------------------*/                                             
.SmallText { font-size: 9px }                                                   
                                                                                
.IndexHeader { font-size: 18px }                                                
                                                                                
.IndexEntry { font-size: 16px }                                                 
                                                                                
.ContentText { font-size: 15px }                                                
                                                                                
.secHeaderText {                                                                
   font-size: 16px;                                                             
   font-weight: bold                                                            
   }                                                                            
                                                                                
.subsecHeaderText {                                                             
   font-size: 14px;                                                             
   font-weight: bold                                                            
   }                                                                            
                                                                                
/*-------------------------------*/                                             
/* Section Backgrounds           */                                             
/*-------------------------------*/                                             
.secHeaderBG {                                                                  
   background-color: #c8d7e3                                                    
   }                                                                            
                                                                                
.subsecHeaderBG {                                                               
   background-color: #e3e3e3                                                    
   }                                                                            
                                                                                
/* .alpha_nav H6 A { */                                                         
.alpha_nav A {                                                                  
   border:1px solid #ccc;                                                       
   color:#4477bb;                                                               
   font-size:11px;                                                              
   height:1.5em;                                                                
   line-height:1.5em;                                                           
   margin:0 .2em;                                                               
   padding:.20em;                                                               
   text-decoration:none;                                                        
   }                                                                            
                                                                                
.alpha_nav A:hover {                                                            
   background:#4477bb;                                                          
   color: white;                                                                
   }                                                                            
                                                                                
