/**
 * Style for Xenea theme
 *
 * Use this stylesheet to customize the display of your site.
 * To learn more about CSS visit http: //www.w3.org/TR/REC-CSS2/
 *
 * phpGedView: Genealogy Viewer
 * Copyright (C) 2002 to 2007 John Finlay and Others
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 *
 * @package PhpGedView
 * @subpackage Themes
 * @version $Id: style.css 1374 2007-08-02 22:09:43Z nigelo $
 */

.something {
	/*empty style to make sure that the BODY style is not ignored */
}

body {
	color: #ffffff;
	background-color: #0072c6;
	font: 13px tahoma, arial, helvetica, sans-serif;
	margin: 0px; 
}

.header {
	width:100%;
	border-left:1px solid #800080;
	border-right:1px solid #800080;
	border-top:1px solid #800080;
	}

fieldset {
	margin: 8px 8px 4px 8px;
}

legend {
	font-weight: bold;
}

a.link:link, a.link:active, a.link:visited {
	color: white;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}

a.link:hover {
	color: #800080;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}

a {
	color: white;
	text-decoration: none;
	font-family: tahoma, arial, helvetica, sans-serif;
}

a:hover	{
	color: #800080;
	text-decoration: none;
}

ul {
	padding-left: 15px;
	padding-right: 15px;
	margin: 8px;
}

.center { 
	text-align: center; 
}

table.center{
 	margin-left: auto;
 	margin-right: auto;
}

th {
	font-weight: 100; 
}

.button {
	width: 60px;
}

.gedcom_table {
	border: 1px solid #800080;
	margin: 0;
	width: 99%;
}

.person_box {
    background-image: url("images/bluewhitegradiant2rev.gif");
	background-repeat: repeat-x;
	background-color: #0072c6;
	border: 1px solid #800080;
}

.person_boxF {
    background-image: url("images/bluewhitegradiant2.gif");
	background-repeat: repeat-x;
	background-color: #0072c6;
	border: 1px solid #ffffff;
}

.person_boxNN {
	background-color: #0072c6;
	border: dashed #800080 1px;
}

.person_box:target, .news_box:target, #gedcom_stats:target {
	background-color: #0072c6;
}

.list_table {
	margin-left: auto;
	margin-right: auto;
}

.list_table_clippings {
	margin-left: 20px;
}

.list_label, .list_label_wrap {
    background-image: url("images/bluewhitegradiant.gif");
	color: #ffffff;
	background-color: #0072c6;
	font: bold 12px tahoma, arial, helvetica, sans-serif;
	text-align: center;
}

.list_value, .list_value_wrap {
	background-color: #0072c6;
	border: solid #800080 1px;
	color: #ffffff;
	font: 12px tahoma, arial, helvetica, sans-serif;
	vertical-align: top;
}

.list_label, .list_value {
	white-space: nowrap;
}

.list_label_wrap, .list_value_wrap {
	white-space: normal;
}

.list_item {
	font-size: 12px;
}

.facts_table {
	width: 99%;
}

.facts_label {
	color: #ffffff;
	background-color: #0072c6;
	border: solid #800080 1px;
	background-image: url("images/bluegradiantrev.gif");
	background-repeat: repeat-x;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
	width: 20%;
	text-align: center;
}

.facts_label02, .facts_label03 {
	color: white;
	background-color: #0072c6;
	border: solid #800080 1px;
	background-image: url("images/bluegradiantrev.gif");
	background-repeat: repeat-x;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
	text-align: center;
	font-weight: bold;
}

.facts_value {
	background-color: #0072c6;
	border: solid #800080 1px;
	color: #ffffff;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
}

.facts_value02 {
	background-color: #0072c6;
	color: #ffffff;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
}

.facts_labelred, .facts_labelblue {
	color: #ffffff;
	background-image: url("images/bluegradiantrev.gif");
	background-repeat: repeat-x;
	background-color: #0072c6;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
	width: 20%;
	text-align: center;
}

