
table#alphanav {
  width: 100%;
}
table#alphanav tr td.space {
  width: 20px;
}
table#alphanav tr td table tr td {
  background: #ffffcc;
  border: 2px solid #cccc99;
  width: 2%;
}
table#alphanav tr td table tr td a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #1d3eab;
}
table#alphanav tr td table tr td a:hover {
  background: #ffff99;
}

div.listing {
  height: 140px;
  box-sizing: border-box;
  -moz-box-sizing: padding-box;
  margin: 0px 20px;
  border-top: 1px solid #1d3eab;
  padding: 5px 0px;
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
}

div.listing div.photo {
  float: right;
  display: table-cell;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 126px;
  height: 130px;
  border-left: 1px solid #0e7fcd;
  padding-left: 5px;
}

div#addressbar {
  padding-right: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  color: #ffffff;
  text-align: right;
}

div#url {
  margin-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  color: #ffffff;
}

div.slogan {
  border-left: 2px solid #13a9dd;
  border-top: 2px solid #13a9dd;
  border-right: 2px solid #0955bd;
  border-bottom: 2px solid #0955bd;
  font-weight: bold;
  line-height: 20px;
  background: #0e7fcd;
  color: #ffffff;
}

h1.contentopen {
  margin: 20px 20px 0px;
  font-size: 1.2em;
}

a.navi {
  display: block;
  margin: 2px;
  padding-left: 4px;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  line-height: 21px;
  background: url(/images/button.gif) no-repeat;
  color: #ffffff;
}

a.navi:hover {
  color: #000000;
  background: #ffe300 url(/images/button-active.gif) no-repeat;
}

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

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

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

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

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

div.contentitem_bluebox {
  margin: 20px 20px;
  border-top: 2px solid #1d3eab;
  border-bottom: 2px solid #1d3eab;
  padding: 0px 20px 20px;
  background: #dfeeff;
}

h2.c_bluebox {
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.1em;
  font-weight: bold;
  font-variant: small-caps;
  margin-bottom: 0.5em;
  color: #1d3eab;
}

div.c_bluebox_standin {
  display: none;
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.0em;
  margin-bottom: 1em;
}

div.c_bluebox {
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.0em;
  color: #000000;
}
div.c_bluebox a {
  color: #000000;
}


div.contentitem_agent {
  margin: 20px 20px;
}

h2.c_agent {
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.0em;
  font-weight: bold;
  margin: 0px 0px 0.5em;
}

div.c_agent_standin {
  display: none;
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.c_agent {
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
}

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 {
  text-align: center;
  margin-top: 1em;
  padding-top: 3px;
  font-size: 0.9em;
  color: #ffffff;
}

/* 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_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: #1d3eab;
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
}

a.darkbg {
  color: #ffffff;
}

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: #1d3eab;
  text-decoration: none;
}

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

/* Listings */
tr.listing_even {
  background-color: ;
}
tr.listing_odd {
  background-color: ;
}
td.listing {
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 0.8em;
}

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

a.nextprev, a.nextprev_active {
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 0.666em;
  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;
}

/* Show listing */

h1.listings {
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 20px 0px;
  padding: 5px;
}

div.files {
  margin-bottom: 30px;
  font-size: 0.8em;
  text-align: center;
}

table.listing {
  width: 100%;
  padding: 0px 20px;
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
}

td.cell_label, td.cell_value {
  border-top: 1px solid #0e7fcd;
}

td.cell_label {
  width: 90px;
  border-right: 1px solid #0e7fcd;
  text-align: right;
}


