/* ****************************** */
/* *** CURRENT.HTM STYLESHEET *** */
/* ****************************** */

/* these settings determine the qualities of */
/* the backgound canvas */

        BODY.current {
          background: #FFFFFF;  /* background colour */
          color: #000000;       /* text colour */
          text-align: center;
          font-family: Verdana, sans-serif;
          }


/* these psuedo-classes set the colour of links */
/* in various states as indicated */

        .current A:link {color: #0000FF }
        .current A:visited {color: #990099 }
        .current A:hover {color: #00FF00 }
        .current A:active {color: #444400 }


/* these settings determine the qualities of */
/* the main division box within the page area */

        DIV.current {
          background: #DDFFDD;   /* background colour */
          border: solid;
          border-width: medium;
          border-color: #008800;
          margin-left: 1%;
          margin-right: 1%;
          padding-left: 1em;
          padding-right: 1em;
          padding-top: 0em;
          padding-bottom: 1em;
          text-align: center;
        }


/* this sets the default paragraph style for the whole page */

        P.current {text-align: center; font-size: 85%; line-height: 120%}


/* this sets the 'info' paragraph style at bottom of page */

        P.info {
          background: #FFFF88;
          border: solid;
          border-width: thin;
          margin: 1%;
          padding: 1em;
          font-family: Times, "Times New Roman", serif;
          }


/* this sets the 'fudge' blank paragraph that adjusts for those browsers  */
/* that do not handle padding-top in DIV elements correctly */
        P.fudge {font-size: 25%}



/* these settings are for some useful inline SPAN classes */

  SPAN.tcname {font-size: 120%; line-height: 130%; font-weight: bold}
  SPAN.tcplace {font-size: 110%; line-height: 120%; font-weight: bold}
  SPAN.agency {background: #FFFFFF; color: #000000; font-weight: bold}
  SPAN.tcplace_red {
             font-size: 115%;
             line-height: 125%;
             font-weight: bold;
             color: #FF0000
             }

   SPAN.agency_red {
             background: #FFFFFF;
             color: #FF0000;
             font-size: 110%;
             line-height: 120%;
             font-weight: bold
             }

  SPAN.worldwide {
       font-size: 125%;
       line-height: 130%;
       font-weight: bold;
       text-decoration: underline;
       }

  SPAN.hu_warn {background: #FFFF77; color: #AA0000; font-weight: bold}
  SPAN.hu_watch {background: #FFFFBB; color: #AA0000; font-weight: bold}
  SPAN.ts_warn_hu_watch {background: #FFFF77; color: #883300; font-weight: bold}
  SPAN.ts_warn {background: #FFFF77; color: #333300; font-weight: bold}
  SPAN.ts_watch {background: #FFFFBB; color: #333300; font-weight: bold}
  SPAN.ga_warn {background: #FFFFBB; color: #555500; font-weight: bold}
  SPAN.sw_warn {background: #FFFFBB; color: #777700; font-weight: bold}

  SPAN.red_alert {background: #FFAAAA; color: #880000; font-weight: bold}
  SPAN.orange_alert {background: #FFCCAA; color: #6633000; font-weight: bold}
  SPAN.yellow_alert {background: #FFFFAA; color: #444400; font-weight: bold}
  SPAN.blue_alert {background: #AAFFFF; color: #000088; font-weight: bold}
  SPAN.all_clear {background: #AAFFAA; color: #008800; font-weight: bold}

  SPAN.flood_warn {background: #88FFFF; color: #000088; font-weight: bold}
  SPAN.flood_watch {background: #AAFFFF; color: #0000AA; font-weight: bold}

  SPAN.tornado_watch {background: #FFFFFF; color: #AA0000; font-weight: bold}
  

        SPAN.red {color: #FF0000}
        SPAN.orange {color: #FF8800}
        SPAN.green {color: #008000}
        SPAN.olive {color: #808000}
        SPAN.teal {color: #008080}
        SPAN.maroon {color: #800000}
        SPAN.fuschia {color: #FF00FF}
        SPAN.purple {color: #800080}
        SPAN.navy {color: #000080}
        SPAN.uline {text-decoration: underline}


/* you can set a specific style (i.e. larger) for your HKO line when used */
        SPAN.hko {font-size: 120%; line-height: 140%}
