/* Header of all factsheet pages */
.otfedb_system_title {
  font-weight: bold;
  text-align: center;
  font-size: x-large;
}
.otfedb_warning {
  background-color: #FF0000;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.otfedb_caution {
  color: #FF0000;
  font-weight: bold;
  text-align: center;
}

/* Tab system of factsheet pages */
.tab_selected {
  background-color: #FFC0C0;
  text-align: left;
  font-weight: bold;
}
.tab_unselected {
  background-color: #C0FFC0;
  text-align: left;
}
.factsheet_footnote {
  font-size: small;
}

/* Summary table related */
.summary_header {
  background-color: #FFFF7F;
  text-align: center;
  align: center;
  horizontal-align: centre;

  font-size: small;
}
.summary_header_explain {
  background-color: #FFFF7F;
  text-align: center;
  align: center;
  horizontal-align: centre;

  font-size:11px;
  line-height:12px;
  font-family: arial, helvetica, sans-serif;
  color: #404031;
  margin:0px 0px 0px 0px;  
}
.summary_cell {
  text-align: center;
  align: center;
  horizontal-align: centre;
  veritcal-align: middle;
}
.summary_cell_default {
}
.summary_cell_YES {
  /* Green */
  background-color: #7FFF7F;
}
.summary_cell_NO {
  /* Red */
  background-color: #FF7F7F;
}
.summary_cell_SOME {
  /* Yellow */
  background-color: #FFFF7F;
}
.summary_cell_N/A {
}
.summary_cell_SSHOTS {
}
.summary_cell_REVIEWED {
}
.summary_cell_CAUTION {
}
.summary_cell_WARNING {
}
.sort_HIDDENTEXT {
  display: none;
}
