
.select_cloud {
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	padding: .5em;
	height: 22em;
	width: 22em;

	display: none;
	position: absolute;
	z-index: 501;
	padding:0;
	background: #e0e0e0;
	border: .25em solid black;
	line-height: 1;
}


.select_cloud > span,
.select_cloud > input
{
	margin: .25em .5em .25em .5em;
}

.select_cloud-MHSdiaBoxContent {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: .5em;
	overflow: auto;
	margin-top: .25em;
	height: 16.1em;
	width: 100%;
	line-height: 1.25;
}

.select_cloud-MHSdiaBoxContent  p {
	margin: 0;
}

.select_cloud-MHSdiaBoxToolbar {
	text-align: left;
	padding: .2em 1em .5em .5em;
	border-bottom: .1em solid black;
	margin-bottom: .5em;
	background: #222222;
	color: #f0f0f0;
	min-height: 1em;
}
.select_cloud-MHSdiaBoxToolbar a {
	float: right;
	color: #88aaff; font-weight: bold;
}


#peoplePicker {
	width: 42em;
	height: 24.7em;
}

#peoplePickerMHSdiaBoxContent {
	width: 28em; float: left;
	height: 18em;
}

#peoplePicker .select_cloud-MHSdiaBoxToolbar {
}

#peoplePicker input {
	width: 16em;
}

#peoplePicker  select {
	visibility: hidden;
	width: 0em;
}

#peoplePicker .quicklist {	width: 12.75em; float: right;	padding: .35em; }

#peoplePicker .quicklist p {
	padding: 0; margin: 0;
	display: inline-block; border-bottom: .1em solid black;
}

#peoplePicker ul {	list-style-type: none;	margin: .5em 0 0 0;}

#peoplePicker li { margin: 0 0 .3em 0; border-bottom: 1px solid #e0e0e0}

#peoplePicker .quicklist li a {}
#peoplePicker .quicklist li a:hover {}
#peoplePicker .quicklist li b {display: none; position: absolute; right: 0em; margin-top: 1em; width: 8em; font-weight: normal; background: #e0e0e0; padding: .2em; border: 1px solid blue; border-right: 1px solid blue; border-bottom: 1px solid blue;}
#peoplePicker .quicklist li:hover {border-bottom: 1px solid blue}
#peoplePicker .quicklist li:hover b {display: inline;}
#peoplePicker .hints {
	font-size: 85%; line-height: 1.1;
}

.people_summary {padding: .35em; line-height: 2.5;}
.people_summary span { display: inline; padding: .35em; background: #ffffff; border: .1em solid #666666; margin-right: .75em;}
.people_summary span b {
	width: 1em; line-height: .1em; border: none; margin: 0; padding: .5em; cursor: pointer;
	display: inline-block; position: relative;}
.people_summary span b:after {
	position: relative;
	left: -8px;
	content: "×";
	cursor: pointer;
}
.more_lookups {cursor: pointer; color: blue; font-style: italic;}


/* OVERRIDES */

.docTypePicker {
	width: 32em !important;
}

.docTypePicker .select_cloud-MHSdiaBoxContent {
	height: 18em;
}
