/* Base Styles for All */
#main {
  text-align: left;
  text-size: 1em;
}

p.footer {
	font-size: .8em; 
	margin-top: 1em;
}

/* Styles for Family Group Sheet */
p.name {
	font-size: 2em;}
.src_ref {
	vertical-align: text-top; 
	font-size: .8em;
}

ul.iinfo {
	margin: 0em 0em 0em 2em;
	list-style-position: outside; 
	font-size: 1em;
}

.icat {
	font-size: 1.2em; 
	font-style: italic; 
	font-weight: bold;
}

.lnote {
	/*list-style-type: none; */
	margin: 0em auto 0em 1em; 
	font-style: italic;
}

.parents {
		margin: 1em auto 1em auto;
}

.family {
		margin: 1em auto 1em auto;
}

.line {
		margin: 0em 0em 0em 0em;
}

ol {
	margin: 0em 0em 0em 2em;
	list-style-position: outside;
	list-style-type: lower-roman;
}

ol.source {
	font-size: medium;
	list-style-type: decimal;
}

/* Styles for Pedigree Charts */
	.up {
		padding: .5em .5em 0em .5em;}
	.dn {
		font-size: smaller; 
		padding: 0em .5em .5em .5em;}

/* Styles for Descendant Charts */
  .desc {
  	font-size: medium; 
  	font-weight: bold;}
  .spse {
  	font-size: medium;}

/* Inner Page Menu */
	div.links{
		text-align: center; 
		font-family: Century Gothic, Arial, Verdana, sans-serif;
		margin: 1.5em auto;
		font-weight: bold;}
	a.links  {text-decoration: none; color:white;}
	a.links:hover {text-decoration: none; color: red;}
	.highlight {
		background-color: #0066CC;
		color: LightBlue;
		border: 1px solid black;
		padding: 5px;}
