@charset "UTF-8";
/* CSS Document */

#scientist-photo { width: 140px; margin-left: 25px; margin-top: 10px; float: left; }
#scientist-info-sections { width: 351px; margin-top: 10px; float: left; }

ul.blue-list { margin-top: 10px; }

#scientist-selector-container { margin-left: 4px; width: 214px; }
	#scientist-selector-container #heading { background-color: #dbe4e9; padding: 2px 0px 4px 24px; height: 11px; color: #4d7690; font-size: 9px; }
		#scientist-selector-container #heading #scientist-drop-handle { position: absolute; top: 0px; right: 0px; }
		#scientist-selector-drop { position: absolute; left: 0px; top: 18px; z-index: 999999; padding: 5px 1px 0px 1px; background-color: #dbe4e9; width: 212px; }
		#scientist-selector-container #scientist-selector-drop .person ul { list-style: none; margin: 0px; padding: 0px; }
		#scientist-selector-container #scientist-selector-drop .person li { margin-bottom: 4px; color: #4d7690; padding-bottom: 15px; }
			#scientist-selector-container #scientist-selector-drop .person li img { padding-left: 6px; margin-right: 11px; margin-bottom: -15px; }
			#scientist-selector-container #scientist-selector-drop .person li:hover { cursor:pointer; background-color: #eef1f2; }
			
		.scientist-info { background:url(../images/420Separator.jpg) bottom left no-repeat; width: 540px; height: 90px; padding-left: 26px; margin-top: 16px; z-index: 1; margin-left:-1px; }
			
#cv ul, #sp ul { list-style-image:url(../images/420ListIcon.jpg); list-style-position:outside; list-style-type:circle; margin: 0px; padding: 0px; margin-left: 23px; }
	#cv ul li, #sp ul li { margin-bottom: 23px; }
	
tr.row-on { background-color: #f0f0f0; }

hr.personnel-split { position: relative; left: -27px; width: 565px; border-top: #dbe4e9 1px solid; background-color: #dbe4e9; height: 1px; margin-top: 5px; margin-bottom: 5px; }	