/**
 * Style for Minimal theme
 *
 * Use this stylesheet to customize the display of your site.
 * To learn more about CSS visit http://www.w3.org/TR/REC-CSS2/
 *
 * webtrees: Web based Family History software
 * Copyright (C) 2011 webtrees development team.
 *
 * Derived from PhpGedView
 * Copyright (C) 2002 to 2010  PGV Development Team.  All rights reserved.
 *
 * 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 webtrees
 * @subpackage Themes
 * @version $Id: style.css 11270 2011-04-03 22:41:31Z greg $
 */
body {
	color: black;
	background-color: white;
	font: 12px tahoma, arial, helvetica, sans-serif;
}

fieldset {
	margin: 8px 8px 4px 8px;
}

legend {
	font-weight: bold;
}

a {
	color: #666666;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

a:hover	{
	color: black;
	text-decoration: underline;
}

/* -----Layout for top header ----- */

.title {display: block; float: left; width: 40%;}
.hlogin {display: block; float: left; width: 13%; padding-top: 5px; padding-left: 40px;}
.htheme {display: block; float: left; width: 10%; 	white-space: nowrap; }
.htheme option { text-align:left; }
.hsearch, .favorites_form {display: block; float: right;}
.favorites_form {
	position:absolute; 
	right:4px;
	top:1.4em;
	z-index:2000;
	*top:1.7em; /* For IE7 */
}
html[dir='rtl'] .title, html[dir='rtl'] .hlogin, html[dir='rtl'] .htheme {float: right; padding-left: 0px;}
html[dir='rtl'] .hsearch {float: left;}
html[dir='rtl'] .favorites_form {
	position:absolute; 
	right: auto;
	left:4px;
	top:1.4em;
	z-index:2000;
	*top:1.7em; /* For IE7 */
}

/* Layout for header menu */

#topMenu {  /* set up container for menu */
	clear: both;
	float: left;
	width: 100%;
	margin:0;
	padding:0;
	margin-top: 18px;
	z-index:2000;
	position: relative;
}

/* Set up Top Menu */

#topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
	right: 50%;
}

#topMenu ul li {
	margin:0;
	padding:0;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	border: solid #999 1px;
	float:left;
	position:relative;
	left: 50%;
}

#topMenu ul li a {
	display: block;
	font-size: 14px; /* set font size for top menu */
	text-align: center;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	color: #555;
	text-decoration: none; 
}

/* Subnavigation section */
#topMenu ul ul {
	display:none; /* Sub menus are hiden by default */
	position:absolute;
	top: 27px;
	left:0;
	right:auto; /*resets the right:50% on the parent ul */
	width: auto; 
	border: 1px solid #AAA;
	white-space: nowrap;
	background: #eeeeee;
	color: #666;
}

/* sub-sub-menus */
#topMenu ul ul ul {
	z-index:2100;
	top:0;
	left:100px;
}

#topMenu ul ul li {
	border: 0px;
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	padding-left: 0px;
	padding-right: 0px;
	clear:left;
	float:left;
	width:100%;
}

#topMenu ul ul li a {
	font-size: 12px; /* set font size for submenu */
	padding: 5px 5px 5px 5px;
	text-align: left;
 }
 
.separator {display:none; }

/* Set up hover layout and style */

/* header hover */
#topMenu ul li:hover a {
	text-decoration: underline;
	color: black;
}

#topMenu ul li:hover > ul {
	display: block;
	text-align: left;
	position: absolute;
	margin: 0;
	padding: 0; 
}

#topMenu ul li:hover li {
	float: none; }
	
#topMenu ul li:hover li a {
	background-color: #eeeeee;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #000; }
	
#topMenu ul li li a:hover {
	background-color: #fff; 
	width: auto;
	}

/* --- end headers --- */

h2 {
	color: black;
	font: bold 18px tahoma, arial, helvetica, sans-serif;
}

h4 {
	color: black;
	font: bold 12px tahoma, arial, helvetica, sans-serif;
}

th {
	font-weight: 100;
}

ul {
	padding-left: 15px;
	padding-right: 15px;
	margin: 8px;
}

img {
	border: none;
}

.button {
	width: 60px
}

input, textarea {
	padding-left: 3px;
	padding-right: 3px;
}

.gedcom_table {
	border: 1px solid black;
	margin:0;
	width:99%;
}

.person_box {
	background-color: white;
	border: solid black 1px;
}

.person_boxF {
	background-color: white;
	border: solid black 1px;
}

.person_boxNN {
	background-color: white;
	border: 1px dashed gray;
}

.person_box:target, .news_box:target, #gedcom_stats:target {
	background-color: #ffffcc;
}

