/* intermongol-popup.css
 * This is the stylesheet for popup windows only 
 * It is set for MSIE as default.
 *  Other stylesheets (for linux, mac, etc., are loaded *after*
 *  this stylesheet.
 * NOTES:
 * Classes may contain only the characters A-Z, a-z, 0-9, hyphens,
 *   and Unicode 161-255.  (No underscores, darn it.)
 * Clickable image border color - 'a' tag here doesn't seem
 *   to do it; have to have 'body link=' in each page.
 * HISTORY:
 *  19 mar 2006 - broke out from main stylesheet.
*/

/* *** { Standard Stuff: *** */

body.popup {
  color:       #003366;
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: #ffffff;
  margin:      20px 20px 0px 20px;
}
body.photo {
  color:       #003366;
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: #ffffff; 
  margin:      20px 0px 0px 0px; 
}

body.popup p {
  margin: 5px 0em 0px 0em;
}
body.popup p.nav {
  font-size:   .9em;
  text-align:  center;
  padding-top: 2ex;
  
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* *** { Page parts: *** */
body.popup p.footer-copy {
  font-size:   .8em;
  font-weight: bold;
  text-align:  center;
  padding:     0px 0px 4px 0px;
}


