/* Use this stylesheet to customize the display of your site.
To learn more about CSS visit http://www.w3.org/TR/REC-CSS2/
*/
.something {
	/*empty style to make sure that the BODY style is not ignored */
}

BODY {
	COLOR: #ffcc99; 
	background-color: #666666; 
	font-family: arial, Helvetica, sans-serif; 
	font-size: 12px; }
A.link:link          {COLOR: #FFcc99; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica, sans-serif}
A.link:active        {COLOR: #FFFFFF; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-WEIGHT: bold}
A.link:visited       {COLOR: #FFcc99; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-WEIGHT: bold}
A.link:hover         {COLOR: #FFFFFF; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica, sans-serif}
A { 
	COLOR: #FFcc99; 
	text-decoration: underline; 
	font-family: Arial, sans-serif; }
A:hover	{
	COLOR: #FFFFFF;
	text-decoration: none;
	font-family: Arial, sans-serif;
	 }
TH { 
	font-weight: 100; }
.person_box {
	background-color: #555555;
	border: solid #ffcc99 1px;
	 }
.person_boxF {
	background-color: #555555;
	border: solid #ffcc99 1px;
	}	 
.list_table {
    background-color: #555555;
	border-left: solid #ffcc99 1px;
	border-top: solid #ffcc99 1px;
	border-bottom: solid #ffcc99 1px;
	border-right: solid #ffcc99 1px; 
	text-align: left;
	
}
.list_label {
	COLOR: #ffcc99; 
	background-color: #555555;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	text-align: left; }
.list_value {
	background-color: #555555;
	COLOR: #ffcc99; 
	text-align: left;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	vertical-align: top;
	}
.list_item {
	font-size:10px;
	white-space: nowrap;
}
.facts_table {
	width: 730px;
	margin-left: 20px;
	}
.facts_label {
	COLOR: #ffcc99; 
	background-color: #555555;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	padding: 4px 4px 4px 4px; 
	width: 20%; 
	text-align: center; }
.facts_label02 {
	COLOR: #ffcc99;
	background-color: #555555;
	font-family: Arial, sans-serif;
	font-size: 10px;
	padding: 4px 4px 4px 4px;
	/* width: 20%; */
	text-align: center;
	font-weight: bold; }
.facts_label03 {
	COLOR: #ffcc99;
	background-color: #555555;
	font-family: Arial, sans-serif;
	font-size: 10px;
	padding: 4px 4px 4px 4px;
	/* width: 20%; */
	text-align: center;
	font-weight: bold; }
.facts_value {
	background-color: #555555;
	COLOR: #ffcc99; 
	border: solid #ffcc99 0px;
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	padding: 4px 4px 4px 4px; 
	text-align: left; }
.facts_value02 {
	background-color: #666666;
	COLOR: #ffcc99;
	border: solid #ffcc99 0px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	padding: 4px 4px 4px 4px;
	text-align: left; }
.facts_labelred {
	COLOR: #003399; 
	border: solid red 2px;
	background-color: #555555;
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	padding: 4px 4px 4px 4px; 
	width: 20%; 
	text-align: center; }
.facts_valuered {
	background-color: #555555;
	border: solid #ffcc99 2px;
	COLOR: #ffcc99; 
	border: solid #ffcc99 0px;
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	padding: 4px 4px 4px 4px; 
	text-align: left; }
.facts_labelblue {
	COLOR: #003399; 
	border: solid red 2px;
	background-color: #555555;
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	padding: 4px 4px 4px 4px; 
	width: 20%; 
	text-align: center; }
.facts_valueblue {
	background-color: #555555;
	border: solid red 2px;
	COLOR: #ffcc99; 
	border: solid #ffcc99 1px;
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	padding: 4px 4px 4px 4px; 
	text-align: left; }
.tabs_table {
	width: 700px;
	}
.tab_cell_active {
	background-color: #555555;
	border-left: solid #ffcc99 2px;
	border-top: solid #ffcc99 2px;
	border-right: solid #ffcc99 2px; 
	border-bottom: solid #ffcc99 2px;
	text-align: center; }
.tab_cell_inactive {
	background-color: #555555;
	border-left: solid #666666 1px;
	border-top: solid #666666 1px;
	border-right: solid #666666 1px; 
	border-bottom: solid #666666 1px;
	text-align: center; }
.tab_active_bottom {
	border-top: none; 
	border-bottom: none;
	border-left: none;
	border-right: none; 
	height: 5px; }
.tab_inactive_bottom {
	border-left: none; 
	border-right: none; 
	border-top: none; 
	height: 5px; }
.tab_inactive_bottom_right {
	border-left: none; 
	border-right: none; 
	border-top: none; 
	width: 33%; 
	height: 5px; }
.name1 {
	COLOR: #ffffff;
	FONT: bold 10px verdana, helvetica, arial, sans-serif;
	}
.details1 { 
    COLOR: #ffcc99; 
	FONT: 9px arial, helvetica, sans-serif; 
	text-decoration: none; }
.name2 { 
	COLOR: #ffffff; 
	FONT: bold 10px verdana, helvetica, arial, sans-serif; }
.details2 {
    COLOR: #ffcc99; 
	FONT: 9px arial, helvetica, sans-serif; 
	text-decoration: none; }
.name_head { 
	COLOR: #ffcc99; 
	FONT: bold 16px verdana, helvetica, arial, sans-serif; 
	letter-spacing: .2px; }
.date {
	font-size: 10px;
	font-weight: bold; }
.label {
        COLOR: #ffcc99; 
	FONT: bold 14px verdana, helvetica, arial, sans-serif;
	}
.field {
        COLOR: #ffcc99; 
	FONT: 11px verdana, helvetica, arial, sans-serif; 
	}
.error { 
	COLOR: #DD0000; 
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 9px;}
.indent {
	padding-left: 7px;}
.image {
	height: 100px;
	padding: 5px;
	border: solid #ffcc99 0px; }
.pedigree_image_portrait {
	float: left;
	height: 50px;
	border: solid #ffcc99 0px;
	margin-right: 3px;
}
.pedigree_image_landscape {
	float: left;
	width: 50px;
	border: solid #ffcc99 1px;
	margin-right: 3px;
}
.thumbnail {
	height: auto;
	padding: 5px;
}
.icon {
	border: none;
}
.link {
	font-size: 16px;
	text-align: center;
	color: #FFcc99;
}
.linkforadmin {
	font-size: 10px;
	text-align: center;
	color: #666666;
}
.sublinks_table {
	float: left;
	border: solid #ffcc99 1px;
	padding: 2px;
	height: 20px;
	}
.sublinks_cell {
	font-size: 12px;
	text-align: center;
	background-color: #555555;
	border: 5px #666666;
}
.subheaders {
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
	margin-top: 15px;
	vertical-align: bottom;
	font-family: Arial, sans-serif; }
.subheadersx {COLOR: #ffcc99; FONT-FAMILY: arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: bold} 

.age {
	font-size: 9px;
}
.source_citations {
	display: none;
}
.footer {
	COLOR: #ffcc99; 
	font-family: arial, Helvetica, sans-serif; 
	font-size: 10px; }
.contact_links {
	text-align: center;
}

/*-- timeline chart specific styles
--*/
.timeline_table {
}
.person0	{ 
	background-color: #006600; 
	border: outset #ffcc99 0px;
	vertical-align: top;
	padding: 0px;
	}
.person1	{ 
	background-color: #003366; 
	border: outset #ffcc99 0px;
	vertical-align: top;
	padding: 3px;
	}
.person2	{ 
	background-color: #993300; 
	border: outset #ffcc99 0px;
	vertical-align: top;
	padding: 3px;
	}
.person3	{ 
	background-color: #663366; 
	border: outset #ffcc99 0px;
	vertical-align: top;
	padding: 3px;
	}
.person4	{ 
	background-color: #996600; 
	border: outset #ffcc99 0px;
	vertical-align: top;
	padding: 3px;
	}
.person5	{ 
	background-color: #333333; 
	border: outset #ffcc99 0px;
	vertical-align: top;
	padding: 3px;
	}
.barra  	{
	COLOR: #ffcc99;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
}
.blanco		{COLOR: #FFcc99; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-WEIGHT: bold}
INPUT 		{BORDER-TOP-COLOR: #ffcc99; BORDER-LEFT-COLOR: #ffcc99; BORDER-RIGHT-COLOR: #ffcc99; BORDER-BOTTOM-COLOR: #ffcc99; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px}
TEXTAREA	{BORDER-TOP-COLOR: #ffcc99; BORDER-LEFT-COLOR: #ffcc99; BORDER-RIGHT-COLOR: #ffcc99; BORDER-BOTTOM-COLOR: #ffcc99; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px}
SELECT 		{BORDER-TOP-COLOR: #ffcc99; BORDER-LEFT-COLOR: #ffcc99; BORDER-RIGHT-COLOR: #ffcc99; BORDER-BOTTOM-COLOR: #ffcc99; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px}
FORM 		{FONT-FAMILY: Verdana, Helvetica, san-serif;  FONT-SIZE: 10px}
H2       {COLOR: #ffcc99; FONT-FAMILY: arial, Helvetica, sans-serif; FONT-SIZE: 14px; FONT-WEIGHT: bold} 
H3       {COLOR: #ffffff; FONT-FAMILY: arial, Helvetica, sans-serif; FONT-SIZE: 18px; FONT-WEIGHT: normal} 
