/*
-----------------------------------------------
ASK Disposal screen style
author: Inmost Software <sean@inmost.ca>
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */
html, body {
  height: 100%;
  }
html body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 12px Arial, Verdana, Sans-serif;
  color: #9B9A9A;
  margin-left: 1px;  /* IE one pixel image offset hack */
  }
html>body {  /* IE one pixel image offset hack */
  margin: 0
  }
body {
  background: #272B2E;
  }
#header_top {
  height: 119px;
  padding: 0;
  margin: 0;
  background: #000000 url('../images/header_bg_top.gif') 0 0 no-repeat;
  }
#header_bottom {
  height: 16px !important;
  height /**/: 21px;
  padding: 5px 25px 0 0;
  margin: 0;
  text-align: right;
  background: #000000 url('../images/header_bg_bot.gif') 0 0 no-repeat;
  }
#big_nav_container {
  height: 192px;
  padding: 0;
  margin: 0;
  background: #000000 url('../images/big_nav_bg.gif') 0 0 repeat-x;
  }
#container {
  width: 760px !important;
  width /**/: 760px;
  background-color: #000000;
  margin: 0 auto 0 auto;
  text-align: left;
  }
#content_container {
  float: left;
  width: 760px !important;
  width /**/: 760px;
  background: url("../images/content_bg.gif") repeat-y;
  }
#content {
  float: left;
  width: 504px !important;
  width /**/: 544px;
  padding: 20px 20px 20px 20px;
  }
#r_sidebar {
  float: left;
  width: 166px !important;
  width /**/: 206px;
  padding: 30px 30px 20px 20px;
  }
#footer {
  width: 760px;
  background-color: #000000;
  border-top: 1px solid #1C2328;
  text-align: center;
  }

/* Header
----------------------------------------------- */
#header_bottom {
  font-size: 10px;

  }
#header_bottom a {
  color: #FFFFFF;
  text-decoration: none;
  }
#header_bottom a:hover {
  text-decoration: underline;
  }


/* Big Nav
----------------------------------------------- */
.big_nav_on {
  float: left;
  padding: 30px 0 0 30px;
  opacity: .95;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  }
.big_nav_off {
  float: left;
  padding: 30px 0 0 30px;
  }

/* Content
----------------------------------------------- */
p, h1, h2 {
  padding: 10px;
  margin: 0;
  }
h1 {
  padding: 8px 0 5px 10px;
  margin-bottom: 10px;
  }
h2 {
  font-size: 13px;
  color: #B80000;
  font-weight: normal;
  padding: 8px 0 0 10px;
  }
#content p {
  line-height: 18px;
  }
ul {
  margin: 0 0 10px 5px;
  padding: 3px 20px 1em 25px;
  }
ul li {
  line-height: 20px;
  }
.content_bubble ul {
  list-style: none;
  margin: 0;
  padding: 3px 20px 0 10px;
  }
.content_bubble ul li {
  list-style: none;
  background: url('../images/checkmark_bullet.gif') no-repeat 0 4px;
  padding: 0 0 0 28px;
  line-height: 26px;
  }
a {
  text-decoration: none;
  color: #64B4D4;
  }
a:hover {
  text-decoration: underline;
  color: #64B4D4;
  }
img.left {
  clear: both;
  float: left;
  padding: 15px 20px 8px 10px;
  }
.content_bubble_top {
  height: 6px;
  margin-left: 10px;
  background: #000000 url('../images/content_bubble_top.gif') 0 0 no-repeat;
  overflow: hidden;
  }
.content_bubble {
  margin-left: 10px;
  padding-left: 15px;
  background: #000000 url('../images/content_bubble_mid.gif') 0 0 repeat-y;
  }
.content_bubble_bot {
  height: 6px;
  margin-left: 10px;
  background: #000000 url('../images/content_bubble_bot.gif') 0 0 no-repeat;
  }
table.simple {
  margin-left: 10px;
  margin-top: 10px;
  line-height: 18px;
  color: #9B9A9A;
  }
table.simple td {
  vertical-align: top;
  padding: 4px 8px 4px 0;
  border-bottom: 1px solid #1C2328;
  }
table.simple td.head {
  border: 0;
  line-height: 20px;
  font-size: 16px;
  color: #D8D8D8;
  font-weight: bold;
  }
table.simple td.last {
  border: none;
  }
p.subnav {
  padding: 10px 0 5px 0;
  margin-left: 10px;
  border-bottom: 1px solid #1C2328;
  }
p.subnav a {
  color: #9B9A9A;
  text-decoration: none;
  }
p.subnav a:hover {
  color: #64B4D4;
  text-decoration: underline;
  }

/* Right Sidebar
----------------------------------------------- */
#r_sidebar ul {
  list-style: none;
  margin: 0;
  padding: 3px 20px 0 0;
  }
#r_sidebar ul li {
  list-style: none;
  background: url('../images/r_sidebar_bullet.gif') no-repeat 0 4px;
  padding: 0 0 6px 22px;
  line-height: 18px;
  }
#r_sidebar a {
  color: #9B9A9A;
  text-decoration: none;
  }
#r_sidebar a:hover {
  color: #64B4D4;
  text-decoration: underline;
  }
#r_sidebar .divider {
  width: 155px;
  background-color: #1C2328;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
  margin: 10px 0;
  }

/* Footer
----------------------------------------------- */
#footer a {
  font: 10px Arial, Verdana, Sans-serif;
  line-height: 35px;
  letter-spacing: 0.1em;
  color: #D8D8D8;
  text-decoration: none;
  }
#footer a:hover {
  color: #D8D8D8;
  text-decoration: underline;
  }

/* Input
----------------------------------------------- */
.html_text {
  font: 12px Arial, Verdana, Sans-serif;
  color: #D8D8D8;
  padding: 2px;
  }
.html_select {
  font: 12px Arial, Verdana, Sans-serif;
  color: #D8D8D8;
  }