.list_table {
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

table.center{
	margin-left: auto;
	margin-right: auto;
}

.list_label, .list_label_wrap {
	color: black;
	background-color: #eeeeee;
	border: 1px solid black;
	font: 12px tahoma, arial, helvetica, sans-serif;
	text-align: center;
}

.list_value, .list_value_wrap {
	background-color: white;
	color: black;
	border: solid black 1px;
	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, .facts_table_rtl {
	width: 100%;
}

.facts_label {
	color: black;
	background-color: #eeeeee;
	border: 1px solid black;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
	width: 20%;
	text-align: center;
}

.facts_label02, .facts_label03 {
	color: black;
	background-color: #eeeeee;
	border: 1px solid black;
	font: bold 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
	width: 20%;
	text-align: center;
}

.facts_value {
	background-color: white;
	color: black;
	border: solid black 1px;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
}

.facts_value02 {
	background-color: white;
	color: black;
	border: solid black 1px;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 5px;
}

.facts_labelred, .facts_labelblue {
	color: #333333;
	background-color: #eeeeee;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
	width: 20%;
	text-align: center;
}

.facts_valuered, .facts_valueblue {
	background-color: white;
	color: black;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
}

.facts_labelred, .facts_valuered {
	border: solid red 2px;
}

.facts_labelblue, .facts_valueblue {
	border: solid blue 2px;
}

.tabs_table {
	width: 100%;
}

.tab_cell_active {
	background-color: white;
	border-left: outset #eeeeee 2px;
	border-top: outset #eeeeee 2px;
	border-right: outset #eeeeee 2px;
	text-align: center;
}

.tab_cell_inactive {
	background-color: #eeeeee;
	border-left: solid black 2px;
	border-top: solid black 2px;
	border-right: outset black 2px;
	text-align: center;
}

.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 black 2px;
	height: 5px;
}

.tab_inactive_bottom_right {
	border-left: none;
	border-right: none;
	border-top: outset black 2px;
	width: 33%;
	height: 5px;
}

.tab_cell_inactive_empty {
	background-color: #bababa;
	border-left: solid black 2px;
	border-top: solid black 2px;
	border-right: outset black 2px;
	text-align: center;
}

.tab_cell_inactive_empty a {
	color: #888888;
}

.name1 {
	color: black;
	font: bold 10px tahoma, arial, helvetica, sans-serif;
}

.name1Hover {
	color: black;
	font: bold 10px tahoma, arial, helvetica, sans-serif;
	text-decoration: underline;
}

.namered {
	border: solid red 1px;
}

.nameblue {
	border: solid blue 1px;
}

.details1 {
	font: normal 10px tahoma, arial, helvetica, sans-serif;
}

.name2 {
	color: black;
	font: bold 12px tahoma, arial, helvetica, sans-serif;
}

.name2Hover {
	color: black;
	font: bold 12px tahoma, arial, helvetica, sans-serif;
	text-decoration: underline;
}

.details2 {
	font: normal 12px tahoma, arial, helvetica, sans-serif;
}

.nameZoom {
	color: black;
	font: bold 14px tahoma, arial, helvetica, sans-serif;
}
.detailsZoom {
	font: 14px tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

.details_label {
	font-weight: bold;
}

.name_head {
	color: black;
	font: bold 16px tahoma, arial, helvetica, sans-serif;
	letter-spacing: .2px;
}

.date {
	color: #666666;
	font-weight: bold;
}

.field {
}

.label {
	font-weight: bold;
}

.error {
	color: #dd0000;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}

.largeError {
	color: #dd0000;
	font: large tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}

.warning {
	color: #dd0000;
	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 black 1px;
}

.gender_image {
	padding-left: 3px;
	padding-right: 3px;
	border: none;
	vertical-align: middle;
}

.pedigree_image_portrait, .pedigree_image_landscape {
	float: left;
	max-height: 50px;
	max-width: 50px;
	border: solid black 1px;
	margin-right: 3px;
}

.pedigree_image_portrait_rtl, .pedigree_image_landscape_rtl {
	float: right;
	max-height: 50px;
	max-width: 50px;
	border: solid black 1px;
	margin-left: 3px;
}

.pedigree_form {
	width: 45px;
}

.thumbnail {
	height: auto;
	padding: 5px;
}

.icon {
	display: none;
	border: none;
	padding-left: 0pt;
	padding-right: 5pt;
}

#head_icon {
		display: block;
		float: left;
		margin-right: 15px;
}

.adminicon {
	border: none;
	padding-left: 0pt;
	padding-right: 5pt;
}

html[dir='rtl'] .icon, html[dir='rtl'] .adminicon {
	padding-left: 5pt;
	padding-right: 0pt;
}

.link {
	font-size: 11px;
	text-align: center;
}

.sublinks_table {
	border: solid black 1px;
}

.sublinks_cell {
	font-size: 12px;
	background-color: #eeeeee;
}

.sublinks_table .icon {
	vertical-align: middle;
	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;
}

.lang_form {
	margin-top: 0px;
}

.selected-option {
	background-color: #eeeeee;
	border: solid black 1px;
}

.user_links {
	white-space: nowrap;
}

.contact_links {
	text-align: center;
}

.hit-counter {
	background: black;
	color: white;
	font-weight: bold;
}

/* 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 a place flag */
.brightflag {
	height: 15px;
	border: none;
	opacity: 1;		/* IE's support is different */
}

.border1 {
	border: solid black 1px;
}

.header_select {
	font-size: 9pt;
}

.favorites_form {
	margin-top: 0px;
}

.help {
	font-weight: bold;
	cursor: help;
}

.news_box {
	background-color: white;
	border: solid black 1px;
}

.news_title {
	font: bold 14px tahoma, arial, helvetica, sans-serif;
}

.news_date {
	font: normal 12px tahoma, arial, helvetica, sans-serif;
	margin-bottom: 12px;
}

.current_day {
	font-weight: bold;
	font-size: 16px;
}

.cal_day {
	float: left;
	font-weight: bold;
}

.rtl_cal_day {
	direction: rtl;
	float: right;
	color: blue;
	font-weight: bold;
}

.helpcontent {
	margin-left: 10px;
	margin-right:10px;
}

.helpfooter {
	margin: 10px;
}

.helpheader {
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.helpstart {
	margin: 10px;
	font: bold 14px tahoma, arial, helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
}

.helptext {
	font: 12px tahoma, arial, helvetica, sans-serif;
	color: black;
}

#content {
	margin-left: 1px;
}

#footer {
	clear: both;
	color: black;
	font: 12px tahoma, arial, helvetica, sans-serif;
}

/*-- index.php specific style sheets -- */
.small_inner_block {
	max-height: 200px;
	overflow: auto;
	font: normal 10px tahoma, tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

.normal_inner_block {
	overflow: auto;
}

.block {
	background-color: white;
	color: black;
	border: solid black 2px;
	font: 12px tahoma, arial, helvetica, sans-serif;
	vertical-align: top;
	margin-bottom: 5px;
	padding: 1px;
}

.blockcontent {
	margin-left:auto;
	margin-right:5px;
	margin-bottom:10px;
	font-size: 13px;
	overflow:auto;
}

img.block{
	border: none;
	height: 20px;
	vertical-align: middle;
}

#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: 10px;
}
/*-- pedigree chart rtl specific stylesheets --*/
html[dir='rtl'] #pedigree_chart {
left:auto;
right:10px;
}

