/*
 * ------------------------------------------------------------------------
 * Common definitions
 * ------------------------------------------------------------------------
 */

* {
  background-color: #ffffff;
  color: #333333;
  line-height: 1.6;
  font-size: 15px;
}

/*
 * Text-align is set for IE and resetted in fp_base, so the innermost
 * element is centered!
 */
body {
  font-family: Comic Sans MS;
  font-weight: bold;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

/* --- Headers --- */
h1 {
  background-color: #e8e8d0;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 26px;
  text-align: left;
}
h2 {
  background-color: #e8e8d0;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 24px;
  text-align: left;
}
h3 {
  background-color: #e8e8d0;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 22px;
  text-align: left;
}

code {
}
hr {
  background-color: #333333;
  border: 0px;
  height: 1px;
  margin-bottom: 8px;
  margin-top: 8px;
}
img {
  border: 0px solid #ffffff;
}
p {
  margin-bottom: 12px;
  margin-top: 12px;
}
pre {
  background-color: #f4f4f4;
  line-height: 1.3;
  margin-bottom: 8px;
  margin-top: 8px;
}
table {
  border-collapse: collapse;
}

input {
  padding: 1px;
  font-family: Verdana, Arial, Georgia;
}
select {
  padding: 1px;
  font-family: Verdana, Arial, Georgia;
}
textarea {
  line-height: 1.2;
}

.centered {
  text-align: center;
}
/* Make a newline (in special case of floating) */
.newline {
  clear: left;
  height: 1px;
}
.likehref {
  background-image: url(/test/images/arrow-right.gif);
  background-position: 0px center;
  background-repeat: no-repeat;
  color: #408040;
  cursor: pointer;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 13px;
  text-decoration: none;
}
.likehref:hover {
  text-decoration: underline;
}

/*
 * ------------------------------------------------------------------------
 * Special areas
 * ------------------------------------------------------------------------
 */

/*
 * A hack for the Internet Explorer
 */
#fp_base {
  height: 80%;
  text-align: left;
  width: 100%;
}

/*
 * The area for the header (see header.inc)
 */
#fp_header {
  background-color: #e8e8d0;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  overflow: hidden;
}
#fp_header * {
  background-color: #e8e8d0;
}

/*
 * The area for the vertical menu. The height is set automatically in
 * fupao.js.
 */
#fp_menu {
  background-color: #e8e8d0;
  border-top: 1px solid #333333;
  float: left;
  height: 80%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
  width: 180px;
}
#fp_menu * {
  background-color: #e8e8d0;
}

/*
 * The area for applications and data. The height is set automatically
 * in fupao.js
 */
#fp_data {
  background-color: #ffffff;
  height: 80%;
  overflow: auto;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}
#fp_data a[href] {
  background-image: url(/images/arrow-right.gif);
  background-position: 0px center;
  background-repeat: no-repeat;
  color: #4040a0;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 13px;
  text-decoration: none;
}
#fp_data a[href]:hover {
  text-decoration: underline;
}
* html #fp_data a:hover {
  text-decoration: underline;
}
#fp_data a[href][noarrow] {
  background-image: none;
  padding-left: 0px;
  margin: 0px;
}
#fp_data a[onclick] {
  background-image: url(/images/arrow-right.gif);
  background-position: 0px center;
  background-repeat: no-repeat;
  color: #4040a0;
  cursor: pointer;
  padding-left: 13px;
  text-decoration: none;
}
#fp_data a[onclick][noarrow] {
  background-image: none;
  padding-left: 0px;
  margin: 0px;
}
#fp_data a[onclick]:hover {
  text-decoration: underline;
}
#fp_data li {
  list-style-type: disc;
}

/* --- The menu definitions (see menu.inc) --- */
ul.fp_menu {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
ul.fp_menu ul {
  display: none;
}
ul.fp_menu li {
  display: block;
  list-style-type: none;
  position: relative;
}
ul.fp_menu li a:hover {
  text-decoration: underline;
}
ul.fp_menu li a {
  cursor: pointer;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  text-decoration: none;
  /* IE hack */
  zoom: 1;
}
ul.fp_menu li p {
  border-bottom: 1px solid #009999;
  color: #009999;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 6px;
}

/* --- Table design --- */
#fp_data table {
  margin-bottom: 8px;
  margin-top: 8px;
}
#fp_data table td,th {
  text-align: left;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#fp_data table.default th {
  background-color: #e0e0c0;
  border-bottom: 1px solid #ffffff;
  font-weight: normal;
}
#fp_data table.default tr.odd td {
  background-color: #e8e8e8;
}
#fp_data table.default tr.even td {
  background-color: #f8f8f8;
}

/* --- List --- */
#fp_data li {
  list-style-type: disc;
  margin-bottom: 4px;
  margin-top: 4px;
}
#fp_data li li {
  list-style-type: square;
}
#fp_data li li li {
  list-style-type: circle;
}

