#modTable {
  width: auto;
  border-spacing: 0;
  font-size:14px;
}
#modTable th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(255,255,255,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#modTable th:first-child {
  border-left:1px solid #aaa;
  border-radius: 5px 0 0 0;	
}
#modTable th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#modTable tr td {
  padding: 8px 15px;
  text-align: center;
}
#modTable tr td:first-child {
  border-left: 1px solid #aaa;
}
#modTable tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#modTable tr {
  background: #fff;
}
#modTable tr:nth-child(2n+1) {
  background: #f5f5f5;
}
#modTable tr:last-child td {
  border-bottom:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#modTable tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#modTable tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#modTable tr:hover {
  background: #eee;
  cursor:pointer;
}


#modTable a:link { color: #0000ff; }
#modTable a:visited { color: #000080; }
#modTable a:hover { color: #ff0000; }
#modTable a:active { color: #ff8000; }


#leftTable {
  width: auto;
  border-spacing: 0;
  font-size:14px;
}
#leftTable th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: left;
  text-shadow:0 -1px 0 rgba(255,255,255,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#leftTable th:first-child {
  border-left:1px solid #aaa;
  border-radius: 5px 0 0 0; 
}
#leftTable th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#leftTable tr td {
  padding: 8px 15px;
  text-align: left;
}
#leftTable tr td:first-child {
  border-left: 1px solid #aaa;
}
#leftTable tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#leftTable tr {
  background: #fff;
}
#leftTable tr:nth-child(2n+1) {
  background: #f5f5f5;
}
#leftTable tr:last-child td {
  border-bottom:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#leftTable tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#leftTable tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#leftTable tr:hover {
  background: #eee;
  cursor:pointer;
}


#leftTable a:link { color: #0000ff; }
#leftTable a:visited { color: #000080; }
#leftTable a:hover { color: #ff0000; }
#leftTable a:active { color: #ff8000; }





#memberTable {
  width: 100%;
  border-spacing: 0;
  font-size:14px;
}
#memberTable th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(255,255,255,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#memberTable th:first-child {
  border-left:1px solid #aaa;
  border-radius: 5px 0 0 0; 
}
#memberTable th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#memberTable tr td {
  padding: 8px 15px;
  text-align: center;
}
#memberTable tr td:first-child {
  border-left: 1px solid #aaa;
}
#memberTable tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#memberTable tr {
  background: #fff;
}
#memberTable tr:nth-child(2n+1) {
  background: #f5f5f5;
}
#memberTable tr:last-child td {
  border-bottom:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#memberTable tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#memberTable tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#memberTable tr:hover {
  background: #eee;
  cursor:pointer;
}


#memberTable a:link { color: #0000ff; }
#memberTable a:visited { color: #000080; }
#memberTable a:hover { color: #ff0000; }
#memberTable a:active { color: #ff8000; }




#indexTable {
  width: 100%;
  border-spacing: 0;
  font-size:14px;
}
#indexTable th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border-top:0px solid #aaa;
  border-bottom:0px solid #aaa;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(255,255,255,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#indexTable th:first-child {
  border-left:0px solid #aaa;
  border-radius: 5px 0 0 0; 
}
#indexTable th:last-child {
  border-radius:0 5px 0 0;
  border-right:0px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#indexTable tr td {
  padding: 8px 15px;
  text-align: center;
}
#indexTable tr td:first-child {
  border-left: 0px solid #aaa;
}
#indexTable tr td:last-child {
  border-right: 0px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#indexTable tr {
  background: #fff;
}
#indexTable tr:nth-child(2n+1) {
  background: #f5f5f5;
}
#indexTable tr:last-child td {
  border-bottom:0px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#indexTable tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#indexTable tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#indexTable tr:hover {
  background: #eee;
  cursor:pointer;
}


#indexTable a:link { color: #0000ff; }
#indexTable a:visited { color: #000080; }
#indexTable a:hover { color: #ff0000; }
#indexTable a:active { color: #ff8000; }
