/**
 * Style for Standard theme
 *
 * Use this stylesheet to customize the display of your site.
 * To learn more about CSS visit http://www.w3.org/TR/REC-CSS2/
 *
 * Genmod: Genealogy Viewer
 * Copyright (C) 2005 Genmod Development Team
 *
 * 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 Genmod
 * @subpackage Themes
 * @version $Id: style.css,v 1.58 2008/08/02 18:57:28 sjouke Exp $
 */

.something {
	/*empty style to make sure that the BODY style is not ignored */
}

IMG {
	border: 0px;
}
.message_bottom {
	margin-bottom: 5px;
}
#centermenu {
	margin: 0px auto;
}
div.row {
	clear: both;
}
  
div.row span.label {
*	clear: both;	/* applied * to hide from other browsers except IE */
	float: left;
	text-align: left;
	background-color: #DFDFDF;
	height: 1.8em;
	padding: 0.2em 0em 0em 1em; /* top right bottom left */
}

div.row span.rowempty {
*	clear: both;	/* applied * to hide from other browsers except IE */
	float: left;
	width: 100%;
	text-align: left;
	background-color: #DFDFDF;
}

div.row span.rowdivide {
	float: left;
	width: 100%;
	height: 0.2em;
}
/* A fix for IE since the above class doesn't work */
.margindivider {
	 margin-top: 0.2em;
	 width: 100%;
	 float: left;
}

