/* 11 Dec 2014.  CSS file created by Paul Penfield, Jr. for Notes pages.
 Included is CSS support for tooltip.
 Classes a, pageBody, reportBody, footer, footerEntry used in other report
 pages: Timeline, Obituary, Biography, Grave, Data
*/

a img {	border-style: none; margin: 0 3px; }

a
	{
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}

b
	{
	font-weight: normal;
	}

b:hover {
 background:#fafafa;
 text-decoration:none;
} /* BG color is a must for IE6 */

b.pnToolTip span {
 display:none;
 font-family: "Lucida Grande", Geneva, Arial, sans-serif;
 line-height: 1.4em;
 padding:4px 2px;
 margin-top:28px;
 margin-left:-200px;
 width:190px;
 text-align: center;
}

b.ptToolTip:hover span {
 display:inline;
 position:absolute;
 border: 1px solid;
 font-size: 1em;
}

.pageBody
	{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	}

.reportBody
	{
	margin-top: 5px;
	padding: 9px;
	border: 3px double;
	-moz-border-radius: 3px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	}

.reportTitle
	{
	margin-top: 15px;
	margin-bottom: 15px;
	}

.pnPrivacyNote
	{
	font-size: .75em;
	font-weight: normal;
	}

.footer
	{
	font-size: 10pt;
	margin-bottom: 25px;
	margin-top: 10px;
	padding: 0;
	text-align: center;
	}

.footerEntry
	{
	font-size: 10pt;
	}
