body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  background-color: black;
}

div.full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}

div.full a:link { color: #808080; text-decoration: none; }
div.full a:visited { color: #808080; text-decoration: none; }
div.full a:hover { color: white; text-decoration: none; }
div.full a:active { color: white; text-decoration: none; }

div.header {
  height: 100px;
  overflow: hidden;
  background: url('../images/grad_top.png');
}

div.content {
  overflow: auto;
}

div.content_margins {
  margin: 15px 0px 0px 15px;
}

div.footer {
  height: 49px;
  overflow: hidden;
  border-top: thin solid #616161;
}

img.middle { vertical-align: middle; }

span.tdiv {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 10px 30px 30px 0px;
}

div.t {
  *display: inline;
  font-size: 16px;
}

div.e {
  width: 150px;
}

div.e a:link { color: #808080; text-decoration: none; }
div.e a:visited { color: #808080; text-decoration: none; }
div.e a:hover { color: white; text-decoration: none; }
div.e a:active { color: white; text-decoration: none; }

div.det {
  font-size: 12px;
  color: #808080;
}

div.crightcontainer {
  font-size: 12px;
  line-height: 14px;
  color: #808080;
  width: 100%;
}

div.cright {
  text-align: left;
  margin: auto;
  width: 500px;
  font-size: 12px;
  line-height: 14px;
  color: #808080;
  padding: 30px 0px 0px 0px;
}

div.crightimg {
  float: left;
  padding: 2px 10px 0px 0px;
  height: 62px;
}

a:link div.det { color: #808080; text-decoration: none; }
a:visited div.det { color: #808080; text-decoration: none; }
a:hover div.det { color: #1b5790; text-decoration: none; }
a:active div.det { color: #1b5790; text-decoration: none; }

div.crumbs {
  text-align: left;
  color: #111111;
  font-size: 18px;
  margin: 10px 5px 0px 15px;
}

div.title {
  text-align: center;
  font-size: 24px;
  color: white;
}

div.nav {
  margin: 0px 15px 5px 15px;
  color: #808080;
  font-size: 18px;
}

div.nav_prev {
  float: left;
  width: 40%;
  text-align: left;
}

div.nav_next {
  float: right;
  width: 40%;
  text-align: right;
}

div.nav_center	 {
  margin: 0px 15px 5px 15px;
  color: #808080;
  font-size: 18px;
  text-align:center;
}

div.tools {
  margin: 15px;
  color: #808080;
  font-size: 16px;
}

div.tools_left {
  float: left;
  width: 32%;
  text-align: center;
}

div.tools_center {
  text-align: center;
}

div.tools_right {
  float: right;
  width: 32%;
  text-align: center;
}

div.tools_ll {
  float: left;
  width: 20%;
  text-align: left;
}

div.tools_l {
  float: left;
  width: 20%;
  text-align: center;
}

div.tools_r {
  float: right;
  width: 20%;
  text-align: center;
}

div.tools_rr {
  float: right;
  width: 20%;
  text-align: right;
}

div.item {
  color: #808080;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
}

div.desc {
  margin: 0% 25% 0% 25%;
}

div.help {
  margin: 50px 12% 0% 12%;
}

div.index_margins {
  margin: 15px 0px 0px 15px;
  color: #808080;
  font-size: 18px;
  line-height: 24px;
  text-align:left;
}

div.index-title {
  font-weight: bold;
}
div.index-title a:link div.det { color: #808080; text-decoration: none; }
div.index-title a:visited div.det { color: #808080; text-decoration: none; }
div.index-title a:hover div.det { color: #808080; text-decoration: none; }
div.index-title a:active div.det { color: #808080; text-decoration: none; }

ul.index-entry {
}

ul.index-entry a:link div.det { color: #808080; text-decoration: none; }
ul.index-entry a:visited div.det { color: #808080; text-decoration: none; }
ul.index-entry a:hover div.det { color: white; text-decoration: none; }
ul.index-entry a:active div.det { color: white; text-decoration: none; }

