/* popup.css
 *   This is the stylesheet for popup windows only 
 *     for tibetanwomen.org.
 *   It is set for standards as default.
 *   Other stylesheets (for msie, mac, etc., are loaded *after*
 *   this stylesheet.
 * HISTORY:
 *  08 mar 2007 jw - modified for twa.
 *  28 jan 2007 - modifications.
 *  19 mar 2006 - broke out from main stylesheet.
 */

/* *** { Standard stuff: initial values for all pages */

body {
  color:       #003366;
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: #ffffff;
  margin:      20px 20px 0px 20px;
}

p, li, dt, dd, th, td {
  font-size:        90%;
  line-height:    130%;
  letter-spacing: .01em;
}

h1, h2, h3, h4, h5 {
  color:          #006600;
  font-weight:    normal;
  font-family:    verdana, helvetica, arial, "bitstream vera sans", sans-serif;
}

h1 {
  font-size: 100%;
  border-bottom: 1px solid #006633;
  padding-bottom: 1ex;
}

a {
	color: #006600;
}
a:link {
	color: #006600;
}
a:visited {
	color: #99CC00;
}
a:hover {
	color: #FF9900;
}

/* { other  */
div {
	vertical-align: top;
}

/* ***  { Page Parts: Main page structure *** */
/* the main content div */
div#content {
}

dl.member {
}
dl.member dt {
}
dl.member dd {
  margin-left: 1em;
  margin-top: 1ex;
}


/* *** { Special stuff, used on any page: *** */
/* the "close window" link at bottom of page */
p.close {
  font-size:  90%;
  text-align: center;
  color:      #009900;
}
p.close a {
	color: #99CC00;
}


/* e o f */