.facts_valuered, .facts_valueblue {
	background-color: #0072c6;
	color: #ffffff;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
}

.facts_labelred, .facts_valuered {
	border: solid #800080 2px;
}

.facts_labelblue, .facts_valueblue {
	border: solid white 2px;
}

.tabs_table {
	width: 99%;
}

.tab_cell_active {
    color: #ffffff;
	background-image: url("images/bluewhitegradiant2.gif");
	background-repeat: repeat-x;
	background-color: #0072c6;
	border-color: #800080;
	border-width: 1px;
	border-bottom-style: none;
	border-top-style: solid;
	border-right-style: solid;
	text-align: center;
	font-weight: bold;
}

.tab_cell_inactive {
    color: #ffffff;
	background-image: url("images/bluewhitegradiant.gif");
	background-repeat: repeat-x;
	background-color: #0072c6;
	border-color: #800080;
	border-width: 1px;
	border-right-style: solid;
	text-align: center;
	font-weight: bold;
}

.tab_cell_inactive_empty {
    color: #ffffff;
	background-color: #0072c6;
	border-color: #800080;
	border-width: 1px;
	border-right-style: solid;
	text-align: center;
	font-weight: bold;
}

.tab_cell_inactive_empty a {
	color: #ffffff;
	background-image: url("images/bluewhitegradiant.gif");
	background-repeat: repeat-x;
	background-color: #0072c6;
}
.tab_active_bottom {
    background-color: #0072c6;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 5px;
}

.tab_inactive_bottom {
    background-color: #0072c6;
	border-left: none;
	border-right: none;
	border-top: solid #800080 1px;
	height: 5px;
}

.tab_inactive_bottom_right {
    background-color: #0072c6;
	border-left: none;
	border-right: none;
	border-top: solid #800080 1px;
	width: 35%;
	height: 5px;
}

.name1 {
	color: #ffffff;
	font: bold 10px tahoma, arial, helvetica, sans-serif;
}

.name1Hover {
	color: #800080;
	font: bold 10px tahoma, arial, helvetica, sans-serif;
}

.namered {
	border: solid #800080 1px;
}

.nameblue {
	border: solid white 1px;
}

