
a.navbutton, a.navbutton_active {
  display: block;
  height: 20px;
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;
  border: 1px solid #ccc;
  margin: 1px;

  font-family: "Times New Roman", "Times New", Times, serif;
  font-weight: bold;
  font-size: 12pt;
  font-variant: small-caps;
  text-decoration: none;

  color: #000;
  background: #eef;
}

a.navbutton:visited {
  color: #666;
}

a.navbutton:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

a.navbutton_active, a.navbutton_active:visited {
  color: #000;
  background: #ccd;
  border: 1px solid #999;
}

/* Content templates */

div.contentitem_default {
  margin: 13px;
  clear: both;
}

h2.c_default {
  font-family: "Times New Roman", "Times New", Times, serif;
  font-size: 12pt;
  font-weight: bold;
}

p.c_default_standin {
  font-family: "Times New Roman", "Times New", Times, serif;
  font-size: 12pt;
  margin: 0em;
  display: none;
}

p.c_default {
  font-family: "Times New Roman", "Times New", Times, serif;
  font-size: 12pt;
  margin-bottom: 1em;
}

/* Non-CMS */

a {
  color: #000;
}

a:visited {
  color: #666;
}

a.nameonly {
  color: #000;
}

span.addressline {
  font-family: "Times New Roman", "Times New", Times, serif;
  font-weight: bold;
  font-size: 75%;
}

span.textlinks {
  font-family: "Times New Roman", "Times New", Times, serif;
  font-size: 75%;
}

a.textlinks {
  font-weight: bold;
  text-decoration: none;
}

/* 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 {
  text-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_even_done, tr.admin_index_done {
  background-color: #99ee99;
  font-size: 1.0em;
}

tr.admin_index_odd_done {
  background-color: #ccffcc;
  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 {
  margin: 0;
  border: 0;
}
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: Verdana, Arial, Helvetica, Sans Serif;
  font-size: xx-small;
  font-weight: bold;
  color: ;
  text-decoration: none;
}

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

/* Listings */
h1.listings {
  font-family: "Times New Roman", "Times New", Times, serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 13px;
}

tr.listing_even {
  background-color: #e0e0ff;
}
tr.listing_odd {
  background-color: #eeeeff;
}
td.listing {
}

a.listing {
  text-decoration: none;
  font-weight: bold;
}
a.listing:hover {
  text-decoration: underline;
}

a.nextprev, a.nextprev_active {
  font-family: Verdana, "Times New", Times, serif;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  background-color: #eeeeee;
  color: #333333;
}
a.nextprev_active {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
a.nextprev:hover, a.nextprev_active:hover {
  border-color: #cccccc;
  background-color: #666666;
  color: #ffffff;
}

a.list_tab_on {
  font-family: "Times New Roman", "Times New", Times, serif;
  color: #000000;
  text-decoration: none;
  display: block;
}
a.list_tab_on:hover {
  color: #0000ff;
  background-color: #eeeeee;
}
a.list_tab_off {
  font-family: "Times New Roman", "Times New", Times, serif;
  text-decoration: none;
  display: block;
}
a.list_tab_off:hover {
  color: #0000ff;
  background-color: #eeeeee;
}

td.list_tab_on {
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  font-weight: bold;
}
td.list_tab_off {
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-color: #cccccc;
}
table.list_formbox {
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  margin-bottom: 10px;
}

/* Show listing */
tr.show_odd {
  background-color: #ffffff;
}
tr.show_even {
  background-color: #eeeeee;
}

td.show_cell {
  font-family: "Times New Roman", "Times New", Times, serif;
  font-size: 12pt;
}

/* Footer */
div.footertext {
  font-family: "Times New Roman", "Times New", Times, serif;
  font-size: 66%;
  color: #000000;
}

a.footeragent {
  color: #000000;
  text-decoration: none;
}

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

