
/* Structure */
html { overflow: -moz-scrollbars-vertical; }

.gradbg {
  background: #005da4 url(/images/gradbg.gif) repeat-x;
}

.orangebg {
  background: #ff8026 url(/images/orange-bg.gif) repeat-x;
}

div#profile-nav, div#profile-ads {
  margin: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
}

div#profile-ads {
  text-align: center;
}

div#profile-nav a, div#profile-ads a, div#profile-home a {
  color: #000000;
}

div#profile-home {
  float: right;
  margin-left: 30px;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-align: center;
}

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

span.addressline, span.textlinks, span.legal {
  font-family: Arial, Helvetica, sans-serif;
}

h2.contentopen {
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 0.1em;
  padding-left: 20px;
  padding-bottom: 0.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #ff9933;
  background: url(/images/h2bg.gif);
}

a.navbutton, a.navbutton_active {
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.3em;
  padding-left: 0.3em;
  padding-right: 0.1em;
  border-bottom: 1px dotted #0099cc;
  margin: 0.2em 0.1em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

a.navbutton_active {
  color: #ffff99
}

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

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

/* Content templates */
div.contentitem_default {
  margin-top: 20px;
  margin-left: 10px;
}

h2.c_default {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0px 20px 0.5em 20px;
}

p.c_default_standin {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.c_default {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin: 0px 20px;
}

div.contentitem_agent {
  clear: both;
  margin-top: 20px;
  margin-left: 10px;
}

h2.c_agent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0px 20px 0.5em 20px;
}

p.c_agent_standin {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.c_agent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin: 0px 20px;
}

h2.c_categories {
  margin: 0px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

div.c_categories {
  margin: 0px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

/* 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;
}

div.float-image-left {
  margin-left: 20px;
}

div.float-image-right {
  margin-right: 20px;
}

/* All-around */

body {
  padding: 0px;
  border: 0px;
  margin: 0px;
  background: #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: #0099cc;
  text-decoration: none;
}

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

/* Listings */
h1.listings {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  margin: 13px;
}

tr.listing_even {
  background-color: #cceeff;
}
tr.listing_odd {
  background-color: #eef8ff;
}
td.listing {
  font-family: Arial, Helvetica, sans-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: Arial, Helvetica, sans-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;
}

a.list_tab_on, a.list_tab_off {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-bottom: 5px;
}

a.list_tab_on:hover, 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;
}

table.list_formbox table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

table.list_formbox table select, table.list_formbox table input {
  font-family: Arial, Helvetica, sans-serif;
}

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

td.show_cell {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

