/* 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: #000000;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }
A {
	COLOR: #555555;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; }
A:hover	{
	COLOR: #000000;
	text-decoration: underline; }
TH {
	font-weight: 100; }
.person_box {
	background-color: #DEDFCE;
	border: solid #847D6B 1px;
	}
.person_boxF {
	/* background-color: #D6E0EA; changed by Kurt */
	background-color: #FFFFCC;
	border: solid #9CA3D4 1px;
	}
.list_table {
}

.center { text-align: center; }
.rtl {text-align: right;}
.ltr {text-align: left;}

.list_label {
	COLOR: #333333;
	background-color: #9CA3D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; }
.list_value {
	background-color: #D6E0EA;
	COLOR: #000000;
	border: solid #9CA3D4 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	/*text-align: left;*/
	}
.list_value_rtl {
	background-color: #D6E0EA;
	COLOR: #000000;
	border: solid #9CA3D4 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	}
.list_item {
	font-size:10px;
	/* white-space: nowrap; */
}
.facts_table {
	width: 100%;
	}
.facts_label {
	COLOR: #333333;
	background-color: #9CA3D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	width: 20%;
	text-align: center; }
.facts_label02 {
	COLOR: #333333;
	background-color: #C4C9E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	/* width: 20%; */
	text-align: center;
	font-weight: bold; }
.facts_label03 {
	COLOR: #333333;
	background-color: #9CA3D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	/* width: 20%; */
	text-align: center;
	font-weight: bold; }
.facts_value {
	background-color: #D6E0EA;
	COLOR: #000000;
	border: solid #9CA3D4 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	/*text-align: left;*/ }
.facts_value02 {
	background-color: #F2F5F9;
	COLOR: #000000;
	border: solid #9CA3D4 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	/*text-align: left;*/ }
.facts_labelred {
	COLOR: #333333;
	background-color: #9CA3D4;
	border: solid red 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	width: 20%;
	text-align: center; }
.facts_valuered {
	background-color: #D6E0EA;
	COLOR: #000000;
	border: solid red 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	/*text-align: left;*/ }
.facts_labelblue {
	COLOR: #333333;
	background-color: #9CA3D4;
	border: solid blue 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	width: 20%;
	text-align: center; }
.facts_valueblue {
	background-color: #D6E0EA;
	COLOR: #000000;
	border: solid blue 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	/*text-align: left;*/ }
.tabs_table {
	width: 95%;
	}
.tab_cell_active {
	background-color: white;
	border-left: outset #9CA3D4 2px;
	border-top: outset #9CA3D4 2px;
	border-right: outset #9CA3D4 2px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt; }
.tab_cell_inactive {
	background-color: #D6E0EA;
	border-left: solid #9CA3D4 2px;
	border-top: solid #9CA3D4 2px;
	border-right: outset #9CA3D4 2px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt; }
.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: outset #9CA3D4 2px;
	height: 5px; }
.tab_inactive_bottom_right {
	border-left: none;
	border-right: none;
	border-top: outset #9CA3D4 2px;
	width: 33%;
	height: 5px; }
.name1 {
	COLOR: #333333;
	FONT: bold 10px Arial, Helvetica, sans-serif; }
.details1 {
	FONT: 10px times,Arial, Helvetica, sans-serif;
	text-decoration: none; }
.name2 {
	COLOR: #333333;
	FONT: bold 12px Arial, Helvetica, sans-serif; }
.details2 {
	FONT: 12px Arial, Helvetica, sans-serif;
	text-decoration: none; }
.nameZoom {
	COLOR: #333333;
	FONT: bold 14px Arial, Helvetica, sans-serif; }
.detailsZoom {
	FONT: 14px Arial, Helvetica, sans-serif;
	text-decoration: none; }
.details_label {
	text-decoration: underline;
}
.name_head {
	COLOR: #333333;
	FONT: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: .2px; }
.date {
	color: #333377;
}
.label {
	}
.field {
	}
.error {
	COLOR: #DD0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; }
.indent {
	padding-left: 7px;}
.indent_rtl {
	padding-right: 7px;}
.image {
	height: 150px;
	padding: 5px;
	border: solid black 1px; }
.pedigree_image_portrait {
	float: left;
	height: 60px;
	border: solid black 1px;
	margin-right: 3px;
}
.pedigree_image_landscape {
	float: left;
	width: 60px;
	border: solid black 1px;
	margin-right: 3px;
}
.thumbnail {
	height: auto;
	padding: 5px;
}
.icon {
	border: none;
}
.link {
	font-size: 11px;
	text-align: center;
}
.sublinks_table {
	border: solid #9CA3D4 1px; }
.sublinks_cell {
	font-size: 12px;
	text-align: right;
	background-color: #D6E0EA; }
.subheaders {
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
	margin-top: 15px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif; }
.age {
	font-size: 9px;
}
.source_citations {
	display: none;
}
.footer {
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }
.lang_form {
	margin-top: 0px;
}
.user_links {
	white-space: nowrap;
}
.contact_links {
	text-align: center;
}
.flag {
	width: 15px;
	border: solid black 1px;
}
.header_select { 
	font-size: 9pt; 
}
.favorites_form {
	margin-top: 0px;
}
.help {
	font-weight: bold;
}

/*-- timeline chart specific styles
--*/
.timeline_table {
}
.person0	{
	background-color: #AAAAFF;
	border: outset #AAAAFF 1px;
	vertical-align: top;
	padding: 3px;
	}
.person1	{
	background-color: #AAFFAA;
	border: outset #AAFFAA 1px;
	vertical-align: top;
	padding: 3px;
	}
.person2	{
	background-color: #FFAAAA;
	border: outset #FFAAAA 1px;
	vertical-align: top;
	padding: 3px;
	}
.person3	{
	background-color: #5555FF;
	border: outset #5555FF 1px;
	vertical-align: top;
	padding: 3px;
	}
.person4	{
	background-color: #FF5555;
	border: outset #FF5555 1px;
	vertical-align: top;
	padding: 3px;
	}
.person5	{
	background-color: #55FF55;
	border: outset #55FF55 1px;
	vertical-align: top;
	padding: 3px;
	}