/* CSS Document */

#container.resources
{
    height: 1356px;
}

#sidenav.resourcesNav
{
  height: 1075px;
}

#content.resourcesContent
{
  height: 1075px;
  width: 475px;
}

table
{
  margin-top: 10px;
  font-size: .85em;
}

table
{
  border: 1px solid #404160;
  border-bottom: none;
  border-right: none;
}

table tr td
{
  border-bottom: 1px solid #404160;
  border-right: 1px solid #404160;
  padding: 3px;
}

table tr td.header
{
  background: #404160;
  color: #ffffff;
}

div.fueltext
{
  font-size: .95em;
}

table#current
{
  float: left;
  margin-right: 20px;
}