.details1 {
    color: #ffffff;
	font: 10px tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

.name2 {
	color: #ffffff;
	font: bold 11px tahoma, arial, helvetica, sans-serif;
}

.name2Hover {
	color: #800080;
	font: bold 11px tahoma, arial, helvetica, sans-serif;
}

.details2 {
    color: #ffffff;
	font: 11px tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

.nameZoom {
	color: #ffffff;
	font: bold 14px tahoma, arial, helvetica, sans-serif;
}

.detailsZoom {
	font: 14px tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

.name_head {
	color: #ffffff;
	font: bold 16px tahoma, arial, helvetica, sans-serif;
	letter-spacing: .2px;
}

.date {
	font-weight: bold;
}

.label, .field {
    color: #ffffff;
	font: 11px tahoma, arial, helvetica, sans-serif;
}

.label {
	font-weight: bold;
}

.error {
	color: #yellow;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}

.largeError {
	color: yellow;
	font: large tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}

.warning {
	color: yellow;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}

.indent {
	padding-left: 7px;
}

.indent_rtl {
	padding-right: 7px;
}

.image {
	height: 150px;
	padding: 5px;
	border: solid #800080 1px;
}

.gender_image {
	height: 9px;
	width: 9px;
	padding-left: 3px;
	padding-right: 3px;
	border: none;
	vertical-align: middle;
}

.pedigree_image_portrait, .pedigree_image_landscape {
	float: left;
	height: 50px;
	border: solid 800080 1px;
	margin-right: 3px;
}

.pedigree_image_portrait_rtl, .pedigree_image_landscape_rtl {
	float: right;
	height: 50px;
	border: solid 800080 1px;
	margin-left: 3px;
}

.pedigree_form {
	width: 60px;
}

.thumbnail {
	height: auto;
	padding: 5px;
}

.icon {
	border: none;
}

.link {
	font-size: 11px;
	text-align: center;
}

.sublinks_table {
	background-image: url("images/bluegradiant.gif");
	background-repeat: repeat-x;
	border: solid #800080 1px;
}

.sublinks_cell {
	font-size: 11px;
	background-color: #0072c6;
}

.sublinks_table .icon {
	width: 25px;
	height: 25px;
}

.menuitem .icon {
	width: 32px;
	height: 32px;
}

.submenu .icon {
	width: 25px;
	height: 25px;
}

.subheaders {
	font: bold 16px tahoma, arial, helvetica, sans-serif;
	text-indent: 20px;
	margin-top: 15px;
	vertical-align: bottom;
}

.age {
	font-size: 9px;
}

.source_citations {
	display: none;
}

.contact_links {
	margin-top: 15px;
	text-align: center;
}

.theme_form {
	margin-top: 0px;
	font: 14px tahoma, arial, helvetica, sans-serif;
	color: white;
}
/* This is the original.
 * It's not used, but it's left in in case you want to go back to it. */
.flag {
	width: 15px;
	border: solid black 1px; 
}

/* This one is for the currently active language. */
.activeflag {
	height: 15px;
	border: none;
	opacity: 1;		/* IE does not yet support this */ 
}

/* This one is for an inactive language when the mouse is hovering over it */
.brightflag {
	height: 15px;
	border: none;
	opacity: 1;		/* IE does not yet support this */ 
}

/* This one is for an inactive language when the mouse is not hovering over it */
.dimflag {
	height: 15px;
	border: none;
	opacity: 0.4;	/* IE does not yet support this */ 
}

.header_select {
	font-size: 9pt; 
}

.favorites_form {
	margin-top: 0px; 
}

.help {
	font-weight: bold;
	cursor: help; 
}

.menuitem, .menuitem_rtl {
	color: #ffffff;
	background-image: url("images/bluewhitegradiant.gif");
	background-repeat: repeat-x;
	background-color: #;0072c6
	border: solid white 1px;
	height: 45px;
	text-decoration: none;
	font: bold 11px tahoma, arial, helvetica, sans-serif; 
	font: bold 11px tahoma, arial, helvetica, sans-serif; 
	text-align: center;
	padding: 1px; 
}

.menuitem_hover, .menuitem_hover_rtl {
	color: #800080;
	background-image: url("images/bluewhitegradiant.gif");
	background-repeat: repeat-x;
	background-color: #0072c6;
	border: solid white 1px;
	height: 45px;
	text-decoration: none;
	font: bold 11px tahoma, arial, helvetica, sans-serif; 
	text-align: center;
	padding: 1px; 
}

.submenu, .submenu_rtl {
	visibility: hidden;
	position: absolute;
	z-index: 100;
	color: white;
	/* background-image: url("images/bluewhitegradiant2.gif"); */
	background-repeat: repeat-x;
	background-color: #0072c6;
	border: solid white 1px;
	text-decoration: none;
	font: 11px tahoma, arial, helvetica, sans-serif; 
	text-align: center;
	white-space: nowrap; 
}

.submenuitem, .submenuitem_rtl {
	color: #ffffff;
	background-image: url("images/transparent.gif");
	text-decoration: none;
	font: 11px tahoma, arial, helvetica, sans-serif; 
	white-space: nowrap;
	padding: 1px; 
}

.submenuitem, .submenuitem_hover {
	text-align: left; 
}

.submenuitem_rtl, .submenuitem_hover_rtl {
	text-align: right; 
}

.submenuitem_hover, .submenuitem_hover_rtl	{
	color: #800080;
	background-image: url("images/transparent.gif");
	text-decoration: none;
	font: 11px tahoma, arial, helvetica, sans-serif; 
	white-space: nowrap;
	padding: 1px; 
}

.news_box {
	background-image: url("images/bluewhitegradiant2rev.gif");
	background-repeat: repeat-x;
	background-color: #0072c6;
	border: solid #800080 1px; 
}

.news_title {
	font: bold 14px tahoma, arial, helvetica, sans-serif; 
	color: white;
}

.news_date {
	font: 12px tahoma, arial, helvetica, sans-serif;
	color: white;
}

.current_day {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff; 
}

.cal_day {
	float: left;
	font-weight: bold; 
}

.rtl_cal_day {
	direction: rtl;
	float: right;
	color: #ffffff;
	font-weight: bold; 
}

.helpheader {
	font: bold 16px tahoma, arial, helvetica, sans-serif; 
	color: white;
}

.helpstart {
	font: bold 14px tahoma, arial, helvetica, sans-serif; 
	color: #ffffff;
	text-decoration: none; 
}

.helptext {
	font: 12px tahoma, arial, helvetica, sans-serif;
	color: white;
}

#content {
	margin-left: 1px; 
}

#footer {
	clear: both;
	color: white;
	font: 12px tahoma, arial, helvetica, sans-serif;
}

/*-- index.php specific style sheets -- */
.small_inner_block {
	max-height: 200px;
	overflow: auto;
	font: 10px tahoma, arial, helvetica, sans-serif;
	text-decoration: none; 
}

.block {
	background-color: #0072c6;
	color: white;
	border: solid #800080 1px;
	font: 12px tahoma, arial, helvetica, sans-serif;
	vertical-align: top;
	margin-bottom: 5px;
	padding: 1px; 
}

#index_main_blocks {
	clear: none;
	width: 66%;
	float: left; 
}

#index_small_blocks {
	clear: none;
	width: 33%;
	float: right; 
}

