html, body
{
  height: 100%;
}

html
{
  min-height: 100%;
  margin-bottom: 1px;
}

body
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  background-color: #E6E6E6;
}

a
{
  color: #666666;
  text-decoration: underline;
}

a:hover
{
  color: #CCCCCC;
  text-decoration: none;
}

#container
{
  width: 800px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

#toplogo
{
  width: 800px;
  height: 110px;
}

#inner
{
  padding: 0px 10px;
}

#topnavigation
{
  margin: 0px;
  padding: 5px 10px;
  text-align: left;
  background-color: #EEEEEE;
  border-top: 1px solid #BF110B;
  border-bottom: 1px solid #BF110B;
}

#topnavigation a
{
  padding: 0px 5px;
  color: #BF110B;
  text-decoration: none;
  font-size: 12px;
  outline: none;
}

#topnavigation a.active
{
  color: #BF110B;
  text-decoration: underline;
}

#topnavigation a:hover
{
  color: #222222;
  text-decoration: underline;
}

#content
{
  padding: 0px 10px;
}

#main
{
  height: auto;
  min-height: 600px;
}

* html #main
{
  height: 600px;
}

#main h1
{
  margin: 0px;
  padding: 10px 0px;
  font-family: 'Times New Roman';
  font-size: 22px;
  color: #222222;
}

#main h2
{
  margin: 0px;
  padding: 3px;
  font-family: 'Times New Roman';
  font-size: 18px;
  color: #BF110B;
  border-bottom: 1px solid #BF110B;
}

#main form
{
  margin: 0px;
  padding: 10px;
}

#main form label
{
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  padding-top: 1px;
  font-weight: bold;
  text-align: right;
  color: #BF110B;
}

#main form input
{
  border: 1px solid #BF110B;
}

#footer
{
  margin-top: 25px;
  border-top: 1px solid #BF110B;
}

#footer p
{
  margin: 0px;
  padding: 15px;
  text-align: right;
  font-size: 10px;
}

p.error
{
  padding: 5px;
  font-size: 10px;
  color: #000000;
  background-color: #FF9999;
  border: 1px solid #FF0000;
}

p.okay
{
  padding: 5px;
  font-size: 10px;
  color: #000000;
  background-color: #99FF99;
  border: 1px solid #00FF00;
}


div.tablecontainer
{
  padding: 0px 10px;
}

table.insidetable
{
  border-top: 1px dotted #BF110B;
  border-left: 1px dotted #BF110B;
}

table.insidetable th
{
  padding: 3px 5px;
  text-align: center;
  background-color: #EEEEEE;
  border-bottom: 1px dotted #BF110B;
  border-right: 1px dotted #BF110B;
}

table.insidetable th.emp_heading
{
  text-align: left;
  background-color: #CCCCCC;
  color: #BF110B;
}

table.insidetable td
{
  padding: 3px 5px;
  border-bottom: 1px dotted #BF110B;
  border-right: 1px dotted #BF110B;
}

table.sortable th
{
  cursor: pointer;
}

table.sortable th.sorttable_nosort
{
  cursor: default;
}

a.fakelink
{
  cursor: pointer;
  color: #BF110B;
  text-decoration: underline;
}

a.fakelink:hover
{
  cursor: pointer;
  color: #BF110B;
  text-decoration: none;
}

a.printable
{
  padding-left: 20px;
  background: url('/images/printable.gif') left center no-repeat;
  outline: none;
}

ul.front_summary
{
  padding-left: 25px;
}

ul.front_summary li
{
  padding: 2px 5px 5px 0px;
}