/* MEMBER PAGES */

/* Login */
#login {
	margin-top: 10px;
}
#login .button {
	float: right;
	margin-top: 5px;
}

/* Index */
.myaccount {
	font-size: .8em;
}
.myaccount .inner {
	overflow: hidden;
}
.myaccount fieldset {
	background: url('../img/fieldset_bg.gif') repeat-x;
	padding: .5em;
	margin: 10px 0;
	border: 2px solid white;
}
.myaccount legend {
	color: #375a5c;
	font-weight: bold;
}
#balance, #pending {
	margin-top: 15px;
}
#pending table {
	width: 100%;
	border-collapse: collapse;
}
#pending table td {
	text-align: right;
}
#pending .contested {
	color: red;
	font-weight: bold;
	padding-left: .25em;
}
#pending table td.sign {
	width: .75em;
	text-align: left;
}
#pending table .date {
	font-size: .85em;
	color: #375a5c;
}

.user_menu {
	min-height: 70px;
	padding: 0 0 10px 95px;
	margin: 20px 0 30px 5px;
}
.user_menu .title {
	height: 19px;
	margin-bottom: 5px;
	background: url('../img/br.gif') bottom left no-repeat;
}
.user_menu ul li {
	list-style: none;
}
.user_menu a {
	display: block;
	padding: .15em;
	margin: .15em 0;
}
.user_menu a:hover {
	text-decoration: none;
	background: #ffffad;
}
#transactions {
	background: url('../img/icon_transactions.gif') no-repeat;
}
#directory {
	background: url('../img/icon_directory.gif') no-repeat;
}
#statistics {
	background: url('../img/icon_stats.gif') no-repeat;
}

/* Edit Profile */
thead .share {
	font-size: .85em;
}
.share {
	text-align: right;
}

/* Record Transaction */
div.autocomplete {
	position: absolute;
	background-color: white;
	border: 1px solid #98c6d6;
	border-bottom: none;
}
div.autocomplete div {
	width: 300px;
	font-size: .8em;
	cursor: pointer; 
	padding: 1px 3px;
	border-bottom: 1px solid #98c6d6;
}
div.autocomplete div.selected {
	background-color: #f9eeef;
}

/* Reset Password */
.password table {
	margin-bottom: .5em;
}
.password table input {
	width: 90%;
}

/* View List */
#member_list {
	margin-top: 1.25em;
}
#member_list #controls {
	float: right;
	width: 240px;
	height: 45px;
	margin: .5em 0 .5em 1em;
	background: url('../../img/directory_control_box.png') no-repeat;
}
#member_list form {
	height: 25px;
	padding: 10px 10px 10px 30px;
	background: url('../../img/directory_control_cap.png') right no-repeat;
}
#member_list .text {
	width: 165px
}
#member_list .button {
	margin-bottom: -3px;
}
#member_list #controls p {
	margin: 0;
}
.inactive td {
	opacity: .3;
}

/* View Profile */
fieldset ol {
	color: #666;
	list-style-type: decimal-leading-zero;
	margin-left: 2em;
}
li.strong {
	font-weight: bold;
}
li.strong a {
	font-weight: normal;
}
#saved_searches {
	color: #666;
	font-size: .85em;
	margin-left: 3em
}