/* general */

body {
  color: #333366;
  background-color: white;
  font-family: sans-serif;
  margin: 0;
}

body, td, th, p {
  font-family: sans-serif;
  font-size: 11pt;
}

iframe {
  margin: 0px;
  padding: 0px;
  border: 0px solid yellow;
}

form {
  margin: 0px;
}

input {
  font-family: sans-serif;
}

h1 {
  margin-top: 5px;
  font-size: 18pt;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
}

img.icon {
  width: 32px; height: 32px;
}

img.icon16 {
  width: 16px; height: 16px; border: 0px; vertical-align: middle;
}

img.link {
  border: 0px;
}

td.info {
  padding: 5px;
  background-color: Silver;
  font-size: smaller;
}

.smaller { font-size: 11px; color: #999999
 }
.center { text-align: center; }
.right { text-align: right; }
.underline { text-decoration: underline; }
.blockquote { margin-left: 30px; }
.halfwidth { width: 50%; }

/* content */

div.content, td.content {
  padding: 10px;
  background-color: white;
}

table.content {
  width: 100%;
}

table.content tr td.contextmenu {
  width: 143px;
  padding: 5px;
  background-color: #e0e0e0;
}

/* menu */

table.menu {
  width: 100%;
}

td.menu, tr.menu {
  background-color: #333366;
}

input.menu_button {
  background-color: #333366;
  color: white;
  font-size: 9pt;
  border: 1px outset #CCCCFF;
  cursor: pointer;
}

input.menu_text {
  background-color: #CCCCFF;
  color: black;
  border: 2px inset white;
  font-size: 9pt;
  width: 90px;
}

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 { 
}

table.toolbar tr td {
  padding: 0px;
}

/* footer */

div.footer {
  font-family: sans-serif;
  font-size: smaller;
  text-align: center;
  padding: 10px;
}

/* message board, tables */

.color1 {
  background-color: #f0f0ff;
}
.color2 {
  background-color: white;
}
.other {
  background-color: white;
}
.inner_table {
  background-color: #e0e0e0;
  border-style: solid;
  border: thin;
}
.title_bar {
  background-color: #333366;
  color: white;
  font-weight: bold;
}
tr.column_title {
  background-color: #e0e0e0;
}
.navigation {
  background-color: #e0e0e0;
}
.message_from {
  vertical-align: top;
  white-space: nowrap;
  padding: 2px;
}
.message_text {
  vertical-align: top;
  padding: 5px;
}

/* navigation bar (left menu) */

dl.navbar {
  font-size: smaller;
  margin-top: 1px;
  margin-bottom: 6px;
}
dl.navbar dt {
  font-weight: bold;
}
dl.navbar dd {
  margin-top: 2px;
  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", 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", sans-serif;
}
TABLE.list {
  background-color: ButtonFace;
  border-width: 1px;
  border-style: inset;
}
.dialog {
  background-color: ButtonFace;
  border-width: 2px;
  border-style: outset
}
