/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

#titleBar, #copyright {
  background-color: #000000;
  border-color: #444444 #111111 #704020 #c09070;
  color: #fff0d0;
  font-size: 120%;
  font-weight: bold;
  padding: 0px .5em;
}

/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

#menuBar {
  background-color: #666666	;
  border-color: #999999 #000000 #000000 #999999;
  border-style: solid;
  border-width: 1px;
  font-size:9pt;
  padding:3px 1em 2px 1em;
}

a.menuButton, a.menuButtonActive {
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  cursor: default;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-right: 1px;
  padding: 2px .5em 2px .5em;
  position: relative;
  left: 0px;
  top: 0px;
  text-decoration: none;
}

a.menuButton:hover {
  border-color: #999999 #000000 #000000 #999999;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #666666;
  border-color: #000000 #999999 #999999 #000000;
  color: #000000;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #666666;
  border-color: #999999 #000000 #000000 #999999;
  border-style: solid;
  border-width: 1px;
  font-size: 9pt;
  padding: 1px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: 13.5em;  /* needed for Opera browsers, overridden via script */
  z-index: 100;
}

a.menuItem, .menuItemHdr {
  color: #FFFFFF;
  cursor: default;
  display: block;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 2px .75em 2px .75em;
  text-decoration: none;
  white-space: nowrap;
}

a.menuItem:hover {
  background-color: #CCCCCC;
  color: #000000;
}

.menuItemHdr {
  background-color: #666666;
  border-color: #999999   #000000  #000000 #999999;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  color: #FFCC33;
}

.menuItemSep {
  border-top: 1px solid #777777;
  border-bottom: 1px solid #555555;
  margin: 2px 3px;
}

/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@media print {

  a, a.menuItem {
    color: #808080 !important;
    font-weight: normal !important;
  }

  #titleBar, #content, #menuBar {
    border-bottom-width: 0px !important;
  }

  #titleBar, #copyright {
    background-color: #c0c0c0 !important;
  }

  #menuBar {
    background-color: #e0e0e0 !important;
    font-size: 9pt !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;

  }

  a.menuButton, a.menuButtonActive {
    background-color: #666666 !important;
    border-width: 0px !important;
    color: #000000 !important;
    font-family: "MS Sans Serif", Arial, Tahoma, sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;
    left: 0px !important;
    top: 0px !important;
  }

  .menu {
    display: none !important;
    font-size: 9pt !important;
  }

  img {
    display: none !important;
  }

  .errorMsg {
    color: #000000 !important;
  }

}