#member_navi {
  position: relative;
  z-index: 3;
  
  list-style: none;
  font: normal 0.7em verdana;
  margin: 0; padding: 0 0 0 6px;
  height: 27px;
}

#member_navi li {
  float: left;
  background: url(images/inactive_right.png) no-repeat 100% 0;
  height: 27px;
}

#member_navi li a {
  display: block;
  line-height: 24px;
  height: 27px;
  padding: 2px 5px 0 8px;
  margin-right: 3px;
  text-decoration: none;
  font-weight: bold;
  background: url(images/inactive_left.png) no-repeat 0 0;
}

* html #member_navi li a {
  width: 30px;
  padding-top: 6px;
}

  #member_navi li:hover, #member_navi li.active {
    background: url(images/active_right.png) no-repeat 100% 0;
  }
  
  #member_navi li a:hover, #member_navi li.active a {
    background: url(images/active_left.png) no-repeat 0 0;
    color: #0a0;
  }

#member_submenu {
  position: relative;
  z-index: 2;
  list-style: none;
  font: normal 0.7em verdana;
  margin: -4px 0 0 0; padding: 10px 0 0 10px;
  height: 34px;
}

#member_submenu li, #member_pagination li {
  float: left;
}

#member_submenu li a, #member_pagination li a, #member_pagination li span {
  display: block;
  line-height: 2em;
  padding: 0 5px;
  margin-right: 3px;
  border: 1px solid #000;
  text-decoration: none;
  background: #fff;
}

  #member_submenu li a:hover, #member_pagination li a:hover {
    text-decoration: underline;
    border: 1px solid #0a0;
    background: #ddd;
  }
  
  #member_submenu li.active a, #member_pagination li.active a {
    background: #ddd;
  }
  
#member_content {
  position: relative;
  top: -10px;
  z-index: 1;
  
  font: normal 0.7em verdana;
  margin: -10px 0 0 0; padding: 15px 10px 10px;
  background: url(images/box-bottom-787.GIF) no-repeat 0 100%;
}

* html #member_content {
  padding-top: 25px;
}

.headline_cell {
  background: url(images/hutch_headline.png) repeat-x 0;
  padding: 5px 15px;
  color: #fff;
  cursor: pointer;
}

.entry {
  cursor: pointer;
}

.entry_cell {
  padding: 5px;
}

#member_pagination {
  list-style: none;
  font: normal 0.7em verdana;
  margin: 5px 0; padding: 0;
  height: 2.2em;
}

#goto_page {
  float: left;
  width: 3em;
  padding: 2px 1px 1px; 
  border: 1px solid #000;
  font: normal 1em verdana;
  text-align: center;
  height: 2.2em;
}

* html #goto_page  {
  height: 1.4em;
}

.clear {
  clear: both;
}

.search_form {
  padding: 5px;
  margin: 0;
}

.searchField {
  float: left;
  text-align: right;
  width: 90px; 
  line-height: 2.5em;
  font-weight: bold;
}

.searchValue {
  margin-left: 105px;
  padding: 3px 0;
}

.input_text {
  font: normal 1.6em verdana;
  width: 90%;
}

.input_text_small {
  font: normal 1.6em verdana;
  width: 4em;
}

.input_check {
  
}

.input_radio {
  
}
