/* 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: #F1F5FF;
	font-family: palatino,  georgia, times new roman, serif;
	font-size: 12px; 
	margin: 30px;}
A {
	COLOR: #000000;
	text-decoration: none;
	font-family: Arial, sans-serif; }
A:hover	{
	COLOR: #000000;
	text-decoration: underline; }
TH {
	font-weight: 100; }
ul{
	padding-left: 15px;
	padding-right: 15px;
	margin: 8px;
}
.header_table {
	margin-left: 30px;
	background-color: #B1CFF0;
	border: ridge #B1CFF0 6px;
	width: 92%;
}
.person_box {
	background-color: #B1CFF0;
	border: ridge #A1BFE0 3px;
	}
.person_boxF {
	/* background-color: #D6E0EA; changed by Kurt */
	background-color: #E9DAF1;
	border: solid #9CA3D4 1px;
        }
.list_table {
}

.center { text-align: center; }
.center table{
	margin-left: auto;
	margin-right: auto;
}
.rtl { text-align: right; }
.ltr { text-align: left; }

.list_label {
	COLOR: #333333;
	background-color: #A1BFE0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center; }
.list_value {
	background-color: #B1CFF0;
	COLOR: #000000;
	border: ridge #A1BFE0 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

.list_item {
	font-size:10px;
	/* white-space: nowrap; */
}
.facts_table {
	width: 100%;
	}
.facts_label {
	COLOR: #333333;
	background-color: #A1BFE0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	border: ridge #B1CFF0 5px;
	width: 50%;
	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: #B1CFF0;
	COLOR: #000000;
	border: solid #A1BFE0 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: #A1BFE0;
	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: #B1CFF0;
	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: #A1BFE0;
	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: #B1CFF0;
	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 #A1BFE0 2px;
	border-top: outset #A1BFE0 2px;
	border-right: outset #A1BFE0 2px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt; }
.tab_cell_inactive {
	background-color: #B1CFF0;
	border-left: solid #A1BFE0 2px;
	border-top: solid #A1BFE0 2px;
	border-right: outset #A1BFE0 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 #A1BFE0 2px;
	height: 5px; }
.tab_inactive_bottom_right {
	border-left: none;
	border-right: none;
	border-top: outset #A1BFE0 2px;
	width: 33%;
	height: 5px; }
.name1 {
	COLOR: #333333;
	FONT: bold 10px verdana, helvetica, arial, sans-serif; }
.namered {
  border: solid red 1px;
}
.nameblue {
  border: solid blue 1px;
}
.details1 {
	FONT: 10px 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-weight: bold;
	font-size: 12px;
}
.field {
	}
.error {
	COLOR: #DD0000;
	font-family: times, times new roman, serif;
	font-weight: bold; }
.warning {
	COLOR: red;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold; }
.indent {
	padding-left: 7px;}
.indent_rtl {
	padding-right: 7px;}
.image {
	padding: 1px;
	border: ridge #A1BFE0 3px; }
.pedigree_image_portrait {
	float: left;
	height: 60px;
	border: solid black 1px;
	margin-right: 3px;
}

.pedigree_image_portrait_rtl {
	float: right;
	height: 60px;
	border: solid black 1px;
	margin-left: 3px;
}
.pedigree_image_landscape {
	float: left;
	width: 60px;
	border: solid black 1px;
	margin-right: 3px;
}

.pedigree_image_landscape_rtl {
	float: right;
	width: 60px;
	border: solid black 1px;
	margin-left: 3px;
}
.pedigree_form {
	width: 45px;
}
.thumbnail {
	height: auto;
	padding: 5px;
}
.icon {
	border: none;
}
.link {
	font-size: 11px;
	text-align: center;
}
.sublinks_table {
	border: solid #A1BFE0 1px; }
.sublinks_cell {
	font-size: 12px;
	background-color: #B1CFF0; }
.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 {
	
}

.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;
	cursor: help;
}
.menuitem {
	COLOR: #555555;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 1px;
	}
.menuitem_hover	{
	COLOR: #000000;
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 1px;
	}
.submenu {
	COLOR: #000000;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #B1CFF0;
	border: solid #9CA3D4 1px;
	white-space: nowrap;
	}
.submenuitem {
	COLOR: #555555;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #B1CFF0;
	white-space: nowrap;
	text-align: left;
	padding: 1px;
	}
.submenuitem_hover	{
	COLOR: #000000;
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #C1DFFF;
	white-space: nowrap;
	text-align: left;
	padding: 1px;
	}
.news_title {
	font-family: Arial, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: bold;
}
.news_date {
	font-family: Arial, sans-serif;
	color: black;
	font-size: 12px;
}
.current_day {
	font-weight: bold;
	font-size: 16px;
}
.helpheader {
	font-family: Arial, sans-serif;
	color: black;
	font-size: 16px;
	font-weight: bold;
}
.helpstart {
	font-family: Arial, sans-serif;
	color: Blue;
	font-size: 14px;
	font-weight : bold;
	text-decoration : none;
}
.helptext {
	font-family: Arial, sans-serif;
	color: black;
	font-size: 12px;
}

#content {
	margin-left: 1px;
}

#footer {
	clear: both;
}

/*-- index.php specific style sheets -- */
.small_inner_block {
	height: 250px; 
	overflow: auto;
	FONT: 10px times, times new roman, serif;
	text-decoration: none; 
}

.block {
	background-color: #B1CFF0;
	COLOR: #000000;
	border: ridge #A1BFE0 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	vertical-align: top;
	margin: 1px;
	padding: 1px;
}

#index_title {
	float: left;
	clear: none;
	width: 74%;
}

#index_main_blocks {
	clear: none;
	width: 74%;
	float: left;
}

#index_small_blocks {
	clear: none;
	width: 25%;
	float: right;
}

#random_picture {
	text-align: center;
}

#random_picture .small_inner_block {
	height: 200px;
}

/*-- pedigree chart specific stylesheets --*/
#pedigree_chart {
	position: absolute;
	top: -35px;
	left: 0px;
}

/*-- descendancy chart specific stylesheets --*/
#descendancy_chart {
	position: absolute;
	top: 100px;
	left: 0px;
}

/*-- relationship chart specific stylesheets --*/
#relationship_chart {
	position: absolute;
	top: 75px;
	left: 0px;
}

/*-- timeline chart specific styles
--*/
.timeline_table {
}
.person0	{
	background-color: #AAAAFF;
	border: outset #000000 1px;
	vertical-align: top;
	padding: 3px;
	}
.person1	{
	background-color: #A1BFE0;
	border: outset #000000 1px;
	vertical-align: top;
	padding: 3px;
	}
.person2	{
	background-color: #C4C9E6;
	border: outset #000000 1px;
	vertical-align: top;
	padding: 3px;
	}
.person3	{
	background-color: #C4BBE0;
	border: outset #000000 1px;
	vertical-align: top;
	padding: 3px;
	}
.person4	{
	background-color: #9CA3D4;
	border: outset #00000 1px;
	vertical-align: top;
	padding: 3px;
	}
.person5	{
	background-color: #A2CCE0;
	border: outset #000000 1px;
	vertical-align: top;
	padding: 3px;
	}
.listlog	{
	line-height: 20pt;
	color: #555555;
	font-family: Arial, sans-serif;
	}
.formField {
	font-family: Arial, sans-serif;
	font-size: 12px;
}