/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#copyright A {
  color: #800;
}
#copyright A:hover {
  color: #A00;
}

a:hover {
  color: #262;
}

body {
  background-color: #DDD;
  color: #020;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
}

blockquote {
  font-style: italic;
}

h2 {
  font-size: 140%;
  margin-top: 0px;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
  color: #383;
}

label {
  font-weight: bold;
}

td, th {
  font-size: 10pt;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

.errorMsg {
  color: #C00;
  font-weight: bold;
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 900px;
}

#titleBar2, #titleBar, #copyright {
  background-color: #EFE;
  border-color: #333 #000 #000 #333;
  border-style: solid;
  border-width: 2px;
  color: #060;
  font-size: 120%;
  font-weight: bold;
  padding: .2em .2em .2em .2em;
}

#titleBar {
  height: 20px;
}

#titleBar2 {
  height: 95px;
  text-align: center;
}

#copyright {
  font-size: 80%;
  font-weight: bold;
  text-align: right;
}

#content {
  background-color: #FFF;
  border-color: #000 #333 #333 #000;
  border-style: solid;
  border-width: 2px;
  padding: .1em .1em .1em .1em;
}

#validation {
  padding: 1em 0em;
  text-align: right;
}

body, #content {
  background-attachment: fixed;
  background-position: bottom right;
  background-repeat: no-repeat;
}

/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

.menuBar,
.menuBar a.menuButton,
.menu,
.menu a.menuItem {
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  line-height: 10pt;
  color: #004;
}

.menuBar {
  background-color: #CCC;
  border: 2px solid;
  border-color: #002 #000 #000 #002;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

.menuBar a.menuButton {
  background-color: #8A8;
  border: 1px solid #FFF;
  color: #000;
  cursor: default;
  font-weight: bold;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  text-decoration: none;
}

.menuBar a.menuButton:hover {
  background-color: #AFA;
  border-color: #333 #222 #222 #333;
}

.menuBar a.menuButtonActive,
.menuBar a.menuButtonActive:hover {
  background-color: #AFA;
  border-color: #333 #222 #222 #333;
  color: #020;
  position: relative;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #DDD;
  border: 2px solid;
  border-color: #333 #222 #222 #333;
  padding: 0px 1px 1px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: left;
  visibility: hidden;
}

.menuShadow {
  background-color: #AAA;
  position: absolute;
  visibility: hidden;
  opacity: .1;
  -moz-opacity: .1;
  filter: alpha(opacity = 10);
}

.menu a.menuItem {
  color: #000;
  font-weight: bold;
  cursor: default;
  display: block;
  text-decoration: none;
}

.menu a.menuItem,
.menu .menuHeader {
  padding: 3px 1em;
  white-space: nowrap;
}

.menu a.menuItemActive,
.menu a.menuItemActive:hover {
  background-color: #AFA;
  color: #020;
}

.menu a.menuItem .menuItemText {
}

.menu a.menuItem .menuItemArrow {
  font-size: 75%;
  margin-right: -.75em;
  padding-left: .25em;
}

.menu .menuHeader {
  font-weight: bold;
}

.menu .menuSeparator {
  border-top: 1px solid #888;
  border-bottom: 1px solid #222;
  margin: 4px 2px;
}

/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-color: #AAA;
  border: 1px solid #020;
  border-top-width: 0px;
  float: left;
  font-size: 9pt;
  margin: 0em 2em 0em 0em;
  width: 200px;
}

.sideBarHdr {
  background-color: #AFA;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  font-weight: bold;
  padding: 0px .5em 0px .5em;
}

a#current {
  background-color: #FFB;
  color: #000;
}

.sideBarTxt {
  padding: 4px .5em 4px .5em;
}

.sideBarSep {
  border-top: 1px solid #666;
  margin: 2px 0px 2px 0px;
}

TR.headerNavigation {
  background: #222;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #333;
  color: #FFF;
  font-weight : bold;
}

A.headerNavigation {
  color: #FFF;
}

A.headerNavigation:hover {
  color: #0F0;
}

TR.headerError {
  background: #FFF;
}
.warn {
  background: #F00;
  color: #000;
  font-weight: bold;
}