div.row span.option {
*	clear: both; /* applied * to hide from other browsers except IE */
	float: right;
	background-color: #F1F1F1;
	height: 2em;
	padding: 0em 0em 0em 0.2em; /* top right bottom left */
}
HTML {
	color: #0E60EF;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
A {
	color: #454B4F;
	text-decoration: none;
}
A:hover	{
	color: #616A6F;
	text-decoration: underline;
}
TH {
	font-weight: 100;
}
UL {
	padding-left: 15px;
	padding-right: 15px;
	margin: 8px;
}
.button {
	width: 60px
}
.gedcom_table {
	border: 1px solid #000000;
	margin: 0;
	width: 99%;
}
.person_details {
	float: left;
	white-space: normal;
	overflow: hidden;
}
.person_box {
	background-color: #DFE5FF;
	border: solid #000000 1px;
}
.person_boxF {
	background-color: #FEEFFF;
	border: solid #000000 1px;
}
.person_boxNN {
	background-color: #FFFFFF;
	border: solid #493424 1px;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
.list_label {
	text-align: center;
	white-space: nowrap;
}
.list_label_wrap {
	color: #DAD1C5;
	background-color: #907D6B;
	text-align: center;
	white-space: normal;
}
.list_value {
	background-color: #CFCFCF;
	color: #0045BF;
	border: solid #493424 1px;
	vertical-align: top;
	white-space: nowrap;
	padding: 14px;
}

.list_value_wrap_red {
	background-color: #D6E0EA;
	color: red;
	border: solid #493424 1px;
	vertical-align: top;
	white-space: normal;
}

.list_item {
	font-size: 10px;
}

.facts_table {
	width: 99%;
}
.facts_label {
	font-size: 14px;
	padding: 4px;
}
.facts_labelrela {
	background-color: #8C93C4;
}
.facts_label02 {
	color: #333333;
	background-color: #C4C9E6;
	font-size: 14px;
	padding: 4px;
	/* width: 20%; */
	text-align: center;
	font-weight: bold;
}
.facts_label03 {
	color: #333333;
	background-color: #9CA3D4;
	font-size: 14px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
.facts_value {
	background-color: #D6E0EA;
	color: #0045BF;
	border: solid #493424 1px;
	font-size: 14px;
	padding: 4px;
}
.facts_valuerela {
	background-color: #C6D0DA;
}
.facts_value02 {
	background-color: #F2F5F9;
	color: #0045BF;
	border: solid #493424 1px;
	font-size: 14px;
	padding: 4px;
}
.facts_labelred {
	color: #333333;
	background-color: #9CA3D4;
	border: solid red 2px;
	font-size: 14px;
	padding: 4px;
	width: 20%;
	text-align: center;
}
.facts_valuered {
	background-color: #D6E0EA;
	color: #0045BF;
	border: solid red 2px;
	font-size: 14px;
	padding: 4px;
}
.facts_labelblue {
	color: #333333;
	background-color: #9CA3D4;
	border: solid blue 2px;
	font-size: 14px;
	padding: 4px;
	width: 20%;
	text-align: center;
}
.facts_valueblue {
	background-color: #D6E0EA;
	color: #0045BF;
	border: solid blue 2px;
	font-size: 14px;
	padding: 4px;
}
.tabs_table {
	width: 99%;
}
.tab_cell_active {
	background-color: white;
	border-left: outset #9CA3D4 2px;
	border-top: outset #9CA3D4 2px;
	border-right: outset #9CA3D4 2px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}
.tab_cell_inactive {
	background-color: #D6E0EA;
	border-left: solid #9CA3D4 2px;
	border-top: solid #9CA3D4 2px;
	border-right: outset #9CA3D4 2px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}
.tab_cell_inactive_empty {
	background-color: #c6d0dA;
	border-left: solid #9CA3D4 2px;
	border-top: solid #9CA3D4 2px;
	border-right: outset #9CA3D4 2px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}
.tab_cell_inactive_empty A {
	color: #999999;
}
.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 #9CA3D4 2px;
	height: 5px;
}
.tab_inactive_bottom_right {
	border-left: none;
	border-right: none;
	border-top: outset #9CA3D4 2px;
	width: 33%;
	height: 5px;
}

.name1 {
	color: #333333;
	font: bold 10px verdana, helvetica, arial, sans-serif;
}
.namered {
	border: solid red 1px;
}
.nameblue {
	border: solid blue 1px;
}
.details1 {
	font-size: 10px;
	text-decoration: none;
	padding: 0.5em;
}
.name2 {
	/* color: #333333; */
	font-weight: bold;
}
.details2 {
	text-decoration: none;
}
.nameZoom {
	color: #333333;
	font: bold 14px tahoma, verdana, arial, helvetica, sans-serif;
}
.detailsZoom {
	font: 14px tahoma, verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.details_label {
	font-weight: bold;
}
.name_head {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .2px;
}
.date {
	color: #333377;
}
/*
.label {
	font: bold 11px tahoma, verdana, arial, helvetica, sans-serif;
}
*/

.current {
	font-weight: bold;
}
.readonly {
	color: #DD0000;
}
.error {
	color: #DD0000;
	font-weight: bold;
}
.warning {
	color: red;
	font-weight: bold;
}
.okay {
	color: green;
	font-weight: bold;
}
.indent {
	padding-left: 7px;
}
.indent_rtl {
	padding-right: 7px;
}
.image {
	padding: 5px;
	border: solid #000000 1px;
}
.sex_image {
	height: 9px;
	width: 9px;
	margin: 0px 3px;
	border: none;
	vertical-align: middle;
}
.pedigree_image_portrait {
	float: left;
	height: 60px;
	border: solid black 1px;
	margin-right: 3px;
}
.pedigree_image_portrait_rtl {
	float: right;
	height: 60px;
	border: solid black 1px;
	margin-left: 3px;
}
.pedigree_image_landscape {
	float: left;
	width: 60px;
	border: solid black 1px;
	margin-right: 3px;
}
.pedigree_image_landscape_rtl {
	float: right;
	width: 60px;
	border: solid black 1px;
	margin-left: 3px;
}
.pedigree_form {
	width: 45px;
}
.thumbnail {
	height: auto;
	padding: 3px;
}
.icon {
	border: none;
}
.link {
	font-size: 11px;
	text-align: center;
}
.sublinks_table {
	border: solid #DE0039 1px;
	/* background-color: #DBD3CA;*/
}
.sublinks_cell {
	font-size: 12px;
	border: #DBD3CA solid 1px;
}
.sublinks_table .icon {
	width: 25px;
	height: 25px;
}
.menuitem .icon {
	width: 50px;
	height: 50px;
}
.submenu .icon {
	width: 25px;
	height: 25px;
}
.subheaders {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	vertical-align: bottom;
}
.age {
	font-size: 9px;
}
.source_citations {
	display: none;
}
.lang_form {
	margin-top: 0px;
}
.selected-option {
	background-color: #D6E0EA;
}
.user_links {
	white-space: nowrap;
}
.contact_links {
	text-align: center;
}
/* 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.  It's different in Opera!! */
.activeflag {
	height: 15px;
	border: none;
	opacity: 1;		/* Opera,IE does not yet support this (booo!) */
}
/* This one is for an inactive language when the mouse is hovering over it */
.brightflag {
	height: 15px;
	border: none;
	opacity: 1;		/* Opera,IE does not yet support this (booo!) */
}
/* This one is for an inactive language when the mouse is not hovering over it */
.dimflag {
	height: 15px;
	border: none;
	opacity: 0.4;	/* Opera,IE does not yet support this (booo!) */
}
.header_select {
	font-size: 9pt;
}
.favorites_form {
	margin-top: 0px;
}
.help {
	font-weight: bold;
	cursor: help;
}
.menuitem {
	color: #555555;
	text-decoration: none;
	text-align: center;
	padding: 1px;
}
.menuitem_hover	{
	color: #0045BF;
	text-decoration: none;
	text-align: center;
	padding: 1px;
}
.submenu {
	color: #0045BF;
	text-decoration: none;
	text-align: center;
	border: 1px #DE0036 solid;
	white-space: nowrap;
	margin-top: 5px;
}
.submenu_rtl {
	color: #0045BF;
	text-decoration: none;
	text-align: center;
	border: 1px #DE0036 solid;
	white-space: nowrap;
}
.submenuitem {
	color: #555555;
	text-decoration: none;
	background-color: #F1F1F1;
	white-space: nowrap;
	text-align: left;
	padding: 1px;
}
.submenuitem_rtl {
	color: #555555;
	text-decoration: none;
	white-space: nowrap;
	text-align: right;
	padding: 1px;
}
.submenuitem_hover {
	color: #0045BF;
	text-decoration: none;
	background-color: #FFFFFF;
	white-space: nowrap;
	text-align: left;
	padding: 1px;
}
.submenuitem_hover_rtl {
	color: #0045BF;
	text-decoration: none;
	background-color: #FFFFFF;
	white-space: nowrap;
	text-align: right;
	padding: 1px;
}
.news_title {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.news_date {
	color: #000000;
}
.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;
}
.helpheader {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.helpstart {
	color: #0000FF;
	font-size: 14px;
	font-weight : bold;
	text-decoration : none;
}
.left {
     text-align: left;
}

#footer {
	clear: both;
	color: #0045BF;
	font-size: 10px;
	width: 99%;
}

/*-- pedigree chart specific stylesheets --*/
#pedigree_chart {
	position: relative;
	top: -250px;
	left: 0px;
}
/*-- pedigree chart rtl specific stylesheets --*/
#pedigree_chart_rtl {
	position: relative;
	top: -250px;
	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 -13px; /* 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 -17px 0px 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;
}

/*-- 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 -13px; /* 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: 0px;
}

/*-- timeline chart specific styles --*/
#timeline_chart {
	position: relative;
	top: 0px;
	left: 0px;
}
.timeline_table {
}
.person0 {
	background-color: #AAAAFF;
	border: outset #AAAAFF 1px;
	vertical-align: top;
}
.person1 {
	background-color: #AAFFAA;
	border: outset #AAFFAA 1px;
	vertical-align: top;
}
.person2 {
	background-color: #FFAAAA;
	border: outset #FFAAAA 1px;
	vertical-align: top;
}
.person3 {
	background-color: #5555FF;
	border: outset #5555FF 1px;
	vertical-align: top;
}
.person4 {
	background-color: #FF5555;
	border: outset #FF5555 1px;
	vertical-align: top;
}
.person5 {
	background-color: #55FF55;
	border: outset #55FF55 1px;
	vertical-align: top;
}
.listlog {
	line-height: 20pt;
	color: #555555;
}
/*-- 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: #0045BF;
	background-color : #EEEEEE;
}
.fan_chart_box {
	background-color: #B1CFF0;
}
.fan_chart_boxF {
	background-color: #E9DAF1;
}

.starredname {
	text-decoration: underline;
}
.search_hit {
	background-color: #FFFF00;
}
.nowrap {
	white-space: nowrap;
}
.title {
	font-size: 20px;
}
.accesskeys{
	width : 1px;
	height: 1px;
	overflow: auto;
}
/* Styles for the option boxes */

/* Style for the top and bottom bar */
.topbottombar {
	color: #333333;
	border: 1px solid;
	border-color: #DE0036;
	padding: 4px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
/* Style for the subbar in  */
/* facts_value */
.subbar {
	border: solid #DE0036 1px;
	font-size: 11px;
	vertical-align: top;
	white-space: nowrap;
	padding: 3px;
}
/* Style for the descriptionbox */
TD {
	vertical-align: top;
	white-space: nowrap;
	padding: 2px;
}
.wrap {
	white-space: normal;
}
.vmiddle {
	vertical-align: middle
}

/* Colors */
.red {
	color: #FF0000;
}
.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 */
.width5 {
	width: 5%;
}
.width10 {
	width: 10%;
}
.width15 {
	width: 15%;
}
.width20 {
	width: 20%;
}
.width25, .change_language_item_left {
	width: 25%;
}
.width30 {
	width: 30%;
}
.width35 {
	width: 35%;
}
.width40 {
	width: 40%;
}
.width50, .admin_item_left, .admin_item_right  {
	width: 50%;
}
.width55 {
	width: 55%;
}
.width60 {
	width: 60%;
}
.width65 {
	width: 65%;
}
.width70, {
	width: 70%;
}
.width75, .change_language_item_right {
	width: 75%;
}
.width80 {
	width: 80%;
}
.width90 {
	width: 90%;
}
.width95 {
	width: 95%;
}
.width100 {
	width: 100%;
}

/* Width settings in em */
.width2em {
	width: 2em
}

/* Font sizes */
.font11 {
	font-size: 11px;
}
.font9 {
	font-size: 9px;
}

/* Chart styles */
.pedigree_table {
	margin: 0;
}

/* Message box */
.messagebox {
	background-color: #C2CEEF;
	border: solid #493424 1px;
}

/* Change indicators */
.change_new {
	border: solid #0000FF 2px;
}

.change_old {
	border: solid #FF0000 2px;
}
.locked {
	background-color: #FF0000;
	text-align: center;
	color: #000000;
}

/* Style form boxes */
input {
	/* background-color: #DFD8D1; */
	/* background-color: #DFDFDF; */
}

select {
	/* background-color: #DFDFDF;*/
}

/* Admin menu */
.admin_genmod_content {
	background-color: #DFDFDF;
	padding: 3px;
	white-space: normal;
	margin-top: 3px;
}
#admin_genmod_left {
     width: 180px; 
     float: left;
     margin-top: 5px;
}
#admin_genmod_right {  
     width: 180px; 
     right: 10px;
     float: right;
     margin-top: 5px;
}
.admin_topbottombar, .admin_return {
	color: #333333;
	border: 0.1em solid;
	border-color: #DE0036;
	padding: 0.4em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.admin_return {
	margin-top: 0.5em;
}
.admin_link {
	border: 0.1em solid #DE0036;
	text-align: center;
	margin-bottom: 0.5em;
}
.admin_item_box {
	overflow: hidden;
}
.item_box {
	overflow: hidden;
}
.admin_item_left, .change_language_item_left, .faq_item_left {
	float: left;
}
.admin_item_right, .change_language_item_right, .faq_item_right {
	float: right;
}
.topbar {
	color: #333333;
	border: 1px solid;
	border-color: #DE0036;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
.admin_optionbox {
	background-color: #F1F1F1;
}
#content, #userlisting {
     margin-left: 200px;
     margin-right: 200px;
     margin-top: 5px;
*	height: 1%;

}
#content_popup {
     margin-left: 100px;
     margin-right: 100px;
     margin-top: 5px;
*	height: 1%;

}
#content_pedigree {
}
#content_hourglass {
	margin-left: 10px;
     margin-right: 10px;
}
#content_editlang {
     margin-left: 100px;
     margin-right: 100px;
     margin-top: 5px;
}
.seperator {
     clear: both;
     background-color: #F1F1F1;
}
/* lighter shade */
.shade1, .admin_item_box, .language_item_box1, .block, .item_box {
     background-color: #F5F5F5;
}
/* darker shade */
.shade2, .language_item_box2 {
	background-color: #DFDFDF;
}
/* top shade */
.shade3 {
	background-color: #BFBFBF;
}
/* Help icon */
.helpicon {
	width: 10%;
	float: left;
}
/* Description */
.description {
	width: 89%; 
	float: right;
}

