div.largeinit {
height : 500px;
overflow-y:auto;
}
div.researchercss {
    font-family: Trebuchet, Verdana, Arial, Tahoma, sans-serif;
    font-size: 9pt;
    background-color: #eee;
    width: 100%;
    height: 110px;
}

div.researchercss div.name {
    background-color: #ccc;
    font-weight: bold;
    font-size: 10pt;
    padding: 2px;
}

div.researchercss img {
   width: 80px;
   height: 110px;
   float: right;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/*
div.researcher {
    font-family: Trebuchet, Verdana, Arial, Tahoma, sans-serif;
    font-size: 9pt;
    background-color: #eee;
    width: 750px;
    height: 220px; 
	padding:4px;
	border:solid 2px #FFF;
}

div.researcher div.name {
    background-color: #ccc;
    font-weight: bold;
    font-size: 10pt;
    padding: 2px;
}

div.researcher .depiction {
   border: solid 1px #336699;
    padding:2px;
   position:relative;
   width: 130px;
   height: 217px;
   vertical-align:middle;
   line-height:200px;
   float: right;
   background: #ccc;
}
div.researcher img {
   width: 130px;
   max-height: 200px;
   vertical-align:middle;
   position:absolute;top:0;bottom:0;margin:auto;
}
*/
.property_label {
   font-weight: bold;
   color: #555;
}

