/* theme.css
   basic styles for API portal theme */

HTML {
  background-color: white;
  background: url(images/bg_api.gif);
}
HTML, BODY {
  margin: 0;
  padding: 0;
}


.sheet {
  margin: 0 8%;
}


#headBanner {
  margin: 0 0 17px 0;
  height: 64px;
  padding: 16px 8%;
  background-color: white;
  overflow: hidden;

  font-family: Arial Black;
  font-size: 18pt;
  
  color: #008000;
  letter-spacing: -1pt;

  box-shadow:
    0px 2px 6px rgba(0, 0, 0, 0.1),
    0px 0px 60px 20px rgba(255, 255, 255, 0.5);
}

#headLogo {
  padding-right: 12px;
}


/* navigation styles */

DIV.crumbs {
  margin-bottom: 2.5pc;
  color: #999;
  font-size: 9pt;
}

DIV.crumbs A {
  color: #008000;
}

/* general styles */

BODY, TD
{
  font-family: arial,helvetica,sans-serif;
  font-size: 11pt;
}

H1 {
  font-family: "Arial Black",Arial,Helvetica,sans-serif;
  letter-spacing: -1pt;
  font-size: 18pt;
  color: #008000;
  border-bottom: solid 1px #008000;
}

H3 {
  color: #008000;
}

P
{
  line-height: 13pt;
}

A:link, A:visited {
  color: #008000;
}