.page_title {
  text-decoration: none; 
  font-weight: normal	; 
  color: #000000; 
  font-size: 22px; 
  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
  xtext-transform: uppercase;
  margin: 0px;
  margin-bottom: -5px;
}

.section_title {
  text-decoration: none; 
  font-weight: normal; 
  color: #a0a0a0; 
  font-size: 10px; 
  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
}

.section_title-fp {
  position: absolute;
  margin-top: -15px;
  margin-left: 5px;
  text-decoration: none; 
  font-weight: normal; 
  color: #a0a0a0; 
  font-size: 10px; 
  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
}

.block_title {
  text-decoration: none; 
  font-weight: bold; 
  color: #000;
  font-size: 15px;
  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
  padding-left: 0px;
  margin: 0px;
}

.block_title-section {
  text-decoration: none; 
  text-transform: uppercase;
  font-weight: 900; 
  color: #000;
  font-size: 15px;
  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
  padding-left: 0px;
  padding-top: 10px;
  margin: 0px;
}

.empty_block_title {
  text-decoration: none; 
  font-weight: bold; 
  color: #d0d0d0; 
  font-size: 10pt; 
  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
}

.selected_block {
  background: #E1E4EB;
  border: 1px solid #C1CDE0;
}

.block_spacer {
  height: 15px;
}

.note_error {
  text-decoration: none;
  color: #ff0000; 
  font-size: 9pt; 
  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
}

.note_warning {
  text-decoration: none;
  color: #ff8800;
  font-size: 9pt;
  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
}
.note_info {
  text-decoration: none;
  color: #58B0F0;
  font-size: 9pt;
  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
}
.note_success {
  text-decoration: none;
  color: #44cc44;
  font-size: 9pt;
  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
}

.table {
  background: #E1E4EB;
  border: solid #92A4CC 1px;
  border-spacing: 1px;
  border-collapse: collapse;
}

.table td {
  border: 1px solid #92A4CC;
  padding: 3pt;  
}

.hidden_table,
.hidden_table td {
  border: 0px solid #888;
  border-spacing: 2px;
  boder-width: 0px;
}

.row_header {
  background: #92A4CC;
  color: #ffffff;
  border: 1px solid #92A4CC;
  font-weight: bold;
}

.row_header td {
  font-weight: bold;
}

.row_odd {
  background: #ffffff;
  border-bottom: 1px dotted #92A4CC;
  border: 1px solid #92A4CC;
}

.row_even {
  background: #E1E4EB;
  border: 1px dotted #92A4CC;
  border: 1px solid #92A4CC;
}

.row_footer {
  background: #ffffff;
  border: 1px solid #92A4CC;
}

.cell_header {
  padding: 3pt;
}

.cell_body {
  border: 1pt dotted #92A4CC;
  padding: 3pt;
}

.legend_i1 {
  text-decoration: none;
  font-weight: bold;
  color: #888888;
  font-size: 10pt;
  padding: 0.2em 0.5em;
}

.legend_i2 {
  text-decoration: none;
  color: #888888;
  font-size: 10pt;
  padding: 0.2em 0.5em;
}

.legend_i3 {
  text-decoration: none;
  color: #888888;
  font-size: 10pt;
  padding: 0.2em 0.5em;
}

.field_i1 {
  background: #f8f8f8;
  border: 1px solid #aaaaaa;
  padding: 0.7em 1.5em;
  -moz-border-radius: 8px;
}

.field_i2 {
  background: #f8f8f8;
  border: 1px solid #aaaaaa;
  padding: 0.7em 1.5em;
  -moz-border-radius: 8px;
}

.field_i3 {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 0.7em 1.5em;
  -moz-border-radius: 8px;
}

.icon {
  border: 0px;
}

.edit_menu {
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    background: #f4f4f4;
    border: 1px solid #bbb;
    display: none;
    position: absolute;
    padding: 10px;
    margin-top: 10px;
    margin-left: -40px;
    cursor: pointer;
    font-size: 11px;
}

.edit_menu a,
.edit_menu a:visited {
    color: #1B407C;
    background: transparent;
}

.edit_menu a:hover,
.edit_menu a:active {
    color: #fff;
    background: #1B407C;
    text-decoration: none;
}

