body {
  background-image: url(/images/market_information/gradient.jpg);
  background-repeat: repeat-x;
}

table {
  padding: 0px;
  border-collapse: collapse;  
}

table#container {
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  width: 780px;
}

td {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

td.label {
  font-family: helvetica, impact, sans-serif;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding-right: 10px;
  white-space: nowrap;
}

td.label, p.label {
  font-family: helvetica, impact, sans-serif;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  color: #805740;
}

td.autocomplete {
  vertical-align: top;
}

td#header_left {
  background-image: url(/images/market_information/header_gradient.jpg);
  background-repeat: repeat-x;
  max-width: 354px;
}

td#header_middle {
  background-image: url(/images/market_information/header_gradient.jpg);
  background-repeat: repeat-x;
  height: 110px;
}

td#header_right {
  background-image: url(/images/market_information/header_gradient.jpg);
  background-repeat: repeat-x;
  height: 110px;
  max-width: 426px;
  text-align: right;
}

td#header_overlay {
  background: #fff;
  color: #000;
  font-size: 12px;
  padding-bottom: 5px;
  text-align: center;
}

img.foobar {
  float: right;
}

td#content {
  background: #fff;
}

div#inner_content {
  margin: 13px 13px 4px 13px;
}

td#bottom_bar_left, td#bottom_bar_right {
  width: 15px;
}

td#bottom_bar_middle {
  background: white;
  font-size: 12px;
  height: 15px;
  text-align: center;
}

tr.alt_row {
  background: #FAF8CC;
}

a.bottom_bar, a.bottom_bar:hover, a.bottom_bar:visited {
  color: black;
  text-decoration: none;
}

a.bottom_bar:hover {
  border-bottom: thin black solid;
  border-top: thin black solid;
}

h1 {
  margin: 13px 13px 4px 13px;
  background: #b9d4cd;
  border: thin solid #d5e6e2;
  text-align: center;
  vertical-align: center;
  font-weight: normal;
  text-transform: uppercase;
}

h2 {
  font-family: helvetica,impact,sans-serif;
  text-align: center;
  font-size: 1.4em;
}

h3 {
  font-family: helvetica, impact, sans-serif;
  text-align: center;
  color: #805740;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: thin solid #805740;
  margin-bottom: 5px;
}


.blogtitle {
  border: none;
  font-family: helvetica,impact,sans-serif;
  margin: 0;
  float: left;
}

div#menu {
  margin: 3px 13px 0;
}

a.menu, a.menu:hover, a.menu:visited {
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a.menu:hover {
  border-bottom: thin black solid;
  border-top: thin black solid;
  color: white
}

#flash_notice, #flash_error, #flash_warning, .notice {
  margin: 13px 13px 4px 13px;
}

.notice {
  background: lightgreen;
  border: thin solid darkgreen;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.timestamp, td.dtn_header {
  background: #00599b;
  color: white;
  font-size: 13px;
  font-weight: bold;
  font-family: 'verdana', 'arial';
  text-align: center;
  margin: 0 0 5px 0;
}

div.market_info {
  margin: 13px 13px 4px 13px;  
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  width: 700px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('/images/xml/ellipsis.xml#ellipsis');
}

.blog_date {
  font-size: .7em;
  float: right;
}

div.entry {
  clear: both;
}

.comments_description {
  font-size: .7em;
}

.comment_author {
  font-family: helvetica,impact,sans-serif;
  font-style: italic;
  margin-bottom: 10px;
}

.comment_contents {
  width: 100%;
  margin-bottom: 10px;
}

.comment_timestamp {
  border-bottom: thin solid black;
  font-size: 0.7em;
  font-weight: bold;
  margin-bottom: 20px;
}

td.portlet {
  vertical-align: top;
}

h5.portlet {
  border-bottom: thin solid black;
  border-top: thin solid black;
  font-family: helvetica,impact,sans-serif;
  font-size: 1.1em;
  margin: 5px 0;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

td.data, a.data {
  font-family: helvetica, impact, sans-serif;
  vertical-align: top;
  color: black;
  white-space: nowrap;
}

a.data {
  text-decoration: none;
}

td.data {
  padding-left: 5px;
  padding-right: 5px;
  font-family: helvetica, impact, sans-serif;
  vertical-align: top;
  text-align: center;
}

td.left {
  text-align: left;
}

div.scroll {
  height: 300px;
  overflow: auto;
}

table.button {
  margin: 13px;
}

td.button_left, td.button_left_mouse_over {
  background-image: url(/images/button_left.gif);
  background-repeat: no-repeat;
  height: 30px;
  width: 6px;
}

td.button_left_mouse_over {
  background-image: url(/images/button_left_mouse_over.gif);
}

td.button_middle, td.button_middle_mouse_over {
  background-image: url(/images/button_middle.gif);
  background-repeat: repeat-x;
  text-align: center;
  vertical-align: middle;
}

td.button_middle_mouse_over {
  background-image: url(/images/button_middle_mouse_over.gif);
}

td.button_right, td.button_right_mouse_over {
  background-image: url(/images/button_right.gif);
  background-repeat: no-repeat;
  height: 30px;
  width: 6px;
}

td.button_right_mouse_over {
  background-image: url(/images/button_right_mouse_over.gif);
}

a.button {
  font-family: helvetica, impact, sans-serif;
  vertical-align: top;
  color: #000;
  text-decoration: none;
}

ul.event, ul.compact_blog_summary {
  padding: 0;
}

li.event, li.compact_blog_summary {
  list-style: none;
  font-family: helvetica,impact,sans-serif;
}

p {
  margin: 0 0 5px 0;
}

input, label, p, .instructions {
  font-family: sans-serif;            
}

.instructions {
  font-size: 0.8em;
}

td.padded_cell {
  padding-left: 20px;
  padding-right: 20px;
}

.password {
  font-size : 12px;
  border : 1px solid #cc9933;
  width : 200px;
  font-family : arial, sans-serif;
}
.pstrength-minchar {
  font-size : 10px;
}

p.explanation {
  font-size: .8em;
  font-style: italic;
}