/* block styles */
.small_inner_block {
	max-height: 215px;
	overflow: auto;
	font-size: 10px;
	text-decoration: none;
}

.block {
	vertical-align: top;
	margin: 1px;
	padding: 5px;
}
.blockhc {
	font-weight: bold;
	margin-left: 10px;
	background-color: #DFDFDF;
}
.blockcontent {
	margin-top: 3px;
}

#index_main_blocks {
	clear: none;
	width: 74%;
	float: left;
}

#index_small_blocks {
	clear: none;
	width: 25%;
	float: right;
}

#index_full_blocks {
	clear: none;
	width: 100%;
}

#random_picture {
	text-align: center;
}

/* Indi page */
#indi_picture {
	margin: 3px;
	float: left;
}

#indi_menu {
	float: right;
	margin: 3px;
}
#indi_content {
     margin-top: 5px;
     height: 150px;
}
.indi_spacer {
	float: left;
	margin-right: 5px;
	margin-left: 2px;
}
.indilist {
	padding-left: 2em;
	padding-right: 2em;
	vertical-align: top;
	white-space: normal;
}
.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;
}
#sanity_content {
	margin-right: auto;
	margin-left: auto;
}
#search_content {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: 0.1em solid;
}
#search_header {
	padding: 1em;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
#search_options {
	width: 35%; 
     float: left;
     margin-top: 0.5em;
	margin-left: 5%;
	clear: none;
}
#gsearch {
	width: 40%; 
     float: right;
     margin-top: 0.5em;
	margin-right: 5%;
	clear: none;
}
#ssearch {
	width: 40%; 
     float: right;
     margin-top: 0.5em;
	margin-right: 5%;
	clear: none;
}
.search_results {
	margin-top: 2.5em;
	width: 100%;
	float: left;
}
#backup_header {
	padding: 10px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
