@import url("template_css_main.css");

/* ------------------------------------------------------------------------- */

/* TEXT STYLES */

.authors {
  font-size: 12px;
  font-style: italic;
  color: #7F7F7F;
  margin-bottom: 10px;
}

.membersInCharge {
  font-size: 12px;
  font-style: italic;
  color: #7F7F7F;
  margin-top: 10px;
  padding-left: 40px;
  text-indent: -40px;
  clear: left;
}

.legend {
  font-family: Arial Narrow, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #7F7F7F;
  margin-top: -2px;
  margin-bottom: 6px;
}

.reference {
  padding-left: 20px;
  text-indent: -20px;
  margin-top: 8px;
  margin-bottom: 0px;
  clear: left;
}

/* ------------------------------------------------------------------------- */

.borderTop {
  background: url(../images/line.png) repeat-x 0% 0%;
}

.borderMiddle {
  background: url(../images/line.png) repeat-x 0% 50%;
}

.borderBottom {
  background: url(../images/line.png) repeat-x 0% 100%;
}

.borderLeft {
  background: url(../images/line_vertical.png) repeat-y 0% 0%;
}

.borderCenter {
  background: url(../images/line_vertical.png) repeat-y 50% 0%;
}

.borderRight {
  background: url(../images/line_vertical.png) repeat-y 100% 0%;
}

/* ------------------------------------------------------------------------- */

.noMarginTop {
  margin-top: 0px;
}

.noMarginBottom {
  margin-top: 0px;
}

.noMarginLeft {
  margin-top: 0px;
}

.noMarginRight {
  margin-top: 0px;
}

/* ------------------------------------------------------------------------- */

.shiftUp {
  position: relative;
  top: -10px;
}

.shiftDown {
  position: relative;
  top: 10px;
}

.shiftLeft {
  position: relative;
  left: -10px;
}

.shiftRight {
  position: relative;
  left: 10px;
}

/* ------------------------------------------------------------------------- */

/* CONTENT TABLE */

.contentTable {
  border-collapse: collapse;
  border-spacing: 0px; 
}

.contentTableDataLeft {
  vertical-align: top;
  padding-right: 5px;
}

.contentTableDataMiddle {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.contentTableDataRight {
  vertical-align: top;
  padding-left: 5px;
}

/* ------------------------------------------------------------------------- */

/* FIGURE BOX */

.figureBox {
  border-collapse: collapse;
  border-spacing: 0px; 
  width: 1px;
  background: #F3F3F3;
  float: right;
  margin-left: 10px;
}

.figureBoxDataImg {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  padding: 3px 3px 0px 3px;
}

.figureBoxDataDesc {
  font-family: Arial Narrow, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  color: #666666;
  padding: 3px;
}
