/* form styles ---------------*/

.name span.extra_value_name_con,
.address label.address_line_first {
  display: none;
}
div.question_con {
  width: 100%;
  overflow: hidden;
}
div.hli_con,
div.question_con {
  margin: 0 0 0.5em;
}
.formentrybean input {
  width: 150px;
  margin-right: 5px;
}
.formentrybean .postal_code_con input {
  width: 100px;
  margin-left: 5px;
}
.formentrybean .address_line_con input {
  width: 311px;
  margin-bottom: 1em;
}
label.address_line_last {
  background: none;
}
.content_con div.hli_last_con {
  float: none;
}
/* job application -----------------*/
div.wizard_component {
  clear: both;
  float: none;
}
div.wizard_procedure_con {
  background: white;
  border: none;
}
div.wizard_category_navigator_con {
  position: relative;
}
div.wizard_category_navigator {
  width: 100%;
  position: relative;
  top: 8px;
  left: 0;
  background: white;
  border: none;
}
#ie6only div.wizard_category_navigator {
  float: none;
  top: 14px;
}
div.wizard_category_navigator_node_con {
  border: none;
  float: left;
  padding:0 0 0 6px;
  margin: 0 3px 0 0;
  background: url(/resources/dyn/files/87737/_fn/tab_inactive_left.gif)  no-repeat top left;
  cursor: pointer;
  cursor: hand;
  list-style-type: none;
  font-size: 0.9em;
  color: black;
  list-style-type: none;
  font-family: "Arial Narrow", "Trebuchet MS", arial, sans-serif;
}
div.wizard_category_navigator_node {
  float: left;
  display: block;
  padding: 10px 6px 5px 0;
  margin: 0;
  background: url(/resources/dyn/files/87738/_fn/tab_inactive_right.gif) no-repeat top right;
}
#ie6only div.wizard_category_navigator_node {
  font-size: 10px;
}
div.wizard_category_navigator_node_selected_con {
  background: url(/resources/dyn/files/87735/_fn/tab_active_left.gif) no-repeat top left;
}
div.wizard_category_navigator_node_selected {
  background: url(/resources/dyn/files/87736/_fn/tab_active_right.gif) no-repeat top right;
}
div.content_con {
  background: white url(/resources/dyn/files/87745/_fn/tab_content.gif) repeat-x top left;
  clear: both;
  padding: 15px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}

/* app pending --------------------*/
table.edit_registration_process_table {
  width: 100%;
}
.edit_registration_process_table td {
  padding: 5px;
}
.edit_registration_process_table th {
  font-weight: bold;
  background: #8C95A0;
  border: 1px solid white;
  border-width: 1px 1px 1px 0;
  text-align: center;
  color: white;
  padding: 5px;
}
.edit_registration_process_table tr.even td {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-width: 1px 0;
}

