/* CSS Document */
#StaffProfileContainer {  }
#StaffProfileContainer_Item { overflow:hidden; }
#StaffProfileContainer_Item div { float: left; clear:both; line-height:1.2em; width:100%; }
#StaffProfileContainer_Item a { 
	float: left; 
	padding:10px 0 10px 20px; 
	border-left:1px solid #CCCCCC; 
}
#StaffProfileContainer_Item span { 
	float:left; 
	padding:10px 0 10px 20px; 
	border-left:1px solid #CCCCCC; 
	min-height:1.2em; 
	/* Min-Height with IE Hack */ 
	height: auto !important; 
	height: 1.2em; 
}
#StaffProfileContainer_Item span.label { 
	width:120px; 
	float:left; 
	clear:none; 
	padding:10px 10px 0 0; 
	border-left:0 none; 
	font-weight:bold; 
}

#StaffProfileContainer_Item div.company { padding-bottom:15px; }
#StaffProfileContainer_Item div.company span.label { display:none; }
#StaffProfileContainer_Item div.company a { color:#4574A1; font-size:142%; float:none; padding:0; border:0 none; }
#StaffProfileContainer_Item div.fullName { color:#000000; font-size:100%; margin:0; }
#StaffProfileContainer_Item div.fullName a { color:#000000; font-weight:normal; width:75%; border-bottom:1px solid #CCCCCC; }
#StaffProfileContainer_Item div.address span.address { width:75%; border-bottom:1px solid #CCCCCC; }
#StaffProfileContainer_Item div.additionalInfo { border-bottom:1px solid #CCCCCC; width:98%; }
#StaffProfileContainer_Item div.additionalInfo span.additionalInfo { width:75%; }

#StaffProfileContainer #PreviousPage { 
	background:#FFFFFF url(../../images/ArrowLeftIcon.jpg) no-repeat scroll left center;
	clear:both;
	float:left;
	height:22px;
	padding-top:6px;
	border-bottom:1px solid #CCCCCC;
	width:651px;
	overflow:hidden;
}
#StaffProfileContainer #PreviousPage a { color:#174569; font-weight:bold; padding-left:16px; }


