/* memberlist table */

#memberlist {
	margin: 1em auto 2em;
	width: 96%;
	font-size: smaller;
}

#memberlist table {
	table-layout: fixed;
	border: medium outset #cccccc;
}

#memberlist .tab {
	padding: auto 1em 0.5em 1em;
	border-bottom: none;
	width: 100%;
	border-collapse: collapse;
}

#memberlist .tab td {
	padding-top: 0.4em;
	padding-bottom: 0.3em;
	border: 1px solid black;
	border-top: none;
	text-indent: 0.8em;
	cursor: pointer;
}

#memberlist .tab td:hover {
	background: white;
	text-decoration: underline;
}

#memberlist .tab .selected {
	border-bottom: none;
	background: white;
}

#memberlist .tab .unselect {
	color: black;
	background: #eeeeee;
}

#memberlist .note {
	border-top: none;
	width: 100%;
	background: white;
	border-collapse: collapse;
}

#memberlist .note td {
	padding-top: 0.7em;
	padding-left: 1em;
	border-bottom: 1px solid silver;
}

#memberlist .note .selected, #memberlist .note .selected a {
	color: #990000;
}


/* profile table */

#profile {
	margin: 0 auto 2em;
	border: 1px dotted red;
	position: relative;
	width: 90%;
	min-height: 220px;

	background: white;
	border-collapse: collapse;
	font-size: smaller;
}

#profile th, #profile td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #ffdd88;
}

#profile th {
	padding-left: 18px;
	background:url(/image/h4.gif) no-repeat 4px 7px;
	width:100px;

	vertical-align:top;
	text-align:left;
	font-weight: normal;
	color: #990000;
}

#profile .photo td.rpadding, .std #profile .photo td {
	padding-right: 270px;
}

#profile img {
	position: absolute;
	right: 1px;
	border: 10px solid white;
	background: white;
	width: 240px;
	height: 180px;
}

#profile #editmenu {
	border-bottom: none;
	text-indent: 2em;
	word-spacing: 2em;
	font-size: smaller;
}
