/* $Id: xss.css,v 1.4 2004/04/05 06:46:47 rasmus Exp rasmus $ */

body {
  margin: 2em 1em 2em 70px;
  font-family: sans-serif;
  color: black;
  background: white;
}

h2 {
  font-size: medium;
  margin: 1em 0em 0em -1em;
}

h3 {
  font-size: small;
  margin: 1em 0em 0em 0em;
}

p {
  color: black;
  background: white;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

p.footnotes {
  font-size: x-small;
}

p.asynchMessage {
  background: #ddddff;
  width: 70%
}

.statusError {
  color: red;
}

.statusSuccess {
  color: green;
}

.boxed {
  border-style: dotted;
  border-width: 1px;
  border-color: #00f;
  width: 70%;
  padding: 1em 1em 1em 1em;
}

.mo {
  color: #666666;
}

.mi {
  color: #333333;
  font-weight: bolder;  
}

p.header {
  margin-left: -1em;
  color: black;
  background: lightblue;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  font-size: medium;
}

p.footer {
  text-align: center;
  font-size: xx-small;
}

.text {

}

sup {
  font-size: xx-small;
}

b.example { color: green; background-color: white; }

pre.example {
  color: black;
  background: lightgrey;
  margin-left: 1em;
  white-space: pre;
}

.toc {
  color: black;
  background: yellow;
}

input { font: 8pt/11pt verdana, sans-serif; }

input.mo {
  border-style: solid;
  border-width: 1px;
  border-color: #999977;
  width: 300px;
  color: #000000;
  font-family: verdana, arial;
  font-size: 10px;
}

/* Context menu Script- © Dynamic Drive (www.dynamicdrive.com) Last updated: 01/08/22
For full source code and Terms Of Use, visit http://www.dynamicdrive.com */

.skin0{
position:absolute;
width:165px;
border:1px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
font-size:14px;
z-index:100;
visibility:hidden;
}

.menuitems{
padding-left:10px;
padding-right:10px;
}

