@import "yui-reset-fonts.css";
@import "yui-base-min.css";
html {
  height: 100%;
}
body {
  margin: 0;
  background: url("../img/header-background.png") repeat-x;
}
li {
  list-style: inherit;
}
th,
td {
  border: none;
}
th {
white-space: nowrap;
}
#container {
  background: url("../img/sidebar-background.png") repeat-y;
}
#sidebar-frame {
  border: none;
  float: left;
  width: 210px;
  height: 800px;
  background: #233764;
}
#sidebar {
  padding-top: 130px;
  height: 100%;
  overflow: hidden;
  background: #233764 url("../img/sidebar-logo.png") no-repeat center top;
}
#menu,
#menu ul {
  margin: 0.5em;
}
#menu ul {
  margin-right: 0;
  list-style: none;
}
#menu a:link,
#menu a:visited {
  color: #bfffff;
}
#menu ul a:link,
#menu ul a:visited {
  color: #ffffff;
}
#main {
  margin-left: 210px;
  padding: 81px 0.5em 0.5em;
  min-height: 600px;
  background: url("../img/header-logo-logotype.png") no-repeat right top;
}
#main:before {
  display: block;
  position: absolute;
  top: 0;
  width: 78px;
  height: 81px;
  content: "";
  background: url("../img/header-logo-symbol.png") no-repeat;
}
#main h1 {
  color: #233764;
}
#main h2 {
  padding-left: 0.5em;
  border-bottom: 2px groove #233764;
  border-left: 0.5em solid #233764;
  color: #233764;
  background: #d6deee;
}
#main h3 {
  padding: 0 0.25em;
  border-bottom: 1px solid #233764;
  border-left: 0.25em solid #445e98;
  color: #233764;
}
#main p.centered {
  text-align: center;
}
#main pre.bordered {
  padding: 0.5em;
  border: 2px solid #7488b5;
  overflow: auto;
}
#main dl.info,
#main dl.warning {
  padding: 0.5em;
  border: 1px solid #233764;
}
#main dl.info dt,
#main dl.warning dt {
  margin-bottom: 0.5em;
  line-height: 50px;
  background-repeat: no-repeat;
  text-indent: 56.5px;
  *text-indent: 56.6666px;
}
#main dl.info dt {
  background-image: url("../img/info.png");
}
#main dl.warning dt {
  background-image: url("../img/warning.png");
}
#main dl.info dd,
#main dl.warning dd {
  margin: 0;
}
#main dt {
  color: #233764;
}
#main table.bordered {
  border: 2px solid #939393;
  border-collapse: separate;
  border-spacing: 2px;
}
#main table.bordered th {
  border: 1px solid #6f6f6f;
  background: #d6deee;
}
#main table.bordered td {
  border: 1px solid #939393;
}
#main table.bordered td.numeric {
  text-align: right;
}
#main img.drop-shadow {
  box-shadow: 3px 3px 3px #939393;
}
#main iframe {
  margin-bottom: 1em;
}
#footer-frame {
  margin-bottom: -4px;
  border: none;
  width: 100%;
  height: 3em;
}
#footer {
  border-top: 1px solid #7488b5;
  overflow: hidden;
  background: none;
}
#footer address {
  line-height: 3em;
  text-align: center;
}
@media print {
  #sidebar-frame {
    display: none;
  }
  #main {
    margin-left: 0;
    padding-top: 0;
  }
  #main:before {
    background: none;
  }
  #footer-frame {
    display: none;
  }
}