.noborder {
	border-style: none;
}
.label_form {
	display: block;
	float: left;
	width: 75px;
	margin-bottom: 10px;
}
.label_form_remember {
	text-align: left;
	width: 120px;
	padding-right: 20px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.input_form_remember {
	text-align: left;
	display: block;
	float: left;
	margin-bottom: 10px;
}

/* Customize welcome page */
.label_form_index_edit {
	text-align: center;
	padding-right: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#index_edit_container {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
#index_edit_left_arrow {
     float: left;
	width: 5%;
     margin-top: 55px;
}
#index_edit_left {
     width: 25%; 
     float: left;
     margin-top: 5px;
}
#index_edit_left_right_arrow {
     float: left;
	width: 5%;
     margin-top: 55px;
}
#index_edit_content {
	width: 25%;
     margin-left: auto;
     margin-right: auto;
     margin-top: 5px;
}
#index_edit_right_left_arrow {  
     float: right;
	width: 5%;
     margin-top: 55px;
}
#index_edit_right {  
     width: 25%; 
     float: right;
     margin-top: 5px;
}
#index_edit_right_arrow {  
     float: right;
	width: 5%;
     margin-top: 55px;
}
#index_edit_advice {
	margin-top: 5px;
}

/* ######### Style for Top Links Menu ######### */
.chromestyle{
	width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	float: left;
}

