
/* ---------------------------------------------------------------- */
/*          Defines styles for the main site pages and menu.        */
/* ---------------------------------------------------------------- */

/* Link - normal color */

a {
  color: #2A55FF;
  font-weight: bold;
  text-decoration: none;
}

/* Link - hover color */

a:hover {
  color: #FF7F7F;
}

/* body area outside main content box area */

body {
  background-color: #4F4F2F;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  text-align: center;
}

blockquote {
  font-style: italic;
}

h2 {
  font-size: 140%;
  margin-top: 0px;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 50em;
}

/* top title bar for content box */

#titleBar, #copyright {
  background-color: #99a539;
  border-color: #f0f0f0 #808498 #808498 #f0f0f0;
  border-style: solid;
  border-width: 3px;
  color: #ffffff;
  font-size: 180%;
  font-weight: bold;
  padding: 2px .5em;
}

/* bottom footer bar for content box */

#copyright {
  font-size: 80%;
  font-weight: bold;
  text-align: right;
}

/* content box body */

#content {
  background-color: #f0f0f0;
  border-color: #f0f0f0 #808498 #808498 #f0f0f0;
  border-style: solid;
  border-width: 2px;
  padding: .5em 1em .25em 1em;
}

/*---------------------------------------------------------------------------*/
/*               Site menu style settings.                                   */
/*---------------------------------------------------------------------------*/

/* Text of Menu Bar, buttons, and menu items */

.menuBar,
.menuBar a.menuButton,
.menu,
.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  line-height: 12pt;
  color: #000000;
}

/* Body of Menu Bar immediately below title bar */

.menuBar {
  background-color: #179e7e;
  border: 3px solid;
  border-color: #f0f0f0 #808498 #808498 #f0f0f0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

/* menu button - normal state */

.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #808498;
  color: #ffffff;
  cursor: default;
  font-weight: bold;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  text-decoration: none;
}

/* menu button - hover state */

.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #e0c4c8 #a89088 #a89088 #e0c4c8;
}

/* menu button - state after clicking */

.menuBar a.menuButtonActive,
.menuBar a.menuButtonActive:hover {
  background-color: #a89088;
  border-color: #704020 #e0b090 #e0b090 #704020;
  color: #fff0d0;
  position: relative;
  left: 1px;
  top: 1px;
}

/* body of drop down menu boxes */

.menu {
  background-color: #ffc0c0;
  border: 2px solid;
  border-color: #e0b090 #906040 #906040 #e0b090;
  padding: 0px 1px 1px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: left;
  visibility: hidden;
}

/* text in drop down menu boxes */

.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
/* padding for menu items and headers */
.menu a.menuItem,
.menu .menuItemHdr {
  padding: 3px 1em;
}

/* text in drop down menu when hovered */

.menu a.menuItem:hover, .menu a.menuItemHighlight {
  background-color: #d8f4c8;
  color: #603438;
  font-weight: bold;
}

.menu a.menuItem .menuItemText {
}

.menu a.menuItem .menuItemArrow {
  margin-right: -.75em;
  padding-left: .25em;
}

.menu .menuItemHdr {
  color: #b86068;
  font-weight: bold;
}

.menu .menuItemSep {
  border-top: 1px solid #906040;
  border-bottom: 1px solid #e0b090;
  margin: 4px 2px;
}

/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-color: #68b4a0;
  border: 1px solid #000000;
  border-top-width: 0px;
  float: left;
  font-size: 9pt;
  margin: 0em 1em 0em 0em;
  width: 10em;
}

.sideBarHdr {
  background-color: #c8d8b8;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  font-weight: bold;
  padding: 0px .5em 0px .5em;
}

.sideBarTxt {
  padding: 4px .5em 4px .5em;
}

.sideBarSep {
  border-top: 1px solid #808498;
  margin: 2px 0px 2px 0px;
}

/* ------------------------------------------------------------ */
/*          Printing styles (for printing the pages)            */
/* ------------------------------------------------------------ */

@media print {

  a {
    color: #808080 !important;
    font-weight: normal !important;
  }

  body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
  }

  body, #content {
    background-image: none !important;
  }

  body, input, textarea, #titleBar, #copyright, #content, .menuBar {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  input, input.button, textarea, #titleBar, #copyright, #content, .menuBar {
    border: 1px solid #000000 !important;
  }

  input.button {
    background-color: #e0e0e0 !important;
    color: #000000;
  }

  textarea {
    scrollbar-base-color: #e0e0e0 !important;
  }

  #main {
    border-width: 0px !important;
  }

  #titleBar, #content, .menuBar {
    border-bottom-width: 0px !important;
  }

  #titleBar, #copyright {
    background-color: #c0c0c0 !important;
  }

  #validation {
	display: none !important;
  }

  .menuBar {
    background-color: #e0e0e0 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .menuBar a.menuButton, .menuBar a.menuButtonActive {
    background-color: #e0e0e0 !important;
    border-width: 0px !important;
    color: #e0e0e0 !important;
    font-family: "MS Sans Serif", Arial, Tahoma, sans-serif !important;
    font-size: 8pt !important;
    font-style: normal !important;
    font-weight: bold !important;
    left: 0px !important;
    top: 0px !important;
  }

  .menu {
    display: none !important;
  }

  img {
    display: none !important;
  }

  .errorMsg {
    color: #000000 !important;
  }

  #sideBar {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
  }

  .sideBarHdr {
    background-color: #c0c0c0 !important;
    color: #000000 !important;
  }

  .sideBarSep {
    border-color: #000000 !important;
    color: #000000 !important;
  }
}