html, body
{
  width: auto;
  height: 100%;
}

body.doc
{
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

body
{
  background: white;
  color: black;
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, center, td, th, ul, dl, div, input, textarea, select
{
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

.tundra .dijitMenuItem
{
  font: inherit !important;
}

body, table
{
  font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, table#header td:first-child
{
  text-decoration: none;
  font-weight: bold;
}

h1
{
  font-size: 160%;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}

h2
{
  font-size: 120%;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}

h3
{
  font-size: 110%;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}

h4
{
  font-size: 110%;
  font-weight: 700;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 5px;
}

h5
{
  font-size: 100%;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}

h6
{
  font-size: 100%;
  font-weight: 600;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 5px;
}

p
{
  margin: 5px 0px 20px 0px;
}

a
{
  color: #00685d;
}

a:link, a:visited
{
  text-decoration: none;
}

a:hover, a:focus, a:active
{
  text-decoration: underline;
}

a.anchor
{
  color: #000000;
  text-decoration: none;
}

hr
{
  height: 1px;
  border: none;
  border-top: 1px solid #000000;
}

table
{
  border-spacing: 0px;
  border-collapse:collapse;
  vertical-align: top;
}

td
{
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}

table.layout, table#header
{
  border: 0px none #FFFFFF;
  width: 100%;
}

table.layout td
{
  padding: 0px;
}

._underlay
{
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#header
{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 180%;
  font-weight: bolder;
  color:#00685d;
  overflow: auto;  /* Fixes problems with floating #headerRight element that is larger than the #header element */
}



#headerRight
{
  background-image: url('img/header.png');
  background-repeat: no-repeat;
  width: 105px;
  height: 30px;
  float: right;
}

table.border, table.border td
{
  border: 1px solid black;
}

table.form td:first-child
{
  width: 30ex;
}

table.form input[type=text]:not(.dijitReset), input[type=password]:not(.dijitReset), input[type=file]:not(.dijitReset), select:not(.dijitReset), textarea:not(.dijitReset), .dijitTextBox
{
  width: 300px;
}

table.form input[type=checkbox]
{
  margin: 0px;
  padding: 0px;
}

input.small, select.small
{
  width: 150px !important;
}

/* This can be used to group some elements of a form together. */
.formGroupBorder
{
  border: 1px solid #D5D5D5;
  border-radius: 2px;
}

#headerLinks
{
  font-size: 75%;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  padding: 5px 0px 5px 0px;
  margin-bottom: 30px;
}

#footer, #footerLinks
{
  text-align: right;
  font-size: 75%;
}

#footer
{
  font-style: italic;
}

#footerLinks
{
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  padding: 5px 0px 5px 0px;
  margin-top: 30px;
}

.warningIcon
{
  background-image: url('img/warning.png');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  margin: 5px 20px 5px 0px;
}

.warningBox
{
  background-color: #DFE3E6;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}
