/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

a {
  color: #0070c0;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #3A3086;
}

body {
  background-color: #C8C2C8;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  scrollbar-face-color: #8484FF;
  scrollbar-highlight-color: #C8C2C8;
  scrollbar-track-color: #C8C2C8;
  scrollbar-shadow-color: #6163C5;
  scrollbar-3dlight-color: #3A3086;
  scrollbar-arrow-color: #3A3086;
  scrollbar-darkshadow-color: #6163C5;
}

blockquote {
  font-style: italic;
}

h1 {
  font-size: 150%;
  font-style: bold;
}

h2 {
  font-size: 140%;
  margin-top: 0px;
}

h3 {
  font-size: 120%;
  margin-bottom: 0px;
}

h4 {
  font-size: 100%;
  margin-bottom: 0px;
}

pre {
  font-family: "Lucida Console", "Courier New", Courier;
  font-size: 85%;
}

input, textarea {
  font-family: Verdana;
  border-color: #BCBEFE #6163C5 #6163C5 #BCBEFE;
  border-width: 1px;
  font-size: 100%;
  padding: 2px;
}

input.button {
  background-color: #8484FF;
  border-style: solid;
  border-color: #BCBEFE #6163C5 #6163C5 #BCBEFE;
  border-width: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  padding: 0px .25em 0px .25em;
}

label {
  font-weight: bold;
}

textarea {
  font-family: "Courier New", Courier, monospace;
  scrollbar-base-color: #8484FF;
}

td, th {
  font-size: 10pt;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

.errorMsg {
  color: #c00000;
  font-weight: bold;
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 47em;
}

#titleBar, #copyright {
  background-color: #3A3086;
  border-color: #432FD5 #2B2363 #2B2363 #432FD5;
  border-style: solid;
  border-width: 2px;
  color: #8484FF;
  font-color: #fff0d0;
  font-size: 120%;
  font-weight: bold;
  padding: 10px .5em .25em 1em;
}

#copyright {
  font-size: 80%;
  font-weight: bold;
  text-align: right;
}

#content {
  background-color: #EEEEEE;
  border-color: #fafafa #bbbbbb #bbbbbb #fafafa;
  border-style: solid;
  border-width: 2px;
  padding: .5em 1em .25em 1em;
}

/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

#menuBar {
  background-color: #8484FF;
  border-color: #BCBEFE #6163C5 #6163C5 #BCBEFE;
  border-style: solid;
  border-width: 2px;
  font-size: 9pt;
  padding: 3px 1em 2px 1em;
}

a.menuButton, a.menuButtonActive {
  border-color: #8484FF;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  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: #BCBEFE #6163C5 #6163C5 #BCBEFE;
  border-style: solid;
  border-width: 1px;
  color: #000000;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #3A3086;
  border-color: #432FD5 #2B2363 #2B2363 #432FD5;
  color: #fff0d0;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #8484FF;
  border-color: #BCBEFE #6163C5 #6163C5 #BCBEFE;
  border-style: solid;
  border-width: 2px;
  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: #000000;
  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: #3A3086;
  color: #fff0d0;
}

.menuItemHdr {
  font-weight: bold;
}

.menuItemSep {
  border-top: 1px solid #432FD5;
  border-bottom: 1px solid #2B2363;
  margin: 2px 3px;
}

/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-color: #fafafa;
  border: 1px solid #000000;
  border-top-width: 0px;
  float: right;
  font-size: 9pt;
  margin: 0em 1em 0em 0em;
  width: 11.5em;
}

.sideBarHdr {
  background-color: #8484FF;
  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 #8484FF;
  margin: 2px 0px 2px 0px;
}

/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@media print {

  a, a.menuItem {
    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;
  }

  #menuBar {
    background-color: #e0e0e0 !important;
    font-size: 9pt !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;

  }

  a.menuButton, a.menuButtonActive {
    background-color: #e0e0e0 !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;
  }

  #sideBar {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
  }

  .sideBarHdr {
    background-color: #c0c0c0 !important;
    color: #000000 !important;
  }

  .sideBarSep {
    border-color: #000000 !important;
    color: #000000 !important;
  }
}

