/* SHG 2005-05-23 v3
 
	Modifications:
	2006-08-31: Clear added to float-left/right
	2006-11-22: 'a img' and 'a.link-not-underlined' added. TH redefined (colour)
	
*/

a img, img {
	border: 0pt;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a.link-not-underlined:link, a.link-not-underlined:visited {
	text-decoration: none;
}

body {
	background-color: #FFFFFF; /* dark blue */
	background-image: none;
	color: #333333; /* text: dark grey */
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-decoration: none;
}

dir, ul {
	list-style-image: url(images/BulletSquare.gif);
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 0;
	margin-left: 30px;
	margin-top: 0;
	padding: 0 0 0 0;
}

h1 {
	font-size: 170%;
	font-weight: bold;
	line-height: 190%;
	margin-bottom: 1em;
	margin-left: 0.6em;
	margin-top: 1em;
}

h1, h2, h3, h4, h5 {
	background-color: transparent;
	background-image: none;
	color: #003399; /* blue */
	display: block;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
}

h2 {
	font-size: 125%;
	font-variant: small-caps;
	margin-bottom: 0.7em;
	margin-left: 0.6em;
	margin-top: 1.5em;
}

h3 {
	font-size: 125%;
	margin-bottom: 0.7em;
	margin-left: 0.6em;
	margin-top: 1.2em;
}

h3.fixed-size-h3 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 0.7em;
	margin-left: 0em;
	margin-top: 1.2em;
}

h4 {
	font-size: 95%;
	font-variant: small-caps;
	margin-bottom: 0.7em;
	margin-left: 0.6em;
	margin-top: 1.2em;
}

h5 {
	font-size: 95%;
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-left: 0.6em;
	margin-top: 1.0em;
}

h5.fixed-size-h5 {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-left: 0em;
	margin-top: 1.0em;
}

h6 {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-left: 0em;
	margin-top: 0.3em;
}

img.float-left, table.float-left {
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0px;
}

img.float-right, table.float-right {
	clear: right;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0px;
}

img.photo {
	border: 1px solid #003399;
}

input.form-field, textarea.form-field {
	background-color: #FFFFFF;
	background-image: none;
	border-style: inset;
	border-width: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* font-size: 16pt; */
	padding: 2px;
	width: 100%;
}

/* Use form-field-var-width if the width must not be 100% */
input.form-field-var-width, textarea.form-field-var-width {
	background-color: #FFFFFF;
	background-image: none;
	border-style: inset;
	border-width: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* font-size: 16pt; */
	padding: 2px;
}

ol {
	list-style-position: outside;
	margin-bottom: 0;
	margin-left: 30px;
	margin-top: 0;
	padding: 0 0 0 0;
}

