/*
 * Style sheet for the HTML 4.0 format of the IndeView website
 * $Id: indeview.css,v 1.0 2004/02/02 00:06:01 khz Exp $
 */

body {
  padding: 0.5em 1em 0.5em 60px;
  margin: 0;
  font-family: sans-serif;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(images/IndeView.png);
}

:link {
  text-decoration: none;
  color: #0000A0;
  background: transparent
}
:visited {
  text-decoration: none;
  color: #0000A0;
  background: transparent
}

a:link img, a:visited img {
  border-style: none           /* no border on img links */
}

a img {
  color: white;                /* trick to hide the border in Netscape 4 */
}

@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td {
  font-family: sans-serif;     /* for Netscape 4 */
}

pre, code {
  font-family: monospace       /* for Netscape 4 */
}

h1, h2, h3, h4, h5, h6 {
  text-align: left
}

h1 {
  font-size: 170%;
  font-family: sans-serif;
}
h2, h3, h4, h5, h6 {
  color: black;
  background: white
}
h2 {
  font: 145% sans-serif
}
h3 {
  font: 120% sans-serif
}
h4 {
  font: bold 100% sans-serif
}
h5 {
  font: italic 100% sans-serif
}
h6 {
  font: small-caps 100% sans-serif
}

span.cTitleGreen {
  color: #006633;
}

span.fU {
  text-decoration: underline;
}

tr.areaLight {
  background-color: #ffefdf;
}

tr.areaTitle {
  background-color: #E0E0E0;
  color: #006633;
}

tr.areaViewer {
  background-color: #bfdfff;
}

tr.areaCreator {
  background-color: #ffdfbf;
}

td.areaLight {
  background-color: #ffefdf;
}

td.areaViewer {
  background-color: #bfdfff;
}

td.areaCreator {
  background-color: #ffdfbf;
}

span.sBig3 {
  font-size: 170%;
}
span.sBig2 {
  font-size: 145%;
}
span.sBig1 {
  font-size: 120%;
}
span.sSmall1 {
  font-size: 85%;
}
span.sSmall2 {
  font-size: 70%;
}

span.sSmallRedHint {
  font-size: 85%;
  color: #C00000;
}

div.sBig1 {
  font-size: 120%;
}
div.sSmall1 {
  font-size: 85%;
}
div.sSmall2 {
  font-size: 70%;
}

div.center {
  text-align: center;
}
