/* schueler-popups.css
 *   main stylesheet for javascript popup windows only.
 *   It is set for MSIE as default.
 *   Other stylesheets (for linux, mac, etc., are loaded *after*
 *   this stylesheet.
 * notes:
 *   The idea is that popups need minimal definitions,
 *     the main things being nice padding, and clear text.
 *     The design will probably be different than the
 *     main site pages.
 * notes: see main stylesheet for css notes, standards, etc.
 * history:
 *  09 sep 2005 jw - broke out from main stylesheet.
 */

/* -----------------------------------------------------------
     *** { Popups only ***
   ---------------------------------------------------------- */

body {
  color:        #000000;
  font-family:  verdana, helvetica, arial, sans-serif;
  background-color: #ffffff;
  margin:       20px 20px 0px 20px;
}
h1, h2, h3, h4 {
  font-weight: normal;
  color:       #990000;
}
h1 a, h2 a, h3 a, h4 a {
  color:       #336600;
  margin:  8px 0% 0px 0%;
}
h3:first-child {
  margin-top:  0ex;
}

p {
  margin: 5px 0% 0px 0%;
}

p.popup_nav {
  font-size:     85%;
  text-align:    center;
  margin-top:    1ex;
}



/* eof */

