/* @override http://afnor.exospace.net/mod/friend/css.css */

/*
  COMMUNITY: this holds community data
*/

#networktable table {
	width: 100%;
}

#networktable table h2 {
	font-size: 90%;
}

#networktable .member_icon {
  float:left;
  padding-right:10px;
}

#networktable .member_icon img {
	width: 60px;
}

#networktable div.member_info{
	white-space: nowrap;
	width: 220px;
	font-size: 90%;
}

#networktable ul{
  list-style: none;
  margin: 0px;
}

#networktable td{
  border: 0px;
}

#networktable.friends {
	padding-bottom: 12px;
	margin-bottom: 8px;
}

#networktable.friends table h2 {
	font-size: 90%;
	padding-top: 12px;
}

#networktable.friends tr {
	border-bottom: 1px solid #ddd;
}

#networktable.friends table table tr {
	border-bottom: none;
	font-size: 85%;
}

#networktable.friends td.member-activity {
	border-bottom: 1px solid #ddd;
	padding-top: 12px;
}

/* the end of COMMUNITY */