/* DIV removed to solve menu text problem (2003-02-21) */
/*div, */ ol, p, table, tbody, tr, td, ul {
	background-repeat: no-repeat;
	empty-cells: show;
	color: #333333; /* text: dark grey */
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: small;
	line-height: 120%;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

p.fixed-size, tbody.fixed-size, td.fixed-size, ol.fixed-size {
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

pre {
	font-family: 'Courier', monospace;
}

strong {
	font-weight: bold;
}

table.contents-box {
	background-color: #F0FFFF;
	background-image: none;
	border: 1px solid #003399;
	color: #003399;
	float: right;
	font-size: 8pt;
	font-style: italic; /* list-style-image: none;  apply to ul */
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
	padding: 6px;
	table-layout: fixed;
	width: 150px;
}

table.footer-cell, td.footer-cell {
	background-color: #99CCFF;
	border: 0px;
	color: #006699;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	padding: 3pt;
}

table.form-table {
	background-color: #F0FFFF;
}

table.img-float-left {
	float: left;
	font-size: 8pt;
	font-style: italic;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	padding: 6px;
	width: 150px;
}

table.img-float-right {
	float: right;
	font-size: 8pt;
	font-style: italic;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
	padding: 6px;
	width: 150px;
}

table.left-margin-cell, sponsor-cell {
	border: 0px;
	font-style: normal;
	font-weight: normal;
}

td.body-cell {
	background-color: #FFFFFF;
	background-image: none;
	border-color: #929292;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	padding: 10px;
}

td.form-output-cell {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: #929292;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* font-size: larger; */
	vertical-align: top;
	width: 34%;
}

td.form-prompt-cell {
	border-bottom-width: 1px;
	border-color: #929292;
	border-left-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	border-top-width: 0px;
	font-style: italic;
	padding: 0 0 0 3px;
	vertical-align: top;
	width: 17%;
}

td.non-text-cell {
	padding: 0pt;
}

td.row-divided-table {
	border-bottom: 1px solid #003399;
	padding-bottom: 5px;
	padding-top: 5px;
}

td.row-divided-table-head {
	background-color: #F0FFFF;
	border-bottom: 1px solid #003399;
	border-top: 1px solid #003399;
	font-style: italic;
	padding-bottom: 5px;
	padding-top: 5px;
}

td.text-cell {
	padding: 3pt;
}

/* 2006-11-22: Colour does not work in page Genealogical_data */
th {
	background-color: #99CCFF;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

tr {
	padding: 4pt;
}

.breadcrumb-cell {
	background-color: #FFFFCC;
	background-image: none;
	border-color: #929292;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.breadcrumb-text {
	font-size: 8pt;
	font-style: normal;
	margin-left: 3px;
}

.breadcrumb-trail {
	font-size: 8pt;
	font-style: italic;
}

.caption {
	color: #333333;
	font-size: 90%;
	font-style: italic;
	text-align: center;
}

.clear {
	clear: both;
}

.colored-cell a:hover {
	color: #003399;
	font-size: small;
	text-decoration: none;
}

.first-letter {
	color: #333333;
	float: left;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 300%;
	font-weight: bold;
	line-height: 90%;
	margin-bottom: 1px;
	padding: 0;
}

.footer-cell a:hover, .footer-cell a:active {
	color: #003399;
	font-size: 7pt;
	text-decoration: none;
}

.form-button {
	background-color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 8pt;
	height: 22px;
	line-height: 90%;
}

.indent {
	text-indent: 1em;
}

.large-text {
	color: #FF6600;
	font-size: 160%;
}

.lead {
	color: #929292;
	display: block;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 1em;
	text-align: left;
}

.left-margin-cell a {
	color: #003399;
}

.left-margin-cell a:hover {
	color: #003399;
	text-decoration: none;
}

.left-margin-cell h3{
	background-color: #003399;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 0.7em;
	margin-left: 0em;
	margin-top: 8px;
	padding-left: 0.7em;
}

.left-margin-cell h5 {
	color: #003399;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-left: 0em;
	margin-top: 0em;
}

.left-margin-cell p {
	color: #003399;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
}

.left-margin-header a:link, .sponsor-header a:visited, .sponsor-header a:hover, .sponsor-header a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.menu-cell {
	border: 0px;
	color: #FFFFFF;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	padding-top: 1pt;
}

.menuitemtext {
	color: #FFFFFF;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.sponsor-cell a {
	color: #800000;
}

.sponsor-cell a:hover {
	color: #800000;
	text-decoration: none;
}

.sponsor-cell h3 {
	background-color: #800000;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 0.7em;
	margin-left: 0em;
	margin-top: 8px;
	padding-left: 0.7em;
}

.sponsor-cell h5 {
	color: #800000;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-left: 0em;
	margin-top: 1.0em;
}

.sponsor-cell p {
	color: #800000;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
}

.sponsor-header a:link, .sponsor-header a:visited, .sponsor-header a:hover, .sponsor-header a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.warning-layer {
	border: 1px solid #FFCC00;
	font-size: medium;
	margin: 5px 5px 0px;
	padding: 5px;
	text-align: center;
}

