a {
  font-weight: normal;
}
  /* link, visited, focus, hover, active is recommended order */
  a:link {
    color: blue;
  }

  a:visited {
    color: purple;
  }

  a:focus {
    color: navy;
  }

  a:hover {
    color: red;
  }

  a:active {
    color: green;
  }

address {
  color: navy;
  font-size: xx-small;
  font-style: normal;
  font-weight: normal;
}

body {
  background-color: white;
  color: black;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: medium;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

button {
  border: 1pt solid;
  font-size: medium;
  font-style: normal;
  font-weight: 900;
}

caption {
  color: navy;
  font-size: large;
  font-style: normal;
  font-weight: normal;
}

/* Definition list  
----------------------------------------------------------*/
dl dt {
  color: navy;
  font-size: medium;
  font-style: normal;
  font-weight: bold;
}

dl dd {
  color: #000000;
  font-size: 1.1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
  line-height: 1.4em;
  text-indent: 1.5em;
}

fieldset {
  border: medium solid;
  font-style: normal;
  margin: 0 0 1.5em 0;
  padding: 0 1.4em 1.4em 1.4em;
}

  fieldset div {
    margin: 11;
    padding: 11, 22;
  }

  fieldset input {
    border: medium solid #CCC;
    width: 90%;
  }

  fieldset p {
    font-style: italic;
  }

  fieldset label {
    font-weight: normal;
  }

  fieldset legend {
    font-weight: bold;
  }

  fieldset textarea {
    border: medium solid #CCC;
    width: 90%;
  }

  fieldset ul {
    list-style-image: none;
  }

figure {
  text-align: center;
  vertical-align: middle;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: navy;
  font-style: normal;
  font-weight: normal;
}

h1 {
  font-size: xx-large;
}

h2 {
  font-size: x-large;
  font-weight: bold;
}

h3 {
  font-size: x-large;
}

h4 {
  font-size: large;
  font-weight: bold;
}

h5 {
  font-size: large;
}

h6 {
  font-size: medium;
  font-weight: bold;
}

hr {
  background-color: navy;
  border: 0;
  color: navy;
  height: 2px;
  margin: 0;
  padding: 0;
  width: 100%;
}

input {
  border: 1px solid #CCC;
}

label {
  font-style: normal;
}

legend {
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
}

p {
  color: #000000;
  font-size: 1.1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4em;
  text-indent: 1.5em;
}

select {
  border: medium solid;
  font-size: medium;
  font-style: normal;
  font-weight: normal;
}

table {
  border: medium none;
  font-size: medium;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  width: 100%;
}

  table td {
    font-size: medium;
    font-style: normal;
    font-weight: normal;
  }

  table th {
    font-size: medium;
    font-style: normal;
    font-weight: bold;
  }

textarea {
  border: medium solid;
  font-size: medium;
  font-style: normal;
  font-weight: normal;
  min-height: 11em;
}

/* Unordered list   
----------------------------------------------------------*/
ul {
  font-size: medium;
  font-style: normal;
  font-weight: normal;
  list-style-image: url(modular/amodbul1.gif);
}

  ul ul {
    list-style-image: url(modular/amodbul2.gif);
  }

    ul ul ul {
      list-style-image: url(modular/amodbul3.gif);
    }

  ul li {
    font-size: 1.1em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em;
    text-indent: 1.5em;
  }

/* ----------------------------------------------------------
-- Classes have strings preceded by a period
-----------------------------------------------------------*/


.AccountInfoDiv, .AccountInfoDisp, .AccountInfoEdit {
  color: Black;
  display: block;
  font-size: large;
  margin: 1em;
  text-align: left;
}

.AccountInfoDiv {
  width: 21em;
}

.AccountInfoInput {
  width: 19em;
}

.bold {
  font-weight: bold;
}

.button_div {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 5px;
  padding: 5px;
  text-align: center;
}

.buttons {
  background: #e3e3db;
  border-color: #fff #d8d8d0 #d8d8d0 #fff;
  border-style: solid;
  border-width: 2px;
  color: navy;
  font-size: large;
  font-weight: bold;
  padding: 6px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

.display-label, .display-field, .editor-label, .editor-field {
  margin: 1em 0 0 0;
  width: 19em;
}


.error {
  color: Red;
}

.failureNotification {
  color: Red;
  display: inline;
}

.field-validation-error {
  color: #ff0000;
}

.field-validation-valid {
  display: none;
}

.form {
  margin: 0;
  padding: 0;
}

.form_label {
  background-color: #e8eef4;
  border: 1px;
  width: 6em;
}

  .form_label label {
    background-color: #e8eef4;
    color: #666;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 115%;
    font-weight: normal;
    height: 32px;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-right: 2px;
    margin-top: 3px;
    padding-left: 6px;
    padding-top: 11px;
    width: 5em;
  }

.form_arealabel {
  background-color: #e8eef4;
  width: 6em;
}

  .form_arealabel label {
    background-color: #e8eef4;
    color: #666;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 115%;
    font-weight: normal;
    height: 160px;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-right: 2px;
    margin-top: 3px;
    padding-left: 6px;
    padding-top: 11px;
    width: 6em;
  }


.actFooter {
  background-image: url(modular/modbkgnd.jpg);
  font-size: xx-small;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.actHeader {
  background-image: url(modular/modbkgnd.jpg);
  font-size: xx-large;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

  .actHeader h1 {
    border: none;
    line-height: 2em;
    margin: 5px;
    padding: 5px;
  }

.actInnerContent {
  margin: 10px 15px 10px 15px;
}


  .actInnerContent h2, h3, h4 {
    margin-bottom: 0.3em;
  }

  .actInnerContent ul > li {
    font-size: 1.1em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em;
    text-indent: 1.5em;
  }

.actLogOnOff {
  color: navy;
  font-size: medium;
  font-style: normal;
  font-weight: normal;
}

.actLogo {
  background-color: transparent;
  color: Navy;
  font-family: "Copperplate Gothic Light";
  font-size: 36pt;
  font-weight: normal;
}

.actLogoT {
  font-size: 48pt;
}

.actMain {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px 30px 15px 30px;
  _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

.actOuterContent {
  background-image: url(modular/modbkgnd.jpg);
}

.actPage {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.actPageCt {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 951px;
}

.actSlogan {
  color: navy;
  font-size: medium;
  font-style: italic;
  font-weight: normal;
}

.actTitle {
  color: navy;
  font-size: xx-large;
  font-style: normal;
  font-weight: bold;
}

.act-status-Invalid {
  color: Red;
}

.act-status-Pending {
  color: Blue;
}

.act-status-Valid {
  color: Green;
}

.inline {
  display: inline;
}


.input-validation-error {
  background-color: #ffeeee;
  border: 1px solid #ff0000;
}

.logindisplay {
  display: block;
  font-size: 1.1em;
  margin: 10px;
  text-align: right;
}

.menucontainer {
  margin-top: 40px;
}

.submitButton {
  font-size: large;
  text-align: center;
}

.textarea {
  color: #999999;
  font: normal 18px Arial;
  height: 150px;
  width: 14em;
}

  .textarea:focus, .textarea:hover {
    background-color: #F0FFE6;
  }

.textarea_div {
  background-color: #e8eef4;
  float: right;
  height: 162px;
  margin-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-top: 5px;
  width: 17em;
}

.text-box {
  width: 30em;
}

  .text-box.multi-line {
    height: 6.5em;
  }

.textbox {
  color: #999999;
  font: normal 18px Arial;
  width: 14em;
}

.textbox_div {
  background-color: #e8eef4;
  float: right;
  height: 35px;
  margin-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-top: 5px;
  width: 17em;
}

.textbox:focus {
  background-color: #F0FFE6;
}

.textbox:hover {
  background-color: #F0FFE6;
}

.textcenter {
  text-align: center;
  vertical-align: middle;
}

.textleft {
  text-align: left;
  vertical-align: middle;
}

.textright {
  text-align: right;
  vertical-align: middle;
}

.tri-state {
  width: 6em;
}

.validation-summary-errors {
  color: #ff0000;
  font-weight: bold;
}

.validation-summary-valid {
  display: none;
}

/* ----------------------------------------------------------
-- Element specific classes
-----------------------------------------------------------*/

a.captionlink:link {
  color: navy;
  font-size: large;
  font-weight: normal;
}

a.coltablink:link {
  color: black;
  font-size: medium;
  font-weight: normal;
}

div.actInnerContent {
  font-size: 1.1em;
  font-style: normal;
  font-weight: normal;
}

div.actMenuAnon {
  width: auto;
}

div.actMenuAuth {
  width: auto;
}

div.actMenuLogin {
  width: auto;
}

div.actMenuNav {
  width: auto;
}

div.title {
  display: block;
  float: left;
  text-align: left;
}

p.error {
  color: red;
}

p.footer {
  font-size: smaller;
  font-style: italic;
}

p.instruction {
  font-style: italic;
}

p.slogan {
  font-size: larger;
  font-style: italic;
}


/* ----------------------------------------------------------
-- IDs have strings preceded by a hash mark
-----------------------------------------------------------*/

#telMenu {
  margin: 0;
  position: relative;
  text-align: right;
  width: auto;
}

  #telMenu .t-item {
    border-width: 0 0 0 1px;
  }

  #telMenu .t-link {
    font-weight: bold;
    line-height: 1.8em;
    padding: 5px 20px;
    text-decoration: none;
  }

/* Element specific by class (not id) 
----------------------------------------------------------*/

ul#actMenu {
  padding: 10px 20px;
  position: relative;
  margin: 0;
  text-align: center;
}

  ul#actMenu li {
    display: inline;
    list-style: none;
  }

    ul#actMenu li#greeting {
      color: #fff;
      font-weight: bold;
      line-height: 2.8em;
      padding: 10px 20px;
      text-decoration: none;
    }

    ul#actMenu li a {
      background-color: #e8eef4;
      color: #034af3;
      font-weight: bold;
      line-height: 2.8em;
      padding: 10px;
      text-decoration: none;
    }

      ul#actMenu li a:hover {
        background-color: #fff;
        text-decoration: none;
      }

      ul#actMenu li a:active {
        background-color: #a6e2a6;
        text-decoration: none;
      }

    ul#actMenu li.selected a {
      background-color: #fff;
      color: #000;
    }
