/* general */

body {
  color: #333366;
  font-family: sans-serif;
  margin: 0;
}

body, td, th, p {
  font-family: sans-serif;
  font-size: 11pt;
}

input {
  font-family: sans-serif;
}

img.icon {
  width: 32; height: 32;
}

img.link {
  border: 0;
}

td.info {
  padding: 5;
  background-color: lightgrey;
  font-size: smaller;
}

.smaller {
  font-size: smaller;
}

/* content */

div.content {
  margin: 10;
}

/* menu */

td.menu, tr.menu {
  background-color: #333366;
}

input.menu_button {
  background-color: #333366;
  color: white;
  font-size: 9pt;
  border: 1px outset #CCCCFF;
  cursor: hand;
}

input.menu_text {
  background-color: #CCCCFF;
  color: black;
  border: 2px inset white;
  font-size: 9pt;
  width: 90;
}

select.menu {
  background-color: #CCCCFF;
  color: black;
  border: 1px solid;
  font-size: 9pt;
}

a.menu {
  color: white;
  background-color: #333366;
  border: 1px outset #CCCCFF;
  font-size: 10pt;
  font-family: sans-serif;
  text-decoration: none;
  padding: 1px;
  font-weight: bold;
}

a.active_menu {
  color: #333366;
  background-color: #CCCCFF;
  border: 1px outset #CCCCFF;
  font-size: 10pt;
  font-family: sans-serif;
  text-decoration: none;
  padding: 1px;
  font-weight: bold;
}

a.menu:hover {
  border: 1px solid white;
}

a.menu:link    {
}

a.menu:active  {
  border: 1px solid yellow;
}

a.menu:visited { 
}

/* footer */

address.footer {
  font-family: sans-serif;
  font-size: 10pt;
}

/* message board, tables */

.color1 {
  background-color: #f0f0ff;
}
.color2 {
  background-color: white;
}
.other {
  background-color: white;
}
.inner_table {
  background-color: #e0e0e0;
  font-familily: arial;
  border-style: solid;
  border: thin;
}
.title_bar {
  background-color: #333366;
  color: white;
  font-weight: bold;
}
.column_title {
  background-color: #e0e0e0;
}
.navigation {
  background-color: #e0e0e0;
  font-familily: arial;
  border-style: solid;
  border: thin;
}

/* navigation bar (left menu) */

DL.navbar {
  font-size: smaller;
  margin-top: 1 px;
  margin-bottom: 6 px;
}
DT.navbar {
  font-weight: bold;
}
DD.navbar {
  margin-top: 2 px;
  margin-left: 10px;
}

/* general list view */

TR.list_head {
}
TH.list_head {
  background-color: buttonface;
  color: windowtext;
  font-size: 10px;
  font-weight: normal;
  border: 1px outset;
  text-align: left;
  font-family: MS Sans Serif;
}
TR.list_body {
  background-color: window;
}
TR.list_body_alt {
  background-color: #f0f0ff;
}
TD.list_body {
  color: windowtext;
  font-size: 10px;
  font-family: MS Sans Serif;
}
TABLE.list {
  background-color: buttonface;
  border-width: 1;
  border-style: inset;
}
.dialog {
  background-color: buttonface;
  border-width: 2;
  border-style: outset
}
