/* CSS Document */
#staffDisplay {
	font-size:13px;
	line-height:16.4px;
	padding-top:23px;
	padding-right:30px;
	padding-left:33px;
}
.person {
	clear:both;
	color:#888686;
	margin-bottom:10px;
	overflow:hidden;
	/*padding-bottom:10px;*/
}
.selected {
	color:#000000;
	background-image:url(/images/personBack.gif);
	background-repeat:repeat-x;
	background-color:#edf5fe;
	padding-top:13px;
	
	padding-bottom:10px;
}
.person .name {
	font-size:13px;
	font-weight:bold;
	padding-top:3px;
	padding-left:10px;
	display: block;
	width:150px;
	height:20px;
	float:left;
}
.selected .name {
	/*padding-top:13px;*/
}

.person .title {
	font-size:11px;
	padding-top:3px;
	padding-left:5px;
	display: block;
	width:300px;
	height:20px;
	float:left;
}
.selected .title {
	/*padding-top:13px;*/
}
.person .phone {
	font-size:11px;
	padding-top:3px;
	padding-left:5px;
	display: block;
	width:75px;
	height:20px;
	float:left;
}
.selected .phone {
	/*padding-top:13px;*/
}
.person .profile {
	clear:left;
	display:none;
	width:657px;
	font-size:11px;
	line-height:18px;
}
.person .profile span {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	display:block;
}
.person .hide {
	display:none;
	padding-left:10px;
}
.person .show {
	display:block;
	float:left;
	padding-top:3px;
}
.person .show, .person .hide {
	font-size:11px;
	font-weight:bold;
	padding-right:10px;
	width:100px;
	height:20px;
	text-align:center;
}
