
/* --------------- Logged in member action links ---------------- */

.memberActions {
	clear: both;
	list-style: none;
	margin: 0px 0px 8px 0px; padding: 0;
}
.memberActions li { padding: 0; margin: 0px 0px 2px 0px; }
.memberActions a {
	height: 28px;
	font-size: 1em; line-height: 28px; font-weight: bold;
	background-position: right top; background-repeat: no-repeat;
	text-indent: 10px;
	display: block;
}
.memberActions a:link, .memberActions a:visited {
	color: #536A7F; text-decoration: none;
	border: 1px solid #A1B9D1;
	background-image: url(../images/meetingLinks_f01.jpg);
}
.memberActions a:hover {
	color: #034688; text-decoration: none;
	border: 1px solid #81A3C4;
	background-image: url(../images/meetingLinks_f02.jpg);
}

li.currentLink {
	font-size: 1em; line-height: 28px; font-weight: bold;
	text-indent: 10px;
	color: #FFFFFF; background-color: #A1B9D1;
	padding: 0; margin: 0px 0px 2px 0px;
}
li.loggedInMsg {
	font-size: 1em;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF; background-color: #034688;
	margin: 0px 0px 2px 0px;
}

/* --------------- Cancel and Submit etc. buttons ---------------- */

input#cancelButton, input#submitButton {
	min-width: 80px;
	padding-left: 5px;
	padding-right: 5px;
}

input#cancelButton {
	float: left;
}
input#submitButton {
	float: right;
}

/* --------------- Delete Member page ---------------- */

.deletePageRow {
	font-size: 1.2em;
	display: block;
	clear: both;
	padding-bottom: 6px;
}
.deletePageRow label {
	font-size: 1em; font-weight: bold;
	display: block; float: left;
	width: 110px;
	padding: 0px;
}
.deletePageRow div {
	padding-left: 110px;
}
