
BODY {
  background: white url(../images/map.gif) repeat-x fixed center;
}

A:hover {
  color: #00CC00;
}

H1 {
  font-family: Arial;
  font-size: 16pt;
  white-space: pre;
}

H2 {
  font-family: Arial;
  font-size: 14pt;
  white-space: pre;
}

H3 {
  font-family: Arial;
  font-size: 12pt;
  white-space: pre;
}

H4 {
  font-family: Arial;
  font-size: 10pt;
  white-space: pre;
}

FORM {
  margin-top: 0px;
  margin-bottom: 0px;
}

BODY {
  font-size: 8pt;
  font-family: verdana, sans-serif;
}

TD {
  font-size: 8pt;
  font-family: verdana, sans-serif;
}

INPUT {
  font-size: 8pt;
  font-family: verdana, sans-serif;
}
/*
INPUT:focus {
  background-color: #FFFFC9;
}
*/
SELECT {
  font-size: 7pt;
  font-family: verdana, sans-serif;
}

SELECT:focus {
  background-color: #FFFFC9;
}

TEXTAREA {
  font-size: 8pt;
  font-family: verdana, sans-serif;
}

TEXTAREA:focus {
  background-color: #FFFFC9;
}

.textInput {
  border-width: 2px;
  border-style: inset;
  border-color: #DDDDDD #EEEEEE #EEEEEE #DDDDDD;
  padding-left: 2px;
  background-color: #FFFFFF;
}

.textReadOnly {
  border-width: 2px;
  border-style: inset;
  border-color: #DDDDDD #EEEEEE #EEEEEE #DDDDDD;
  padding-left: 2px;
  background-color: #E7E7E7;
}

.accountLoginTable {
  width: 350px;
}

.accountLoginCell {
  padding: 5px;
  border: solid #555555 1px;
  background-color: #F7F9F9;
}

.contentTableFrame {
  width: 935px;
  height: 500px;
  margin-top: 10px;
}

.frameStyle {
  padding: 5px;
  border: solid #555555 1px;
  background-color: #F7F9F9;
}

.frameMessage {
  padding-top: 5px;
  font-style: oblique;
  text-align: center;
}

.menuBar {
  font-size: 9pt;
  padding-bottom: 0px;
}

.menuBarUns20 {
  cursor: pointer;
  left: 0px;
  width: 90px;
  height: 20px;
  background-image: url(../images/UnselTab.gif);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  color: #000000;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 8pt;
  overflow: hidden;
}

.menuBarUns {
  cursor: pointer;
  left: 0px;
  width: 90px;
  height: 25px;
  background-image: url(../images/UnselTab25.gif);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  color: #000000;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 8pt;
  overflow: hidden;
}

.menuBarUnsW {
  cursor: pointer;
  left: 0px;
  width: 150px;
  height: 25px;
  background-image: url(../images/UnselTabW25.gif);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  color: #000000;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 8pt;
  overflow: hidden;
}

.menuBarSel20 {
  cursor: pointer;
  left: 0px;
  width: 90px;
  height: 20px;
  background-image: url(../images/SelTab.gif);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  color: #000000;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 8pt;
  overflow: visible;
}

.menuBarSel {
  cursor: pointer;
  left: 0px;
  width: 90px;
  height: 25px;
  background-image: url(../images/SelTab25.gif);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  color: #000000;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 8pt;
  overflow: visible;
}

.menuBarSelW {
  cursor: pointer;
  left: 0px;
  width: 150px;
  height: 25px;
  background-image: url(../images/SelTabW25.gif);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  color: #000000;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 8pt;
  overflow: visible;
}

.menuItemLink {
  cursor: pointer;
  width: 100%;
  /* height: 100%; */
  background-color: #EEEEEE;
  font-size: 11px;
  text-align: center;
  text-decoration: underline;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
}

.menuSubFrame {
  border: 2px inset #141414;

  background-color: #EEEEEE;
}

.menuTitle {
  font-size: 12pt;
  font-weight: bold;
}

.menuInstructions {
  font-size: 10pt;
}

.menuDescription {
  padding-top: 5px;
  font-size: 9pt;
}

.navBar {
  font-size: 10pt;
  padding-bottom: 1px;
  background-color: #EFEFEF;
}

.reportRadioButton {
  padding-left: 7px;
  padding-right: 10px;
}

.invisible{
  display : none;
}

input.error
{
  background: #FFFF3C;
  border: 1px solid Red;
  color: Red;
}

.errors
{
  text-align: center;
  color: #FA8072;
  font-size: 12px;
  font-weight: bold;
}

.error
{
  color: #FF8072;
  font-size: 12px;
  font-weight: bold;
}