.help {
	display: block;
	background-image: url("http://strategicmanagement.net/images/icon_help.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	float: right;
	background-position: left center;
	line-height: 16px;
	color: #3C75C7;
}
.help:visited {
	color: #3C75C7;
}


form#searchUser { position: relative; right: 0;}
form#searchUser p { font-size: 1em; position: relative; }
form#searchUser input { width: 11.1em;}
form#searchUser input.button { width: auto; margin-left: 1em; float: none !important; }

/* ------------ Search Results tables    --------------*/
table.searchResults,
table.reviewers {
	width: 100%;
	}
table.searchResults th {
	border-top: 1px solid #EBEAED;
	}
table.searchResults td,
table.reviewers td {
	padding-right: 1em;
	}
table.searchResults td.submit,
table.reviewers td.submit {
	vertical-align: bottom;
	width: 7.5em;
	padding-right: 0;
	padding-bottom: .3em;
	}
table.searchResults td.submit .button,
table.reviewers td.submit .button {
	float: right;
	margin-top: .5em;
	}
table.searchResults tr,
table.reviewers tr {
	vertical-align: top;
	}
table.searchResults h2,
table.reviewers h2{
	margin-top: 1em;
	}
table.searchResults hr,
table.reviewers hr{
	height: 1px;
	}
table.searchResults p,
table.reviewers p{
	margin-bottom: 0;
	}

div.results {
	border-top: 6px solid #0A3542;
	}


table#proposalAuthors {
	font-size: 1.1em;
	}

table#proposalAuthors th {
	color: #555555;
	font-weight: bold;
	text-align: right;
	}

table#proposalAuthors td {
	padding-left: .75em;
	}