#index_full_blocks {
	clear: none;
	width: 100%; 
}

#random_picture {
	text-align: center; 
}

/*-- pedigree chart specific stylesheets --*/
#pedigree_chart {
	position: relative;
	top: -240px;
	left: 0px;
	width: 100%; 
}

/*-- pedigree chart rtl specific stylesheets --*/
#pedigree_chart_rtl {
	position: relative;
	float: right;
	top: -240px;
	right: 10px;
	width: 100%; 
}

/*-- descendancy chart specific stylesheets --*/
#descendancy_chart ul {
	background-image: url(images/vline.gif);
	background-repeat: repeat-y;
	background-position: left top;
	list-style: none;
	margin: 0px 0px 5px 15px; /* top right bottom left */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px; 
}

#descendancy_chart li {
	list-style: none;
	margin: 0px 0px 0px -15px; /* top right bottom left */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px; 
}

/*-- descendancy chart rtl specific stylesheets --*/
#descendancy_chart_rtl ul {
	background-image: url(images/vline.gif);
	background-repeat: repeat-y;
	background-position: right top;
	list-style: none;
	margin: 0px 15px 5px 0px; /* top right bottom left */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px; 
}

#descendancy_chart_rtl li {
	list-style: none;
	margin: 0px -15px 0px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */ 
}

/*-- relationship chart specific stylesheets --*/
#relationship_chart {
	position: relative;
	top: -40px;
	left: 0px; 
}

#relationship_chart_rtl {
	position: relative;
	top: -40px;
	right: 10px; 
}

/*-- ancestry chart specific stylesheets --*/
#ancestry_chart ul {
	background-image: url(images/vline.gif);
	background-repeat: repeat-y;
	background-position: left top;
	list-style: none;
	margin: 0px 0px 0px 15px; /* top right bottom left */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px; 
}

#ancestry_chart li {
	list-style: none;
	margin: 0px 0px 2px -15px; /* top right bottom left */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px; 
}

/*-- ancestry chart rtl specific stylesheets --*/
#ancestry_chart_rtl ul {
	background-image: url(images/vline.gif);
	background-repeat: repeat-y;
	background-position: right top;
	list-style: none;
	margin: 0px 15px 0px 0px; /* top right bottom left */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px; 
}

#ancestry_chart_rtl li {
	list-style: none;
	margin: 0px -15px 2px 0px; /* top right bottom left */
	padding: 0px 2px 0px 0px; /* top right bottom left */ 
}