/*-- 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 -14px; /* top right bottom left */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*-- descendancy chart rtl specific stylesheets --*/
html[dir='rtl'] #descendancy_chart ul {
background-position:right top;
margin:0px 15px 0px 0px;
left:auto;
}

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

html[dir='rtl'] #relationship_chart {
	left:auto;
	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;
	display: block;
	margin: 0px 0px 0px 15px; /* top right bottom left */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#ancestry_chart li {
	list-style: url(images/spacer.gif);
	margin: 0px 0px 2px -13px; /* top right bottom left */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*-- ancestry chart rtl specific stylesheets --*/
html[dir='rtl'] #ancestry_chart ul {
background-position:right top;
margin:0px 15px 0px 0px;
left:auto;
}

html[dir='rtl'] #ancestry_chart li {
margin:0px 0px 0px 0px;
padding:0px 2px 0px 0px;
left:auto;
}

/*-- timeline chart specific styles --*/
#timeline_chart {
	position: relative;
	top: 0px;
}

.timeline_table {
}

.person0 {
	background-color: #eeeeee;
	border: outset black 1px;
	vertical-align: top;
}

.person1 {
	background-color: #bfbfbf;
	border: outset black 1px;
	vertical-align: top;
}

.person2 {
	background-color: #999999;
	border: outset black 1px;
	vertical-align: top;
}

.person3 {
	background-color: #dfdfdf;
	border: outset black 1px;
	vertical-align: top;
}

.person4 {
	background-color: #eeeeee;
	border: outset black 1px;
	vertical-align: top;
}

.person5 {
	background-color: #fefefe;
	border: outset black 1px;
	vertical-align: top;
}

