body { 
	font-family: times;
 	background-color: #DDDDDD;
	background-image: url("");
	_text-align: center;
}

#mainDiv {
	border:1px outset #000000;
	width: 680px;
 	background-color: #FFFFFF;
	margin: auto;
	_text-align: center;
	font-size: 10pt;
 	text-align: justify;
	padding: 7px;
	margin-top: 0px;
	
}

.groupBox {
 	border:1px inset #000000;
	font-size: 10pt; 
	text-align: left;
 	padding: 8px;
 	background-color: #FFFFFF;
	margin: 2px 0px;
  width: 658px;
	#overflow-x: hidden;
	
}

h1 { 
	font-size: 18pt;
 	color: #000000;
 	text-align: left;
	margin: 10px 0px 40px 0px;
 	font-weight: bold;
}

/*List of first letters on list page*/
h2 {
	font-size: 14pt;
 	color: #000000;
 	text-align: left;
	margin: 20px 0px;
}

h3 {
	color:#000000;
	font-size: 14px;
	margin: 20px 0 0;
	text-align:left;
}

.homePage h1 {
 	text-align: center; font-size: 19pt; font-weight: bold; font-style: italic;
	margin: 30px 0px 40px;
}

.block { 
	font-size: 10pt; 
	font-weight: bold;
 	color: #000000; 
	margin: 15px 0px;
}

.aditional {
	font-weight: normal;
}

.homePage .block {
	font-weight: normal;
	font-size: 20px;
	margin: 30px 0px;
	text-align: center;
}

/*e.g. photo on photo detail page*/
.center {
 	color: #000000;
	text-align: center;
}

/*Navigation to other pages*/
.navigation {
 	color: #000000;
	text-align: center;
}

ul {
	margin-top: 5px;
	margin-bottom: 25px;
	padding-left: 18px;
	margin-left: 0px;
}

li {
	/*list-style: none;*/
}

img { 
	border: 1px outset #000000;
}

a {
 	color: #000088;
 	text-decoration:none;
}

a:hover	{
 	color: #333388;
}

.head {
	max-width: 150px;
	_width: expression(this.width > 150 ? 150: true);
	margin-bottom: 5px;
	margin-left: 20px;
	float: right;
}

.footer { 
	font-size: 9pt; 
	color: #999;
 	text-align: center;
}

.footer a {
	font-size: 9pt;
}

.hint {
	border-bottom:1px dashed silver;
	cursor:help;
}

.tooltip {
	position: absolute;
	margin: 3em;
	border: 1px solid black;
	background-color: #efe;
	padding: 0.2em;
	font-family: tahoma;
	font-size: 80%;
}

.tooltip.tfemale {
	background-color: #fee;
}

/*what is mother or father of child*/
.motherOfChild {
	font-size: 8pt;
	font-weight: normal;
}

.treeTable {
	width: 100%;
}

.treeTable td {
	font-size: 11px;
	border: 0px solid red;
	padding: 0px;
	padding-left: 3px;
 	padding-right: 3px;
	vertical-align:top;
	_text-align: center;
	width: 12%;
}

.treeTable a {
	font-size: 11px;
}

.treeTable img {
	border: 0px solid red;
}

.treeTable .leftBorder {
	border-left: 1px solid gray;
}

.treeTable .rightBorder {
	border-right: 1px solid gray;
}

.treeTable .bottomBorder {
	border-bottom: 1px solid gray;
}

.treeTable div.peopleGroup {
	border: 5px solid #EEEEEE;
	background-color: #EEEEEE;
	width: 150px;
	padding-bottom: 2em;
	margin: auto;
	_text-align: center;
	min-height: 70px;
	_height: 70px;
}

div.siblings {
	position: relative;
	top: -65px;	
}

div.partners {
	position: relative;
	top: -65px;
}

.treeTable .person {
	width: 11em;
	_text-align: left;
	background-image: none;
	margin: auto;
}

.treeTable .peopleRow .person {
	margin-left:18px;
	_margin-left:-60px;
	position:absolute;
}

