/* $Id: style.css 1515 2009-07-10 02:55:23Z robert $ */

html, body {
  background: #ffffff;
  color: #000000;
  font-size: 10pt;
  margin-top: 25px;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 50px;
}

p, body, layer {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

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

h1 {
  font-size: 200%;
}

h2 {
  font-size: 125%;
}

h3 {
  font-size: 100%;
}

img {
  vertical-align: middle;
}

hr {
  color: gray;
  border-style: solid;
}

td {
  vertical-align: top;
}

/* links */
a {
  text-decoration: none;
  background: transparent;
}

a:link {
  color: #0000CC;
  text-decoration: underline;
  background: transparent;
}

a:visited {
  color: #000066;
  text-decoration: underline;
  background: transparent;
}

a:hover {
  color: #990000;
  text-decoration: none;
  background: transparent;
}

/* classes */
.content {
  float: left;
  margin-bottom: 20px;
  max-width: 600px;
  min-width: 200px;
}

.sidebar {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  background-color: #E6E6E6;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.footer {
  clear: both;
  border-top: 2px gray solid;
  margin-top: 50px;
  padding-top: 10px;
  font-size: 67%;
  color: gray;
  vertical-align: top;
}

.leftfooter {
  text-align: left;
  float: left;
  min-width: 100px;
}

.rightfooter {
  text-align: right;
  float: right;
  min-width: 100px;
}

.copyright {
  text-align: right;
  font-size: 75%;
}

.small {
  font-size: 7pt;
}

.pre {
  font-family: 'Lucida Console', 'Courier New', Courier, Monaco, monospace;
  font-size: 90%;
}

.fullwidth {
  width: 100%;
}

.invisible {
  background: #fff;
  color: #fff;
  display: none;
}

.residual {
  background: #fff;
  color: #fff;
  display: none;
}

img .invisible {
  width: 0;
  height: 0;
  display: none;
}

img .residual {
  width: 0;
  height: 0;
  display: none;
}

.pathfinder {
  background-color: #F8F8D8;
  vertical-align: middle;
  text-align: center;
  border: 2px solid gray;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

a img { color: #fff; }    /* hide the border in Netscape 4 */
@media all {              /* hide from Netscape 4 */
  a img { color: inherit; /* undo the rule above */
          border: none;   /* hide from Netscape 4 */
  }
}

/* ******************  print  ************** */

@media print {
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote, pre {
    page-break-inside: avoid ;
  }

  ul, ol, dl {
    page-break-before: avoid ;
  }

  img {
    display: none ;
  }
}
