/* $Id: metars.css,v 1.4 2007/06/26 20:12:12 fonz Exp $ */

/*
 * Additional stylesheet for METAR course on skygliders.nl
 */

.metar {
         color: #FFFFFF;
         background-color: #6386B0;
         text-align: center;
         font-family: monospace;
         font-weight: bold;
       }

.highlight {
             color: #FFFFFF;
             background-color: #123456;
             font-family: monospace;
             font-weight: bold;
           }

.metarquote {
              font-family: monospace;
              font-weight: bold;
            }

.detail {
          color: #6386B0;
        }

.concept {
           font-style: italic;
         }

.caution {
           color: #CC0000;
         }

.emphasized {
              font-weight: bold;
            }

.formule {
           font-weight: bold;
           text-align: center;
         }

.heuristic {
             border: 1px solid #6386B0;
           }
/* Background color was initially #123456 but that gets overridden by Joost's
 * own stylesheet, so I might just as well put that orange color of his in here
 * as well.
 */

TH {
     color: #FFFFFF;
     background-color: #FF6600;
   }

.groepstatus {
               color: #FFFFFF;
               background-color: #123456;
             }
