
@media print {
  .noprint {
    display: none;
  }
  #print-fullwidth {
    width: 100%;
  }
  div.hbar {
    font-size: 0.7em;
    line-height: 20px;
  }
}

@media screen {
  .noscreen {
    display: none;
  }
  #print-fullwidth {
    width: 600px;
  }
  .hbar {
    width: 750px;
    line-height: 25px;
    background: #dadace;
  }
  #foothbar {
    margin-bottom: 2em;
  }
}

#datetime {
  padding-right: 1ex;
  text-align: right;
  font-size: 0.6em;
  color: #5b5959;
}
#datetime span {
  color: #a6183b;
}

.hbar {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 0.8em;
}
.hbar span {
  color: #a6183b;
}
#headhbar {
  font-style: italic;
}
#foothbar {
  color: #808083;
  margin-top: 6px;
  padding-top: 3px;
  padding-bottom: 4px;
  font-weight: normal;
  line-height: 22px;
  color: #5b5959;
}
#foothbar a {
  color: #5b5959;
  text-decoration: none;
}
#foothbar a:hover {
  color: #000080;
  text-decoration: none;
}

h1.contentopen {
  margin-top: 20px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #000080;
}

a.navi, a.navi_active {
  display: block;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  color: #c00;
}

a.navi_active {
  color: #6567ae;
}

a.navi:hover {
  background: #efe0e0;
}

a.navi_active:hover {
  background: #e0e1ef;
}

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

h2.c_default {
  font-size: 0.8em;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 1.2em;
  text-decoration: underline;
}

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

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

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

/* Non-CMS */

div.footer {
  text-align: center;
  font-size: 0.8em;
}

/* 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: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.admin {
  font-family: 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
}

a {
  color: #a6183b;
}
a.nameonly {
  color: #000000;
}

ul, ol {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul {
  list-style-image: url(/images/li-square.gif);
  list-style-type: square;
}

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

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


