﻿/* CSS Styles for Accodion Section */

/* was #E29C0B */
/*
#SectionStyle H1 {color:#F2BA2F;}
#SectionStyle H2 {color:#F2BA2F;}
#SectionStyle H3 {color:#F2BA2F;}
#SectionStyle H4 {color:#F2BA2F;}
#SectionStyle H5 {color:#F2BA2F;}
*/

.ListHeader {background-color: Gray;
              color:#00000F;
              padding: 5px;
              padding-top: 10px;
              padding-left: 1px;
              font-size:10pt;
              font-weight: bold
			}
.Accordion { border: 1px solid #2F4F4F;
           }
.HeaderColor {background-color:InactiveBorder;
              color:#00000F;
              padding: 5px;
              padding-top: 10px;
              padding-left: 1px;
              font-size:10pt;
              font-weight: bold
             }
             
                                                    

.ContentColor {color:#000000;
               background-color:White;  /* #D3DEEF  */ 
               padding: 5px;
               padding-top: 5px;
               padding-left: 20px;
               }
  /* table of the pane's content */             
.TableContent  {font-size: 10pt;
                width:95%;
                
                border-style:solid;   /* perimeter of table  */  
				border-width:1px;
                border-color:Gray;
                background-color:white;
                border-spacing: 1;
                 
               }               
.FieldName     {text-align:right;
				font-weight:bold;
                margin-right:0px;
               }
               
.Row		   {background-color:White;
				font-weight:bold;
                margin-right:0px;
               }

td. ContentDesc { text-align:right;
	             }