.listlog {
	line-height: 20pt;
	color: #555555;
	font-family: tahoma, arial, helvetica, sans-serif;
}

.formField {
	font: 12px tahoma, arial, helvetica, sans-serif;
}

.starredname {
	text-decoration: underline;
}

.search_hit {
	background-color: #cccccc;
}

.title {
	font: 20px tahoma, arial, helvetica, sans-serif;
}

/* Style for the top and bottom bar */
.topbottombar {
	color: black;
	background-color: #eeeeee;
	border: 1px solid black;
	font: bold 12px tahoma, arial, helvetica, sans-serif;
	padding: 4px;
	text-align: center;
}

/* Style for the subbar in  */
.subbar {
	background-color: white;
	color: black;
	border: solid black 1px;
	font: 11px tahoma, arial, helvetica, sans-serif;
	padding: 3px;
	white-space: nowrap;
	vertical-align: top;
}

/* Style for the descriptionbox */
.descriptionbox {
	background-color: white;
	color: black;
	border: solid black 1px;
	font: 12px tahoma, arial, helvetica, sans-serif;
	padding: 3px;
	white-space: nowrap;
	vertical-align: top;
}

/* Style for the optionbox */
.optionbox {
	background-color: white;
	color: black;
	border: solid black 1px;
	font: 12px tahoma, arial, helvetica, sans-serif;
	vertical-align: top;
	white-space: nowrap;
	padding: 3px;
}

.vmiddle {
	vertical-align: middle
}

/* colors */
.red {
	color: red;
}

.rela {
	opacity: 0.67;
}

/* Text direction */
.ltr {
	text-align: left;
}

.rtl {
	text-align: right;
	direction: rtl;
}

/* 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: white;
	border: solid black 1px;
}

/* Change indicators */
.change_new {
	border: solid blue 2px;
}

.change_old {
	border: solid red 2px;
}

.note_details {
	display: none;
}

a.showit {
	position: relative;
	z-index: 24;
	color: black;
	text-decoration: none;
}

a.showit:hover {
	z-index: 25;
	background-color: #ffff9b;
	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 #1f1f1f;
	border-top: 2px solid #1f1f1f;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	padding: 3px;
	background: #4f4f4f;
	color: white;
	font: 15px tahoma, arial, helvetica, sans-serif;
	text-align: left;
	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 blue 1px;
}

.lifespan_outer a {
	color: black;
}

.lifespan_outer a:hover {
	color: red;
	text-decoration: none;
}

.lifespan_timeline {
	position: absolute;
	width: 100%;
	left: -10px;
	top:-65px;
	z-index:2;
	background-color: white
}

.lifespan_people {
	position: absolute;
	width: 500px;
	left: -10px;
	top: -60px;
	z-index:1;
}
.iwstyle {
	width:360px;
	/*background-color: #FFFFFF;*/
}
.iwstyle a {
}
.iwstyle a:hover {
}

#map_nav {
	position: relative;
	top: -484px;
	left: 101%;
}

#tree_nav {
	position: relative;
	top: -584px;
	left: 90%;
	z-index: 100;
}

#map_type {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10px;
	list-style: none;
}
#map_type li {
	display: block;
	width: 70px;
	text-align: center;
	padding: 2px;
	border: 1px solid black;
	cursor: pointer;
	float: left;
	margin-left: 2px;
}
#map_type li.non_active {
	background: white;
	color: black;
	font-weight: normal;
}

#map_type li.active {
	background: gray;
	color: white;
	font-weight: bold;
}
#map_type li:hover {
	background: #ddd;
}

.tag_cloud {
	font-family: tahoma, arial, helvetica, sans-serif;
}
.tag_cloud a {
	white-space:nowrap;
}

/* Autocomplete styles*/
.ac_input {
	background-color: #EEE8AA;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 14px;
	overflow: hidden;
}

.ac_loading {
	background: white url(../../images/indicator.gif) right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/* End of Autocomplete styles*/

/* Flyout menu Styles */
.flyout {
	color:#000000;
	text-align: left;
	margin-top: -20px;
	right: 210px;
	padding: 3px;
}
.flyoutrtl {
	color:#000000;
	text-align: right;
	margin-top: -20px;
	left: 210px;
	padding: 3px;
}
/* End of Flyout Menu styles*/

.nowrap {
	white-space: nowrap;
}

.wrap {
	white-space: normal;
}

ul.clist {
	list-style-image: none;
	margin: 0px;
}

.menu_separator img {
	height: 3px;
	width: 8em;
}

.statistics_chart {
	text-align: center;
	text-align: center;
}

.gchart {
	border: solid black 1px;
}

.execution_stats {
	padding-top: 12px;
	text-align: center;
}

dl {
	margin:0;
}

dt {
	float:left; 
	font-weight:bold;
	margin-right:10px;
	clear:both; 
}
html[dir="rtl"] dt {
	float:right;
	margin-right:auto;
	margin-left:10px;
}

dd {
	display: inline;
	margin: 0;
}

.clearfloat {
	clear: both;
}
/* Classes for the INDI page header */

#indi_header h1 {
	font-size: 2em;
	padding: 0 .5em;
	margin: 0.25em 0 0 0;
}