/*-- relationship chart specific stylesheets --*/
#relationship_chart {
	position: relative;
	top: -40px;
	left: 0px; 
}

#relationship_chart_rtl {
	position: relative;
	top: -40px;
	right: 10px; 
}

/*-- timeline chart specific styles --*/
#timeline_chart {
	position: relative;
	top: 0px; 
}

.timeline_table {
}

.person0 {
	background-color: #0072c6;
	border: outset white 1px;
	vertical-align: top; 
}

.person1 {
	background-color: #0072c6;
	border: outset white 1px;
	vertical-align: top; 
}

.person2 {
	background-color: #0072c6;
	border: outset white 1px;
	vertical-align: top; 
}

.person3 {
	background-color: #0072c6;
	border: outset white 1px;
	vertical-align: top; 
}

.person4 {
	background-color: #0072c6;
	border: outset white 1px;
	vertical-align: top; 
}

.person5 {
	background-color: #0072c6;
	border: outset white 1px;
	vertical-align: top; 
}

.listlog {
	line-height: 20pt;
	color: #ffffff;
	font-family: tahoma, arial, helvetica, sans-serif; 
}

input, button, textarea {
	border-top-color: #800080;
	border-left-color: #800080;
	border-right-color: #800080;
	border-bottom-color: #800080;
	border-top-width: 1px;
	border-left-width: 1px;
	font: 12px tahoma, arial, helvetica, sans-serif;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

input, textarea {
	padding-left: 3px;
	padding-right: 3px;
}

select {
	border-top-color: #800080;
	border-left-color: #800080;
	border-right-color: #800080;
	border-bottom-color: #800080;
	border-top-width: 1px;
	border-left-width: 1px;
	font: 12px tahoma, arial, helvetica, sans-serif;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

form {
	font: 12px tahoma, arial, helvetica, sans-serif;
}

h2 {
	color: #ffffff;
	font: bold 18px tahoma, arial, helvetica, sans-serif;
}

h4 {
	color: #ffffff;
	font: bold 12px tahoma, arial, helvetica, sans-serif;
}

.formField {
	font: 12px tahoma, arial, helvetica, sans-serif;
}

/*-- pseudo-class for fanchart: used on server-side to draw image --*/
.fan_chart {
	/*-- font-family must contain a server TTF file --*/
	font-family: url(./fonts/LucidaSansRegular.ttf);
	font-size: 7px;
	color: white;
	background-color: #0072c6; 
}

.fan_chart_box {
	background-color: #ffffff; 
}

.fan_chart_boxF {
	background-color: #0072c6; 
}

.starredname {
	text-decoration: underline; 
}

.search_hit {
	background-color: #0072c6; 
}

.nowrap {
	white-space: nowrap; 
}

.accesskeys {
	width: 1px;
	height: 1px;
	overflow: hidden; 
}

/* Style for the top and bottom bar */
.topbottombar {
	color: white;
	background-image: url("images/bluewhitegradiant2.gif");
	background-repeat: repeat-x;
	background-color: #0072c6;
	font: bold 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px;
	text-align: center;
}

/* Style for the subbar */
.subbar {
	background-color: #0072c6;
	color: white;
	border: solid #800080 1px;
	font: 11px tahoma, arial, helvetica, sans-serif;
	padding: 3px;
	white-space: nowrap;
	vertical-align: top; 
}

/* Style for the descriptionbox */
.descriptionbox {
	background-color: #0072c6;
	color: white;
	border: solid #800080 1px;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px;
	white-space: nowrap;
	vertical-align: top; 
}

/* Style for the optionbox */
.optionbox {
	background-color: #0072c6;
	color: white;
	border: solid #800080 1px;
	font: 12px tahoma, arial, helvetica, sans-serif;
	vertical-align: top;
	white-space: nowrap;
	padding: 3px; 
}

.vmiddle {
	vertical-align: middle; 
}

/* Colors */
.red {
	color: #800080; 
}

.rela {
	filter: alpha(opacity=67);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=67);
	-moz-opacity: 0.67;
	opacity: 0.67; 
}

/* Text direction */
.ltr {
	text-align: left; 
}

.rtl {
	text-align: right; 
}

/* Width settings */
.width10 {
	width: 10%; 
}

.width20 {
	width: 20%; 
}

.width25 {
	width: 25%; 
}

.width30 {
	width: 30%; 
}

.width33 {
	width: 33%; 
}

.width40 {
	width: 40%; 
}

.width50 {
	width: 50%; 
}

.width60 {
	width: 60%; 
}

.width66 {
	width: 66%; 
}

.width70 {
	width: 70%; 
}

.width75 {
	width: 75%; 
}

.width80 {
	width: 80%; 
}

.width90 {
	width: 90%; 
}

.width100 {
	width: 100%; 
}

/* Font sizes */
.font11 {
	font-size: 11px; 
}

.font9 {
	font-size: 9px; 
}

/* Chart styles */
.pedigree_table {
	margin: 0; 
}

/* Message box */
.messagebox {
	background-color: #0072c6;
	border: solid #800080 1px; 
}

/* Change indicators */
.change_new {
	border: solid #800080 2px; 
}

.change_old {
	border: solid white 2px; 
}

.door {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}

.door dd {
	margin: 2px 2px 2px 2px;
	padding: 2px 6px 2px 6px;
	height: 100%; float: left;
	font-weight: bold;
	display: none;
	-moz-border-radius-topleft: 0.6em;
	-moz-border-radius-topright: 0.6em; 
}

.note_details {
	display: none;
}

a.showit {
	position: relative;
	z-index: 24;
	color: #ffffff;
	text-decoration: none;
}

a.showit:hover {
	z-index: 25;
	background-color: #800080;
	cursor: crosshair;
}

a.showit span {
	display: none;
}

a.showit:hover span {
	display: block;
	position: absolute;
	top: 22px;
	left: 0px;
	width: 225px;
	border-style: outset;
	border-left: 15px outset #800080;
	border-top: 2px solid #800080;
	border-bottom: 2px solid 800080;
	border-right: 2px solid 800080;
	padding: 3px;
	background: #0072c6;
	color: white;
	font: 15px tahoma, arial, helvetica, sans-serif;
	text-align: left;
	FILTER: Alpha(Opacity=90, FinishOpacity=90, Style=2);
	-moz-opacity: .85;
	-khtml-opacity: .85;
	z-index: 5;
	white-space: normal; 
}

.lifespan_people span:first-letter {
   font: bold 16px tahoma, arial, helvetica, sans-serif;
	font-variant: small-caps;
	padding: 1px;
}

.lifespan_outer {
	position: relative; 
	width: 99.5%; 
	height: 600px; 
	overflow: hidden; 
	border: solid #800080 1px;
}

.lifespan_outer a {
	color: white;
}

.lifespan_outer a:hover {
	color: #800080;
	text-decoration: none;
}

.lifespan_timeline {
	position: absolute; 
	width: 100%; 
	left: -10px; 
	top: -65px; 
	z-index: 2; 
}

.lifespan_people {
	position: absolute; 
	width: 500px; 
	left: -10px; 
	top: -60px; 
	z-index: 1;
}
.iwstyle {
	width:360px;
	/*background-color: #FFFFFF;*/
} 
.iwstyle a {
} 
.iwstyle a:hover {
}
/* Tag Cloud styles*/
.tag_cloud_table {
	width:70%;
	margin-left: auto;
	margin-right: auto;
}

.tag_cloud {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: justify;
	padding: 10px 5px 10px 15px; /* top right bottom left */
}

.tag_cloud_sub {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8px;
	color:#808080;
}
/* End of Tag Cloud styles*/

/* Because the CSS file is only read once, the following two overriding classes MUST
   appear at the end of the entire CSS file.
*/
.nowrap {
	white-space: nowrap;
}

.wrap {
	white-space: normal;
}

