*
{
	margin: 0;
}

body
{
	background-repeat: repeat;
	margin: 0;
	background-color: #AACCBB;
}

a
{
	font-weight: bold;
	text-decoration: none;
}

p, body
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

#treeBody
{
	padding: 10px;
}

.family
{
	background-color: #eef5fa;
}

.person
{
	background-color: #dce5ff;
}

div#treeHeader, div#treeFooter
{
	background-color: #aaccbb;
	width: 100%;
	height: 50px;
}

div#treeHeader
{
	border-bottom: solid 5px #aabbcc;
}

div#treeHeader ul
{
	padding: 16px 0 0 16px;
	list-style-type: none
}

div#treeHeader ul li
{
	width: 100px;
	float: left;
}

div#treeHeader ul li.lastHeaderItem
{
	width: auto;
	float: right;
	margin-right: 40px;
}

div#treeHeader ul li a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #eeeeee;
	border-left: solid 1px #eeeeee;
	padding-left: 10px;
}

div#treeHeader ul li a:hover
{
	color: White;
	border-left: solid 1px white;
}

div#treeFooter
{
	border-top: solid 5px #aabbcc;
}

div#footerText
{
	padding-top: 17px;
	text-align: center;
	color: White;
}

div.cell
{
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
}

div.blankCell
{
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}

a img
{
	border: none;
}

div.grid
{
	text-align: center;
	width: auto;
	padding: 0;
}

div.row
{
	margin: 0 auto; /* comment this line to stop horizontally centering the grid */
	padding: 0;
}

div.endrow
{
	clear: both;
}

img.cell
{
	vertical-align: bottom;
	width: 100px;
	height: 100px;
}

.cinfo
{
	text-align: center;
}

.cinfo table
{
	margin-left: auto;
	margin-right: auto;
}

.cinfo td
{
	border: solid 1px;
}

div.standardInfo
{
	text-align: center;
	border: solid 2px;
	padding: 10px;
	background-color: White;
	width: auto;
	margin: 20px 20px 10px 20px;
	-moz-box-shadow: 5px 5px 5px #555;
}

ul.tree_list
{
	list-style-type: none;
}

ul.tree_list li a
{
	text-decoration: none;
	font-size: 14px;
}

div#treeHeader ul li.headerLogo
{
	margin: -6px 20px 0 0;
	width: 54px;
	height: 30px;
	float: left;
	background-image: url(fl.gif);
}

div#bodyTitle *
{
	font-size: 20px;
	font-weight: bold;
	color: #334455;
}

div#bodySubtitle *
{
	font-size: 15px;
	font-weight: bold;
	color: #334455;
}

.errorMessage
{
	border: dotted 1px #aaa;
	padding: 5px;
	background-color: #cea;
	font-weight: bold;
	color: Red;
}

.galleryImageTable
{
	border: solid 1px black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.cinfo tr,
.galleryImageTable
{
	text-align: center;
	-moz-box-shadow: 5px 5px 5px #555;
}

td
{
	padding: 0px;
	background-color: White;
}

.galleryImage
{
	margin: 10px;
}

.galleryImageInfo
{
	margin-bottom: 10px;
}

.galleryImageTitle
{
	font-weight: bold;
}


