/* Neil Ramsden
   pane.css
   6 Aug 04 -> 13 Aug 04

   CSS definitions for suffix checker flow panes.
*/

/* Default body formats
*/

body {
  font-size: 12px;
}

/* Flow pane headers
*/

.pane-header {
  background-color: #C0C0FF;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}


/* Actions
*/

.active-option {
  font-weight: bold;
  text-decoration: none;
  color: #404000
}

.plain-option {
  font-weight: normal;
  text-decoration: none;
  color: #404000
}

.advice {
  border: solid thin #C0C0FF;
  background-color: #F0F0FF;
  padding: 10px;
  font-weight: bold;
}

/* Letter strings - needs a font to distinguish eg. <l>
*/

.letter-string {
  font-family: "Courier New", Courier, mono;
}