.noprint, .old-browser
{
  display: none;
}

a
{
  color: black;
}

p
{
  margin-top: 0;
  padding-top: 0;
  font-family: Georgia, sans-serif;
}

pre
{
  font-family: "Courier New", Courier, monospace;
  padding: 1em;
  font-size: 80%;
  border: 1px solid;
}

td
{
  font-family: Georgia, sans-serif;
}

img
{
  border: 0;
  margin: 0;
  padding: 0;
}

table
{
  margin-bottom: 1em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5, h6
{
  margin-top: 0.5em;
  padding-top: 0.5em;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h1
{
  font-size: 200%;
}

h2
{
  font-size: 160%;
}

h3
{
  font-size: 140%;
}

h4
{
  font-size: 120%;
}

li
{
  font-family: Georgia, serif;
}

#header
{
  position: relative;
  border-bottom: 1px solid black;
}

#header div
{
  margin: 0;
  padding: 0;
}

#header p
{
  font-size: 18pt;
  font-family: "Trebuchet MS", sans-serif;
  margin: 0;
  padding: 0;
}


#nav
{
  display: none;
}

#maintext td, #maintext th, #helppage td, #helppage th
{
  font-size: 90%;
  vertical-align: top;
  color: black;
  text-align: left;
  padding: 4px;
}

#maintext th, #helppage th
{
  font-size: 110%;
  font-family: "Trebuchet MS", sans-serif;
  border-bottom: 1px solid;
}

#maintextcontents
{
  margin: 0;
}

#helppage h1 img
{
  margin: 0;
  border: 1px solid #487886;
  background-color: #E1ECEF;
  padding: 0;
}

#programdownload
{
  display: none;
}

#sidebar
{
  display: none;
}

#copyright
{
  font-size: 80%;
}

#copyright img
{
  display: none;
}

#footer
{
  display: none;
}

.sourcecode
{
  margin: 10px;
  padding: 10px;
  background-color: #F7FCFD;
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
}

.sourcecode cite {
  font-style: normal;
  color: #0000CC;
  white-space: pre;
}

.sourcecode a:link {
  font-style: normal;
  color: #000080;
  white-space: pre;
}

.sourcecode a:visited {
  font-style: normal;
  color: #C00000;
  white-space: pre;
}

.sourcecode b
{
  color: #C02020;
}

.preproc
{
  color: green;
}

.comment
{
  color: blue;
  font-style: italic;
}

.uparrow
{
  display: none;
}

.programitem
{
  color: #080;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 95%;
}

.notabene
{
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 1em;
  border: 1px dotted;
  font-style: italic;
}

.notabene em
{
  font-style: normal;
}

.notabene pre
{
  font-style: normal;
}

.screenonly
{
  display: none;
}

#toplinks
{
  display: none;
}

#refertop
{
  display: none;
}

#xtrakbar td
{
  background-color: white;
}

#validators
{
  display: none;
}

.nowrap
{
  white-space: nowrap;
}

.picleft
{
  display: none;
}

.diagram
{
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}

/* PASH classes */

.pas-source 
{
  font-family: "Courier New", monospace; 
  font-size: 10pt;
}

.pas-comment 
{
  font-style: italic; 
  font-weight: normal; 
  text-decoration: none; 
  color: #0000CC; 
}

.pas-kwd 
{
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none; 
  color: #CC0000; 
}

.pas-str 
{
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none; 
  color: #0000CC; 
}

.pas-num 
{
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none; 
  color: #008000; 
}

.pas-float 
{
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none; 
  color: #008000; 
}

.pas-hex 
{
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none; 
  color: #008000; 
}

.pas-preproc 
{
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none; 
  color: #008000; 
}

.pas-asm 
{ 
  font-style: italic; 
  font-weight: normal; 
  text-decoration: none; 
  color: #008080; 
}

.pas-err 
{
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none; 
  color: #FF0000; 
}

 
