/* $Id: member1.css 18 2009-04-10 06:37:29Z cozio $ */

div.member_img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }
  
#content div.update {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 10px;
  }

img.member_img {
  width: 540px;
 }
div.member_atten {
  margin-left: 1em;
  color: red;
}

div.member_list {
  margin-top: 0.5em;
}
  
table#member_list{
  margin-left: auto;
  margin-right: auto;
  width: 540px;
  display: block;
  border-top: 1px solid #f0f0e0;
  border-left: 1px solid #f0f0e0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  
}

#member_list tr {
  width: 100%;
  }

#member_list td {
  font-size: 10pt;
  text-align: left;
  padding: 2px 5px 2px 5px;
  white-space: nowrap;
 }

#member_list td.j {
  padding-left: 1em;
  width: 30%;
}

#member_list td.e {
  width: 30%;
}

#member_list td.p {
  width: 30%;
}

#member_list td.m {  /* mail */
  text-align: center;
  width: 10%;
}
  
#member_list tr.member_0 {
  border-right: 1px solid #f0f0e0;
  border-bottom: 1px solid #f0f0e0;
  background-color: #fafaf0;
}

#member_list tr.member_1 {
  border-right:  1px solid #e0f0f0;
  border-bottom: 1px solid #e0f0f0;
  background-color: #f0fafa;
}

#member_list em {
  /* color: red; */
  }
