/* top banner on web site */
.banner   { 
          border:             1px solid black;
          color:              black; 
          font-family:        arial; 
          font-size:          16pt; 
          font-weight:        bold;  
          margin-top:         8;
          margin-bottom:      8;
          }

/* top banner on web site */
.bannerlow  { 
            border:             1px solid black;
            cursor:             hand;
            background-color:   darkblue;
            color:              white; 
            font-family:        arial; 
            font-size:          11; 
            font-weight:        bold;  
            margin-top:         8;
            margin-bottom:      8;
            }

/* top banner on web site */
.bannerhigh { 
            border:             1px solid black;
            background-color:   yellow;
            cursor:             hand;
            color:              black; 
            font-family:        arial; 
            font-size:          11; 
            font-weight:        bold;  
            margin-top:         8;
            margin-bottom:      8;
            }

/* text format for navigation bar at bottom of banner*/
.bartext  {  
          color:            red;
          font-family:      comic sans ms;
          font-weight:      bold;
          font-size:        8pt;
          cursor:           hand;
          padding-left:     0pt;
          }


.text     {  
          color:            black;
          font-family:      comic sans ms;
          font-weight:      bold;
          font-size:        8pt;
          cursor:           hand;
          padding-left:     0pt;
          }

.jmlogo  {
         margin-top:        20px;
         margin-left:       20px;
         }


/* green bar across banner */
.bar     {
         background-color:  darkblue;
         }

/* main menu button */
.button   {
          border-width:       1px;  
          border-style:       outset;  
          border-color:       darkblue;
          background-color:   darkblue;
          font-family:        arial; 
          font-weight:        bold; 
          font-size:          12px; 
          color:              white; 
          cursor:             hand;
          }

/* main menu mouseover button */
.hover    {
          border-width:       1px;  
          border-style:       inset;  
          border-color:       darkblue;
          background-color:   black;
          font-family:        arial; 
          font-weight:        bold; 
          color:              white;
          cursor:             hand;
          }

.bgtable   {
           border-width:       1px;
           border-style:       single;  
           border-color:       #CCCCCC;
           background-color:   #CCCCCC;
           font-family:        arial; 
           font-weight:        bold; 
           color:              white; 
           cursor:             hand;
           margin-top:         6; /*distance buttons are apart */
           margin-bottom:      6; /*distance buttons are apart */
           }


/* default body style */
body      {
          background-image:           url('http://www.fbva.org/Images/coed_bg.gif');
          background-color:           white;
          color:                      black; 
          font-family:                arial; 
          font-weight:                bold;  
          font-size:                  12px;
	  scrollbar-arrow-color:      WHITE;
          scrollbar-track-color:      #D6D6D6;
          scrollbar-shadow-color:     #D6D6D6;
          scrollbar-face-color:       darkblue;
          scrollbar-highlight-color:  #D6D6D6;
          scrollbar-darkshadow-color: #135184;
          scrollbar-3dlight-color:    #135184;
          }

/* left frame mouseover button style */
.high     {
          background-color: yellow;
          color:            black;
          font-family:      arial;
          font-weight:      bold;
          font-size:        9pt;
          cursor:           hand;
          padding-left:     2pt;
          }

/* left frame normal button style */
.low      {
          background-color: black;
          color:            white;
          font-family:      arial;
          font-weight:      bold;
          font-size:        9pt;
          cursor:           hand;
          padding-left:     2pt;
          }

/* left frame standout button style */
.lowh     {
          background-color: red;
          color:            white;
          font-family:      arial;
          font-weight:      bold;
          font-size:        9pt;
          cursor:           hand;
          padding-left:     2pt;
          }

/*outer table on header boxes*/
.outertable {
            background-color: darkblue;
            color:            white;
            font-family:      arial;
            font-weight:      bold;
            font-size:        9pt;
            }

/*inner table on header boxes*/
.innertable {
            background-color: black;
            color:            white;
            font-family:      arial;
            font-weight:      bold;
            font-size:        12pt;
            }

/*line 2 text on header boxes */
.line2      {
            color:            gold;
            font-family:      arial;
            font-weight:      bold;
            font-size:        10pt;
            }

/*one style of table*/
.table1    {
           border:           1px solid black;
           background-image:  url('http://www.fbva.org/Images/coed_bg.gif');
           color:            black;
           font-family:      arial;
           font-weight:      normal;
           font-size:        9pt;
           }

/*Use for column headings*/
.tablehead1 {
            background-color: slategray;
            background-image: url('');
            border:           1px solid black;
            color:            white;
            font-family:      arial;
            font-weight:      bold;
            font-size:        10pt;
            }

/*Use for table cells in table type 1 */
.tablecell1 {
            background-color: white;
            background-image: url('');
            border:           1px solid black;
            color:            black;
            font-family:      arial;
            font-weight:      bold;
            font-size:        10pt;
            }


/*Use for left frame table of contents*/
.contents  {
           background-color: darkblue;
           background-image: url('');
           }


/*Use for bottom control panels */
.control   {
           background-color: black;
           color:            white;
           font-family:      arial;
           font-weight:      bold;
           font-size:        10pt;
           background-image: url('');
           }

/*Use for form buttons */
.lowbutton  {
               color:             white;
               width:             120px;
               background-color:  black;
               font-weight:       bold;
               font-size:         8pt;
               cursor:            hand;
               }

/*Use for form buttons */
.highbutton  {
               color:             black;
               width:             120px;
               background-color:  yellow;
               font-weight:       bold;
               font-size:         8pt;
               cursor:            hand;
               }

/*Use for form buttons */
.lowbuttonSM  {
               color:             white;
               width:             80px;
               background-color:  black;
               font-weight:       bold;
               font-size:         8pt;
               cursor:            hand;
               }

/*Use for form buttons */
.highbuttonSM  {
               color:             black;
               width:             80px;
               background-color:  yellow;
               font-weight:       bold;
               font-size:         8pt;
               cursor:            hand;
               }

/*Top Row of schedule report*/
.schedhead1   {
              color:             white;
              background-color:  black;
              font-weight:       bold;
              font-size:         12pt;
              }

/*Column name row of schedule report*/
.schedhead2   {
              color:             white;
              background-color:  darkblue;
              font-weight:       bold;
              font-size:         9pt;
              }

/*Column name row of schedule report*/
.schedrow     {
              color:             black;
              font-weight:       normal;
              font-size:         9pt;
              }

