body {
	font: 10pt arial;
	margin: 0;
	padding: 0 10px;
}

.thumbnail {
	width: 68px;
	height: 68px;
	float: left;
	line-height: 68px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #000000;
	margin: 0 1px 0 1px;
	cursor: pointer;
}
.thumbnail img {
	vertical-align: middle;
	display: inline;
}
div.divheader {
	width: 700px;
	height: 105px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	position: relative;
	top: 0;
	left: 50%;
	margin: 0 0 0 -350px;
}
div.divheader img {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
div.divheader a#introduction,
div.divheader a#browse,
div.divheader a#home,
div.divheader a#search {
	position: absolute;
	left: 125px;
	width: 150px;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	text-align: center;
}
div.divheader a#introduction { top: 25px; }
div.divheader a#browse { top: 45px; }
div.divheader a#search { top: 65px; }
div.divheader a#home { top: 85px; }
table#header {
	width: 700px;
	border: none;
	margin: 0 auto 0 auto;	
}
table#header td {
	vertical-align: top;
}
table#header td img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
div#mainbody {
	width: 564px;
	padding: 4px 8px 4px 8px;
	margin: 0 auto 0 auto;
	text-align: left
}
p,
blockquote {
	line-height: 1.4em;
}
blockquote {
	font-size: 9.5pt;
	text-align: justify;
}
blockquote p {
		font-size: inherit;
		text-indent: 0;
}
table#header td {
	vertical-align: top;
	line-height: 5px;
}
table#header img {
	border: none;
	padding: none;
	margin: 0;
}
table#footer {
	height: 30px;
	width: 556px;
	border: none;
	margin: 15px auto 0 auto;
	font: 8pt arial, sans-serif;
}
.large {
	font-size: 135%;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.bottom {
	vertical-align: bottom;
}
table.footer {
	border: none;
	height: 30px;
	width: 556px;
}
.workcited {
	text-indent: 2.5em;
	margin: 10px 0 10px 0;
	font-size: 9pt;
}
.popupnote {
	vertical-align: super;
	line-height: 0;
	font-size: 9pt;
	font-weight: 800;
	background-color: transparent;
	color: #CC0000;
	text-decoration: none;
	cursor: pointer;
	margin: 0 3px 0 3px;
}
.popupnote:hover {
	vertical-align: super;
	line-height: 0;
	font-size: 9pt;
	font-weight: 800;
	background-color: transparent;
	color: #FF9900;
	text-decoration: none;
	cursor: pointer;
	margin: 0 3px 0 3px;
}
#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/* Remove below line to remove shadow. Below line should always
	appear last within this CSS */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}

a.resultlink:link {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
a.resultlink:visited {
	color: #cc0000;
	font-weight: bold;
}
a.resultlink:hover {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

p {
	text-indent: 2.5em;
	text-align: justify;
	font: 10pt arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 800;
	font-family: Verdana, sans-serif;
}
h1 {
	font-size: 13pt;
}
h2 {
	font-size: 12pt;
	color: #cc0000;
	line-height: 100%;
}
h3 {
	font-size: 11pt;
}
h4 {
	font-size: 10pt;
}


.allresults {
	font: 9pt arial;
	width: 500px;
}
.result {
	width: 500px;
	border: 0px solid black;
	text-align: left;
	padding: 10px;
}
.abstract {
	margin: 0 0 4px 150px;
	text-indent: -52px;
	background-color: #ffffee;
	padding: 1px 3px;
	border: 1px solid #ffeebb;
}
.keywords {
	margin: 0 0 0 150px;
	text-indent: -62px;
	background-color: #ffffee;
	padding: 1px 3px;
	border: 1px solid #ffeebb;
}

div.tabArea {
	padding: 0px 0px 3px 0px;
	margin-left: 2px;
	margin-bottom: 2px;
	font: 10pt arial;
}a.tab,
a.tab:visited,
a.tab:hover,
a.activeTab,
a.activeTab:visited,
a.activeTab:hover {
	padding: 2px .5em 2px .5em;
	position: relative;
	text-decoration: none;
	top: 3px;
	z-index: 100;
}
a.tab,
a.tab:visited {
	border: 1px solid #000000;
	color: #000000;
	background-color: #CCCCCC;
}
a.tab:hover {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-width: 1px 1px 0 1px;
}
a.activeTab,
a.activeTab:visited {
	border-bottom-width: 0px;
	background-color: #FFCC66;
	color: #000000;
	border: 1px solid #000000;
	border-width: 1px 1px 0 1px;
}
a.activeTab:hover {
	border: solid black;
	border-width: 1px 1px 0 1px;
	cursor: default;
}
div.tabMain {
	/* position: relative;
	z-index: 101; */
}
div.tabIframeWrapper {
	border: 2px solid #555555;
	width: 100%;
}
iframe.tabContent {
	border: 0;
	width: 100%;
	/* height: 140em; */
}

.person {
	margin: 0 0 15px 0;
}
.regular {
	color: green;
}
.given {
	color: red;
}
.common {
	color: blue;
}
.variant {
	color: black;
}
.date {
	margin: 0 0 0 10px;
}
.nationality {
	margin: 0 0 0 10px;
}
.occupation {
	margin: 0 0 0 10px;
}

.bionote {
	padding: 1px 2px;
	margin-left: 10px;
	cursor:pointer;
}
.biocontent {
	padding: 1px 2px;
	margin-left: 10px;
	cursor:pointer;
	display: none;
}
.address {
	font-size: 12px;
	margin: 10px 0 10px 50px;
	line-height: 16px;
}
.clear {
	clear: both;
}