/* Standard design of rou pages - for all browsers other than IE */

/* Main page gubbins */

BODY {
  background: white;
  color: black;
  border: dotted #dddddd thin;
  padding: 0em;
  margin: 2em;
  font-size: 1em;
  font-family: optima, arial, sans-serif;
}

#Head, #Foot {
  position: relative;
}

#Head H1, #Foot H1 {
  font-size: 105%;
  margin: 0em;
}

#Head A, #Foot A {
  color: inherit;
}

#Body {
  padding: 2em;
}


#Logo, #Heading, #LinkIn, #LinkOut {
  background: white;
  border: dotted #dddddd thin;
  color: #999999;
  padding: 0.2em;
  position: absolute;
}

#Logo, #LinkOut   { left:   -1em; }
#Logo, #Heading   { top:    -1em; }
#Heading, #LinkIn { right:  -1em; }
#LinkIn, #LinkOut { bottom: -1em; } 

.BoxedContent {
  margin: 0.5em 7%;
  border: dotted black thin;
  padding: 0em;
}

/* This probably won't work on IE */

.BoxedContent > * {
  padding: 0.4em 0.8em;
}

.BoxedContent H3, .BoxedContent FORM {
  margin: -1px;
  background-color: #bbbbff;
  border: dotted black thin;
}

.BoxedContent H4 {
  margin: 0.4em 0.8em;
  padding: 0.4em 0em;
  border-bottom: dotted black thin;
}

.BoxedContent UL, .BoxedContent OL {
  padding: 0em 1em 0em 3em;
}

.BoxedContent LI {
  margin-top: 0.2em;
}

.BoxedContent .Annotation {
  font-size: 75%;
  text-align: right;
  color: #444444;
}

/* Generic text styles */

A {
  text-decoration: none;
  color: #1111bb;
}

A:hover {
  text-decoration: underline;
}

A.NoEmphasis {
  color: inherit;
}

A.NoEmphasis:hover {
  text-decoration: none;
  color: #000099;
}

H3 {
  font-weight: bold;
  font-size: 110%;
  text-align: center;
}

H4 {
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}

P {
  margin: 0.5em 0em;
}


/* Error messages */

.Notice {
  text-align: center;
  margin: 0.5em 20%;
  background-color: #ffcccc;
  border: solid #ff7777 2px;
  padding: 0.5em;
}

.Notice H3 {
  margin: 0em;
}

/* Forms */

FORM {
  overflow: auto;
}

FORM * {
  margin: 0em;
}

FORM .Prompt {
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  border-bottom: dotted black thin;
  font-weight: bold;
}

FORM .Label {
  font-size: 75%;
}

/* Menus */

.Menu {
  margin: 0.7em 19%;
}

.Menu H3 {
  background-color: #bbbbff;
  margin: -1px;
  border: dotted black thin;
  padding: 0.3em;
}

.Menu UL {
  list-style: none;
  margin: -1px;
  padding: 0em;
  border: dotted black thin;
}

.Menu LI {
  padding: 0.22em 2em 0.2em;
}

.Menu .Where {
  display: block;
  text-align: center;
  font-size: 108%;
  font-weight: bold;
}

.Menu .When {
  display: block;
  text-align: center;
  font-size: 92%;
}

/* Html reports */

.HtmlReport {
  font-family: monospace;
  color: black;
  margin: 1em;
  padding: 0.5em;
  border: dotted black thin;
}

.HtmlReport DEL {
  color: red;
}

.HtmlReport INS {
  color: blue;
}

