﻿body {
  background: #636357;
  font: 76% verdana;
  margin-top: 0;
  padding-top: 0;
}

a img {
  border: 0;
}
h1 {
  font-size: 1.8em;
  margin: 0 0 10px 0;
  padding: 0;
}
h2 {
  font-size: 1.4em;
  padding: 5px;
  margin: 5px 0;
  border-top: 1px solid #636357;
  background: #e3e3c8;
}
h3 {
  font-size: 1.1em;
}

p.action_links {
  text-align: center;
}

div.archived_article {
  padding: 5px;
}
div.archived_article p.action_links {
  text-align: right;
}
div.archived_article h3 {
  margin: 0;
  padding: 0;
}
div.archived_article p.date {
  margin: 2px 0;
  padding: 0;
  font-style: italic;
}
div#container {
  background: #FFF;
  margin: 0 auto;
  width: 100%;
}

div#container div#banner {
  background: #000 url(../images/header-background-withoutlogo.jpg) no-repeat top left;
  padding: 10px 10px 8px 10px;
  position: relative;
}
div#container div#traditionenergylogo 
{
	position:absolute;
	right: 25px;
	top: 30px;
}
div#container p {
  line-height: 1.4em;
}

#content {
  padding: 10px 20px;
}
a.home_link {
  background: transparent url(../images/arrow_right.png) no-repeat right 50%;
  color: #000;
  font-weight: bold;
  padding: 7px 25px 7px 7px;
  text-decoration: none;
  border-right: 7px solid #FFF;
}
a.home_link:hover {
  background: #EFEFEF url(../images/arrow_right.png) no-repeat right 50%;
  border-right: 7px solid #EFEFEF;
}
a.download_link {
  background: #EFEFEF url(../images/page_white_put.jpg) no-repeat right 50%;
  color: #000;
  font-weight: bold;
  padding: 7px 25px 7px 7px;
  text-decoration: none;
  border-right: 7px solid #FFF;
}

p.lead_download_link {
  float: right;
  margin: 0;
  padding: 0;
}
p.lead_download_link a.download_link {
  background: #eecdcd url(../images/page_white_put.png) no-repeat right 50%;
  border-right: 7px solid #eecdcd;
}
p.lead_download_link a.download_link:hover {
  background: #EFEFEF url(../images/page_white_put.png) no-repeat right 50%;
  border-right: 7px solid #EFEFEF;
}
a.read_article_link {
  background: transparent url(../images/page_go.png) no-repeat right 50%;
  color: #000;
  font-weight: bold;
  padding: 7px 25px 7px 7px;
  text-decoration: none;
  border-right: 7px solid #FFF;
}
a.read_article_link:hover {
  background: #EFEFEF url(../images/page_go.png) no-repeat right 50%;
  border-right: 7px solid #EFEFEF;
}

div#container div#footer {
  background: #e3e3c8;
  clear: both;
  padding: 5px 10px;
}
div#container div#footer p {
  font-size: 11px;
  text-align: center;
}
div#container div#footer p a {
  color: #000;
  font-weight: bold;
}
table {
  width: 100%;
}
table tr td.header_row {
  border-bottom: 1px solid #b0b09b;
  text-align: left;
  font-weight:bold;
}
table tr.header_row {
  border-bottom: 1px solid #b0b09b;
  text-align: left;
  font-weight:bold;
}
table tbody tr td {
  padding: 5px 0 5px 3px;
}
table tbody tr td.action {
  width: 18px;
}
table tbody tr.alt {
  background: #e3e3c8;
}
table tbody tr.alt2 {
  background: #E2F1F7;
}