.chromemenu ul li a:hover {
	color: #FF4949;
}

.chromeimages {
	border: none; 
	padding-right: 0.5em;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #DE0036; /*THEME CHANGE HERE*/
	line-height:18px;
	z-index:100;
	background-color: #F1F1F1;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
	text-decoration: none;
}

.favorite_padding {
	padding-left: 0.5em;
}

/* ######### Style for Progress Bar ######### */

.progress_box {
	background-color: #DFE5FF;
	border: solid #000000 1px;
	width: 350px; 
	margin: 10px; 
	text-align: center;
	clear: left;
}
.progress_bar {
	background-color: #DFE5FF;
	border: solid #000000 1px;
	width: 1%; 
	height: 18px; 
	text-align: center; 
	overflow: hidden;
}
.inner_progress_bar {
	left: 10px; 
	right: 10px; 
	width: 300px; 
	height: 20px; 
	border: inset #CCCCCC 3px; 
	background-color: #000000;
}
progress_links {
	float: right;
	width: 500px; 
	text-align: center;
	padding-top: 10px;
}
import_statistics {
	float: left; 
	position: relative; 
	width: 500px;
	clear: left;
}

#import_content {
     margin-top: 5px;
}

/* ######### Style menu choices ######### */
.choice_left {
	float: left;
	margin-left: 0.3em;
}
.choice_middle {
	float: left;
	margin-left: 0.3em;
	margin-right: 0.3em;
}
.choice_right {
	float: left;
	margin-right: 0.3em;
}

