/* fot-section-databank.css 
 * This stylesheet is loaded *in addition to*
 * the main fot.css stylesheet.
 * This is for the special cases for this site section -
 * mainly, so far, the font.
*/

/* *** { Standard Stuff: *** */
/* defined in main stylesheet 
   these are diffs only. */
body {
  font-family: helvetica, arial, sans-serif;
  margin-left:  20px;
  margin-right:  20px;
}
p, td, th, ul, ol, li, dt, dt, dd  {
  font-family: times roman, times, serif;
}

h1, h2, h3, h4, h5, h6, {
  font-family: helvetica, arial, sans-serif;
  color:       #000000;
}
h1 {
  color:       #000000;
  font-size:   100%;
  font-weight: bold;
}
h1.story {
  font-family: helvetica, arial, sans-serif;
  font-size:   100%;
  font-weight: bold;
}
h1.story span {
  color:       red;
  font-size:   80%;
}
h1.story span a {
  color:       red;
}

h2 {
  color:       #000000;
  font-size:   100%;
}

h2 span.byline {
  color: red;
  font-size:  .9em;
  font-style:  normal;
}

h3 {
  color:       #000000;
  font-family: helvetica, arial, sans-serif;
  font-size:   90%;
  font-weight: normal;
}
h3.databank-index {
  margin-bottom:     0px;
  padding-bottom:    0px;
}



a {
  color:  #666666;
  text-decoration: none;
}
a.hover {
  color:  #666666;
  text-decoration: none;
}
a.visited {
  color:  #eeeeee;
  font-size: 120%;
  text-decoration: none;
}

/* *** { Messages: *** */
/* defined in main stylesheet */

/* *** { Popup help: *** */
/* defined in main stylesheet */

/* *** { Forms: *** */
/* defined in main stylesheet */

/* *** { Page parts: *** */
/* defined in main stylesheet 
   these are diffs only. */

td.story a {
  color: #666666; 
}
td.story a:hover {
  color: #666666; 
}
td.story a:visited {
  color: #666666; 
}

ul.databank-index {
  font-family:   helvetica, arial, sans-serif;
  font-weight:   bold;
  font-size:     80%;
  margin-left:   20px;
  margin-top:    0px;
  padding-top:    0px;
}
ul.databank-index li {
  font-family:   helvetica, arial, sans-serif;
}
ul.databank-index li.first {
  margin-top:    0px;
  padding-top:    0px;
}

p.ref {
  font-size:   80%;
}

p.footer-nav-links {
  font-size:   80%;
}
p.footer-logo {
  font-family:   helvetica, arial, sans-serif;
  font-size:     60%;
  line-height:   1.3em;
  padding-top:   .5em;
}
p.footer-logo-story {
  font-family:   helvetica, arial, sans-serif;
  font-size:     60%;
  line-height:   1.3em;
  padding-top:   1em;
  border-top:    1px solid #000000;
}


/* { google search form */
td.search-form {
  font-size:   80%;
}
div.databank-search {
  color:      #ffffff;
  font-size:  .9em;
  line-height: 1.3em;
  background: none;
  padding-top: .5em;
}
input.search {
  font-family: monospace;
  background: #f0f8fc;
}
input.button-search {
  background:  #ffffff;
}


/* EOF */