#indi_header a {
	color: #333377;
	font-size: .75em;
	font-weight: normal;
}

#indi_header a:hover {
	color: red;
}

#indi_mainimage {
	margin-right:	15px;
	vertical-align:	top;
	float: 			left;
}

#indi_name_details {
	vertical-align:	top;
	float: left;
	margin: 10px 0 0 0;
	width: 85%;
}

#indi_name_details a {
	color: #333377;
}

#indi_name_details dt:after { content: ":"; }

#indi_note {
	margin:	0 0 5px 0;
}

#nameparts1 {
	float: left;
	margin-right: 20px;
	max-width:50%;
}

#nameparts2, #nameparts3, #nameparts4, #nameparts5, #nameparts6  {
	clear: left;
}

#name1 {
	line-height: 1;
	padding-bottom:	2px;
}

#indi_facts {
	float:left;
	padding: 0 15px 0 0;
	width: 45%;
}

#sex, #mainfacts {
	vertical-align:	top;
}

#hitcounter {
	display: block;
	margin-bottom:10px;
	padding-left: 10px;
}
/* =================================== */

/* tables for Module Admin tab */
table.tablesorter {
	margin:5px 0pt 15px;
	width: 100%;
	text-align: left;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:12px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 1px solid #000;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/jquery/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	font-size:11px;
	padding-right:20px;
	white-space:nowrap;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#DDD;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/jquery/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/jquery/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #DDD;
}
div.pager {
	margin-top: -20px;
	text-align: left;
}
div.pager input {
	width: 50px;
	text-align: center;
}

/* styles for FindFacts pop-up */
#layDefinedTags,#tabDefinedTagsShow {
	width:450px;
}
#tabDefinedTags {
	width:430px;
}
#layDefinedTags {
	margin-left:auto;
	margin-right:auto;
	height:285px;
	overflow:auto;
	border:inset 2px buttonface;
}
#tabDefinedTags {
	border-collapse:collapse;
}
#tabDefinedTags th,#tabDefinedTags td {
	border:solid 1px #000;
	margin:0;
	padding:3px;
}
#tabDefinedTags tbody th {
	text-align:left;
	font-weight:bold;
}
#tabDefinedTags tr.sel {
	background-color:#D1D9EF;
	color:#888;
}
#tabDefinedTags tr.unsel {
	background-color:#FFFFFF;
	color:#888;
}
#tabDefinedTagsShow {
	margin-left:auto;
	margin-right:auto;
}
#tabDefinedTagsShow td {
	width:50%;
	text-align:center;
}
#tabFilterAndCustom {
	margin-left:auto;
	margin-right:auto;
}
#tabAction {
	margin-left:auto;
	margin-right:auto;
}
#tabAction td {
	width:50%;
	text-align:center;
}
/* FAQ table styles */
table.faq   {
	background-color: #DDD;
	margin:5px 0 50px 5px;
	width: 98%;
}
table.faq  tr.odd td {
	background-color:#fff;
}
div.faq_title {
	background-color: #DDD;
	margin: 1em 0 0 1em;
	padding: .25em;
	font-weight:bold;
	width: 98%;
}
div.faq_body {
	clear:both;
	margin: 1em 0;
	padding: 1em;
}
.faq_italic {
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
	padding: 0 10px;
}

/*--- edit links ---*/

.edit_link:after { /* used only on the user list */
	content: " " url(images/edit_sm.png);
}

td.descriptionbox  a { /* this keeps the tag color the same when it is a link as when not */
	float: left;
}
html[dir='rtl'] td.descriptionbox  a {
	float: right;
}

.editfacts { /* a container for the following three links */
	clear: both;
}

.link_text {
	font-size: 80%;
}

.link_text:hover {
	text-decoration: underline;
}

.editlink, .copylink , .deletelink {
	float:left;
	padding: 5px 5px 0 0;
}
html[dir='rtl'] .editlink, html[dir='rtl'] .copylink , html[dir='rtl'] .deletelink {
	float:right;
	padding: 5px 0 0 5px;
}

.logo {
	text-align: center;
}