.treeTable .peopleRow2 .person {
	margin-left:100px;
	_margin-left:-60px;
}

.treeTable .peopleRow {
	height: 50px;
}

.treeTable .lineRow {
	height: 33px;
}

/*definitions of rounded borders:*/
.female {
	_overflow: hidden;
	background: white;
}

.female.top {
	margin: 0 5px;
 	height: 0px;
 	border-top: 1px solid black;
}

.female.b1 {
	margin: 0 3px;
 	height: 1px;
 	border-left: 2px solid black;
 	border-right: 2px solid black;
}

.female.b2 {
	margin: 0 2px;
 	height: 1px;
 	border-left: 1px solid black;
 	border-right: 1px solid black;
}

.female.b3 {
	margin: 0 1px;
 	height: 2px;
 	border-left: 1px solid black;
 	border-right: 1px solid black;
}

.female.bottom {
	margin: 0 5px;
 	height: 0px;
 	border-bottom: 1px solid black;
}

.female.middle {
	margin: 0px;
 	border-left: 1px solid black;
 	border-right: 1px solid black;
	min-height: 3.8em;
	_height: 3.8em;
}

.male {
	margin: 0px;
 	border: 1px solid black;
	min-height: 3.8em;
	_height: 3.8em;
	background: white;
	padding: 4px 0px;
}
/*end*/

.person.current .female, .person.current .male {
	background: #FFC;
}

/*half sibling - dashed border*/
.person.halfSibling .female.middle {
	border-left: 1px dashed black;
 	border-right: 1px dashed black;
}

.person.halfSibling .female.b2 {
	border: 0px;
	#border-left: 1px solid #EEEEEE;
	#border-right: 1px solid #EEEEEE;
}

.person.halfSibling .female.top {
	border-top: 1px dashed black;
}

.person.halfSibling .female.bottom {
	border-bottom: 1px dashed black;
}

.person.halfSibling .male {
	border: 1px dashed black;
}
/*end*/

div.peopleGroup .person {
	margin: auto;
	margin-top: 0.5em;
}

.person.current {
	margin: auto;
	margin-top: 0em;
}

.small_text {
	text-align: center;
	margin: 0px 3px;
	width: 7.8em;
	overflow: hidden;
}

.small_text.nohead {
	width: 10.5em;
}

.small_title {
	text-align: center;
	width: 100%;
}

.person .head {
	width: 2.5em;
	height: 3.33em; 
	margin-left: 0.2em;
	float: right;
}

.treeTable td.marriage {
	font-size: 10px;
	height: 20px;
	vertical-align: bottom;
	text-align: center;
}

/*photo detail page*/
img.photo {
	max-width: 599px;
	_width: expression(this.width > 599 ? 599: true);
}

a.map {
	font-size: 11px;
	font-weight: normal;
}

img.symbol {
	border: none;
	width: 15px;
	height: 15px;
	position: relative;
	top: 4px;
}

div.document {
	padding: 15px 10px;
	margin: 10px;
	border: 1px outset #000000;
}

div.document a {
	font-size: 14px;
}

div.miniphoto {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: white;
}

span.hidden {
	display: none;
	position: absolute;
	background-image: yellow;
}

img.miniphoto {
	max-height: 150px;
	_height: expression(this.height > 150 ? 150: true);
}

.hideInSearch {
	display: block;
}

.showInSearch {
	display: none;
}

.searchInputs {
	margin: 2em 0em;
	text-align: left;
}

#compareOutputs {
	margin-top: 0px;
}

#compareOutputsBlock {
	border: 1px outset #000000;
	display: none;	
}

#compareOutputsBlock div {
	margin: 10px;
}

#compareOutputs input.text {
	width: 630px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.photosList li {
	padding-bottom: 1em;
}

.mainPerson a {
	font-weight: bold;
	text-decoration: underline;
}

.fileDescription {
	font-size: 0.8em;
	color: #AAA;
}
