/* CSS Document */

.groupProfileRow {
	font-size: 0.8em;
	width:100%;
	margin: 0;
	padding: 0;
	clear: both;
}

.groupProfileRow div.pc15 {
	display: inline-block;
	float:left;
	width:15%;
	margin: 0;
	padding: 0;
}

.groupProfileRow div.pc20 {
	display: inline-block;
	float:left;
	width:20%;
	margin: 0;
	padding: 0;
}

.groupProfileRow div.pc25 {
	display: inline-block;
	float:left;
	width:25%;
	margin: 0;
	padding: 0;
}

.groupProfileRow div.pc30 {
	display: inline-block;
	float:left;
	width:30%;
	margin: 0;
	padding: 0;
}
.groupProfileRow div.pc60 {
	display: inline-block;
	float:left;
	width:60%;
	margin: 0;
	padding: 0;
}


#theForm1 {
position: relative;	
}

#ajaxloader {
	z-index: 1000;
	width: 30%;
	height: 160px;
	border: 1px solid #CCC;
	text-align:center;
	background-color:#FFF;
	position: fixed;
	top: 40%;
    left: 30%;
	
}
.ajaxidle {
	display:none;
	visibility:hidden;
}

#ajaxloader img {
	box-shadow:none;
	border: none;	
}

.ajaxloading {
	
}

.rendering_researchoutput {
	margin-bottom: 1em;
	
}


#SDS_CF_search_text {

	margin-right: 10px;
	margin-bottom: 0;
	vertical-align: middle;
}

#people_search_submit_button {
	vertical-align: middle;
}

.profilePortrait, img.profilePortrait {
	width: 120px;
	height:auto;
}



.imageTitle {
	display: block;
	width:100%;
}

.imageTitle h2 {
	padding-top: 0.4em;
	line-height: 0.8em;
	font-size: 2.4em;
}

.jobTitle {
	font-size: 0.5em;
	font-style: italic;
	color: #06F;
}

.jobTitleStrapline {
	font-size:0.9em;
}

.linksList {
	
}

.pureListLink {
	margin-bottom: 0.4em;
	
}

.extraListLink {
	margin-bottom: 0.4em;
}

.sourceAttribution {
	display: block;
	width: 100%;
	font-size:0.8em;
	color:#CCC;
	text-align:right;
}

.clearBoth { 
	clear: both; 
}

.portraitBoxProfile {
	display: block;
	width: 25%;
	height: 160px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}



.simplerSideBar {
	width: 100%;
}


.precis {
	padding-top: 2px;
	line-height: 1.3em;
	font-size: 0.9em;
	margin-right: 5px;

}


div.precis a {
	text-decoration:none;
	
}
div.precis a.profileLink {
	font-weight: bold;
}
.person .precis .pale {
	color: #bbb;
}

.person {
	width: 33%;
    float: left;
    margin-bottom: 10px;
	}
	
.portraitBox {
	width: 80px;
    height: 110px;
    float: left;
    margin-right: 10px;
	margin-bottom: 30px;
    overflow: hidden;
}


@media only screen  
	 and (max-width: 1300px) {
		 .person {
			width: 50%;
		 }
	 }


@media only screen  
	 and (max-width: 667px) {
		 .person {
			width: 100%;
			border-top: 1px #ddd solid;
			
		}
		.portraitBox {
			width: 30%;
			padding-top: 10px;
			height: auto;	
			margin-right: 0px;
			margin-left: 10px;
			margin-bottom: 0px;
			float:right;
		}
		.precis {
			padding-top: 10px;
			white-space: normal;
		}
		.personJobTitle {
			font-size: 0.8em;
	
		}
	 }




