body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color:#fff;
	padding:0px;
	margin:0px;
	background:white url(../img/clock.jpg) no-repeat top right;
	}
			
a {	font-weight: bold;
	color: #669;
	position:relative;
	z-index:10;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: none;
	color:#696;
	}
img {
	border: 0;
	}

.formLabel {
	display:block;
	float:left;
	width:150px;
	background:transparent;
	position:relative;
	z-index:10;
}

#content {
	margin: 10px 10px 0px 175px;
	padding: 10px;
	border:1px dashed #ccc;
	background:transparent url(../img/clocklight.jpg) no-repeat top right;
	}

#content h2 {
	color:#696;
	}

#content li {
	line-height:2em;
	list-style-type:lower-greek;
	}

#header {
	position:absolute;
	top:0px;
	left:10px;
	width:166px;
	height:342px;
	background:transparent url(../img/logo.gif) no-repeat top left; 
}

#header h1 {
	display:none;
}

#menu {
	position:absolute;
	top:40px;
	left:10px;
	padding:0px;
	margin:0px;
	list-style:none;
	display:block;
	line-height:2em;
	z-index:10;
	}

#footer {
	margin:0px 10px 0px 0px;
	text-align:right;
	}

table, th, td {
	border:1px solid #ccc;
}

th {
	font-weight:bolder;
}

/* Stuff for genealogy pages */

/* main data table */
TABLE.infolist {
	border: 0;
	/*width: 100%;*/
	font-size: 14px;
	margin: 0em 2em 0em 2em;
}
TABLE.infolist TH {
	border-bottom: 1px solid #999;
}
TABLE.infolist TH A {
	text-decoration: none;
}
TABLE.infolist TR > TD:first-child {
	min-width: 6em;
}
TD.category {
	padding: 1px 3em 1px 1px;	/* Defines spacing between rows */
	/*width: 10%;*/
	font-weight: bold;
}
TD.data {
	padding: 1px 3em 1px 1px;	/* Defines spacing between rows */
	font-weight: bold;
}
TD.field {
	padding: 1px 3em 1px 1px;	/* Defines spacing between rows */
	/*width: 15%;*/
}

/* float left and right */
.leftwrap {
	float: left;
	margin: 2px 10px 2px 2px;
}
.rightwrap {
	float: right;
	margin: 2px 2px 10px 2px;
}
.centered {
	text-align: center;
}

/* image display */
.img_navbar {
	margin: 0px 0px 4px 0px;
  	padding: 10px;
  	font-size: 14px;
  	font-weight: bold;
	text-align: center;
}
.portrait {
	text-align: center;
	margin: 5px 20px 5px 5px;
	padding: 3px;
	border-color: #000;
	border-width: 1px;
}
.snapshot {
	float: right;
	margin: 5px 20px 5px 5px;
	padding: 3px;
}
.thumbnail {
	margin: 0em 2em 0em 2em;
}
.thumbnail p {
	margin: 0;
	padding: 0;
	font-size: smaller;
}
/* pedigree display */
#pedigree { }
.pedigreebox {
	margin: 0.5em 0em 0em 2em;
	padding: 0;
	background-color: #eeeeee;
	border: 1px;
}
.pedigreegen {
	font-size: 14px;
	margin: 0;
	padding: 0.25em 2em 0.5em 2em;
}
.spouse {
	font-style: italic;
}
.spouse:before {
	content: "+ ";
}
.thisperson {
	font-weight: bold;
}
/* other section ids */
#summaryarea {
    min-height: 100px;
    /* Hack: IE Dynamic Expression to set the width */
    height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
}
.fullclear {
	clear: both;
}
#copyright {
	margin: 0.5em 1em 0 0;
	font-size: 12px;
	float: right;
}

#google {
	position:absolute;
	top:340px;
	left:25px;
	padding:0px;
	margin:0px;
	border:1px dashed #ccc;
	line-height:2em;
	z-index:10;
}


