/*
 * The Chandra X-Ray Center (CXC) is operated for NASA:
 *   Smithsonian Astrophysical Observatory
 *   60 Garden Street
 *   Cambridge
 *   MA 02138
 *   USA
 * Email: cxcweb@head-cfa.harvard.edu
 *
 * Smithsonian Institution, Copyright © 1998-2008. All rights reserved. 
 */

/* links */

a { 
  color: #037D03;
  }

a:hover { 
  background: #ccffcc; 
  }

a img {
  border: none;
  }


/* page layout table */

td.mainbar { 
  background: #ffffff; 
  padding: 1em 0 1em 0.5em;
  }

td.navbar { 
  background: #99cc66; 
  width: 20%; 
  }


/* header and footer */

div.topbar { 
  width: 100%; 
  }

div.bottombar { 
  font-size: 90%; 
  }

div.lastmodbar, div.pdfbar, div.qlinkbar, div.searchbar {
  font-size: 90%;
  }

div.searchbar { 
  float: right; 
  }

div#advancedsearch { 
  text-align: right; 
  }

div.urlbar { 
  display: none; 
  }

/* ensure that main text is below the header */
div.mainbar, table.maintable { 
  clear: both; 
}


/* navigation bar */

.navbar { 
  font-size: 90%; 
  }

.navbar a.indexlink { 
  font-size: 115%; 
  }

.navbar dd { 
  margin-left: 1em; 
  }

.navbar .heading {
  font-weight: bold;
  color: #000000;
  }

.navbar .selectedheading {
  font-weight: bold;
  color: #000000;
  background: #ccffcc;
  }

td.navbar a { 
  color: #003300;
  }


/* newsbar also used in news.xml */
.newsbar { 
  background: #003300;
  color: #ffffff;
  text-align: center;
  padding-bottom: 2px;
  }

.newsbar h2 { 
  font-size: 1.6em;	
  margin-bottom: 2px;
  }

.newsbar h3 { 
  font-size: 1.4em;	
  margin: 0;
  }

div.newsbar a { 
  background: #003300;
  color: #ffffff;
  font-size: 1.2em;	
  }

div.newsbar a:hover { 
  background: #ccffcc;
  color: #000000;
  }


/* screen output 
 * - the fact that we use htmldoc to create the PDF versions from
 *   specially-prepared versions of the web page limits the use of CSS
 *   in the main text
 */

pre.paramlist { 
  font-size: 90%; 
  }


/* hide information apart from non-CSS User Agents */
.hideme { 
  display: none; 
  }


/* other highlighting styles */

.screen pre, pre.highlight {
  background: #cccccc;
  white-space: pre;
  border: thin solid #000000;
  padding:  0.5em;
  overflow: auto;
  }

div.highlighttext {
  background: #cccccc;
  border: thin solid #000000;
  padding:  0.5em;
  margin: 2em;
  }


/* end of stylesheet */
