.staff_listItem {
	display: inline;
	float: left;
	width: 72px;
	height: 65px;
	overflow: hidden;
	
	margin-left: 10px;
	margin-bottom: 10px;
	
}

.staff_listImage {
	display: inline;
}

.staff_listImage img {
}


.staff_placeholder {
	float: right;
	height: 75px;
	width: 14px;
}

.staff_listContent {
	position: absolute;
	left: 183px;
	background-image: url(../images/page-team_list_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 370px;
	width: 575px;
	/*
	overflow: scroll;
	*/
}

.staff_listLabel {
	width: 60px;
}

.staff_listField {
}

.staff_boxItem {
	clear: both;
}

.staff_boxImage {
	float: left;
	padding-right: 10px;
}

.staff_boxImage img {
	border: 1px solid #666666;
}

.staff_boxContent {
	float: left;
}

.staff_boxLabel {
	width: 60px;
}

.staff_boxField {
}

.staff_searchBox {
	margin-bottom: 8px;
}

.staff_selector {
	margin-top: 13px;
}

.staff_searchBoxTitle {
	/*
	padding: 2px;
	*/
}

.staff_searchBoxTitle a {
	display: block;
}

#slideIn_language,
#slideIn_region,
#slideIn_assignment {
	padding: 4px;
}

.searchNotfound {
	margin-left: 26px;
}

.staff_detailContent {
	position: absolute;
	left: 170px;
	background-image: url(../images/page-team_detail_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 370px;
	width: 588px;
	overflow: hidden;
}

.staff_detailImage {
	display: inline;
	float: left;
	width: 366px;
	height: 366px;
	overflow: hidden;
	margin-left: 26px;
}

.staff_detailPersonData {
	position: absolute;
	width: 170px;
	left: 417px;
	top: 13px;
	overflow: hidden;
}

.staff_detailBacklink {
	margin-top: 10px;
}

/* OVERLIB TOOLTIPS */
#overDiv {
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
	
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	-webkit-opacity: 0.8; 
}

.ol_text p {
	font-size: 1em;
	line-height: 1.2em;
}

.ol_title p {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
}