/*
  COMMUNITY: this holds community data
*/

#networktable{
}

#networktable .member_icon{
  float:left;
  padding-right:10px;
}

#networktable div.member_info{
  float: right;
}

#networktable ul{
  list-style: none;
  margin: 10px;
}

#networktable div.remove a:link{
  display:block;
  padding: 3px 10px 3px 10px;
  border: 2px outset #5AA0B8;
  background: #046;
  color: #FFF;
  text-decoration: none;
  height: 19px;
  vertical-align: bottom; 
}

#networktable div.remove a:hover{
  display:block;
  border: 2px inset #5AA0B8;
  vertical-align: middle;
  background: #CACACA;
  color: #046;
  text-decoration: none; 
  padding: 3px 10px 3px 10px;
}

#networktable td{
}
/* the end of COMMUNITY */
