@import "miwako.css";

ul {
	background:url(butterfly.png) center left no-repeat;
	height: 2em;
	margin: 0 0 1px;
	padding: 9px 0 0 20px;
	border-color:#ABD1D5;
	border-width: 1px 0;
	border-style:solid;
	}
li {
	padding-right:10px;
	display:inline;
	float:left;
	}
li.name {
	min-width:5.5em;
	}
li.country {
	min-width:5.5em;
	}
li.why {
	position:relative;
	min-width:3em;
	}
span.y {
	color:#5999A5;
	text-decoration:underline;
	cursor:pointer;
	}
li.why p {
	position:absolute;
	left: 3em;
	top: -0.5em;
	display:none;
	width: 15em;
	font-size: 0.8462em;
	background-color:#FFFFFF;
	border: 1px solid #111111;
	padding: 3px;
	text-align:left;
	z-index:100;
	}
li.why:hover p, p.why:hover {
	display:block;
	}

.show_members_no_website {
	visibility:hidden;
	}
p.show_members_pagination {
	clear:both;
	padding: 0 0 1em;
	}