@CHARSET "ISO-8859-1";
/* @version $Id: basic.css,v 1.5 2009/07/25 20:41:02 cvsa Exp $ */
p {
	margin: 0
}

:link {
	color: #000099
} /* for unvisited links */
:visited {
	color: #000099
} /* for visited links */
a:active {
	color: #000099
} /* when link is clicked */
a:hover {
	color: #990099
} /* when mouse is over link */
h1 {
	margin-left: 0%;
	font-family: Ariel, san-serif;
	font-size: 150%;
	text-decoration: underline;
}

h2 {
	margin-left: 4%;
	font-family: Ariel, san-serif;
	font-size: 100%;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}

h5 {
	font-family: Ariel, san-serif;
	font-size: smaller;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
}

h1.subsection {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h2.subsection {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0.5em;
	margin-bottom: -1.0em;
}

h3, h4, h5, h6 {
	margin-left: 0;
	font-family: Ariel, san-serif;
	font-weight: normal;
}

h4.body {
	margin-left: 5%;
	margin-right: 5%;
}

li.list {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 0em;
	list-style-type: disc;
	list-style-position: outside;
}

li.indentlist {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0em;
	list-style-type: disc;
	list-style-position: outside;
}

li.romanlist {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 0em;
	list-style-type: upper-roman;
	list-style-position: outside;
}

li.circlelist {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 0em;
	list-style-type: circle;
	list-style-position: outside;
}

h1, h2, h3, h4, h5, p, ul {
	font-family: serif;
}

pre {
	font-family: monospace;
}

body {
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	background: #FFFFEB;
	font-family: Ariel, san-serif;
	font-weight: normal;
	font-size: 13pt;
}

div.content {
	font-size: 13pt;
	<!--
	-->
}

p.body {
	margin-left: 2%;
	margin-right: 1%;
}

p.header {
	font-size: 150%;	/* 175% */
	font-family: Cursive, Times New Roman;
	font-weight: bold;
	line-height: 100%;
}

table.projtable {
	width: 85%;
	margin-left: 8%;
	margin-bottom: -1.0%;
	border: solid;
	border-width: thin;
	border-color: black;
}

th.projinfo {
	text-align: left;
	vertical-align: top;
	margin-bottom: -1.0%;
}

p.projtitle {
	font-size: 80%;
	text-decoration: underline;
	font-weight: bold;
	line-height: 120%;
}

p.projbody {
	font-size: 90%;
	text-decoration: none;
	font-weight: normal;
	line-height: 100%;
	margin-right: 5%;
}

p.changed {
	padding-left: 0.2em;
	border-left: solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left-width: thin;
	border-color: red;
}

div.silvercolorbox {
	margin-left: 0%;
	background: #c0c0c0;
	padding: 0em;
	border: solid;
	border-width: thin;
	width: 100%
}

div.ltbluecolorbox {
	margin-left: 0%;
	background: lightblue;
	padding: 0.5em;
	border: solid;
	border-width: thin;
	width: 100%
}

div.ltgreenThumbcolorbox {
	margin-left: 10%;
	background: #99CC99;
	padding: 0.5em;
	border: solid;
	border-width: thin;
	width: 162
}

div.menu {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	background: #c0c0c0;
	border: solid;
	border-width: thin;
}

div#links a {
	display: inline;
	color: #000099
}

div#links a:hover {
	color: #000099;
	background: rgb(255, 255, 216)
}

div#links a span {
	display: none;
}

div#links a:hover span {
	display: block;
	position: absolute;
	left: 450px;
	width: 300px;
	color: white;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;
}

div.address a {
	display: inline;
	color: #000099
}

div.address a:hover {
	color: #000099;
	background: rgb(255, 255, 216)
}

div.address a span {
	display: none;
}

div.address a:hover span {
	display: block;
	position: absolute;
	left: 50px;
	width: 200px;
	color: white;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;
}

div.address3 a {
	display: inline;
	color: #000099
}

div.address3 a:hover {
	color: #000099;
	background: rgb(255, 255, 216)
}

div.address3 a span {
	display: none;
}

div.address3 a:hover span {
	display: block;
	position: absolute;
	left: 45%;
}

div#define a {
	display: inline;
	color: #000099
}

div#define a:hover {
	color: #000099;
	background: rgb(255, 255, 216)
}

div#define a span {
	display: none;
}

div#define a:hover span {
	display: block;
	position: relative;
	left: 50px;
	width: 400px;
	color: white;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;
}

/* changed to match gen/basic.css */
table.menu {
	font-size: 12pt;	/* was absent here */
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	background: #c0c0c0;
	border: solid;
	border-width: 2px;	/* was thin here */
	padding: 0.7em;		/* was 0.5em here */
}

td.onmenu {
	font-weight: normal;
	background: #99CC99;
	border: solid;
	border-width: thin;
	border-color: black;
}

td.offmenu {
	background: #c0c0c0;
	border: none;
	border-width: thin;
}

/* vvvvvv used in Family Genealogy vvvvvv */
div.header_container {		/* contains header */
	background: #c0c0c0;
	border: 1px solid #666;
	height: 0;
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	min-width: 700px;
}

div.header {	/*made up of genealogy banner and navbar */
	line-height: 1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	text-align: center;
	font-size: 14pt;
}

div.container {		/* contains contents */
	margin: 0 auto;
	overflow: auto;
	padding-top: 115px; /* 155(index header), 115(index1 header), 60(index2 header) */
	width : auto;
	min-width: 650px;
}
/* ^^^^^^ used in Family Genealogy ^^^^^^ */

.messageContainer {
	display: table;
	table-layout: fixed;
}

.from {
	display: inline;
	width: 30px;
	vertical-align: top;
}

.name {
	display: inline;
	width: 70px;
	vertical-align: top;
}

.message {
	display: inline-block;
	margin-left: 80px;
}

.age {
	color:black;
}