/* ######### Style user administration ######### */
#userlisting {
     margin-right: 50px;
}
.width_select, .width_deledit {
	width: 6%;
}
.width_username {
	width: 10%;
}
.width_fullname, .width_priviliges, .width_registered, .width_last_logged_in {
	width: 12%;
}
.width_languages {
	width: 8%;
}
.user_verified, .admin_approved {
	width: 6%;
}
.mass_heading_outer {
	overflow: hidden;
	border: 0.1em solid #DE0036;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.mass_heading_style {
	color: #333333;
	padding: 0.4em;
	font-weight: bold;
	float: left;
	text-align: center;
}
.chart_box {
	overflow: hidden;
}

#debug_output {
    float:left;
    width:100%;
    background:#DAE0D2 url("../../images/tab_background.jpg")
      repeat-x bottom;
    font-size:93%;
    line-height:normal;
    font-weight: bold;

    }
#debug_output ul {
    margin:0;
    list-style:none;
    padding:10px 10px 0;
    }
#debug_output a {
    display:block;
    padding:5px 15px 4px;
    text-decoration: none;
    }
#debug_output li {
    float:left;
    background:url("../../images/tab_right_off.jpg")
      no-repeat right top;
    margin:0;
    padding:0;
    }
#debug_output a {
    display:block;
    background:url("../../images/tab_left_off.jpg")
      no-repeat left top;
    padding:5px 15px;
    }
#debug_output .current {
    background-image:url("../../images/tab_right_on.jpg");
    }
#debug_output .current a {
    background-image:url("../../images/tab_left_on.jpg");
    padding-bottom:5px;
    color: #1d83e0;
 }
 
 /*****************************TRANSMENU**********************************/
 /* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#336;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:0.8;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#fdfdfd;
	color:black;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
}

#downloadgedcom_form {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
#downloadgedcom_content {
	margin-left: auto;
	margin-right: auto;
}
#downloadgedcom_labels {
	float: left;
	white-space: nowrap;
	text-align: left;
}
#downloadgedcom_options {
	float: left;
	text-align: left;
}
#downloadgedcom_options #privradio {
	float: left;
	text-align: left;
}

#downloadgedcom_form br {
	clear: both;
}
#notice {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	white-space: auto;
}
#PLAC_CTRY_flag {
	padding-right: 5px;
}
#menu {
	margin-left: 35px;
}
#headerlogo {
	background-image: url(header.gif);
	background-repeat: no-repeat;
}
#searchhelp_text {
	margin-top: 5px;
}
#searchhelp_how {
	margin-bottom: 5px;
}

/* ######### Style language translation ######### */
.language_item_box {
	overflow: show;
}
.translated_language {
	/* text-align: left; */
	overflow: hidden;
}

.original_language {
	float: left;
	width: 45%;
	padding: 5px;
}
.translated_language {
	width: 45%;
	padding: 5px;
}

#editlang_edit_title {
	font-size: 16px;
	border: 1px solid #DE0036;
	margin-bottom: 10px;
}
#original_text textarea {
	background-color: #CECECE;
}

#translated_text, #original_text {
	font-size: 16px;
}

textarea {
	border: 1px solid #493424;
}
#viewlog_option, #viewlog_admin {
	float: left;
	padding: 3px;
	width: 45%;
}
#logdetails {
	height: 400px;
	overflow: auto;
}
#viewlog_option label, #viewlog_admin label {
	width: 150px;
	text-align: right;
	margin-right: 5px;
}

