/* 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 {
	margin:0;
	COLOR: #000000; 
	background-color: white; 
	font-family: verdana, times, times new roman, serif; 
	font-size: 12px;
	background-attachment : scroll;
	background-image : url(bgnd_image.gif);
	}
A { 
	color: #2B4476; 
	text-decoration: none; 
	font-family: Verdana, Arial, sans-serif; }
A:hover	{ 
	color: #000000; 
	text-decoration: underline; }

h2 {
	margin:10px;
	margin-left:20px;
	font-family: verdana, arial, helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}

td.hh {
	margin:10px;
	margin-left:20px;
	font-family: verdana, arial, helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}

div.sub1 {
	margin:0px;
	margin-left:24px;
	margin-bottom:0px;
	font-family: verdana, arial, helvetica, serif;
	font-size: 9px;
	font-weight: normal;
	color: #444444;
}
div.sub2 {
	margin:10px;
	margin-left:40px;
	margin-top:0px;
	font-family: verdana, arial, helvetica, serif;
	font-size: 9px;
	font-weight: normal;
	color: #2B4476;
}
div.sub3 {
	margin:0px;
	margin-left:40px;
	margin-bottom:0px;
	margin-top:0px;
	padding: 6px;
	border: 1px #000000 dotted;
	width:60px;
	font-family: verdana, arial, helvetica, serif;
	font-size: 9px;
	font-weight: normal;
	color: #444444;
}


TH { 
	font-weight: 100; }
.person_box {
	background-color: #EEEEE0;
	width: 196px;
	border: solid black 1px;
	font-family: verdana;
	}
.person_boxF {
	background-color: #F3E0BB;
	border: solid black 1px;
	}
.list_table {
    width:80%
}
.list_label {
	COLOR: #333333; 
	background-color: #9CA3D4;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	text-align: center; }
.list_value {
	background-color: #ffffff;
	padding: 10px;
	padding-top:20px;
	padding-left: 30px;
	padding-right: 30px;
	COLOR: #000000; 
	border: dotted #996600 1px;
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	vertical-align: top;
	text-align: left;
	}
.list_item {
	font-size:11px;
	/* white-space: nowrap; */
}
.facts_table {
	margin-left:18px;
	}
.facts_label {
	COLOR: #333333; 
	background-color: #9CA3D4;
	font-family: Arial, 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, 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, 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, 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, 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, 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, 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, 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, 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 verdana, helvetica, arial, sans-serif; }
.details1 { 
	FONT: 10px verdana, times, times new roman, serif; 
	text-decoration: none; }
.name2 { 
	COLOR: #333333; 
	FONT: bold 12px verdana, helvetica, arial, sans-serif; }
.details2 { 
	FONT: 12px times, times new roman, serif; 
	text-decoration: none; }
.nameZoom { 
	COLOR: #333333; 
	FONT: bold 14px verdana, helvetica, arial, sans-serif; }
.detailsZoom { 
	FONT: 14px times, times new roman, serif; 
	text-decoration: none; }
.details_label {
	text-decoration: underline;
}
.name_head { 
	COLOR: #333333; 
	FONT: bold 16px verdana, helvetica, arial, sans-serif; 
	letter-spacing: .2px; }
.date {
	color: #333377;
}
.label {
	font-size:11px;
	color: #444444;
	}
.field { 
	}
.error { 
	COLOR: #DD0000; 
	font-family: times, times new roman, serif; 
	font-weight: bold; }
.indent {
	padding-left: 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 {
	float: right;
	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, sans-serif; }
.age {
	font-size: 9px;
}
.source_citations {
	display: none;
}
.footer {
	COLOR: #000000; 
	font-family: times, times new roman, serif; 
	font-size: 12px; }
.lang_form {
	margin-top: -15px;
}
.user_links {
	white-space: nowrap;
}
.contact_links {
	text-align: center;
}

/*-- 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;
	}
a.item { 
	padding-left: 14px;
	padding-right: 14px;
	font-family: Verdana;
	font-size: 10px;
	color: #2B4476;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #CFCFCF;
	background-color: #F9F9F9;
	}

a.item : link,visited { 
	padding-left: 14px;
	padding-right: 14px;
	font-family: Verdana;
	color: #2B4476;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	text-decoration: none;
	background-color: #F9F9F9;
	}

a.item:hover { 
	background-color: #224284;
	color: #FFFFFF;
	text-decoration: none;
	}

.headline {
    padding-top:10px;
	padding-left: 30px;
	padding-bottom: 10px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
	border-bottom: 1px dashed #996600;
	}
	
input {
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	background: #FFF4B6;
	border: 1px solid #000000;
	}
	
td.srch {
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	}
	
#search {
	border: 1px solid #000000;
	background: #FFF4B6;
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	}

#srch2 {
	border: 1px solid #000000;
	background: #FFF4B6;
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	}
	
a.item2 {
	padding-left: 19px;
	padding-right: 19px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #CFCFCF;
	background-color: #224284;
	color: #FFFFFF;
	}

a.item2 : link,visited {
	padding-left: 19px;
	padding-right: 19px;
	font-family: Verdana;
	color: #2B4476;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	text-decoration: none;
	background-color: #F9F9F9;
	}

a.item2:hover {
	background-color: #224284;
	color: #FFFFFF;
	text-decoration: none;
	}

