/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

a {
  color: #CC6600;
  text-decoration: underline;
}

a:hover {
  color: #d04000;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
}

blockquote {
  font-style: italic;
}

h1 {
  font-size: 130%;
  margin-top: 0px;
}

h2 {
  font-size: 110%;
  margin-top: 0px;
}

h3 {
  font-size: 90%;
}

h4 {
  font-size: 80%;
}

input, textarea {
  background-color: #fff0d0;
  border-color: #ffd0a0 #e0b080 #e0b080 #ffd0a0;
  border-width: 1px;
  padding: 2px;
}

input:focus, textarea:focus {
  background-color: #ffffd0;
}

input.button {
  background-color: #d0a070;
  border-style: solid;
  border-color: #f0e0c0 #703000 #703000 #f0e0c0;
  border-width: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: .2em;
}

input.button:focus {
  color: #ffffd0;
}

label {
  font-weight: bold;
}

textarea {
  font-family: "Courier New", Courier, monospace;
  scrollbar-base-color: #d0a070;
}

td, th {
  font-size: 10pt;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

.errorMsg {
  color: #c00000;
  font-weight: bold;
}

.datenews {
  color: red;
  font-weight: bold;
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 55em;
}

#titleBar {
  text-align: right;  
}

#titleBar p {
  border-top: 1px solid #CC6600;
}

#copyright {
  font-size: 80%;
  font-weight: bold;
  text-align: right;
}

#content {
  border-color: #CC6600;
  border-style: solid;
  border-width: 1px;
  padding: .5em 1em .25em 1em;
}

#validation {
  padding: 1em 0em;
  text-align: right;
}

.breadcrum {
	font-size: 8pt;
	padding: 0;
}

#col1 p {
	font-size: 10pt;
	padding: 0;
	margin: 0;
}


#col2 h1 {
	color: #663333;
	font-size: 8pt;
	padding: 0 0 7px 0;
	margin: 0;	
}

#col2 h2 {
	font-size: 8pt;
	padding: 0;
	margin: 0;
	color: #CC6600;
}

#col2 p {
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

#col2 ul {
	list-style-type: square;
}

#col2 li {
	font-size: 8pt;
}

/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

.menuBar,
.menuBar a.menuButton,
.menu,
.menu a.menuItem {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.footer {
	border-top: 1px solid #CC6600;
}

.citation {
	border-top: 1px solid #CC6600;
	font-size: 7pt;
	font-weight: bold;	
	text-align: right;	
	height:60px;
	padding: .75em .75em 0em 0em;	
}

.menuBar {
  background-color: #CC6600;
  border: 0px solid;
  border-color: #2A2A2A;
  padding: 4px 2px 4px 2px;
  text-align: right;
}

.menuBar a.menuButton {
  background-color: transparent;
  border: 0px solid #FFC080;
  color: white;
  cursor: default;
  font-weight: bold;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

.menuBar a.menuButton:hover {
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}

.menuBar a.menuButtonActive,
.menuBar a.menuButtonActive:hover {
  background-color: #2A2A2A;
  border-color: #704020 #e0b090 #e0b090 #704020;
  color: #fff0d0;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #CC6600;
  border: 2px solid;
  border-color: #e0b090 #906040 #906040 #e0b090;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.menu a.menuItem,
.menu .menuItemHdr {
  padding: 3px 1em;
}

.menu a.menuItem:hover, .menu a.menuItemHighlight {
  background-color: #2A2A2A;
  color: #fff0d0;
}

.menu a.menuItem .menuItemText {
}

.menu a.menuItem .menuItemArrow {
  margin-right: -.75em;
  padding-left: .25em;
}

.menu .menuItemHdr {
  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: #f0d0b0;
  border: 1px solid #000000;
  border-top-width: 0px;
  float: left;
  font-size: 9pt;
  margin: 0em 1em 0em 0em;
  width: 10em;
}

.sideBarHdr {
  background-color: #d0a070;
  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 #d0a070;
  margin: 2px 0px 2px 0px;
}

/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@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;
  }
}