.results tr th {
  padding: 5px;
  font-weight: bold;
  background-color: rgb(200,200,200); }
  
.results tr {
	border-bottom: dotted 1px rgb(200,200,200); }
	
.results tr td {
	padding: 5px; }
	
.results tr:hover  {
	background-color: #F7F7E9; }

.person, 
.course,
.report {
  margin-left: 0px;
	padding: 12px 15px;
  border: solid 1px rgb(225,225,225);
  border-width: 0px 0px 1px 0px; }

.person:hover,
.course:hover,
.association:hover {
	background-color: #F7F7E9; }
	
.person.deceased {
  background-color: #EFD178; }
  
.heading {
	padding: 0px;
	color: rgb(255,255,255); }

/* People Index */

.heading .name {
	float: left;
  font-weight: bold;
  font-size: 14px;
  font-family: 'lucida grande','lucida sans regular',verdana,arial,helvetica,sans-serif;
  margin-bottom: 4px; }

.person .detail {
	padding: 0px;
	margin-bottom: 0px;
	color: rgb(100,100,100);
	font-size: 11.5px !important;
	line-height: 1.3em !important; }

/* Export toggle links */

a.export {
  outline: none; }

a.export.selected:hover {
  background-color: #364F76; }
  
a.export.selected {
  background-color: #364F76; }






