
table#history {
  font-size: 0.8333em;
}
table#history td {
  vertical-align: top;
  padding: 4px 8px;
}
table#history tr.heading td {
  background: #00327e;
  color: #ffffff;
  font-weight: bold;
}
table#history tr.even td {
  background: #ccddff;
}

div#loginbox {
  margin: 0px 14px 0px 9px;
  padding: 7px;
  background: #ffffff;
  font-size: 0.8333em;
}
div#loginbox input.text, div#loginbox input.submit {
  width: 114px;
  font-size: 0.8333em;
}

table#blueborder {
  border: 3px solid #00327e;
  border-top: 0px;
}

h2.contentopen {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 1.2em;
}

a.navbutton {
  display: block;
  margin: 5px 14px 0px 9px;
  border-left: 2px solid #0043a8;
  border-top: 2px solid #0043a8;
  border-right: 2px solid #002154;
  border-bottom: 2px solid #002154;
  padding-left: 5px;
  font-size: 0.8333em;
  font-weight: bold;
  line-height: 150%;
  text-decoration: none;
  color: #ffffff;
}

a.navbutton:hover {
  border-left: 2px solid #04b864;
  border-top: 2px solid #04b864;
  border-right: 2px solid #027032;
  border-bottom: 2px solid #027032;
  background: #03944b;
}

a.member_navbutton {
  display: block;
  margin: 5px 14px 0px 9px;
  border-left: 2px solid #00b6cc;
  border-top: 2px solid #00b6cc;
  border-right: 2px solid #006c9a;
  border-bottom: 2px solid #006c9a;
  padding-left: 5px;
  font-size: 0.8333em;
  font-weight: bold;
  line-height: 150%;
  text-decoration: none;
  background: #0091b3;
  color: #ffffff;
}

a.member_navbutton:hover {
  border-left: 2px solid #04b864;
  border-top: 2px solid #04b864;
  border-right: 2px solid #027032;
  border-bottom: 2px solid #027032;
  background: #03944b;
}

a.member_home_menu {
  font-weight: bold;
  text-decoration: none;
  color: #03944b;
}

a.member_home_menu:hover {
  text-decoration: underline;
}

/* Content templates */
div.contentitem_default {
  margin: 20px 20px 0px;
}

h2.c_default {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #669;
}

div.c_default_standin {
  display: none;
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.c_default {
  font-size: 0.9em;
}

div.icon_default {
  font-size: 0.9em;
  text-align: center;
}

div.c_headeles_standin {
  display: none;
}

div.c_headeles {
  margin: 0px;
  font-size: 0.8em;
  font-weight: bold;
  color: #ffffff;
}

div.c_headeles a {
  color: #ffffff;
}

/* Non-CMS */

div.footer {
  width: 720px;
  text-align: center;
  margin-top: 1em;
  padding-top: 3px;
  font-size: 0.9em;
}

/* END Non-CMS */

/* Administration */
span.admin_message {
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

span.admin_error {
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

div.admin_message {
  padding: 4px;
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

div.admin_error {
  padding: 4px;
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

table.admin_index {
  font-size: 0.8em;
}

th.admin_index {
  font-weight: bold;
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

tr.admin_index_th {
  background-color: #666666;
  color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
  background-color: #dddddd;
  font-size: 1.0em;
}

tr.admin_index_odd {
  background-color: #eeeeee;
  font-size: 1.0em;
}

tr.admin_index_context {
  background-color: #aaaadd;
  font-size: 1.0em;
}

td.admin_index {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* All-around */

body {
  padding: 0px;
  border: 0px;
  margin: 0px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

form {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*
a.file_attach {
  font-family: ;
  font-size: xx-small;
  font-weight: bold;
  color: #00327e;
  text-decoration: none;
}

a.file_attach:hover {
  text-decoration: underline;
  color: #ffff99;
}
*/

