﻿/*  
 
    Copyright (c) 2008-2012 by the President and Fellows of Harvard College. All rights reserved.  
    Profiles Research Networking Software was developed under the supervision of Griffin M Weber, MD, PhD.,
    and Harvard Catalyst: The Harvard Clinical and Translational Science Center, with support from the 
    National Center for Research Resources and Harvard University.


    Code licensed under a BSD License. 
    For details, see: LICENSE.txt 
  
*/
/********************************************/
/* About                                    */
/********************************************/

.profiles .profilesContentMain .searchSection h3 {
	margin:0;
	padding:0;
	font-size:1.2em;
	color:#746a42;
	font-weight:bold;
}

.profiles .profilesContentMain .searchResults UL
{
    list-style-type: none;
    padding: 0px;
    margin: 15px 0px 15px 15px;
    
}
.profiles .profilesContentMain .searchResults LI
{
    margin-bottom: 8px;
    text-indent: -15px;
}
.searchForm td 
{
    font-size: 13px;
    font-weight: normal;
    padding: 2px;
    text-align: left;
}
/*.searchForm a
{
text-decoration:none;	
border : 0;
}*/

/********************************************/
/* Replacing inline styles from SearchPerson.ascx */
/********************************************/

#divOtherOptions 
{
	position: absolute;
	margin-top: -2px;
	margin-left: -2px;
	width: 255px;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px gray;
	padding-left: 3px;
	height: 150;
	width: 243px;
	overflow: auto;
	background-color: #ffffff;
}
/*This helper class is to remove the inline padding styles in SearchPerson and SearchEverything to align the search forms*/
td.pan 
{
	padding: 0;
}