  /*  LunCon STYLE SHEET
   *  FILENAME: LunCon.css
   *
   *  Purpose: style sheet adapted for LunCon NIR page, 21/3/2003
   *
   *  Author:  Deborah Lee Soltesz, USGS, 10/2001
   */


    /* ----------------------------------------------------------------
     * HEADINGS */

     H1       {
                padding-top: 10px;
                color: #003399 ;
              }

     H1.subtitle
              {
                font-size: 80% ;
                padding-top: 0px;
                font-style:italic ;
              }

     H2       {
               color: white ;
               background-color: #3366BB ;
              }

     H3       {
                color: #003366 ;
              }


     H4       {
                color: #003366 ;
              }

     H5       {
                color: #003366 ;
              }

     H6       {
                color: #003366 ;
              }

     BODY     {
               color: black ;
               background-color: #64857C ;
              }

     HR       {
                color: #3366BB ;
              }

     A        {
                font-weight: bold ;
                text-decoration: none ;
              }

     A:hover  {
                background-color: #CCDDEE ;
                text-decoration: underline ;
              }


     .TOCanchors {
                padding: 3px ;
                font-size: 70% ;
              }

    /* ----------------------------------------------------------------
     * FIGURE TABLE: table styles for figures     */

    table.figureTableLightLunCon
              {
                background-color: #CCEEFF ;
                border-collapse: collapse;
                font-family: Verdana, Arial, Helvetica, Geneva, sans-serif ;
                font-size: 80% ;
                width: 600px;
                margin-bottom: 10px ;
              }

    table.figureTableLightLunCon th, table.figureTableLightLunCon td
              {
                padding: 10px ;
                text-align: center ;
                vertical-align: top ;
              }

    table.figureTableLightLunCon th
              {
                background-color: #99CCFF ;
                border: #3366BB solid 2px ;
              }

    table.figureTableLightLunCon td
              {
                border: #3366BB solid 2px ;
              }

    table.figureTableLightLunCon caption
              {
                font-weight: bold;
                padding: 3px;
                background-color: #3366BB ;
                color: white ;
                /*border-top: #3366BB solid 2px ;
                border-left: #3366BB solid 2px ;
                border-right: #3366BB solid 2px ;*/
              }


    /* ----------------------------------------------------------------
     * DATA TABLE: table styles for data     */

    table.dataTableLightLunCon
              {
                background-color: #CCEEFF ;
                border-collapse: collapse;
                font-family: Verdana, Arial, Helvetica, Geneva, sans-serif ;
                font-size: 80% ;
                margin-bottom: 5px ;
                margin-left: auto ;
                margin-right: auto ;
              }

    table.dataTableLightLunCon th, table.dataTableLightLunCon td
              {
                padding: 3px ;
                text-align: center ;
                vertical-align: top ;
              }

    table.dataTableLightLunCon th
              {
                background-color: #99CCFF ;
                border: #3366BB solid 2px ;
              }

    table.dataTableLightLunCon td
              {
                border: #3366BB solid 2px ;
              }

    table.dataTableLightLunCon caption
              {
                font-weight: bold;
                padding: 3px;
                background-color: #3366BB ;
                color: white ;
              }
