/* profile.css */

@media screen {
	#profile-header {
		font-size:100%;
		font-weight:normal;
	}
	#profile-header-name {
		font-size: 125%;
		font-weight: bold;
		font-style: normal;
	}
	.profile-header-line {
		font-size: 100%;
		font-weight: bold;
		font-style: normal;
	}
	.profile-header-address {
		font-size: 100%;
		font-weight: normal;
		font-style: italic;
	}
	ul.alphabet-index {
		list-style: none;
		text-align: center;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	li.alphabet-index {
		font-weight: bold;
		display: inline;
		padding-left: 0.1em;
		padding-right: 0.1em;
	}
  div.to-top {
    clear:both;
    float: left;
    font-size: 100%;
  }

   .hide-print {
  }

}

@media print {

  * {
    color: #000000 !important ;
  }


	#profile-header {
		font-size:140%;
		font-weight:normal;
	}
	#profile-header-name {
		font-size: 125%;
		font-weight: bold;
		font-style: normal;
	}
  #quick-links {
    display:none;
  }
	.profile-header-line {
		font-size: 100%;
		font-weight: normal;
		font-style: normal;
	}
	a.profile-header-line {
		font-size: 100%;
		font-weight: normal;
		font-style: normal;
	}
  .hide-print {
    display: none;
  }
  .profile-header-address {
		font-size: 100%;
		font-weight: normal;
		font-style: italic;
	}
	div.alphabet-index {
		display:none;
	}
  div.to-top {
    clear:both;
		display:none;
  }

}

  div.thumb {
    page-break-before: auto;
    width: 150px;
    float: left;
    margin-top: 15px;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: smaller;
  }


#biography {clear:both; }

a {
	font-weight: bold;
}

/* link buttons */
.button a           {display:inline; color:transparent;}
.button a img       {color: red; margin: 10px; border: 0}
.button a img:hover {coror: red; border: 2px dashed;}


.center { text-align: center;}

.center table { margin-left:auto; margin-right:auto; text-align:left; }

.card {
  border: 1px solid black;
  padding: 10px;
}

.name-index {
  clear: both;
  color: blue;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height:2em;
  margin: 0;
  padding-top: 0em;
  padding-bottom: 0em;
/*  width: 90%;  */
}
.name {
	margin-left: 0px;
	margin-right: 25px;
	font-weight: bold;
}
li.name {
	display: inline;
  white-space: pre;
}

.org {
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}
li.org {
	display: block;
  white-space: pre;
}

.child {
	margin-left: 25px;
	margin-right: 0px;
	font-weight: bold;
}
li.child {
	display: block;
  white-space: pre;
}

.gchild {
	margin-left: 50px;
	margin-right: 0px;
	font-weight: bold;
}
li.gchild {
	display: block;
  white-space: pre;
}

.ggchild {
	margin-left: 75px;
	margin-right: 0px;
	font-weight: bold;
}
li.ggchild {
	display: block;
  white-space: pre;
}

/* thumbnails */

img.thumb {
  border: 1px  dashed black;
  padding: 3px;
}


img.dead {
  border: 3px  solid black;
  padding: 1px;
}
.letter-index {
  clear: both;
  color: black;
  font-size: 150%;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0em;
  padding-top: 1.5em;
}

table {
  border-collapse: collapse;
  border: 1px solid black;
}

td {
  padding: 10px;
}



